You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dataf...@googlegroups.com
Hello,
is there a possibility to add a stylesheet to the scene when starting a Flow with startInStage(Stage stage)? Or is my approach wrong?
Bye Sebastian
Message has been deleted
sebastian.jo...@gmail.com
unread,
Mar 30, 2015, 5:36:14 AM3/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dataf...@googlegroups.com
Scene scene =newScene(newFlow(LoginController.class).start(), APPLICATION_WIDTH, APPLICATION_HEIGHT); scene.getStylesheets().add("stylesheet.css"); stage.setTitle("my title"); stage.setScene(scene); stage.show();
This is my current solution to set an stylesheet with using datafx-flow.
Hendrik Ebbers
unread,
Mar 30, 2015, 5:57:49 AM3/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dataf...@googlegroups.com
Hi,
this is the right way. It should work.
sebastian.jo...@gmail.com
unread,
Mar 30, 2015, 7:50:11 AM3/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message