The new Browser-tool-version 2a includes many new functions
and is nearly finished.
It is possible now, to create Gradient and Non-gradient Header and Footer.
Different fonts for Header and Footer ( Gradient and NON-gradient ).
Different colors for NON-gradient Header and Footer.
I have a question :
Is it possible, to disable the footer-color-browser on page 2, in relation
to the setting < Gradien ON > < Gradient OFF > in page 1 ?
It means : If i change to Gradient -display, the 1. color-browser
on page 2 has to be disabled.
I tested like :
- Code: Select all Expand view
REDEFINE FOLDER oFld ID 110 OF oDlg FONT oProgFont ;
PROMPTS " &Header ", " &Footer ", " &Styles / Cells ", ;
" &Data-Colors / Font ", " &Background / Bitmaps ", "Settings" ;
DIALOGS "Browse1","Browse2","Browse3","Browse4","Browse5","Browse6" ;
ON CHANGE( IIF( nOption = 2, ( FOLDER_2(oDlg,oFld,oLbx0, oRESULT0, oLbx6 ), oLbx6:Disable()), NIL ) )
// I changed to < Gradient > in page 1. After that,
// I changed to folder-page 2 and wanted the 1. color-browser disabled.
// but it didn't work.
Is there maybe another solution ?
Regards
Uwe