Get rid of the bell ?
#1
Posted 06 April 2009 - 01:22 PM
Also, how can the Inspector be forced to focus the next editable item rather than categories that cannot
be changed by the user ?
thanks.
JT
#2
Posted 06 April 2009 - 04:03 PM
This is good idea, I will see what I can do about beep sound.
Best regards
--
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
Posted 03 July 2009 - 05:37 PM
what happened to this issue? As I can see, the problem with the sound after tab press is still there.
Any suggestions?
Best Regards
Thore
#4
Posted 03 July 2009 - 05:41 PM
I will be like to get rid of this sound, but really have no idea why this happen.
I will take another look this weekend to solve this. Any tip is welcome
Best regards
--
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.
#5
Posted 17 September 2009 - 03:47 PM
Sorry to bother you again but attached to this post is sample code for getting rid of the really annoying bell when pressing (shift) tab.
Your humble servant,
Gerry
Attached Files
#6
Posted 17 September 2009 - 05:26 PM
I will check it now. Thank you, I hope that we will get rid from this annoyance
Thank you again,
Best regards
--
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.
#7
Posted 17 September 2009 - 05:58 PM
Your code get rid of bell when using Tab key. Do you maybe know where to we put RemoveMessage to we get rid of bell when pressing Enter?
Thank you again
--
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.
#8
Posted 18 September 2009 - 12:20 PM
I have the honor to be your most obedient humble servant
Attached is sample code to remove the bell when pressing VK_RETURN and VK_TAB
Kind regards,
Gerry
Attached Files
#9
Posted 18 September 2009 - 12:55 PM
Thank you Gerry, you have helped me a much! Both keys are not producing beeps no more.
Thank you again!
Best regards
--
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.
#10
Posted 18 September 2009 - 02:18 PM
Attached Files
#11
Posted 18 September 2009 - 10:09 PM
I have try to apply a change for FindNextItem/FindPrevItem, but with new code we have a problem that user can not move with keys above Category items.
When it comes to the Category Item it stuck on it.
Best regards
--
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.
#12
Posted 19 September 2009 - 01:44 PM
#13
Posted 19 September 2009 - 04:45 PM
Just add a few categories and add some items in it. Category is ReadOnly by default and this is why this problem appear.
Just press Arrow Down/Arrow Up and you will notice that you can not "go" over a category item (top-level item).
Best regards
--
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.
#14
Posted 19 September 2009 - 06:16 PM
Arrow keys up and down but also (shift) tab.
The read only top level items (TNxDBToolbarItems) are skipped.
Please post (or send me) a sample.
#15
Posted 19 September 2009 - 06:19 PM
I will apply your code once again and send a demo to you.
Best regards
--
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.
#16
Posted 19 September 2009 - 06:30 PM
Please look in attachment for sample.
Play with arrows keys, and you will notice that you can never select top-level items.
Best regards
Attached Files
--
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.
#17
Posted 19 September 2009 - 06:49 PM
John Taylor asked “how can the Inspector be forced to focus the next editable item rather than categories that cannot be changed by the user ?�. The way I understand it he wants all read only items to be skipped. This makes sense to me.
Why do you want to stop at those read only top level items?
To expand them using the +/- keys?
#18
Posted 19 September 2009 - 06:53 PM
To expand them using the +/- keys?
This is a one of reasons. I have check in Delphi, Object Inspector work in same way
Best regards
--
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.
#19
Posted 19 September 2009 - 07:04 PM
#20
Posted 19 September 2009 - 07:08 PM
Unfortunately, other "parent" items need to be processed in same way.
Solution may be to we have a property which will control this feature. But I think that this property will be one property enough.
Best regards
--
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













