Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » E(fx)clipse + RoboVM bug - styleClasses from FXML not used(styleClasses are not being set in classes generated from FXML)
E(fx)clipse + RoboVM bug - styleClasses from FXML not used [message #1413897] Fri, 29 August 2014 17:56 Go to next message
Mario Wunderlich is currently offline Mario WunderlichFriend
Messages: 4
Registered: August 2014
Junior Member
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 23:10 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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
Previous Topic:Install on IBM Rational Application Developer for WebSphere 9.1.0.1
Next Topic:Offline for about a week
Goto Forum:
  


Current Time: Fri Mar 29 05:43:37 GMT 2024

Powered by FUDForum. Page generated in 0.03484 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top