Search found 6 matches
- Thu Jul 05, 2007 10:06 am
- Forum: VCL
- Topic: Teetree, Codegear Delphi 2007
- Replies: 1
- Views: 9655
Teetree, Codegear Delphi 2007
Hi, we use teetree V2 in Delphi 5/6 applications and it works nice. Now, i try to recompile these projects using Codegear Delphi 2007. Therefore i need a teechart/teetree version for this environment but i can't find it (teechartV8 with teetree included ?). I have read that this version is free for ...
- Wed Jan 10, 2007 4:48 pm
- Forum: VCL
- Topic: teetree v2 again vertical scrolling
- Replies: 3
- Views: 13555
scrolling with the wheelmouse
Hi,
thank you for your reply.
Indeed we want the first behavior also if the tree is in focus. Our user are not allowed to add shapes, because the tree is a result of a database-query but they want to scroll with the wheelmouse.
How can I do this?
Sincerly
thank you for your reply.
Indeed we want the first behavior also if the tree is in focus. Our user are not allowed to add shapes, because the tree is a result of a database-query but they want to scroll with the wheelmouse.
How can I do this?
Sincerly
- Wed Jan 10, 2007 8:37 am
- Forum: VCL
- Topic: teetree v2 again vertical scrolling
- Replies: 3
- Views: 13555
teetree v2 again vertical scrolling
Vertival scrolling stops at the position of the first shape and ends at the position of the last shape. It's OK.
But if there is/was anything selected within the tree, it doesn't stop anymore and runs out of the visible part.
This seems to be a bug in teetree v2 (IDE is Delphi 5).
But if there is/was anything selected within the tree, it doesn't stop anymore and runs out of the visible part.
This seems to be a bug in teetree v2 (IDE is Delphi 5).
- Wed Dec 13, 2006 11:51 am
- Forum: VCL
- Topic: teetree v2
- Replies: 1
- Views: 9687
teetree v2
Hi,
using the vertical scrollbar in teetree V2 and set the WheelNavigation to wnscrollvert I can scroll the tree at top and at bottom out of the visible part of the screen.
How can I avoid this.
Sincerly
using the vertical scrollbar in teetree V2 and set the WheelNavigation to wnscrollvert I can scroll the tree at top and at bottom out of the visible part of the screen.
How can I avoid this.
Sincerly
- Thu Jul 13, 2006 10:54 am
- Forum: VCL
- Topic: TeeTree V2
- Replies: 1
- Views: 9406
TeeTree V2
I'am trying to shift childshapes horizontal and vertical depending on his parents using X0 and Y0.
This works only if one parent is opened.
When I open 2 or more parents childshapes overlay.
I use TeeTreeV2 and Delphi5.
What is wrong and what is to do?
Sincerly
This works only if one parent is opened.
When I open 2 or more parents childshapes overlay.
I use TeeTreeV2 and Delphi5.
What is wrong and what is to do?
Sincerly
- Mon Mar 06, 2006 2:22 pm
- Forum: VCL
- Topic: TeeTree V2
- Replies: 1
- Views: 9066
TeeTree V2
Hi,
I try to run a program with Teetree V2 (developed with V1).
Statement in ClickShape procedure
If Sender.Parents[0].Parents[0].ImageIndex = tiChecked Then...
causes Exception 'EAccessViolation'. What is wrong?
Program is runing with TeeTree V1 nice.
I try to run a program with Teetree V2 (developed with V1).
Statement in ClickShape procedure
If Sender.Parents[0].Parents[0].ImageIndex = tiChecked Then...
causes Exception 'EAccessViolation'. What is wrong?
Program is runing with TeeTree V1 nice.