This means that you still don't understand what was wrong. This is why you never get anywhere.
Charles Yeomans On Mar 12, 2007, at 8:44 PM, Brian Heibert wrote: > Never mind I found a way to deal with it > I put the button bar in the main window instead of a separate window > > > On Mar 12, 2007, at 8:25 PM, Brian Heibert wrote: > >> I am using the 2DDraw example by OnClick.Software >> >> // Bring up Color Selector Window >> Dim b as Boolean >> window1.canvas1.graphics.fillColor=rgb(0,0,0) >> b=SelectColor(fillColor,"Select a Color") >> // Set Line/Fill Color of Canvas1 to that of selected NEW color >> window1.Canvas1.graphics.forecolor=fillcolor >> // Set color to Canvas2 to that of selected NEW color >> window1.Canvas1.graphics.forecolor=fillcolor >> window1.Canvas1.graphics.fillrect 0, 0, 30, 20 >> window1.Canvas1.refresh >> >> but in this code >> window1.canvas1.graphics.fillColor=rgb(0,0,0) >> it says method or property does not exist >> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
