Why Does this Behavior Fail?

2010-11-17 Thread Sivakatirswami
goal: I would to put help info in custom props and then call these automatically into display as the user pass his mouse over controls (on a preferences card) A preference might be a check box whose name is button: __ autoMountServer type: check box If I put this script into directly

Re: Why Does this Behavior Fail?

2010-11-17 Thread J. Landman Gay
On 11/17/10 5:51 PM, Sivakatirswami wrote: goal: I would to put help info in custom props and then call these automatically into display as the user pass his mouse over controls (on a preferences card) I have a stack that does that, but it doesn't use behaviors. I just put this into the

Re: Why Does this Behavior Fail?

2010-11-17 Thread Web Admin Himalayan Academy
On 11/17/10 2:51 PM, J. Landman Gay wrote: I have a stack that does that, but it doesn't use behaviors. I just put this into the card: on mouseEnter put the cTip of the target into tTip if tTip then set the htmltext of fld helptext to tTip end if pass mouseEnter end mouseEnter

Re: Why Does this Behavior Fail?

2010-11-17 Thread Mark Wieder
S- Wednesday, November 17, 2010, 5:07:10 PM, you wrote: I love it... simple is better who needs behaviors if you don't need behaviors (hehe, though I still would like to know why it did not work...) Memory's failing me here, but I think there was a thread recently about mouseWithin messages

Re: Why Does this Behavior Fail?

2010-11-17 Thread Web Admin Himalayan Academy
On 11/17/10 3:23 PM, Mark Wieder wrote: S- Wednesday, November 17, 2010, 5:07:10 PM, you wrote: I love it... simple is better who needs behaviors if you don't need behaviors (hehe, though I still would like to know why it did not work...) Memory's failing me here, but I think there was