Scripting custom PopupDialog in MAXScript?

Hi all, i’ve been a long time reader here but this is the first time I actually post something.

I’m trying to find out how to create custom PopupDialogs in MAXScript - not a rollout floater or regular dialog - but a floating dialog like the one you get when doing “Connect” on a editable poly in edge mode.

Is it possible to create those type of dialogs, and if yes, do you need to use the gw class? Please see attached image for an example.

Thanks!
Stephane

That’s a class of dialog called a Caddy. MaxScript doesn’t have those as a native dialog class. If you want something like that you’ll need to use WPF and .NET to roll your own.

[QUOTE=Jeff Hanna;24654]That’s a class of dialog called a Caddy. MaxScript doesn’t have those as a native dialog class. If you want something like that you’ll need to use WPF and .NET to roll your own.[/QUOTE]

Ah too bad…thx for the help Jeff!