OK tell me if I'm insane... I've just rewritten that behaviour, it's
identical *to the letter*, it works fine, here it is again:

global typeMngr

property spriteNum
property pChar

on mouseDown me
  put pChar
end

on getPropertyDescriptionList me
  
  gpdl = [:]
  
  addProp gpdl, #pChar, [#format:#string, #comment:"which
letter",#default:"" ]
  
  return gpdl
  
end 

Wierd. Anyone noticed this before, are MM aware of this?

Jon R

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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