-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 10 March 2003 17:01
To: [EMAIL PROTECTED]
Subject: Lingo-l digest, Vol 1 #706 - 1 msg


Send Lingo-l mailing list submissions to
        [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail4.fcgnetworks.net/listinfo/lingo-l
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Lingo-l digest..."


[You are receiving the digest version of Lingo-L.  When replying to a
message in this digest, post the response to [EMAIL PROTECTED] and
optionally copy the original poster.  Do NOT include or quote this whole
digest in your reply! You should also change the subject line to reflect the
original subject, and not just say Re: Digest...]

Today's Topics:

   1. Re: was comparing 2 images (Buzz Kettles)

--__--__--

Message: 1
Date: Mon, 10 Mar 2003 08:37:18 -0800
To: [EMAIL PROTECTED]
From: Buzz Kettles <[EMAIL PROTECTED]>
Subject: Re: <lingo-l> was comparing 2 images
Reply-To: [EMAIL PROTECTED]

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

>
>
>Thank's
>
>Rodrigo
>
>[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!]



--__--__--

[To remove yourself from this list, or to change to regular (non-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!]


End of Lingo-l Digest

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003
 
[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!]

Reply via email to