Search found 17 matches

by JNuzzi
Wed Sep 25, 2024 5:07 pm
Forum: VCL
Topic: Activating OpenGL makes the chart disappear?...
Replies: 8
Views: 4415

Re: Activating OpenGL makes the chart disappear?...

Well, I finally got it showing in Design mode. However, in runtime, it went from: Screenshot 2024-09-25 125245.png In GDI+ To a flickering black and white window in OpenGL. Is this because there is OpenGL being used in the main executable (remember, this is in a DLL). Screenshot 2024-09-25 130412.pn...
by JNuzzi
Wed Sep 25, 2024 4:20 pm
Forum: VCL
Topic: Activating OpenGL makes the chart disappear?...
Replies: 8
Views: 4415

Re: Activating OpenGL makes the chart disappear?...

I figured it out. It does not like being on a PageControl's Tabsheet component set to draw Double Buffered.
by JNuzzi
Wed Sep 25, 2024 3:53 pm
Forum: VCL
Topic: Activating OpenGL makes the chart disappear?...
Replies: 8
Views: 4415

Re: Activating OpenGL makes the chart disappear?...

Unfortunately, my projects have many external references, so I would not be able to send you one. However, you are more than welcome to remote in if you would like. I am in the US Eastern time zone and here from 7:30 - 4:00 most weekdays. I did notice one interesting thing. I made a small DLL projec...
by JNuzzi
Wed Sep 25, 2024 11:44 am
Forum: VCL
Topic: Activating OpenGL makes the chart disappear?...
Replies: 8
Views: 4415

Re: Activating OpenGL makes the chart disappear?...

I don't think this would make a difference, but the project is dynamic linked library (DLL), not an executable. I can't see how that would affect the design time, though. It just doesn't work...never has.
by JNuzzi
Tue Sep 24, 2024 6:16 pm
Forum: VCL
Topic: Activating OpenGL makes the chart disappear?...
Replies: 8
Views: 4415

Re: Activating OpenGL makes the chart disappear?...

Hi Yeray... It is TChart Pro 2023, and RAD Studio (C++) 12.2. However, I have had this issue in previous versions as well. I usually just switch to GDI+, but I need to use lighting for this particular project. And, if I use OpenGL in Tee, then I cannot use it in the project itself. I get all types o...
by JNuzzi
Mon Sep 23, 2024 6:17 pm
Forum: VCL
Topic: Activating OpenGL makes the chart disappear?...
Replies: 8
Views: 4415

Activating OpenGL makes the chart disappear?...

I am trying to use OpenGL 3D rendering and when I click the Activate button, the whole chart disappears. What am I doing wrong?
Screenshot 2024-09-23 141239.png
Screenshot 2024-09-23 141239.png (27.64 KiB) Viewed 4415 times
Screenshot 2024-09-23 141253.png
Screenshot 2024-09-23 141253.png (24.34 KiB) Viewed 4415 times
Thank you,

John
by JNuzzi
Thu Sep 19, 2024 3:36 pm
Forum: VCL
Topic: Lock XY Scale?
Replies: 1
Views: 1504

Lock XY Scale?

Hello,

Is it possible to have the X-axis scale stay the same as the Y-axis, even if zoomed or resized?

Thanks,

John
by JNuzzi
Wed Sep 18, 2024 1:49 pm
Forum: VCL
Topic: PolygonFloat...world or screen coordinates?
Replies: 1
Views: 1704

PolygonFloat...world or screen coordinates?

I don't know why I cannot find any documentation or previous posts about this, but do the xxFloat calls take world or screen coordinates? I tried sending world figuring that was the purpose and the points would be transformed to screen in the call, but it does not seem to be working.
by JNuzzi
Mon Sep 25, 2023 4:25 pm
Forum: VCL
Topic: Can't find a property for a color...
Replies: 1
Views: 13523

Can't find a property for a color...

Hello,

Can someone tell me what property I have to change to adjust the heather green color along the left and bottom axes on the attached chart?

Thank you,

John
by JNuzzi
Fri Nov 04, 2022 3:57 pm
Forum: VCL
Topic: VCLTee.OpenGL2 issues...
Replies: 4
Views: 8805

Re: VCLTee.OpenGL2 issues...

Here are my includes:
Includes.PNG
Includes.PNG (68.77 KiB) Viewed 8780 times
John
by JNuzzi
Fri Nov 04, 2022 3:43 pm
Forum: VCL
Topic: VCLTee.OpenGL2 issues...
Replies: 4
Views: 8805

Re: VCLTee.OpenGL2 issues...

Hello Yerah,

Yes, there is a component on the page already. I set the component's Chart property to the TChart in use and the TChart's drawing setting to 3D OpenGL also.

John
by JNuzzi
Wed Nov 02, 2022 5:36 pm
Forum: VCL
Topic: Axis Labels Behind Shape Series?
Replies: 4
Views: 11218

Re: Axis Labels Behind Shape Series?

Perfect, thank you!
by JNuzzi
Wed Nov 02, 2022 1:22 pm
Forum: VCL
Topic: VCLTee.OpenGL2 issues...
Replies: 4
Views: 8805

VCLTee.OpenGL2 issues...

I attempted to add the component and use it for the chart's canvas. Upon compile, I get about 500 errors like the ones attached. Am I missing an include or something?

Thanks,

John
by JNuzzi
Tue Jul 12, 2022 12:38 pm
Forum: VCL
Topic: Axis Labels Behind Shape Series?
Replies: 4
Views: 11218

Re: Axis Labels Behind Shape Series?

Hello, thanks for the reply. Yeah, that was a little unclear. What I would like to do is have labels in the chart, not just on the outside axis. For example, running down or across the middle of the chart.

Thank you.
by JNuzzi
Wed Jun 01, 2022 8:55 pm
Forum: VCL
Topic: Axis Labels Behind Shape Series?
Replies: 4
Views: 11218

Axis Labels Behind Shape Series?

Is there a way to have the labels of an axis show up centered behind (or in front) of the data?
Thanks,
John