Vision Window / Popup Window included in a module

Good morning all,

Hoping somebody maybe able to offer some clarification. I have some Vision Windows / Popup Windows that I am hoping to add into a vision module. I was just wondering if this is possible, I haven't really seen it talked about or documented. Do note, there will be dynamic stuff going on in the windows but all the parameters for this will use accessible properties, when the window is opened.

I assume if possible the custom window would be able to just be designated a location in the project browser and referenced as any other window would be?

For instance under the Module X as shown in the screenshot below.

If anyone knows of any documentation, examples and advice on doing this (and if this is achievable) it would be greatly appreciated.

Many thanks,

MG3

There is no extension point that would allow a module to supply a Window (or any other Vision resource) when a client (or designer) tries to obtain one.

The closest you can get would be to inject one into the project filesystem, already encoded.

You should create your "window" as a component instead.

1 Like

I believe what you said is what I had assumed, this is assuming you mean, I create a component, place said component into a vision window and treat it is any other window.

1 Like