Reputation: 71
We have developed a RCP product with OSIG Plugin. Every thing is working fine in windows. But the problem is with Linux(GTK) We used Code:
Composite composite = new Composite(parent, SWT.EMBEDDED | SWT.NO_BACKGROUND | SWT.APPLICATION_MODAL);
frame = swt_awt.new_frame(composite);
When we open any SWT modal dialog, this frame is not blocked. Other than this frame other SWT area got blocked and are not accessible. I hope its internal implementation. Can any one give some suggestion whether is there any work around. I am trying since 2 weeks. please help me
Eclipse: eclipse-jee-indigo-SR2-win32
OS : RHEL 6
Upvotes: 0
Views: 498