|
|
|
|
|
|
Re: E4 part with JavaFX [message #1128289 is a reply to message #1128277] |
Mon, 07 October 2013 10:42  |
Eclipse User |
|
|
|
So did you use the tag to inform the renderer that it should create a
FillLayoutPane?
See the list of tags at http://wiki.eclipse.org/Efxclipse/Runtime/e4#MPart
Tom
On 07.10.13 16:30, Ghislain Mustermann wrote:
> Well when im trying to use AnchorPane or FillLayoutPane it dont work i
> have an Error : Quote:
>> org.eclipse.e4.core.di.InjectionException: Unable to process
>> "LoginScreenPart#init()": no actual value was found for the argument
>> "FillLayoutPane".
> What im doing wrong? although i added "org.eclipse.fx.ui.panes (0.9.0)"
> to my required plug ins.
|
|
|
Re: E4 part with JavaFX [message #1742016 is a reply to message #1095290] |
Tue, 27 August 2013 19:46  |
Eclipse User |
|
|
|
Hi,
we always inject a BorderPane because it is the most natural and often
used one. You can not tell the system that you want another pane but
have to position your stuff on the BorderPane.
Tom
On 27.08.13 00:18, Dirk Fauth wrote:
> Hi,
>
> I just started creating an E4 application using JavaFX. Of course I'm
> using e(fx)clipse! ;)
>
> Looking at the short tutorials and the sample application I noticed that
> I can get the BorderPane injected in @PostConstruct. But where is
> configured which pane should be used? When I tried to get a StackPane,
> an exception was thrown that there is no value found for a StackPane.
>
> So the question in detail, as the DI concepts are hopefully quite clear
> to me, which panes are supported? Am I able to change which pane to use
> as root pane? And if so, where to configure it?
>
> Thanks for helping a newcomer to e(fx)clipse! :)
>
> Greez,
> Dirk
|
|
|
Powered by
FUDForum. Page generated in 0.05766 seconds