Integrated Application Platform › Forums › General › Newb Window Canvas Question › Re: Re: Newb Window Canvas Question
April 9, 2011 at 1:33 pm
#826
Keymaster
You need to keep a reference to the Window.
w = Window(…
Then you can do:
w.Vert.Canvas.AddItem(…
Or if it’s just setup stuff, you can do it in a New method in the Controller.
I’m not sure how much Canvas has been used lately so let me know if there are any problems.