Hello Yeray,
The Hover option is disabled so I am now guessing there is something with my TChart installation. Can you please inform me of how many Tee921.bpl files should I have on my system? A quick search shows one in the Windows/System32 directory and another one in the Compiled folder of TeeChart Sources.
Regards
Bug with TLegendPalette?
Re: Bug with TLegendPalette?
Hello johnnix,
The Tee*.bpl packages are the runtime packages and should be present in Windows/System32 for 32bit OSes or in Windows\SysWOW64 for 64bit OSes so the corresponding IDE can find them.
http://docwiki.embarcadero.com/RADStudi ... e_Packages
The Tee*.bpl packages are the runtime packages and should be present in Windows/System32 for 32bit OSes or in Windows\SysWOW64 for 64bit OSes so the corresponding IDE can find them.
http://docwiki.embarcadero.com/RADStudi ... e_Packages
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bug with TLegendPalette?
It looks like I cannot step into the sources when debugging my application. I have the '..\Sources\Compiled\Delphi21.win32\Lib' path in the Library path and the '../Sources' in the Browsing path. What am I missing?
Regards
Regards
Re: Bug with TLegendPalette?
Hi johnnix,
Note the new IDEs use the units with prefixes so you must reference the Sources\VCL folder (or Sources\FMX in FireMonkey projects).johnnix wrote:It looks like I cannot step into the sources when debugging my application. I have the '..\Sources\Compiled\Delphi21.win32\Lib' path in the Library path and the '../Sources' in the Browsing path. What am I missing?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |