mc73 Well-Known Member Licensed User Longtime User Jul 31, 2014 #1 I tried setting an icon to the system tray, I got error: package javafx.scene.image does not exist Is it a matter of doing this from a non-ui project? If so, is there a workaround (apart from showing up another ui project).
I tried setting an icon to the system tray, I got error: package javafx.scene.image does not exist Is it a matter of doing this from a non-ui project? If so, is there a workaround (apart from showing up another ui project).
jmon Well-Known Member Licensed User Longtime User Aug 1, 2014 #2 You should do a UI project, but never show the UI, i.e. don't call the MainForm.Show. Upvote 0
Gabino A. de la Gala Well-Known Member Licensed User Longtime User Aug 1, 2014 #3 ¿How can I convert a non-ui projec to a UI project? Upvote 0
jmon Well-Known Member Licensed User Longtime User Aug 2, 2014 #4 Gabino A. de la Gala said: ¿How can I convert a non-ui projec to a UI project? Click to expand... I guess you have to CTRL-C your code and paste it in a UI project Upvote 0
Gabino A. de la Gala said: ¿How can I convert a non-ui projec to a UI project? Click to expand... I guess you have to CTRL-C your code and paste it in a UI project
Gabino A. de la Gala Well-Known Member Licensed User Longtime User Aug 2, 2014 #5 jmon said: I guess you have to CTRL-C your code and paste it in a UI project Click to expand... Buff. The project has lots of modules... I expected it was more easy. Upvote 0
jmon said: I guess you have to CTRL-C your code and paste it in a UI project Click to expand... Buff. The project has lots of modules... I expected it was more easy.