Hello.
I'm working on a program unit that consists on a loop between every block inside a determined form and navigate any of their items. I need this because it's the only way to let me work with JavaBeans there. Otherwise, forms crashes.
The problem is, as I navigate through each block, its canvas shows up as a "splash" and I want to avoid that. Users must not notice that movement.
Is it posible to make the whole canvas or window invisible but still navigable in order to hide this process?
Thank you all in advance.
Regards.