• 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:

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 ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic