artur_biesiadow
12 years agoNew Contributor
java/SWT Display.syncExec
I'm trying to control internals of RCP application from TestComplete. For read access, it works quite well, but when I try to open a new view using code (activePage.showView(id)) it complains about illegal thread access.
I would need to call Display.syncExec(Runnable) with some code inside runnable. Is there any way to achieve it from inside TestComplete script?
I would need to call Display.syncExec(Runnable) with some code inside runnable. Is there any way to achieve it from inside TestComplete script?