Tags: appearance, case, cursor, image, matlab, mouse, programming, slider, uicontrol

cursor image over uicontrol

On Programmer » Matlab

1,670 words with 1 Comments; publish: Tue, 06 May 2008 19:17:00 GMT; (20046.88, « »)

Hello everyone.

That's my problem. I want the mouse cursor to change appearance when over on

e uicontrol (in this case, slider), not for whole figure.

I know it's possible to make a 'windowbuttonmotionfcn' function that reads m

ouse position, and when over my uicontrol (let's say between x1, x2, y1 and

y2) changes the 'pointer' property, but is there an easier way?

Thank you from advance.

Message was edited by: Kooceeaou

All Comments

Leave a comment...

  • 1 Comments
    • "kooceeaou" <kooceeaou.matlab.itags.org.interia.pl> escreveu na mensagem

      news:10572722.1127210594510.JavaMail.jakarta.matlab.itags.org.nitrogen.mathforum.org...

      > Hello everyone.

      > That's my problem. I want the mouse cursor to change appearance when over

      one uicontrol (in this case, slider), not for whole figure.

      > I know it's possible to make a 'windowbuttonmotionfcn' function that reads

      mouse position, and when over my uicontrol (let's say between x1, x2, y1 and

      y2) changes the 'pointer' property, but is there an easier way?

      > Thank you from advance.

      >

      > Message was edited by: Kooceeaou

      >

      Thats already pretty easy, isn't it?

      I think there is no easier way, unless it's sufficient if the cursor

      changes, when you click on the GUI.

      lex

      #1; Tue, 06 May 2008 19:18:00 GMT