Setting Tooltip for Control

Sven Reimers sven.reimers at gmail.com
Thu Sep 20 22:52:17 PDT 2012


Hi all,

working on some JavaFX Demo, I tried to reduce blocking the
FxApplication-Thread by doing initialization stuff on not added
controls / nodes off the FXApp-Thread.

I though I remembered that this one of the major advantages of FX, if
a node does not belong to the scenegraph you are free to modify it on
any thread. Is this correct? If yes - than it is probably wrong that
trying to set the Tooltip on a control gives me an error, wrong thread
for a control not already added to the scenegraph.

So the question is - expected behaviour or issue?

Comments?

-Sven
-- 
Sven Reimers

* Senior Expert Software Architect
* NetBeans Dream Team Member: http://dreamteam.netbeans.org
* NetBeans Governance Board Member: http://netbeans.org/about/os/governance.html
* Community Leader  NetBeans: http://community.java.net/netbeans
                              Desktop Java:
http://community.java.net/javadesktop
* Duke's Choice Award Winner 2009
* Blog: http://nbguru.blogspot.com

* XING: https://www.xing.com/profile/Sven_Reimers8
* LinkedIn: http://www.linkedin.com/in/svenreimers

Join the NetBeans Groups:
* XING: http://www.xing.com/group-20148.82db20
* NUGM: http://haug-server.dyndns.org/display/NUGM/Home
* LinkedIn: http://www.linkedin.com/groups?gid=1860468
                   http://www.linkedin.com/groups?gid=107402
                   http://www.linkedin.com/groups?gid=1684717
* Oracle: https://mix.oracle.com/groups/18497


More information about the openjfx-dev mailing list