Search found 5 matches

by ankit5321
Wed Oct 17, 2007 4:23 pm
Forum: JFreeChart
Topic: Popup Menu not showing up
Replies: 9
Views: 11598

well i don't know anythin else.

the solution i have posted worked for me so i didn't move into any more details...

may be any body else can have a solution...
by ankit5321
Fri Aug 10, 2007 10:04 am
Forum: JFreeChart
Topic: Popup Menu not showing up
Replies: 9
Views: 11598

Thanks for not replying to my post, atleast it make me to look a lot more deeper into the eclipse RCP. 8)

Actually i found my answer, there was some problem with my jre settings.
previously i was using jre 1.6. When i changed it to 1.5, the popup menu was there..... :D
by ankit5321
Wed Aug 08, 2007 1:05 pm
Forum: JFreeChart
Topic: Popup Menu not showing up
Replies: 9
Views: 11598

HI all plz anyone help me out.... :( :cry:
by ankit5321
Tue Aug 07, 2007 2:30 pm
Forum: JFreeChart
Topic: Popup Menu not showing up
Replies: 9
Views: 11598

Hi all I was working on the problem, and was jus trying to check weather the popup menu will be generated in a simple view. I m posting a simple View class which is having a chart as its content. Here also the popup menu is not coming.. Any ideas?? here is my code package com.example.rcpapp1; import...
by ankit5321
Tue Aug 07, 2007 1:51 pm
Forum: JFreeChart
Topic: Popup Menu not showing up
Replies: 9
Views: 11598

Popup Menu not showing up

Hi all, I have created a line chart using JfreeChart but on right clicking on the panel the popup menu is not generated. I am developing an Eclipse RCP application with multiple views, one of the view is having a TableTreeViewer, on selecting a node of this viewer a line chart is drawn in another vi...