Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not that I am aware of. If there was, when would you turn it off and on.
-- Regards, Tom Ogilvy "Wazooli" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "Tom Ogilvy" wrote: Not that I am aware of. If there was, when would you turn it off and on. -- Regards, Tom Ogilvy "Wazooli" wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- Regards, Tom Ogilvy "Wazooli" wrote in message ... 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 "Tom Ogilvy" wrote: Not that I am aware of. If there was, when would you turn it off and on. -- Regards, Tom Ogilvy "Wazooli" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My cursor always in selection mode,wat about other cursor option | Excel Discussion (Misc queries) | |||
Can't Cursor Up or Down | Excel Discussion (Misc queries) | |||
move cursor on one sheet moves cursor on all sheets | Excel Discussion (Misc queries) | |||
why am I getting a 3 d cross cursor instead of a pointer cursor? | Excel Discussion (Misc queries) | |||
Can I change the "white cross" cursor in Excel to another cursor? | Excel Discussion (Misc queries) |