SCN_DWELLSTART when the cursor is out of Scintilla control region

View: New views
5 Messages — Rating Filter:   Alert me  

SCN_DWELLSTART when the cursor is out of Scintilla control region

by YangFan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

              I find Scintilla sends SCN_DWELLSTART notifications when the mouse cursor is out of the control region, see the attachment for more info. I think Scintilla should resolve this case.

        Regards

 

        YangFan
        missdeer@...
          2007-08-27


_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@...
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

1.gif (58K) Download Attachment

Re: SCN_DWELLSTART when the cursor is out of Scintillacontrol region

by instanton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Interesting. Can I ask what the editor is  in the picture?
 
 
2007-08-28

Instanton

发件人: YangFan
发送时间: 2007-08-28  15:22:56
收件人: Scintilla-interest
抄送:
主题: [scintilla] SCN_DWELLSTART when the cursor is out of Scintillacontrol region
Hi all,
 
      I find Scintilla sends SCN_DWELLSTART notifications when the mouse cursor is out of the control region, see the attachment for more info. I think Scintilla should resolve this case.
 
        Regards
 
 
        YangFan
        missdeer@...
          2007-08-27
_______________________________________________
Scintilla-interest mailing list
 

_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@...
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Re: SCN_DWELLSTART when the cursor is out of Scintilla control region

by Neil Hodgson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

YangFan:

>               I find Scintilla sends SCN_DWELLSTART notifications
> when the mouse cursor is out of the control region, see the
> attachment for more info. I think Scintilla should resolve this case.

   Looks like the platform layer is sending mouse move events to
Scintilla even when the mouse is outside the window. I couldn't work
out which platform this is.

   Neil
_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@...
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Re: Re: SCN_DWELLSTART when the cursor is out ofScintillacontrol region

by YangFan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, Instanton

        We use Scintilla in our project for Ruby scripts editing mainly. It's an internal using tool in our company.

======= 2007-08-28 16:54:33 you said:=======

>Interesting. Can I ask what the editor is  in the picture?
>
>
>2007-08-28
>
>
>
>Instanton
>
>
>
>发件人: YangFan
>发送时间: 2007-08-28  15:22:56
>收件人: Scintilla-interest
>抄送:
>主题: [scintilla] SCN_DWELLSTART when the cursor is out of Scintillacontrol region
>
>Hi all,
>
>      I find Scintilla sends SCN_DWELLSTART notifications when the mouse cursor is out of the control region, see the attachment for more info. I think Scintilla should resolve this case.
>
>        Regards
>
>
>
>        YangFan
>        missdeer@...
>          2007-08-27
>_______________________________________________
>Scintilla-interest mailing list
>Scintilla-interest@...
>http://mailman.lyra.org/mailman/listinfo/scintilla-interest
>_______________________________________________
>Scintilla-interest mailing list
>Scintilla-interest@...
>http://mailman.lyra.org/mailman/listinfo/scintilla-interest
>

= = = = = = = = = = = = = = = = = = = =
                       

        Regards

 
                                 
        YangFan
        missdeer@...
          2007-08-28


_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@...
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Re: Re: SCN_DWELLSTART when the cursor is out of Scintillacontrol region

by YangFan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, Neil Hodgson

          I'm using Windows XP Pro SP2, and now I call GetCursorPos and GetWindowRect to judge if the cursor is in the rectangle in SCN_DWELLSTART handler to avoid the defect. But I think if Scintilla does that would be better.

======= 2007-08-28 21:05:16 you said:=======

>YangFan:
>
>>               I find Scintilla sends SCN_DWELLSTART notifications
>> when the mouse cursor is out of the control region, see the
>> attachment for more info. I think Scintilla should resolve this case.
>
>   Looks like the platform layer is sending mouse move events to
>Scintilla even when the mouse is outside the window. I couldn't work
>out which platform this is.
>
>   Neil
>_______________________________________________
>Scintilla-interest mailing list
>Scintilla-interest@...
>http://mailman.lyra.org/mailman/listinfo/scintilla-interest

= = = = = = = = = = = = = = = = = = = =
                       

        Regards

 
                                 
        YangFan
        missdeer@...
          2007-08-28


_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@...
http://mailman.lyra.org/mailman/listinfo/scintilla-interest