B4J Question Fx Objects possibilities ?

fernando gibert

Member
Licensed User
Longtime User
Hi Erel,

How can the objects possibilities be found ?

I.E.


tableview1_SelectedrowChanged . Exists and works ok

how to know if tableview1_SelectedCellChanged ( for instance ) exists ?

or any other variable .

Thanksalot
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can see the available events in the IDE: http://www.b4x.com/android/forum/threads/ide-tips.6546/

Or in the documentation: http://www.b4x.com/b4j/help/jfx.html#tableview

Or in the Generate members dialog:

SS-2014-01-24_12.06.33.png


As you can see in the above screenshot there is a SelectedCellChanged event. However you will not see it in your IDE as it is a new feature which will be included in the next version of B4J, planned to be released next week.
 
Upvote 0
Top