Questions tagged [efxclipse]

e(fx)clipse is a project hosted by the eclipse foundation to provide JavaFX tooling for the Eclipse IDE and a runtime platform and libraries that can be used in a JavaFX 8 application.

e(fx)clipse is a project hosted by the eclipse foundation to provide:

  • JavaFX tooling for the Eclipse IDE
  • runtime platform and libraries that can be used in a JavaFX 8 application.
109 questions
1
vote
1 answer

Eclipse doesn't see JavaFX properties in css file, "unknown property"

I installed Eclipse and downloaded the OpenJFX SDK. But the problem is that Eclipse marks all -fx- properties in the .css file as warning and writes "unknown property". My JavaFX projects compile and run fine - I followed the instructions on the…
penny
  • 67
  • 6
1
vote
0 answers

JavaFX "Graphics Device initialization failed for : d3d, sw" on Eclipse Win10

I am on Win10, got Eclipse. For a school project, I have to use JavaFX on Java SE 1.8 (it's mandatory, I can't replace that by a more recent version). First of all I had trouble installing it. I finally managed to get rid of import errors by…
Kal8578
  • 51
  • 1
  • 8
1
vote
1 answer

Why does this JavaFX application look way different than when it's in SceneBuilder?

I was trying to make my first application on JavaFX but this frustrated me so much! These elements of the application are perfect in SceneBuilder, but now it's just misaligned! I think it's because of this error when I run the app: WARNING:…
1
vote
2 answers

"__ Cannot be resolved to a type" - JavaFX not working in eclipse with e(fx)clipse plugin

I am running Eclipse 2019-09 on Windows 10 and have installed e(fx)clipse and I have the javaFX sdk in C:/Program Files/Java/javafx-sdk-13.0.1 Whenever I create a new JavaFX project, the default code shows up, but everything (BorderPane, Stage,…
Kate
  • 31
  • 1
  • 5
1
vote
0 answers

e(fx)clipse hanging eclipse

I have a strange bug. A student of mine is trying to install e(fx)clipse on her macbook pro. I installed e(fx)clipse on the device. When I restart it, it asks where her home folder is. Then it says there is an error and shuts down. HAs anyone else…
1
vote
0 answers

Rearranging texts in javafx

I am using Javafx. I have gridpane(1,2). My gridpane ends with buttons (1,2) and (0,2). I want to write something under these buttons. I added a text into gridpane. However, since my text's widht is longer than the buttons, the layout does not look…
numudoka
  • 25
  • 7
1
vote
0 answers

Java 10 JavaFX SDK in eclipse

im developing a new java fx project and thought it is a good idea to start with java 10 and later migrate to java 11. My problem is now that i cant get the javafx css support in eclipse to work. With Java 8 it was a problem of adding JavaFX SDK to…
Mattizin
  • 350
  • 1
  • 6
  • 19
1
vote
1 answer

Detecting running Equinox IApplication ID

I have RCP E4 Application with GUI (JavaFX). It also contains several IApplication instances without GUI. The problem that, there are some DS services that run automatically, I want to detect which application (IApplication/product ID) started from…
tJeyhun
  • 195
  • 1
  • 9
1
vote
1 answer

Java class annotated with @Creatable is missing attributes when injected on other plugin class

I have a e4 application project which consists of following projects app app.feature app.product app.releng then 2 plugin projects app.service app.ui I have created a simple login dialog page on a handler, I inject the service on this Dialog and…
dranoeL
  • 37
  • 7
1
vote
1 answer

JAVA Fx and Eclipse

I can't find my answer anywhere I know javafx is now part of the SDK as of java 8 release and late java 7 release. I am using Eclipse and scene builder 8 to build an app for a school project. I want to know if the teacher needs to install…
dopeinc
  • 59
  • 1
  • 6
1
vote
0 answers

Eclipse JavaFX plugin disable validation for web css

I am using e(fx)clipse plugin for eclipse for my JavaFX project and I have some web css in the resources folder along with JavaFX styles. The issue is all the web css properties are underlined in the editor with a unknown property warning. I have…
Saminda Peramuna
  • 735
  • 9
  • 22
1
vote
1 answer

JavaFx: Editable styled text

I need a editable and styled TextArea. I search a lot and found some thrid party applications. But I cannot use external jars or libarys. Then I found org.eclipse.fx.ui.controls.styledtext.StyledTextArea with is included in the e(fx)clipse plugin.…
Nero
  • 33
  • 8
1
vote
0 answers

JavaFX font sizes are huge in Eclipse RCP application

I'm working on an RCP application that includes both Swing and JavaFX elements. The application needs to be compiled using Java 8, which results in the Swing elements not scaling on a high-DPI screen according to the text-size. Using the external…
anishthecoder
  • 940
  • 6
  • 20
1
vote
0 answers

efxclipse convert svg to fxml working? Not for me

I was just wondering if anyone did convert an svg to fxml. I do right click on svg file Convert... nothing happens. What's the trick? The Svg file is saved as plain svg file in inkscape. thanks for input regards Chris
1
vote
1 answer

how to get the jfxmobile plugin for using, for instance, the MagnetometerService

I want to use some "gluonhq charm down" services such as the magnetometer. I don't understand why the MagnetometerService cannot be imported in my Java class file. The error message is The "import com.gluonhq.charm.down.plugins.accelerometer…
Pascal DUTOIT
  • 121
  • 1
  • 13