Page 1 of 1

Input screen in Metro like style

Posted: Sun Oct 07, 2012 12:24 pm
by Otto
Hello,
now I have ready also one of the main input screens in metro like style.

Now I use a dialog with scrollpanel and if you move your mouse to the right border then automatically a menu (xBrowse) is shown for navigation.

Best regards,
Otto

Image

Image

This is the old screen:
Image

Re: Input screen in Metro like style

Posted: Sun Oct 07, 2012 12:38 pm
by Otto
I forgot to mention that the on change method of the "xBrowse menu" does automatically reposition the scrollpanel:

oBrw:bChange := { || iif( oBrw:aCols[ 1 ]:Value = "Karteiblatt", ( oPanel:GoToPage( "Dateneingabe2" ),;
oPanel3:hide() ) , ) }

Best regards,
Otto

Image

Re: Input screen in Metro like style

Posted: Sun Oct 07, 2012 6:58 pm
by Eoeo
Otto ,
where I can see a test sample of a Dialog with scroll panel ?