Search found 12 matches
- Mon May 25, 2009 2:22 pm
- Forum: VCL
- Topic: TTree zoom-behavior changed - how to get back the old one?
- Replies: 3
- Views: 9417
Well I found the bug. It is in the following method: Procedure TView3DOptions.SetZoom(const Value:Double); begin if FZoom<>Value then begin if Assigned(FOnChangedZoom) then FOnChangedZoom(Zoom); { <-- offending part! } FZoom:=Value; Repaint; end; end; The parameter given to the handler should not be...
- Mon May 25, 2009 8:02 am
- Forum: VCL
- Topic: TTree zoom-behavior changed - how to get back the old one?
- Replies: 3
- Views: 9417
- Tue May 19, 2009 11:47 am
- Forum: VCL
- Topic: TTree zoom-behavior changed - how to get back the old one?
- Replies: 3
- Views: 9417
TTree zoom-behavior changed - how to get back the old one?
Hello, we upgraded simultaneously from TChart 7 to TChart 8 and from an older Delphi to Delphi 2009. We use the TTree rather extensively and also need the zoom functionality quite often. Now we discovered a change in behavior which is a problem for us. OLD BEHAVIOR (the desired one) : When zooming i...
- Fri Jan 23, 2009 2:09 pm
- Forum: VCL
- Topic: ColorgridSeries difference between V7 and V8
- Replies: 4
- Views: 4889
- Fri Jan 23, 2009 1:36 pm
- Forum: VCL
- Topic: ColorgridSeries difference between V7 and V8
- Replies: 4
- Views: 4889
ColorgridSeries difference between V7 and V8
Hi, sorry, again me. in Version 8.04 the ColorgridSeries behaves differently than in Version 7.12: When Setting the SmoothBitmap property to true, in version 7.12 the color between the grid cells was perfectly smoothed, in V8.04 I can see something like a "blurred grid", although this blurred grid i...
- Wed Jan 21, 2009 12:25 pm
- Forum: VCL
- Topic: AV when assigning big images to walls
- Replies: 7
- Views: 7926
- Wed Jan 21, 2009 12:23 pm
- Forum: VCL
- Topic: TcolorGrid doesn't work In OpenGL
- Replies: 2
- Views: 3542
- Wed Jan 21, 2009 12:16 pm
- Forum: VCL
- Topic: TcolorGrid doesn't work In OpenGL
- Replies: 2
- Views: 3542
TcolorGrid doesn't work In OpenGL
Sorry Narcis,
here is another one:
TcolorGrid seems not to work with OpenGL Canvas.
Again, TChart 8.04, D2009
Markus
here is another one:
TcolorGrid seems not to work with OpenGL Canvas.
Again, TChart 8.04, D2009
Markus
- Wed Jan 21, 2009 12:09 pm
- Forum: VCL
- Topic: AV when assigning big images to walls
- Replies: 7
- Views: 7926
- Wed Jan 21, 2009 11:53 am
- Forum: VCL
- Topic: wall images not drawn in OenGL
- Replies: 1
- Views: 3245
wall images not drawn in OenGL
Hi,
When I assign an image to a wall it is not drawn in OpenGL (using TeeOpenGL component). I guess this bug is not related to my other post.
http://www.teechart.net/support/viewtopic.php?t=9081
Tchart 8.04 Delphi 2009
Markus
When I assign an image to a wall it is not drawn in OpenGL (using TeeOpenGL component). I guess this bug is not related to my other post.
http://www.teechart.net/support/viewtopic.php?t=9081
Tchart 8.04 Delphi 2009
Markus
- Wed Jan 21, 2009 10:27 am
- Forum: VCL
- Topic: AV when assigning big images to walls
- Replies: 7
- Views: 7926
- Wed Jan 21, 2009 9:44 am
- Forum: VCL
- Topic: AV when assigning big images to walls
- Replies: 7
- Views: 7926
AV when assigning big images to walls
Hi, when I assign a large image (1280 x 1024) to a wall I get an AV. The debugger indicates that the problem is in TeCanvas, Line 3495. Steps to reproduce: Put a Tchart on a Form and a TImage. Load an image into the Timage and assign it to one of the walls: Chart1.BottomWall.Picture.Assign(Image1.Pi...