Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Java
 QCSPCChart SPC for Java
 MouseDown event in Javascript control

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
ajaypowral Posted - 20 Jul 2016 : 10:50:57
Hi Team, I need to extend mouse click event of the data point in JavaScript control to execute a custom javascript which will open another html page as a popup.

I have reviewed the example given in SPCComplex.html and found strange behavior -
when I click on first point it's quick and shows me text "Points#1", when I click on next data point, it's a bit slower (just miliseconds), next data point click response is even slower and then response time is keep on increasing in seconds and to the last points visible on the chart, response time is in minute/s.

Can something be done here to have quicker response time on mouse down event?
Please help. Thanks.
2   L A T E S T    R E P L I E S    (Newest First)
ajaypowral Posted - 21 Jul 2016 : 11:52:21
Thank you, it works.
quinncurtis Posted - 20 Jul 2016 : 15:00:06
Thank you for reporting this issue.

We resolved the problem. It was a bug in the mouse processing routines in the library. We have updated the library on our server, so you should just be able to download the new version using your original download link sent to you at the time of your order. Delete the old Quinn-Curtis\GWTJavascript\QCSPCChartGWTWar\qcspcchartgwtfolder and replace it with the new.

We also modified the chartDefComplex.js to add the ScrollbarPosition property to the scrollbar setup.

"Scrollbar": {
"EnableScrollBar": true,
"ScrollbarPosition":"SCROLLBAR_POSITION_UNCHANGED"
},

If the scrollbar is in a non-zero position, and you click on a point, the scrollbar will not reset back to a zero starting position.

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07