Could be posible to have a style called Metro.
When activated, standard controls are painted like Metro.
For example, this code:
- Code: Select all Expand view
- DEFINE DIALOG oDlg RESOURCE "FOLDER" TITLE OemToAnsi("A¤adir una EMPRESA")
REDEFINE FOLDER oFld ID 101 OF oDlg ;
PROMPT "Generales", ;
"Internet", "Observaciones" ;
DIALOGS "EMPR_GENERAL", ;
"INTERNET", "OBSERVA"
REDEFINE GET nCodigo ID 20 OF oDlg
REDEFINE GET nComercial ID 21 OF oDlg
[...]
Will be painted automatically like Otto´s Winhotel design.
The dialog will be fitted full screen, with white background, font, etc.
If not, rewritting all the dialogs take many many time. Those changes will save many time and also Fivetech could create a separated add on, at an extra price.
Thank you so much.