Error when interating over some types in VL.ImGUI

Hey there,

Was trying some stuff with monitors and wanted to build a quick GUI with ImGUI. I’m just trying to iterate over all Screen and create button for them, as follows :

image

As you can see, the ImGUI region throws an error. You can see it below :

Error: Unable to cast object of type 'System.Windows.Forms.Screen' to type 'System.Windows.Forms.Screen[]'.

Doing this seems to work :

image

And this works as well :

image

A repro patch is attached so you can repro :-)

Cheers!

ImGUIIterate.vl (34.1 KB)

1 Like

Thanks, fixed in upcoming.

1 Like