Dietmar,
Please wait, I am testing the code myself and there is something wrong...
I am checking it
Folder Itemsize
- Antonio Linares
- Site Admin
- Posts: 42427
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42427
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
Re: Folder Itemsize
Dietmar,
Please try it this way:
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,
Please try it this way:
Code: Select all | Expand
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,
- Dietmar Jahnel
- Posts: 83
- Joined: Mon Oct 17, 2005 10:33 am
- Location: Austria
- Contact:
Re: Folder Itemsize
Code: Select all | Expand
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
- Antonio Linares
- Site Admin
- Posts: 42427
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
Re: Folder Itemsize
Dietmar,
Please don't use this code:
Do it as explained here:
viewtopic.php?p=94168#p94168
Please don't use this code:
Code: Select all | Expand
SuchFolder:nFdHeight += 35
Do it as explained here:
viewtopic.php?p=94168#p94168
- Dietmar Jahnel
- Posts: 83
- Joined: Mon Oct 17, 2005 10:33 am
- Location: Austria
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42427
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact: