Hi Jeffrey,

 

Thanks for your help I will try, currently battling with
https://github.com/influence160/fazet-pivot/blob/master/README.md

To try and get cell selection tableview sorted, that way when I select a
cell I can at least record which cell was clicked and then edit it (also
maybe return focus) when another button is clicked:/

 

Regards,

Mark.

 

From: Jeffrey Law [mailto:[email protected]] 
Sent: Tuesday, 25 February 2014 10:47 AM
To: [email protected]
Subject: RE: Disable Component Focusable Properties

 

Hi Mark,
Previously I tried focusTraversalPolicy="$bxml:null" also didn't managed to
get it work.
I got it work with the setFocusTraversalPolicy(null).
Just as per what Roger mentioned previously, you must wrap those buttons in
a container and call the function. 
For example: 
@BXML
private Button addSymbolButton = null;
@BXML
private BoxPane mainPane = null;
mainPane.add(addSymbolButton);
mainPane.setFocusTraversalPolicy(null);

Hope this help.
Jeffrey
 
 


 

Reply via email to