-
Nice one :)
If you give me your SF username, I'll add you up as a writer to the repository so that you can change these kind of bugs yourself...
2009-11-03 01:49:53 UTC by polterguy
-
There is error in RegSetValueEx call:
the 5th arg must be pointer, but we got DWORD which interpet like pointer
solution:
just add &.
2009-11-02 22:05:22 UTC by nobody
-
Also you need to setup the textbox this way:
WidgetTextBox::Seed textBoxCS;
textBoxCS.style |= ES_MULTILINE | ES_WANTRETURN | ES_AUTOVSCROLL;
itsText= createTextBox( textBoxCS );.
2009-09-25 01:08:58 UTC by bdhc73a
-
Hi:
Have you tried OWLNext? https://sourceforge.net/projects/owlnext/
It supports XP themes, Unicode, Activex, OLE and other cool features.
Best regards
Sebastian.
2009-08-26 20:48:32 UTC by sebas_ledesma
-
By default the widgets look like windows classic style. I would like them to be XP style. I read a post on this, suggesting to add some code to Application.cpp concerning common controls v 6.0.0.0. But I don't understand what to do exactly.
Could anyone explain in a bit more detail what to do to get the widgets rendered XP style?
Thanks a lot!
2009-08-20 19:12:38 UTC by jheidenins
-
Hello, everybody, who can tell me how to compile SmartWin++ 2.0 with Visual Studio 2008?
Best regards.
2009-08-10 08:33:50 UTC by tomclinton
-
to control ABI changes in SmartWin++ may be used free ABI-compliance-checker. The wiki of this tool is http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker.
2009-08-08 23:30:24 UTC by andrey-moscow
-
im doing everything like in WidgetMenuExtended.h :: DefaultMenuRenderer, but it BLINKS incredibly.
2009-08-01 09:19:19 UTC by hinst
-
{ onPaint(&MyW::dopaint) }
void doPaint(Canvas & c) { How can i use BufferedCanvas there???? }
thx.
2009-07-31 18:14:54 UTC by hinst
-
oh... I should probably add that, when typing in the box, hitting the enter key does nothing.
2009-07-02 15:27:24 UTC by rickynumber24