Can Rev Draw a Line?

Richmond Mathewson geradamas at yahoo.com
Fri Jan 25 04:13:45 EST 2008


Ha, Ha, Ha - spoke too soon:

if the showBorder is set at FALSE (i.e. default) the
result is a green rectangle

to achieve a green line one has to set the showBorder
to TRUE

(and then make its fatness ZERO):

create img "LLINE"
set the width of img "LLINE" to (WID2 - WID1)
set the HEIGHT of img "LLINE" to (HITE2 - HITE1)
set the TOPLEFT of img "LLINE" to WID1,HITE1
set the showBorder of img "LLINE" to true
set the borderWidth of img "LLINE" to 0
set the threeD of img "LLINE" to false

choose brush tool
   set the brushcolor to "green"
   drag from WID1,HITE1 to WID2,HITE2
choose browse tool

AND that was not in the DOCUMENTATION!

sincerely, Richmond Mathewson



____________________________________________________________

A Thorn in the flesh is better than a failed Systems Development Life Cycle.
____________________________________________________________


      ___________________________________________________________
Support the World Aids Awareness campaign this month with Yahoo! For Good http://uk.promotions.yahoo.com/forgood/



More information about the use-livecode mailing list