Gary Beene
2014-02-01 22:41:49 UTC
When I create two views of a document (2 scintilla controls showing the
same document), my app toolbar tooltips stop showing, Further, as I move
the mouse around over the toolbar, the button under the mouse is not
highlighted. Instead, the last toolbar button that the cursor was over is
highlighted.
If I remove the document from the 2nd scintilla control, the toolbar
returns to normal - highlighting and tooltips work as expected.
I can make a simple example which works successfully but I am having
trouble figuring out what my larger app is doing that might create the
toolbar issues.
Has anyone seen a similar symptom that might help me troubleshoot the
problem?
The basic code used to switch from single view to split view is this:
Select Case ViewMode
same document), my app toolbar tooltips stop showing, Further, as I move
the mouse around over the toolbar, the button under the mouse is not
highlighted. Instead, the last toolbar button that the cursor was over is
highlighted.
If I remove the document from the 2nd scintilla control, the toolbar
returns to normal - highlighting and tooltips work as expected.
I can make a simple example which works successfully but I am having
trouble figuring out what my larger app is doing that might create the
toolbar issues.
Has anyone seen a similar symptom that might help me troubleshoot the
problem?
The basic code used to switch from single view to split view is this:
Select Case ViewMode
Case "SingleView"
Sci_SetDocPointer hSciRight, 0
Case "SplitScreen"
Sci_SetDocPointer hSciRight, pDocLeft
End Select
Any suggestions would be appreciated!Sci_SetDocPointer hSciRight, 0
Case "SplitScreen"
Sci_SetDocPointer hSciRight, pDocLeft
End Select
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.