python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Button text gets overriden #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using AB_Button, if you set the Text from within the designer, the text 
doesn't show when the app is run. Instead, the text is always set to "Button".

To workaround this for now, set the text manually in code:

button.Text("buttontext");

This will be fixed in the next release.

Original issue reported on code.google.com by IMPINC...@gmail.com on 4 Jan 2012 at 3:45

GoogleCodeExporter commented 8 years ago
Fixed internally. Will be in next release (post 1.9.71).

Original comment by IMPINC...@gmail.com on 4 Jan 2012 at 3:48

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 4 Jan 2012 at 3:49