oFld:LoadPages and RESIZE16

Post Reply
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

oFld:LoadPages and RESIZE16

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply