Michael wrote:
> How can I ensure that member(1) is always referring to the cast
> in the MIAW,
> regardless from where the handler in the object is called?

Not sure if this is what you mean but ..

Could you use a prefix on the MIAW casts to ensure you had unique
references?
for instance name all the casts within the MIAW "miaw_graphics", "miaw_text"
etc.
then when you call the member you specify the cast as well.
eg.
on changeMIAWtext  vMemNum, vCastname, vText
-- do validation of castname & vMemNum as member
member(vMemNum,vCastname).text = vText

HTH
Brad


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to