-
Logged In: YES
user_id=772404
Hmmm, good point -- I think we can make it even better
though: All MSW button labels can be drawn as though they
were multiline. The multiline branch of the label drawing code
should work just fine for single line labels (although I did not
test that). This gets rid of the extra parameter to the function,
the extra 'if' and GetWindowLong() call, and it...
2005-05-20 13:07:39 UTC in wxWidgets
-
On MSW, if you set the button text to include a
newline, the button draws a non-printable character.
This is due to the way the options used in DrawText()
work.
This patch changes the way the button class draws text
when the label has newline(s) in it so that multiline
labels draw correctly.
cygwin diff -u attached -- this only affects
msw/button.cpp.
2005-05-19 14:21:48 UTC in wxWidgets
-
Logged In: YES
user_id=772404
diff -u attached. I'll get a 2.6 patch up *hopefully* this week.
We're still on 2.4 here so I have some "please install this
version" agruments to make.
2005-05-02 15:36:14 UTC in wxWidgets
-
Logged In: YES
user_id=772404
Shesh, I keep missing tidbits:
- For various reasons, I can not use CVS diff, so I used
cygwin's GNU diff
- The patch is against version 2.4.2
What else do I need?.
2005-04-29 19:00:02 UTC in wxWidgets
-
Logged In: YES
user_id=772404
Forgot to add an important bit of information: this applies to
msw/button.cpp.
2005-04-29 18:46:48 UTC in wxWidgets
-
On MSW, if you set the button text to include a
newline, the button draws a non-printable character.
Patch at:
https://sourceforge.net/tracker/index.php?
func=detail&aid=1191975&group_id=9863&atid=309863
fixes this.
2005-04-29 18:42:29 UTC in wxWidgets
-
On MSW, if you set the button text to include a
newline, the button draws a non-printable character.
This is due to the way the options used in DrawText()
work.
This patch changes the way the button class draws text
when the label has newline(s) in it so that multiline
labels draw correctly.
Code examination indicates that the multiline problem
exists in 2.6.0 also.
2005-04-28 20:59:25 UTC in wxWidgets
-
sf_devel committed patchset 991 of module win32 to the Excalibur CVS repository, changing 2 files.
2004-12-02 02:36:55 UTC in Excalibur
-
sf_devel committed patchset 990 of module win32 to the Excalibur CVS repository, changing 6 files.
2004-12-02 02:16:42 UTC in Excalibur
-
sf_devel committed patchset 989 of module win32 to the Excalibur CVS repository, changing 2 files.
2004-12-02 01:45:00 UTC in Excalibur