Page 1 of 1

Help about Folder?

PostPosted: Wed Jan 08, 2014 3:54 pm
by Horizon
Hi,

I use FOLDER (not folderex) in my app. I use it to select different pages regarding options. I works ok. I I have selected folder manually and disable the other options. But I dont want to display the tabs name.

I have try to use TPages in order to use folder. but I could not run my app.

Is there any way to delete tabs name in folder?

Thank.

Re: Help about Folder?

PostPosted: Wed Jan 08, 2014 5:05 pm
by TimStone
Why can't you just use " " for the PROMPTs ?

Your program refers to them by their position in the array so that shouldn't be a problem.

Re: Help about Folder?

PostPosted: Wed Jan 08, 2014 5:32 pm
by Horizon
TimStone wrote:Why can't you just use " " for the PROMPTs ?

Your program refers to them by their position in the array so that shouldn't be a problem.


Thank you very much.

Your idea is good. I have tried and looks much more good than older.

Re: Help about Folder?

PostPosted: Wed Jan 08, 2014 5:50 pm
by Antonio Linares
Hakan,

oFolder:SetItemText( nItem, cText )