switching skins at runtime

2014-12-23 Thread Tom Eugelink
Is it allowed / supported to execute setSkin with a new skin on a control that is part of a scene? Tom

Re: switching skins at runtime

2014-12-23 Thread David Grieve
Yes, it is allowed. But know that there is some code in setSkin that prevents setting a skin that is either instance equal or the same class. On 12/23/14, 6:27 AM, Tom Eugelink wrote: Is it allowed / supported to execute setSkin with a new skin on a control that is part of a scene? Tom

Re: switching skins at runtime

2014-12-23 Thread Tom Eugelink
Then this NPE on getSkinnable() when switching Agenda's skin when the control is already shown (instead of when created) must be my doing some how. Thanks! Tom On 23-12-2014 14:36, David Grieve wrote: Yes, it is allowed. But know that there is some code in setSkin that prevents setting a

Re: SplitPane layout question

2014-12-23 Thread David Gilbert
Maybe related to this bug: https://javafx-jira.kenai.com/browse/RT-38851 Best regards, David Gilbert http://www.jfree.org/ On 22 Dec 2014, at 13:19, Scott Palmer swpal...@gmail.com wrote: The min/max sizes of the children are probably being respected. Scott On Dec 22, 2014, at 7:13 AM,

[8u40] review request: RT-39733 - Packaging with a JRE as installed fails codesign on OSX 10.9.5 or 10.10

2014-12-23 Thread Danno Ferrin
Kevin, David, please review JIRA: https://javafx-jira.kenai.com/browse/RT-39733 Webrev: http://cr.openjdk.java.net/~shemnon/RT-39733/webrev.00/ Current Webrev is against 8u-dev , I'll get one against 8u40 soonish.