Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Problems with CSS with JavaFx(I have two problems CSS error parsing and fx-text-fill unknown property)
Problems with CSS with JavaFx [message #1697546] Thu, 04 June 2015 14:10 Go to next message
Eclipse UserFriend
Hey
Im new to CSS with JavaFx. i created my first css file and wanted to add it to my JavaFx.
i got 2 problems, the first one ist when i run the application it says "Warning error parsing file Expected LBARCE [1,9] this was my first problem after some try and i made no changes i get a warning in my css file this is my css file
@CHARSET "ISO-8859-1";

.bone {
fx-text-fill: green; // here i get the message fx-text-fill unknow property
}

i did check it again now it says fx is not correctly spelled


would be nice if someone could help me
Re: Problems with CSS with JavaFx [message #1697551 is a reply to message #1697546] Thu, 04 June 2015 15:37 Go to previous message
Eclipse UserFriend
the problem was @Charset "ISO-8859-1" you just have to delet the line
Previous Topic:The selected resource does not exist in the head revision
Next Topic:Getting java.net.SocketException: SSL implementation not available
Goto Forum:
  


Current Time: Sun Apr 20 10:21:52 EDT 2025

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

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

Back to the top