FW27 TREE PROBLEM

Post Reply
User avatar
Ugo
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

FW27 TREE PROBLEM

Post by Ugo »

Hi fw's
in a my program I use a Tree with resource and with last FW27 do not work!
That you see in the testtrer.prg samples

Can you help me?
Ciao, best regards,
Ugo
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ugo,

We have just tested samples\TestTreeR.prg and worked ok on first try.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Ugo
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

Post by Ugo »

Antonio Linares wrote:Ugo,

We have just tested samples\TestTreeR.prg and worked ok on first try.
Dear Antonio,
in my fw/samples directory I have not found TestTreeR.prg program but only testtree.prg anr testtrer.prg the first is not an redefine tree test and work but the second, in my computer do not work.
I think that the problem is in .RC file line:

Code: Select all

CONTROL "", 100, "SysTreeView32", 0 | WS_CHILD | WS_VISIBLE, 6, 8, 282, 230
the SysTreeView32, for me is not correct, but do not work also with SysTreeView.
Ciao, best regards,
Ugo
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ugo,

My mistake, the sample name is TestTreR.prg and it only works with Harbour/xharbour and FWH, as it is a Windows 32 bits control.

(Even if you remove the "32" from the control name, the app shows but hangs when tried to be used).
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Ugo
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

Post by Ugo »

Antonio Linares wrote:Ugo,

My mistake, the sample name is TestTreR.prg and it only works with Harbour/xharbour and FWH, as it is a Windows 32 bits control.

(Even if you remove the "32" from the control name, the app shows but hangs when tried to be used).
Antonio,
I Know that in 32 bits work, I tested it!
But I WANT to use a redefine Tree in a 16Bit program.
It is possible?
If it is possible can you send a little sample?

Thank you.
Ciao, best regards,
Ugo
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ugo,

>
But I WANT to use a redefine Tree in a 16Bit program.
It is possible?
>

Actually it is NOT possible. The treeview shows but it hangs when it is clicked. We don't know yet how to fix it or if it is fixeable.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Ugo
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

Post by Ugo »

Antonio Linares wrote:Actually it is NOT possible.
The treeview shows but it hangs when it is clicked.
Yes, in the task manager my application run on 99% of CPU time.
We don't know yet how to fix it or if it is fixeable.
There are any other tools or methods?
Ciao, best regards,
Ugo
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Post by StefanHaupt »

Ugo,

you may test ninety5 from Tom Groeger, if I remember, it contains a tree control.

You can download it at http://www.tomsoft.de/content/fivewin.aspx
And its free now.

Stefan
grumpy
Posts: 48
Joined: Tue Dec 27, 2005 12:40 pm
Location: Australia

Website Gone

Post by grumpy »

Tom's Website no longer exists. Is there somewhere else this library may be obtained.

Cheers
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: Website Gone

Post by StefanHaupt »

grumpy wrote:Tom's Website no longer exists. Is there somewhere else this library may be obtained.

Cheers
The link, I posted, works fine here

Stefan
grumpy
Posts: 48
Joined: Tue Dec 27, 2005 12:40 pm
Location: Australia

Frustrated

Post by grumpy »

For some reason it just will not work for me. Is the Lib there and for free? If so could someone download it and forward same to me grumpy@internode.on.net or give me Tom's email address for contact.

Thanks in Advance.
Cheers
Gerry
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Post by StefanHaupt »

Please contact Tom Groeger to get more information. There is no download link on his page.


[url]mailto:tom@tomsoft.de?subject=NintyFive[/url]


Stefan
Post Reply