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:
Input screen in Metro like style
- Otto
- Posts: 6400
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 9 times
- Been thanked: 2 times
- Contact:
Input screen in Metro like style
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Otto
- Posts: 6400
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 9 times
- Been thanked: 2 times
- Contact:
Re: Input screen in Metro like style
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
oBrw:bChange := { || iif( oBrw:aCols[ 1 ]:Value = "Karteiblatt", ( oPanel:GoToPage( "Dateneingabe2" ),;
oPanel3:hide() ) , ) }
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: Input screen in Metro like style
Otto ,
where I can see a test sample of a Dialog with scroll panel ?
where I can see a test sample of a Dialog with scroll panel ?