Integrated Application Platform › Forums › General › Newb Window Canvas Question › Re: Re: Newb Window Canvas Question
April 9, 2011 at 5:34 pm
#827
Participant
OK, I turned my nifty little window builder into a function with a
return w
Just prior to the return, from withing the function I tried
w.Vert.Canvas.AddItem( which yielded “uninitialized member: #Vert”
So I tried the same thing external to the function and still got the same error.