Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » [Databinding] Osgi RWT and JFace DataBinding
[Databinding] Osgi RWT and JFace DataBinding [message #908892] Thu, 06 September 2012 03:27 Go to previous message
Charlie Mordant is currently offline Charlie Mordant
Messages: 63
Registered: July 2010
Member

Hi,

I'm trying to make JFace databinding working with RWT and Virgo.

The problem is that when I go to a page that use Databinding, it complains about that the validation realm cannot be null.

The solution I found navigating to forums to launch the UI like this:
final Display display = Display.getDefault();
		Realm.runWithDefault(SWTObservables.getRealm(display), new Runnable() {
            public void run() {... 
}

Doesn't because the thread is already finished when I arrive to my page.

If I put the above loop, it complains that sleep is not authorized in a simpleexecutioncontext.
while(!shell.isDisposed()) {
if (!display.readAndDispatch())
	 	display.sleep();
	}



Have you got an idea of how I can make databinding work?

Best regards,
 
Read Message
Read Message
Read Message
Previous Topic:How to let JAWs read FieldDecortion
Next Topic:JFace Texteditor - Custom Undo
Goto Forum:
  


Current Time: Wed May 22 11:35:59 EDT 2013

Powered by FUDForum. Page generated in 0.12862 seconds