I'm using Studio version 2.8.1 on an intel Mac running Leopard (10.5.2).
Also running Galaxy and GL2. I'm getting weird behavior that I don't
understand. An object is recognized for some things but not others. For
example, in the following script, which simply clears a field:

ON mouseUp
    IF fld "notes_note" is not empty THEN
        answer "Really clear?" with "Cancel" OR "Yes"
        IF it is "Yes" THEN
            put empty into fld "notes_note" -- "notes_note"
        END IF
    ELSE
        answer "The note field is already empty."
    END IF
END mouseUp

 In running the script, field "notes_note" is recognized in the IF
statement, but I get an error message "Chunk: no such object" when I run the
script, at the line that says "put empty into fld "notes_note". Anyone know
what's up? It seems to happen when I put a field into a group, more than at
other times.

rand valentine



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to