cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed on Eclipse Listeners

Former Member
0 Kudos

Hi,

I need a listener for a eclipse editor resize.Triggering a listener on resize of the editor is very trivial using SWT.Resize.But triggering it once the editor resize is complete seems to be complicated.

Can anybody give any possible solution to it or a listener that gets triggered once the editor resize is complete.

Thanks in advance.

Regards,

Manasa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have you tried using "Display.syncExec(Runnable)" method? Your runnable thread will run when when the resize event is complete.

Regards,

Satyajit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Thanks a lot for your reply...I din try this before....and its exactly what i wanted....

Thanks again.

Manasa