developer [message #256869] |
Mon, 06 August 2007 23:37 |
sams
Messages: 100 Registered: August 2007
|
Senior Member |
|
|
hi
i have three text items and one button on a canvas in developer 6i.Now i want that when i click on the button a new canvas will open in the previous canvas as a part of it.
the canvas which will open have information related to those three text items.
how can i do this?
plz send me code applied on button.
thanx
|
|
|
Re: developer [message #256879 is a reply to message #256869] |
Tue, 07 August 2007 00:07 |
|
azamkhan
Messages: 557 Registered: August 2005
|
Senior Member |
|
|
Use a Stack Canvas. A Stack Canvas has a quality that it doesn't need a window to open itself, where as a content canvas which we normally use must be open in a window.
|
|
|