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 :
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 :
And this works as well :
A repro patch is attached so you can repro :-)
Cheers!
ImGUIIterate.vl (34.1 KB)