• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need help in SWT Form

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
i am developing a Plugin for eclipse 3.4 using SWT. I am adding a page in the eclipse preference. There is table and button in the that Page. On clicking the button a form with some fields need to be displayed as a dialog box. The value in the dialog box must be set in the table. I tried varies ways to display the form but it is not working. When i create a new instance of Display and Shell it results in a Invalid thread Exception. When i use the existing Display and Shell , no exception is raised and also not form is displayed .i have instantiated the Form and FormToolkit objects , but it does not get displayed.
please tell me how to display a form with certain fields like Label , text and Button when a button is clicked. can i use Windows instead of form to get data.

Thanks in Advance
[ September 24, 2008: Message edited by: K Sathya Narayanan ]
 
When people don’t understand what you are doing they call you crazy. But this tiny ad just doesn't care:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic