Search found 4 matches
- Fri Nov 18, 2011 8:38 am
- Forum: VCL
- Topic: OpenGL TTriSurfaceSeries transparency Bug
- Replies: 1
- Views: 4071
OpenGL TTriSurfaceSeries transparency Bug
Hello, I have recently installed Delphi XE2 and TeeChart 2011 for RAD XE2 and i have a bug with TTriSurfaceSeries with TeeOpenGL rendering. if i activate transparency into this serie, only the last drawn triangle is transparent. See attachment for screenshot. Before i was under Delphi 2010 with Teec...
- Thu May 05, 2011 12:29 pm
- Forum: VCL
- Topic: Access denied with TeeExport
- Replies: 18
- Views: 23741
Re: Access denied with TeeExport
Hello, You're absolutely right, it only occurs for specific users on Windows 7 x64, I'm sorry I didn't notice this earlier. So far I've been unable to reproduce the problem on other version of Windows. I'm still trying to pinpoint what settings or application might cause this problem. Thank you for ...
- Wed May 04, 2011 2:43 pm
- Forum: VCL
- Topic: Access denied with TeeExport
- Replies: 18
- Views: 23741
Re: Access denied with TeeExport
Here is a sample project to reproduce the problem : a chart, 1 line serie. Click "Export" then "Preview" (or "Send") to generate the "access is denied" exception.
Thank you for your help.
Thank you for your help.
- Wed May 04, 2011 9:43 am
- Forum: VCL
- Topic: Access denied with TeeExport
- Replies: 18
- Views: 23741
Access denied with TeeExport
Hello, While including TeeExport into my application I ran into a problem when trying to preview. CreateTempFile return an invalid file name (causing an "Access is denied" exception) because the EmailName var is empty. The problem is, I have no clue how to populate this value when calling TeeExport(...