Folder Itemsize

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Folder Itemsize

Post by Antonio Linares »

Dietmar,

Please wait, I am testing the code myself and there is something wrong...

I am checking it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Folder Itemsize

Post by Antonio Linares »

Dietmar,

Please try it this way:

Code: Select all

    ACTIVATE DIALOG oDlg CENTER ;
       ON INIT AEval( oFolder:aDialogs, { | o | o:Move( o:nTop + 5, o:nLeft ), o:nHeight -= 4 } )
 
This is a workaround to see if we recover that missing line. Later on we will try to discover why such line is missing. Thanks,
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Dietmar Jahnel
Posts: 83
Joined: Mon Oct 17, 2005 10:33 am
Location: Austria
Contact:

Re: Folder Itemsize

Post by Dietmar Jahnel »

Code: Select all

REDEFINE Folder SuchFolder ID 210 OF sDlg UPDATE;
                Prompts " Entscheidungen/Literatur " , " Gesetzessuche ", " Kommentare " ;
                DIALOGS "Suchschirm2", "Gesetzessuche", "Kommentare";
                OPTION 1;
                ON CHANGE( SetFoREDEFINElder( SuchFolder, nOption, nOldOption ) )

SuchFolder:nFdHeight += 35
 
Result: see the buttom of the folder

Image
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Folder Itemsize

Post by Antonio Linares »

Dietmar,

Please don't use this code:

Code: Select all

SuchFolder:nFdHeight += 35
 
Do it as explained here:
http://forums.fivetechsupport.com/viewt ... 168#p94168
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Dietmar Jahnel
Posts: 83
Joined: Mon Oct 17, 2005 10:33 am
Location: Austria
Contact:

Re: Folder Itemsize

Post by Dietmar Jahnel »

Thank Antonio,
The workaround ist working fine! :D
Dietmar
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Folder Itemsize

Post by Antonio Linares »

very good :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply