well, this is a test that will be presented in many companies to evaluate the employes. So the idea is to optimize the time checking the answers. I try this script and could get only the filled checkboxes, now how can I grab the result and count it's points. Maybe using coordinates, or trying to read the checkbox word??? All questions have only two options "A" "B".
check = new(#bitmap) member(check).image = thisMem.image.duplicate() member(check).image.copyPixels(thatMem.image, thatMem.rect, thatMem.rect,[#ink:#reverse]) on 3/10/03 3:19 PM, Howdy-Tzi at [EMAIL PROTECTED] wrote: > On Monday, Mar 10, 2003, at 11:31 America/Chicago, Rodrigo Peres wrote: > >> Buzz, >> >> but this will return only a geral difference, and I need to know one >> by one >> in the checkboxes. > > Well, then, it's time to start experimenting, isn't it? > > This doesn't strike me as being a particularly efficient way to do > things, BTW. Why are you analyzing scanned images, as opposed to a > document sent electronically, such as an HTML page with CGI to process > the checkmarks, or using a Director interface to handle the checkmarks > directly? > > > Warren Ockrassa | http://www.nightwares.com/ > Director help | Free files | Sample chapters | Freelance | Consulting > Author | Director 8.5 Shockwave Studio: A Beginner's Guide > Published by Osborne/McGraw-Hill > http://shop.osborne.com/cgi-bin/osborne/0072195622.html > > [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 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!]
