can G4P.setGlobalAlpha() still be called remotely in v3.2.2?
in
Contributed Library Questions
•
7 months ago
I am having trouble updating a GUI that I started in an older version of G4P (import gui_components.*)
It seems that G4P.setGlobalAlpha() can only work in the setup section or within the specific even handlers.
I am trying to change the visibility of the GUI midway through a sketch...
basically I have a large window which displays an animation. The window then shrinks and the GUI appears within it.
I had this working with the older version by calling G4P.setGlobalAlpha() as needed but with this new identical GUI built with the latest GUI builder tool, it wont accept the alpha commands...
1