TFolder class

Post Reply
CharlesPratt
Posts: 38
Joined: Tue Jan 09, 2007 2:31 am
Location: Winston-Salem, NC

TFolder class

Post by CharlesPratt »

I noticed that there is #define TCS_MULTILINE 512 in the prg file for the TFolder class. Does this mean there is a way to code multiline folders? If so, how is it done?

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

Post by Antonio Linares »

Charles,

Do you plan to create them from source code or from resources ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
CharlesPratt
Posts: 38
Joined: Tue Jan 09, 2007 2:31 am
Location: Winston-Salem, NC

Post by CharlesPratt »

Hi Antonio -

From resources.

Regards,
Charles
Charles Pratt
CharlesPratt
Posts: 38
Joined: Tue Jan 09, 2007 2:31 am
Location: Winston-Salem, NC

Post by CharlesPratt »

Antonio -
Do you have any ideas about creating multiline folders with tfolder? I use Resource workshop to create folders and enter "SysTabControl32" rather than tfolder as the class. Then I save the dll to a RC file and compile it with my exe.
I use the tfolder coding in my prg.

Any help will be greatly appreciated.

Charles
Charles Pratt
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Post by Maurilio Viana »

Charles,

Are you saying about this folder style?
http://fivetechsoft.com/forums/viewtopi ... ght=folder

You can download TFolder modified class from
http://geocities.yahoo.com.br/qiinforma ... FOLDER.ZIP

Modifications was made by Rossine

Regards!
Maurilio
CharlesPratt
Posts: 38
Joined: Tue Jan 09, 2007 2:31 am
Location: Winston-Salem, NC

Post by CharlesPratt »

Maurilio -
Thanks very much for your help. I shall check it out.

Charles
Charles Pratt
Francisco Horta
Posts: 845
Joined: Sun Oct 09, 2005 5:36 pm
Location: la laguna, mexico.

Post by Francisco Horta »

Maurilio,

this folder works under Harbour?
regards
Paco
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Post by Maurilio Viana »

Francisco,

I didn't tested it under Harbour (only xHarbour) but I think it work fine too.

Regards,
Maurilio
CharlesPratt
Posts: 38
Joined: Tue Jan 09, 2007 2:31 am
Location: Winston-Salem, NC

Post by CharlesPratt »

Maurilio -
I have worked with this (with xHarbour) and had some limited success. However, you only get the multiline folders with the NEW method. Since I realy need to do it with resources, I have modified the redefine method to include the multiline. This gives me all of the folders, but half of them are out of view and accessable only by clicking a small button that appears at the top right of the folder and scrolls them in view. I noticed this same thing with the source code sample provided and there appears to be no difference in code between the multiline example and the scrolling example. Is there some automatic adjustment made by windows that depends on something like size?

Regards,

Charles
Charles Pratt
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Post by Maurilio Viana »

Charles,

I will ask Rossine about it. He was who made the changes in original TFolder class...

Regards
Maurilio
CharlesPratt
Posts: 38
Joined: Tue Jan 09, 2007 2:31 am
Location: Winston-Salem, NC

Post by CharlesPratt »

Maurilio -

I was mistaken in my last post. There are some differences in the way teh examples are coded in the testfld5.prg sample. I completely missed the BUTTON and BUT_MULT commands. My old eyes are giving me problems! I should be abel to get it working now. Thanks for your help.

Regards,
Charles
Charles Pratt
CharlesPratt
Posts: 38
Joined: Tue Jan 09, 2007 2:31 am
Location: Winston-Salem, NC

Post by CharlesPratt »

Maurilio-
I got the multiline folders working fine from resources. The trick is that the style has to come from the resource file and all I did was to put TCS_MULTILINE directly into the RC file as part of the Style description. Resource Workshop won't accept it, but adding it directly to the RC at the same time I put in the xpmanifest stuff works fine.

Thanks, again,

Charles
Charles Pratt
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Post by Maurilio Viana »

Charles,

I'm happy to know it worked fine to you!

Regards
Maurilio
Post Reply