content canvas [message #86778] |
Fri, 29 October 2004 21:37 |
shish mate
Messages: 49 Registered: February 2004
|
Member |
|
|
hi (form 5)
i know it's basic thing so pl dont mind... coz i dont know this
in my form i've two content canvas for both i hv set same window1 as window and in my window's property i hv set primary canvas. now i want to show my second content canvas by pressing button on first canvas
i've used show_view and hide_view built-ins but it's not working
i hv also tred
SET_VIEW_PROPERTY('canvas1', visible, property_false); for my first canvas
and SET_VIEW_PROPERTY('canvas2', visible, property_false); but this is also not working
but it is showing me second canvas is if i use go_item and specify item on second canvas
can u tell me what i should do to show content canvas from another contain canvas by using show_view
thanks
ashish....
|
|
|
Re: content canvas [message #86806 is a reply to message #86778] |
Thu, 04 November 2004 00:26 |
vijay Kumar
Messages: 17 Registered: January 1999
|
Junior Member |
|
|
Dear,
in order to show one content canvas from other u should be able to externally navigate and postion the cursor in second form otherwise the navigation goes there and it comes back fast because the control is not able to position itself on the canvas.
in order to solve this ,
show_view('canvas name');
go_item('item name')
OR
ONLY go_item('item name');
in this way u can call a second content canvas from one content canvas.
i hope this woukld resolve u r issue.
|
|
|
Re: content canvas [message #86815 is a reply to message #86806] |
Fri, 05 November 2004 17:45 |
shish mate
Messages: 49 Registered: February 2004
|
Member |
|
|
thanks vijay
yaar do u know any thing about tree list(Navigator) in form 5 i mail this issue on this forum but i'did't got any reply can u help me once again pl...z
thanks once again
ashish...
|
|
|