Skip to main content



      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 13:56 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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: Thu Apr 24 23:44:51 EDT 2025

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

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

Back to the top