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
0
votes
1 answer

E(fx)clipse completely rendered with Javafx

I would like to know if, in some way, it is possible to start an e(fx)clipse instance, whose view parts are completely rendered with Javafx (editors, palette...). If I develop a plugin with view contribution in Javafx, can I start "all" eclipse…
Marpa
  • 31
  • 1
  • 7
0
votes
1 answer

JavaFX 8 'fx:constant' causes a parse error in Eclipse

I am trying to load in FXML for my JavaFX application and am receiving this exception: Caused by: javafx.fxml.LoadException: ~/eclipse/javafx-test/target/classes/fxml/TestApplication.fxml:52 at…
learner0000
  • 293
  • 2
  • 11
0
votes
1 answer

JavaFX: Dynamically added VBox does not show up

I'm working on a project that requires a "tabled" representation of VBoxes. My hierarchical layout of the application is GridPane -> VBox (in one of the Cells) -> VBoxes (that display different datasets on top of each other) -> Data. I have two…
s4inz
  • 123
  • 10
0
votes
0 answers

Not able to install e(fx)clipse plugin in eclipse luna 4.4.0

My system configuration is Jdk 1.6_45 Eclipse Luna 4.4.0 When i try to install e(fx)clipse 2.1.0 from eclipse market place it is giving me error. What an I missing? Where can I read about the setup in order to start working with this framework?
Mithlesh Singh
  • 139
  • 3
  • 12
0
votes
0 answers

e(fx)clipse code completion isn't working

could you give me any advice how to fix that, please? Recently I installed e(fx)clipse, but code completion when you type a dot, isn't working. Google didn't help. Edit: Ctrl+Space works well, But dot with dropdown list of options is not working.…
Antonio
  • 1
  • 1
0
votes
1 answer

Checking if a Part inside of a PartStack was closed by pressing the close icon on the corresponding tab

Platform: Windows 8.1 Pro, E4 with e(fx)clipse I'm currently working on caching opened Parts to reopen then when reloading the PartStack. This reloading method uses EPartService.hidePart() to close all Parts in the PartStack. Since I also need to…
Hobbit9797
  • 35
  • 7
0
votes
1 answer

e(fx)clipse JavaFX still missing

I am running XUbuntu x64 14.04.4 LTS on my PC, with eclipse Mars.2 Release (4.5.2) and JDK 8 properly linked up to my eclipse (via ini file). So basically, I "upgradet" to e(fx)clipse. Then I crated a new "JavaFX project". When I tried to run it, I…
Le 'nton
  • 366
  • 3
  • 22
0
votes
2 answers

Getting started with e4 OSGI application with e(fx)clipse

I'm very new to the all of OSGI development and JavaFX. I was trying to get started on developing an sample application using the Eclipse 4 platform and the e(fx)clipse runtimes, etoolings, etc. I downloaded the pre-bundled version of the eclipse…
anishthecoder
  • 940
  • 6
  • 20
0
votes
2 answers

Trying to install e(fx)clipse, but nothing is working

NB I am using Eclipse Kepler and version 4.3.2.M20140221-1700 according to the config file. For a grand majority of the software I try to install through eclipse, conflictions arise which prevent me from downloading it altogether. Trying the…
Orange Receptacle
  • 1,173
  • 3
  • 19
  • 40
0
votes
0 answers

JavaFX GridLayoutPane with GridData.heightHint not updating unless Focus changes

I created a GridLayoutPane and want to set the size of its children programmatically. This is working fine and the sizes are set correct, but they are not applied after beeing set automatically. My first thought was that I might have to call…
lumo
  • 790
  • 1
  • 8
  • 23
0
votes
1 answer

ubuntu eclipse mars e(fx)clipse error on startup

I installed e(fx)clipse over my existing Eclipse Mars installation using the update sites given here: https://projects.eclipse.org/projects/technology.efxclipse/downloads The installation worked fine, e(fx)clipse also seems to be loaded (load screen…
Tobias Brösamle
  • 598
  • 5
  • 18
0
votes
1 answer

Drag Drop Featured Application based on Eclipse4 (RCP)

I am new in Eclipse 4(RCP) and I want to create an application in that any custom component can be defined and these components can be dragged and dropped between parts/views. (Like Scene Builder but it must run into e4) How can it be possible? And…
yetAnotherSE
  • 3,178
  • 6
  • 26
  • 33
0
votes
0 answers

Make efxclipse project build in Jenkins

Right now I am setting up different projects from my company to work with Jenkins 1.645. But one project uses efxclipse and I didn't find any information how to connect these 2 things. How can I build a e(fx)clipse project in Jenkins?
dasLort
  • 1,264
  • 1
  • 13
  • 28
0
votes
1 answer

eclipse has bugs with showing code complementation and the cursor

Heys guys, I just installed eclipse with e(fx)clipse and got some problems with the exspecially the layout. First of all the cursor does not being visually updated when doing horizontally movements(vertically works just fine). But this is only…
Armin W
  • 9
  • 4
0
votes
0 answers

Why won't my JavaFX exported .exe GUI display? How to troubleshoot JavaFX Applications when the GUI fails to appear after building to .exe?

I apologize if the title is a little too vague. I just exported my JavaFX project to .exe through the e(fx)clipse plugin and Inno Setup method. The program runs fine on Eclipse, but after exporting, the GUI fails to show up. My code is hosted at:…
Luiserebii
  • 55
  • 2
  • 11