On 28/1/06 4:37 pm, "Daniel Villarreal" <[EMAIL PROTECTED]>
wrote:

> 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)
> 
> I was trying to find a way to do a callback from the gdpl and came across
> the runPropertyDialog function. My thinking is that I would have the
> runPropertyDialog function fire off a mui dialog box to select the field
> member then return that info to the gdpl so it can pull the value of the
> field and present a dropdownlist.
> 
> Does this make sense? Am I totally misunderstanding what can be done with
> this? Any suggestions on how to build the mui dialog box to select the field
> member, if I'm on the right track.

Hi Daniel,

runPropertyDialog will override getPropertyDescriptionList.  If you have
both in your behavior, only runPropertyDialog will be called.

This means that you will have to build the MUI dialog box yourself if you
use runPropertyDialog.

You can find a demo movie that does something similar at:

  <http://nonlinear.openspark.com/tips/xtras/mui/dynamic/>

This is not for the faint-hearted.

Cheers,

James

[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