jittery cursor

G

Guest

Yesterday I asked a question about enabling chart events, and am grateful for
the replies. While I was waiting, I figured out, using a chart sheet, how to
use VB to create custom chart tips when I mouse over a point (thanks to Chip
for some of the code). The problem I ma having now is that the cursor is
sort of spastic when I move it between points - it rapidly flickers back and
forth between the crosshairs and the hourglass. Is there something akin to
application.screenupdating for the cursor display?

wazooli
 
G

Guest

I dunno. The flickering of the cursor is a bit distracting. While you're
answering questions, try this one out.

I have an embedded chart with events enabled. I have code to spawn a
testbox with salient details for mouseover events. The problem is, I also
have control bar comboboxes as part of the chart, interactively changing what
is charted. The code I have for mousing over sets the chart to be active,
but the comboboxes always need to be in front. Is there an easy solution for
this?

Regards,

Wazooli
 
T

Tom Ogilvy

You only think you have control bar comboboxes as part of the chart. As you
can see, you do not, nor can you.

I suggest you use Dropdown boxes from the forms toolbar that **can** be part
of the chart.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top