|
Is it possible to have an Edit Object, that lets the user type something into it, and have a Button Object that when clicked will signal the application to check whether or not a certain string was entered? In other word to I have a user enter a password into the Edit Object and then click on a Button Object. Can the application detect if the password is correct or not? And if it is correct then jump to another Frame, or do something else? Chris Perry
Yes, this is something that is very easily done in Click & Create. All that it took was an Edit Object,
a Button Object, and a two lines of code.
Condition 1: Button Clicked
Condition 2: Button Clicked
I've included the source code for you
to download which should help with your understanding.
This page and all of its contents are Copyright 1997-98 by Christopher Jay Craft. |