Daniel Villarreal wrote:
Hi All,
I'm trying to create a behavior that allows the user to select a field
member from a dropdownlist. This member contains a property list that
would
be used to generate a dropdown menu for the next selection in the
getPropertyDescriptionList dialog box. (this is for use at authoring
time
only)

hi daniel,

maybe I totally misunderstood what you want to do, but if you only want a property dialog where a user can choose one of the available field members, there is no need for MUI etc., you can just use:

on getPropertyDescriptionList me
 pl = [:]
pl[#menudef] = [#comment: "Menu-Definition Field", #format: #field, #default: ""]
 return pl
end

cheers,
valentin
[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