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
Input screen in Metro like style
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
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 ?