> 
> on mouseup
>     put the properties of btn  "Find" into myArray
>     delete variable myArray[name] -- keep name of target
>    delete variable myArray[rect] -- keep rect-loc of target
>   set the properties of btn  "Add Reminders" to myArray
> end mouseup
> 
> But, it doesn't work, the target button does change, but it still 
> doesn't look exactly like the source button... 

Look for inheritance differences:different stack, group,card etc.

Cheers

Monte
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to