At 11:25 AM -0300 3/10/03, you wrote:Hi,
I think my previous post need a little o Vulcan's Logic :-)
I don't need to compare two images but confirm if the checkbox is filled or not. For example, someone fill a test and then I scan the page and check throw the checkboxes for it answers and returns that was filled, so I can compute if the answer is right or not. Any Ideas??
I believe that you can use imaging lingo & compare the images
s = member("empty checkbox").image t = member("marked checkbox").image
if (s <> t) then isMarked() end if
Wow, cool!
-A.
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
