Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Example wizard: layout problems on Linux #814

Closed
RainerKlute opened this issue Jul 7, 2016 · 5 comments
Closed

Example wizard: layout problems on Linux #814

RainerKlute opened this issue Jul 7, 2016 · 5 comments
Assignees

Comments

@RainerKlute
Copy link
Contributor

When the example wizard is started on Linux, it does not layout its dialog window properly. You have to resize the window to trigger the layout.

@tkutz
Copy link
Contributor

tkutz commented Jul 11, 2016

Same for MacOS. Will be fixed with pull request #822.

@tkutz
Copy link
Contributor

tkutz commented Jul 12, 2016

It is fixed for MacOS with pull request #822.
@RainerKlute: Can you test this on Linux and close this issue if fixed?

@RainerKlute
Copy link
Contributor Author

Doesn't work on Linux. Instead of starting, the example wizard throws an exception:

!ENTRY org.eclipse.ui 4 0 2016-07-12 10:13:19.143
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.Error: Unresolved compilation problems: 
    ExampleWizardImages cannot be resolved
    ExampleWizardImages cannot be resolved

    at org.yakindu.sct.examples.wizard.pages.SelectExamplePage.createToolbar(SelectExamplePage.java:102)
    at org.yakindu.sct.examples.wizard.pages.SelectExamplePage.createControl(SelectExamplePage.java:87)
    at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:175)
    at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:705)
    at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1153)
    at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1211)
    at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1208)
    at org.eclipse.jface.wizard.WizardDialog$8.run(WizardDialog.java:1197)
    …

@andreasmuelder
Copy link
Member

@RainerKlute is this fixed now?

@RainerKlute
Copy link
Contributor Author

Yes, @andreasmuelder, it is fixed now.

tkutz added a commit that referenced this issue Jul 13, 2016
Layout problem on Linux fixed (issue #814).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants