-
Hi guys, I am trying to compile Irrlicht on OpenBSD. but the makefile has the wrong line endings (crlf) so I get errors. (both in the stable release as in the svn) Could you please try to keep the unix line endings? every OS can handle this correctly.
2007-05-16 12:42:50 UTC in Irrlicht Engine
-
Found an answer in the mailinglist. Isn't possible, sizers don't have an ID.
2007-04-13 19:10:38 UTC in wxWidgets
-
Sometimes I have defined a wxStaticBoxSizer without a label in my XRC file. I want to set a label in the sourcecode, so it gets a specific name (e.g. "Details for ")
Currently it is not possible to get the sizer with XRCCTRL. Is there a possibility to get a XRCSIZER macro?.
2007-04-13 18:56:54 UTC in wxWidgets
-
Logged In: YES
user_id=848685
The methods: dc->BeginDrawing() and dc->EndDrawing() are
also deprecated, there is no other method for them..
(same file in the methode DoPaint())
2006-11-07 21:08:44 UTC in wxCode - wxWidgets components
-
The keycodes are deprecated:
WXK_PRIOR
WXK_NEXT
WXK_NUMPAD_PRIOR
WXK_NUMPAD_NEXT
Patch in the file ScintillaWX.cpp: (sorry, I didn't
made a proper patch file, I don't have CVS)
case WXK_HOME: key = SCK_HOME; break;
case WXK_NUMPAD_END: // fall through
case WXK_END: key = SCK_END; break;
#if wxCHECK_VERSION(2, 7, 0)
case...
2006-11-07 21:04:28 UTC in wxCode - wxWidgets components
-
Logged In: YES
user_id=848685
Added support for center frames in several directions
(Horizontaly and Verticaly).
By default frames are centered to their owners. If no owner
exist then the frame is centered to the desktop.
Revision: 2854.
2006-09-01 20:46:30 UTC in Visual Component Framework
-
mispunt committed revision 2854 to the Visual Component Framework SVN repository, changing 2 files.
2006-09-01 20:46:06 UTC in Visual Component Framework
-
It would be usefull to have a method that centers the
frame on the screen or it's parent.
A splashscreen (for example) should always on the
center off the screen.
2006-08-31 14:15:59 UTC in Visual Component Framework
-
mispunt committed revision 2853 to the Visual Component Framework SVN repository, changing 2 files.
2006-08-31 14:05:49 UTC in Visual Component Framework
-
mispunt committed revision 2852 to the Visual Component Framework SVN repository, changing 1 files.
2006-08-28 18:50:42 UTC in Visual Component Framework