Dear Guys,
I am using a TableView with anchorpanes and labels in.
Works well.
Problem:
I want to get the anchorpanes and the labels to get the labels text.
I dont want to use:
because i want to "read out" any row without focusing.
I tryed:
this returns Objects (as expectetd), but only the Name of the Pane (as string i.e. AnchorPane@1e97eff), not the pane itself (i.e. (AnchorPane) AnchorPane@1e97eff).
Any Ideas?
Greets
patent
I am using a TableView with anchorpanes and labels in.
Works well.
Problem:
I want to get the anchorpanes and the labels to get the labels text.
I dont want to use:
B4X:
Sub mytableview_SelectedRowChanged.......
I tryed:
B4X:
Dim a() AsObject
a=mytableview.Items.Get(myrow)
this returns Objects (as expectetd), but only the Name of the Pane (as string i.e. AnchorPane@1e97eff), not the pane itself (i.e. (AnchorPane) AnchorPane@1e97eff).
Any Ideas?
Greets
patent