Search found 5 matches

by funjobie
Mon Jun 18, 2007 6:53 am
Forum: Beginners Help
Topic: Is there a way to Maximize a window?
Replies: 3
Views: 480

thanks, it did work nearly as you posted.( I had the windows api included anyway)
I'm using OpenGL. with the code you posted, the device prints:
Ignoring resize Operation to (0,0)
and minimizes the window.
but if I use

Code: Select all

ShowWindow(h,SW_MAXIMIZE);
it works just fine :D
by funjobie
Sun Jun 17, 2007 7:14 pm
Forum: Beginners Help
Topic: Is there a way to Maximize a window?
Replies: 3
Views: 480

sry for reviving this, but is there an answer to this yet?
I'd like to start my window-based editor maximized...
by funjobie
Tue Apr 05, 2005 2:40 pm
Forum: Beginners Help
Topic: map filename error
Replies: 6
Views: 362

ok i solved it, there was a good way to get the filename in the dmf-sdk.
by funjobie
Mon Apr 04, 2005 9:28 pm
Forum: Beginners Help
Topic: map filename error
Replies: 6
Views: 362

map filename error

hi! i got a little problem with my app. when i try to load a map, it crashes cause the filename is mixed up. first i started based on the gui-tutorial, where there is a button for a filebrowser which should give an output: //i have declared the variables const wchar_t* so; //const c8* map; in the be...
by funjobie
Tue Mar 08, 2005 5:23 am
Forum: Project Announcements
Topic: DeleD DMFLoader for Irrlicht
Replies: 117
Views: 20267

wow this loader works fine, it loaded all lights the way i wanted :) one question: in deled you can give names and tags to brushes is it possible to find out the name of a mesh in irrlicht, like a big select case part which returns the coords of a mesh if it has a name you entered in a list(like doo...