Home » Developer & Programmer » Forms » stacked canvas on stacked canvas
stacked canvas on stacked canvas [message #455031] Mon, 10 May 2010 00:31 Go to next message
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 #455034 is a reply to message #455031] Mon, 10 May 2010 00:41 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Did you try to GO_ITEM to an item that is placed on the "second" stacked canvas (so that focus forces it to appear above the first one)?
Re: stacked canvas on stacked canvas [message #455039 is a reply to message #455034] Mon, 10 May 2010 00:49 Go to previous messageGo to next message
ghadeer
Messages: 25
Registered: February 2010
Location: ksa
Junior Member
many thanks....
I try to use go_item but still appear behind the first stacked canvas ????
Re: stacked canvas on stacked canvas [message #455043 is a reply to message #455039] Mon, 10 May 2010 00:56 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Could you post code you used to manipulate with those canvases?
Re: stacked canvas on stacked canvas [message #455048 is a reply to message #455043] Mon, 10 May 2010 01:03 Go to previous messageGo to next message
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 Go to previous message
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
Previous Topic: Oracle Forms
Next Topic: problem whit tree
Goto Forum:
  


Current Time: Fri Sep 20 09:35:34 CDT 2024