Jump to content


Photo

[NxCombobox] Change cursor to crHandpoint


  • Please log in to reply
6 replies to this topic

#1 bertrod

bertrod
  • Members
  • 101 posts
  • Gender:Male
  • Location:Switzerland

Posted 30 April 2007 - 12:33 PM

Hello,

I need to use crHandPoint cursor when the mouse is flying over the NxComboBox. Unfortunately, the cursor doesn't change, even though i've changed the "Cursor" property.

Thanks for the help

#2 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,289 posts
  • Gender:Male

Posted 30 April 2007 - 02:20 PM

Hello Bertrod,

I will fix it now, I hope that it will be easy.

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#3 Lukas

Lukas
  • Members
  • 46 posts
  • Gender:Male

Posted 01 May 2007 - 06:20 PM

Hi,

I've found another small bug: When you change the style to "dsDropDownList" you can still click into the field and move the cursor with your keybord.

Best regards
Lukas

#4 bertrod

bertrod
  • Members
  • 101 posts
  • Gender:Male
  • Location:Switzerland

Posted 03 July 2007 - 06:11 PM

QUOTE (Lukas @ May 1 2007, 07:20 PM) <{POST_SNAPBACK}>
Hi,

I've found another small bug: When you change the style to "dsDropDownList" you can still click into the field and move the cursor with your keybord.

Best regards
Lukas


Hey Boki,

How is it going with the Cursor issue ? Could you fix it ?

Regards

#5 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,289 posts
  • Gender:Male

Posted 05 July 2007 - 10:46 PM

Hello Bertrod,

Unfortunatelly not yet, but I will work on it as soon as possible.

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#6 bertrod

bertrod
  • Members
  • 101 posts
  • Gender:Male
  • Location:Switzerland

Posted 17 July 2007 - 10:06 AM

QUOTE (Boki (Berg) @ Jul 5 2007, 11:46 PM) <{POST_SNAPBACK}>
Hello Bertrod,

Unfortunatelly not yet, but I will work on it as soon as possible.

Best regards


Hello boki,

In the meantime I'm using a quick fix to show the crHandPoint cursor : I changed the procedure TNxPopupEdit.MouseMove :

OLD :
if Style = dsDropDownList then Cursor := crArrow else Cursor := crDefault;
NEW :
if Style = dsDropDownList then Cursor := crHandPoint else Cursor := crDefault;

Now I have my HandPoint over the NxComboBox, but unfortunately the cursor is still crArrow when I'm over the little arrow button inside the comboBox.
Can you tell me where I could change the cursor just when the mouse is over this little button ? I tried the TNxCustomButtonEdit, but it doesn't seem to work.

#7 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,289 posts
  • Gender:Male

Posted 17 July 2007 - 03:34 PM

Hello Betrod,

Unfortunatelly, there is more to do. I have think about adding new property DropDown cursror for this situation, but not yet decided.

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users