On 2007-03-13, at 01:52, Arnaud Nicolet wrote: > 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.
Yep.. i see .. > > Does window1.canvas1.graphics.ForeColor=rgb(0,0,0) do the trick? Sven E _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
