Page 1 of 1

oFld:LoadPages and RESIZE16

Posted: Fri Jun 08, 2007 12:54 pm
by Marco Turco
Hi,
is there any way to apply the RESIZE16 clause to folder pages loaded from resources ?

Thanks in advance.

Best Regards,

Marco Turco

Posted: Fri Jun 08, 2007 2:58 pm
by Antonio Linares
Marco,

You have to modify Class TFolder Method LoadPages to admit a third parameter:

METHOD LoadPages( aResNames, bRedefineControls, lResize16 ) CLASS TFolder

and then issue an ACTIVATE DIALOG oDlg ... RESIZE16 if lResize16 is true