Hi there,
how can I call the teecommander button events with my own buttons?
Thanks in advance,
Dennis
Teecommander button events
Re: Teecommander button events
Hi Dennis,
There is an example about this in the features demo at All features\Welcome !\Toolbar\Custom buttons
There is an example about this in the features demo at All features\Welcome !\Toolbar\Custom buttons
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Teecommander button events
Hi Yeray,
it isn't what i mean.
I would like have my own TButtons without TeeCommander to activate rotate, move and zoom of my Chart.
Are there function to solve the problem?
Thanks in advance,
Dennis
it isn't what i mean.
I would like have my own TButtons without TeeCommander to activate rotate, move and zoom of my Chart.
Are there function to solve the problem?
Thanks in advance,
Dennis
Re: Teecommander button events
Hi Dennis,
I'm afraid it's not a simple call or a routine we can easily extract.
If I'm not wrong you are source code customer. Take a look at the MouseMove event in TeeComma.pas, where the actions over the commander are handled:
I'm afraid it's not a simple call or a routine we can easily extract.
If I'm not wrong you are source code customer. Take a look at the MouseMove event in TeeComma.pas, where the actions over the commander are handled:
Code: Select all
Procedure TTeeCommander.DoMouseMove(X,Y:Integer; const Shift:TShiftState);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |