FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Input screen in Metro like style
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Input screen in Metro like style
Posted: Sun Oct 07, 2012 12:24 PM
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





This is the old screen:
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Input screen in Metro like style
Posted: Sun Oct 07, 2012 12:38 PM
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

Posts: 222
Joined: Mon Jun 04, 2012 12:00 PM
Re: Input screen in Metro like style
Posted: Sun Oct 07, 2012 06:58 PM

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

Continue the discussion