Devin-

Wednesday, April 12, 2006, 2:26:13 PM, you wrote:

> The way I use it is much more pedestrian than the Marks'. For me it's

Not pedestrian at all. I just tried to post a simple example that
would do something useful. I use your technique all the time by having
an "Initialize" method in my objects, although I would have coded your
example as:

setProp editMode pMode
   set the enabled of button "Save" to pMode
   set the enabled button "TextColor" to pMode
   set the lockText of fld "myfld" to pMode
   set the traversalOn of fld "myFld" to pMode
end editMode

...you only need to pass editMode if you need to set the real custom
property and want to query it later on.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
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