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 Brian Heibert Heibert Scan, Copy & Printing Web: http://www.heibertscancopyprinting.com Email: [EMAIL PROTECTED] Email: [EMAIL PROTECTED] Phone: (765) 742-4648 Fax: 1-888-243-0853 _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
