| Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1 | 1. X11(Solaris) Dialog wxTextCtrl controls too small. #4007 | Anyone know why the wxTextCtrl controls on my dialog on Solaris/X11 are so small? See linked images, on is linux/GTK version which is fine and other is X11.
Solaris/X11 version: "http://g.yi.org/f.php?f=15913"
Linux/GTK version: "http://g.yi.org/f.php?f=15912" | 2. Re: X11(Solaris) Dialog wxTextCtrl controls too small. #4173 | I should have mentioned before that the above is a wxDialog. I have been able to fix this by explicitly setting the edit controls' size (they were set to wxDefaultSize before). With an explicit width all 3 platforms are fine. Also, under Solaris and Linux, if I added a wxPanel first (without explicit size) it works, however, under windows the controls do not line up correctly for some reason.
| 3. Re: X11(Solaris) Dialog wxTextCtrl controls too small. #4245 | I have discovered that if I give specific Width to the edit controls they are fine. This is an acceptable workaround for me. I am still curious though as to why windows and Linux GTK expand to the appropriate size, yet X11 does not. | 4. Re: X11(Solaris) Dialog wxTextCtrl controls too small. #4255 Posted by: 2004-05-27 05:20:28 | Probably because GTK sets a default value and the X11 framework not (or much shorter). This shows us that the "default" value is not set by wxWidgets itself, but by the underlying windowing system it used (GTK, X11, Windows... ).
It's the only explanation I see, but I may be wrong. | Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1 |
|
|