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

TextBox getView and casting to EditText doesn't work #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new textbox component
2. Try and use getview and casting to (EditText) in order to do things with the 
TextBox at the base level (like setting input type)

What is the expected output? What do you see instead?
I expect when i use getView() and cast to EditText that I can access EditText 
functions.  Instead these show as errors in eclipse

What version of the product are you using? On what operating system?
latest jar and win 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by bric...@gmail.com on 3 Jun 2013 at 4:41

GoogleCodeExporter commented 8 years ago
Works fine for me. TextBox extends TextBoxBase, which uses an EditText for it's 
view.

Original comment by IMPINC...@gmail.com on 4 Jun 2013 at 1:41

GoogleCodeExporter commented 8 years ago
hhhmmm...Ok, let me get the parameters down a little better so it can be 
reproduced properly.  Do me a favor and leave this issue open as new for now.  
I will update this week with either proper parameters to reproduce problem, or 
if I can't then you can mark it invalid.

Thanks

Original comment by bric...@gmail.com on 4 Jun 2013 at 1:43