[Gambas-user] Issue 584 in gambas: Button has wrong underscored letter
gambas at ...2524...
gambas at ...2524...
Mon Nov 24 21:46:17 CET 2014
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 584 by martin.k... at ...626...: Button has wrong underscored letter
https://code.google.com/p/gambas/issues/detail?id=584
____________________________________________________________
/ \
| IMPORTANT NOTE #1 |
| |
| Don't create an issue if you have a compilation problem on |
| the development version. Send a mail to the mailing-list |
| instead, thanks! |
\____________________________________________________________/
____________________________________________________________
/ \
| IMPORTANT NOTE #2 |
| |
| If you encounter several different problems or bugs, (for |
| example, a bug in your project, and an interpreter crash |
| while debugging it), please create distinct issues! |
\____________________________________________________________/
1) Describe the problem.
I has a button on a form with the text "Sort By &Size". When this is
displayed at runtime the Underscore is under the first S not the second.
However if I set the button text in code (Button1.text = "Sort By &Size")
then the button is displayed correctly
2) Give information about your system. Use the 'System information' menu in
the Gambas IDE, and paste the result there.
[System]
Gambas=3.6.2
OperatingSystem=Linux
Kernel=3.13.0-39-generic
Architecture=x86
Distribution=Ubuntu 14.04.1 LTS
Desktop=LXDE
Theme=QGtk
Language=en_GB.UTF-8
Memory=1885M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4
6) Explain clearly how to reproduce the bug or the crash.
Simple - create a standard GUI project and add a button to the screen.
Set the button text property to "Sort by &Size"
run the app - display is wrong
if you add the line Button1.text = "Sort By &Size" to the load event then
the display is correct
Attachments:
MyBug.tar.gz 4.6 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list