Input screen in Metro like style

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Input screen in Metro like style

Post 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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: Input screen in Metro like style

Post 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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Eoeo
Posts: 222
Joined: Mon Jun 04, 2012 12:00 pm

Re: Input screen in Metro like style

Post by Eoeo »

Otto ,
where I can see a test sample of a Dialog with scroll panel ?
Post Reply