I know I have run into this. I am trying to change one of my big script into a gui solution and I use frames heavily.

If you change/patch the function to following, it will work.

code:
Function Button_Click()

$Label.Top = 100
$Frame.Hide
$Frame.Show

EndFunction

_________________________
Kelly