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

Cannot Create new Toggle (or ToggleButton) component dynanically. #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new project (I used 14,17,17 for the api settings) and then a new 
form
2. In the define section create a new toggle or toggle button using sample 
codes a and b below

2a.  
Toggle test = new Toggle(this);

2b.  
LinearLayout ll = new LinearLayout(this);
ToggleButton test = new ToggleButton(this);
ll.AddView(test);

What is the expected output? What do you see instead?
I expect to see a toggle button on the screen, instead i see nothing

What version of the product are you using? On what operating system?
Latest alt bridge download with latest jar file on windows 7 (and 8) 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by bric...@gmail.com on 7 May 2013 at 12:19

GoogleCodeExporter commented 8 years ago
This also appears to be the case with Switcher from the library, or the android 
version, Switch

Original comment by bric...@gmail.com on 10 May 2013 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by bric...@gmail.com on 12 Jul 2013 at 8:54