Dropdownchart not working in 1st column(s)

Discussion forum for PivotCube VCL users. Common questions. Bug and problem reports

Moderator: Alex Zencovich

Dropdownchart not working in 1st column(s)

Postby BasPav » Tue May 22, 2007 9:07 am

Dear Alex,

I'm building my own DropDownChart, however:

if there are no dimensions in the RowToolBar then the OnDropDownChart is NOT called when clicking on the icon in the first column(s)

I checked the Demo: same problem.

Can you please help :cry:
Bas van de Pavert
BasPav
Developer
 
Posts: 24
Joined: Fri Sep 29, 2006 8:02 am
Location: Netherlands

Postby AlexZencovich » Tue May 22, 2007 2:41 pm

You are right - it is little bug in code.

If you have source code you may may change code yourself right now

PivotGrid_SRC.pas line 7480

if (col > 0) and

to

if (col >= 0) and


or you may wait until fix will uploaded
Best regards,

Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment
AlexZencovich
Site Admin
 
Posts: 580
Joined: Sun Jun 18, 2006 10:09 am

Postby BasPav » Fri May 25, 2007 10:00 am

Thnx, I do not have source, I'll wait for fix.
Bas van de Pavert
BasPav
Developer
 
Posts: 24
Joined: Fri Sep 29, 2006 8:02 am
Location: Netherlands

Postby AlexZencovich » Fri May 25, 2007 10:56 am

estimately - at the end of next week
Best regards,

Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment
AlexZencovich
Site Admin
 
Posts: 580
Joined: Sun Jun 18, 2006 10:09 am

Postby AlexZencovich » Mon Jun 04, 2007 4:29 pm

I just have uploaded new build of PivotCube VCL with that problem fixed.
Best regards,

Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment
AlexZencovich
Site Admin
 
Posts: 580
Joined: Sun Jun 18, 2006 10:09 am

Postby BasPav » Thu Jun 07, 2007 8:37 pm

Thnx, I'll check it out
Bas van de Pavert
BasPav
Developer
 
Posts: 24
Joined: Fri Sep 29, 2006 8:02 am
Location: Netherlands


Return to PivotCube VCL

Who is online

Users browsing this forum: No registered users and 3 guests

cron