Le 13 mars 07 à 01:45 Matin, Sven E Olsson a écrit: >> but in this code >> window1.canvas1.graphics.fillColor=rgb(0,0,0) >> it says method or property does not exist > > fillcolor variable was not declared..
In that case, FillColor is a property of Canvas.Graphics, not the variable you defined. Does window1.canvas1.graphics.ForeColor=rgb(0,0,0) do the trick? _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
