Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Maximized form in Swing and SWT
Maximized form in Swing and SWT [message #1032065] Tue, 02 April 2013 14:25 Go to next message
marco giudici is currently offline marco giudiciFriend
Messages: 204
Registered: February 2013
Location: Italy
Senior Member
Hi all,
I have the following problem when I show a form in SWT: the form is not maximized as it's launching the application via Swing.

The form is so configured:
index.php/fa/14217/0/

and is invoked as follows:
      //Open the detail order form
      OrderDetailsForm form = new OrderDetailsForm();
      form.setIdCommission(idCommission);
      form.setCommission(commission);
      form.setMaximized(true);
      form.setMinimizeEnabled(false);
      form.setMaximizeEnabled(true);
      form.startNew();
      form.waitFor();


I can not understand why is maximized in Swing and in SWT no.
Can anyone help me to understand where is the problem?

Thanks in advance for your help
  • Attachment: Immagine.png
    (Size: 7.46KB, Downloaded 433 times)
Re: Maximized form in Swing and SWT [message #1034763 is a reply to message #1032065] Fri, 05 April 2013 21:37 Go to previous message
Eclipse UserFriend
Marco, thank you for the hint - and yes it is a bug. I opened Bug 405048 to track this issue.

/andreas
Previous Topic:How can I pass additional variables to injectFieldsInternal()
Next Topic:Datefield in RAP client
Goto Forum:
  


Current Time: Tue Apr 23 08:03:24 GMT 2024

Powered by FUDForum. Page generated in 0.03287 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top