Hi Guys,
I've been trying for a few hours now, to do a simple "shrink/grow" animation on my Mainform (the whole form) that is set as Transparent.
I have tried a for next loop: the anim is either not even noticeable, or, if sleep(0) is present in order to see the anim, it takes forever.
Tried anim the rootpane using setLayoutAnimated, but the behaviour is not as expected...
What am I trying to achieve?
Well, I like to complicate things, so I am trying to animate both minimize and restore actions...
As anyoune ever tried or done that? how?
I've been trying for a few hours now, to do a simple "shrink/grow" animation on my Mainform (the whole form) that is set as Transparent.
I have tried a for next loop: the anim is either not even noticeable, or, if sleep(0) is present in order to see the anim, it takes forever.
Tried anim the rootpane using setLayoutAnimated, but the behaviour is not as expected...
What am I trying to achieve?
Well, I like to complicate things, so I am trying to animate both minimize and restore actions...
As anyoune ever tried or done that? how?