Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Move Control Back and Forth
Move Control Back and Forth [message #163932] Fri, 04 August 2006 13:47
Rusty Manesiya is currently offline Rusty ManesiyaFriend
Messages: 1
Registered: July 2009
Junior Member
Hello,

I have created a custom control and placed it on a composite
layout. The layout type is FormLayout. The left and top property values of
the custom control is same as the text control right behind it. The question
is how can I send the text control to front when I click the custom control
and bring the custom control to front when I click the text box control
(Something similiar to Visual Basic Z-order type of thing).

Look likes the following code does not work in the vice-versa widgeSelected
events


For textbox widgetSelected event
=============================
thisClass.sShell.moveAbove(customControl);
thisClass.sShell.moveBelow(textBox);
For customControl widgetSelected event
======================================
thisClass.sShell.moveAbove(textBox);
thisClass.sShell.moveBelow(customControl);

Is there any workaround for this or I am missing something completely

Rusty
Previous Topic:"An exception occured while downloading feature
Next Topic:Using eclipse over ssh with pserver
Goto Forum:
  


Current Time: Fri Mar 29 14:28:11 GMT 2024

Powered by FUDForum. Page generated in 0.03602 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top