OpenGL not available
Posted: Tue Sep 23, 2014 8:52 am
IDE: Delpi XE5
TeeChart Pro v2014.11.140512 32bit VCL
Hello!
May be my question is a stupid one. But I can't see OpenGL Option at runtime. It meens when I am in design mode I definitley have the OpenGL Option (see Screen01.png) but when I start the application and call the editor I only can choose between GDI and GDI+ (see Screen02.png). What's wrong?
That's my whole code in the Project:
I didn't Change any property in the Object Inspector.
Thank's and Regards
Markus
TeeChart Pro v2014.11.140512 32bit VCL
Hello!
May be my question is a stupid one. But I can't see OpenGL Option at runtime. It meens when I am in design mode I definitley have the OpenGL Option (see Screen01.png) but when I start the application and call the editor I only can choose between GDI and GDI+ (see Screen02.png). What's wrong?
That's my whole code in the Project:
Code: Select all
procedure TForm1.Button1Click(Sender: TObject);
begin
ChartEditor1.Execute;
end;
Thank's and Regards
Markus