E(fx)clipse + RoboVM bug - styleClasses from FXML not used [message #1413897] |
Fri, 29 August 2014 13:56  |
Eclipse User |
|
|
|
Hi.
Using e(fx)clipse with robovm, I've noticed that styleClasses defined in FXML (FxGraph) are not used in the classes generated from FXML, just empty strings. This is an example of the code generated to set styleClasses:
String e_2 = new String();
root.getStyleClass().add(e_2);
Is this a known bug, or is there another way of setting styleClasses that I don't know of?
Thanks,
Mario
|
|
|
Re: E(fx)clipse + RoboVM bug - styleClasses from FXML not used [message #1413980 is a reply to message #1413897] |
Fri, 29 August 2014 19:10  |
Eclipse User |
|
|
|
It's an unknown bug. Please file a bugzilla.
Tom
On 29.08.14 19:56, Mario Wunderlich wrote:
> Hi.
>
> Using e(fx)clipse with robovm, I've noticed that styleClasses defined in
> FXML (FxGraph) are not used in the classes generated from FXML, just
> empty strings. This is an example of the code generated to set
> styleClasses:
>
>
> String e_2 = new String();
> root.getStyleClass().add(e_2);
>
>
> Is this a known bug, or is there another way of setting styleClasses
> that I don't know of?
>
> Thanks,
> Mario
|
|
|
Powered by
FUDForum. Page generated in 0.03124 seconds