Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » CSS validation problems
CSS validation problems [message #1098942] Sat, 31 August 2013 19:24 Go to next message
Marten de Groot is currently offline Marten de Groot
Messages: 6
Registered: August 2013
Junior Member
Hi all,

First of all, I just started out on writing javafx code in eclipse, so please forgive me if I'm asking stupid questions.

One of the first things I tried to do was to write a customized stylesheet for my application. However, for every property I add in the sheet I'm recieving an "unknown property" warning. Is this normal, or am I doing something wrong?

I already tried installing additional the E4 CSS editor, but that didn't solve my problem.

Could someone help me out on this?

Kind regards
Re: CSS validation problems [message #1099934 is a reply to message #1098942] Mon, 02 September 2013 08:10 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas Schindl
Messages: 4651
Registered: July 2009
Senior Member
Do not install the e4 css editor this does not help with JavaFX CSS. So
what version of e(fx)clipse do you have? Can you show some of your css code?

Tom

On 02.09.13 13:20, Marten de Groot wrote:
> Hi all,
>
> First of all, I just started out on writing javafx code in eclipse, so
> please forgive me if I'm asking stupid questions.
>
> One of the first things I tried to do was to write a customized
> stylesheet for my application. However, for every property I add in the
> sheet I'm recieving an "unknown property" warning. Is this normal, or am
> I doing something wrong?
>
> I already tried installing additional the E4 CSS editor, but that didn't
> solve my problem.
>
> Could someone help me out on this?
>
> Kind regards
Re: CSS validation problems [message #1100170 is a reply to message #1098942] Mon, 02 September 2013 15:46 Go to previous messageGo to next message
Marten de Groot is currently offline Marten de Groot
Messages: 6
Registered: August 2013
Junior Member
Hi Tom, thanks for your reply! I just read the css validation on your blog.

The problem is that I encounter warnings on every piece of css I write. Even if it works. And then I'm doing the most basic things you can think of.

For example:

.root {
     -fx-background-color: red;
}


I'm getting a warning on that single line already.

[Updated on: Mon, 02 September 2013 15:49]

Report message to a moderator

Re: CSS validation problems [message #1100188 is a reply to message #1100170] Mon, 02 September 2013 16:30 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas Schindl
Messages: 4651
Registered: July 2009
Senior Member
I don't get any warning on when using this sample :-(

Tom

On 02.09.13 21:46, Marten de Groot wrote:
> Hi Tom, thanks for your reply! I just read the css validation on your blog.
>
> The problem is that I encounter warnings on every piece of css I write.
> Even if it works. And then I'm doing the most basic things you can think
> of.
>
> For example:
>
> root {
> -fx-background-color: red;
> }
>
> I'm getting a warning on that second line already.
Re: CSS validation problems [message #1100213 is a reply to message #1100188] Mon, 02 September 2013 17:17 Go to previous messageGo to next message
Marten de Groot is currently offline Marten de Groot
Messages: 6
Registered: August 2013
Junior Member
I need more than 5 messages to post a picture Neutral
Re: CSS validation problems [message #1100214 is a reply to message #1100213] Mon, 02 September 2013 17:18 Go to previous messageGo to next message
Marten de Groot is currently offline Marten de Groot
Messages: 6
Registered: August 2013
Junior Member
sorry mod
Re: CSS validation problems [message #1100215 is a reply to message #1100214] Mon, 02 September 2013 17:18 Go to previous messageGo to next message
Marten de Groot is currently offline Marten de Groot
Messages: 6
Registered: August 2013
Junior Member
i just need one more
Re: CSS validation problems [message #1100216 is a reply to message #1100215] Mon, 02 September 2013 17:19 Go to previous message
Marten de Groot is currently offline Marten de Groot
Messages: 6
Registered: August 2013
Junior Member
And here it is:

http://s23.postimg.org/wsds3n1br/Capture.jpg

[Updated on: Mon, 02 September 2013 17:20]

Report message to a moderator

Previous Topic:e(fx)clipse beta8 & eclipse4
Next Topic:e(fx)clipse JNLP creation
Goto Forum:
  


Current Time: Mon Oct 07 15:12:44 EDT 2013

Powered by FUDForum. Page generated in 0.01642 seconds