• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SWT resize/modal question

 
Ranch Hand
Posts: 112
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I'm pretty new [started today] to SWT framework. I have tried to create a UI via eclipse using the windows builder plugin. The code goes something like this.




Now, I have two basic queries. 1.How can I make sure that if I do a resize[ Im dragging the dialog box at one corner] all the components resize appropriately? and 2. How can I make sure that this dialog is not modal? [Currently it is modal as Im unable to click anywhere].

Im doing some research as we speak, but any pointers will definitely help .

Thanks, Pavan.
reply
    Bookmark Topic Watch Topic
  • New Topic