stacked canvas on stacked canvas [message #455031] |
Mon, 10 May 2010 00:31 |
ghadeer
Messages: 25 Registered: February 2010 Location: ksa
|
Junior Member |
|
|
Hi All,
I have content canvas and stacked canvas on it , its working well , but when I add one more stacked canvas on the first one
and showing it , its appear behind the first one !!!!
could you help me how can I solve this
thanks
|
|
|
|
|
|
Re: stacked canvas on stacked canvas [message #455048 is a reply to message #455043] |
Mon, 10 May 2010 01:03 |
ghadeer
Messages: 25 Registered: February 2010 Location: ksa
|
Junior Member |
|
|
this code I put it on button item on the first stacked canvas:
Show_Window('WIN_BROWSE');
Show_View('Can_BROWSE');
Go_Block('BLK_BROWSE_LABELS');
Go_Item('BLK_BROWSE_LABELS.SEARCH');
Set_Window_Property('WIN_BROWSE',Title,'Browse Subject');
Execute_Query(No_Commit);
|
|
|
Re: stacked canvas on stacked canvas [message #455077 is a reply to message #455048] |
Mon, 10 May 2010 01:53 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Forget the 'show_window' stuff, just use 'go_item' to move to the various items. You may need to have the 'first' item repeated as the 'last' item so that the cursor ends up in the item of interest.
David
|
|
|