Search found 4 matches

by McMClark
Sun Oct 19, 2008 3:36 pm
Forum: Java
Topic: ColorGrid SeriesMouseListener
Replies: 6
Views: 11456

That worked. Thank You for the quick responses.
by McMClark
Fri Oct 17, 2008 1:23 pm
Forum: Java
Topic: ColorGrid SeriesMouseListener
Replies: 6
Views: 11456

well, I must be doing something wrong, I still get no click events. Here's my code. I did add the click method to the colorgrid class. I know I'm using the right JAR b/c the new method is callable from the code that references it. ColorGrid cg = new ColorGrid(tChart1.getChart()); cg.addSeriesMouseLi...
by McMClark
Tue Oct 14, 2008 12:00 pm
Forum: Java
Topic: ColorGrid SeriesMouseListener
Replies: 6
Views: 11456

Hi McMClark, Thanks for reporting. I could reproduce the issue here and added it (TJ71013450) to the defect list to be fixed for next releases. Thank You. Any information on when a fix will go out for this? We're dependent on the colorgrid for an upcoming project and will have to find another solut...
by McMClark
Mon Oct 13, 2008 2:48 pm
Forum: Java
Topic: ColorGrid SeriesMouseListener
Replies: 6
Views: 11456

ColorGrid SeriesMouseListener

I'm trying to receive click events when a user clicks on my color grid. I need to know where in the grid the click occurred so that I can display details relating to that cell. I've added a SeriesMouseListener and a ChartMouseListener, neither of which seems fire at any time. What steps do i need to...