Hi Boki,
If you press one of the buttons on a NXSpinEdit and have a ShowMessage in the Onchange handler, the NxSpinEdit scrolls all the way to the top or bottom value. I'm not sure if it's fixable so just report it.
NxSpinEdit
Started by wvd_vegt, Mar 08 2007 01:49 PM
9 replies to this topic
#1
Posted 08 March 2007 - 01:49 PM
G.W. van der Vegt
#2
Posted 08 March 2007 - 05:01 PM
Hello Wim,
I see, I will try to fix it. It is problem with Timer.
regards
I see, I will try to fix it. It is problem with Timer.
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.
--
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 23 April 2007 - 02:19 PM
Hello, Boki.
I decided not to add another topic about TNxSpinEdit and write my post here.
I add the TNxSpinEdit control on my form and run my application. The error appears: "Error reading NxSpinEdit1.VerticalAlignment: Property VerticalAlignment does not exist." Then my Application closes.
I've the latest version.
Where am I wrong? What's my problem? I tried to create an empty application - the error is still present and I cannot run my app. But in design time all works fine...
I decided not to add another topic about TNxSpinEdit and write my post here.
I add the TNxSpinEdit control on my form and run my application. The error appears: "Error reading NxSpinEdit1.VerticalAlignment: Property VerticalAlignment does not exist." Then my Application closes.
I've the latest version.
Where am I wrong? What's my problem? I tried to create an empty application - the error is still present and I cannot run my app. But in design time all works fine...
#4
Posted 23 April 2007 - 02:29 PM
Update:
The error repeates on all Berg Editors - NxCalcEdit, NxNumberEdit etc.
NextGrid and all other components work fine.
The error repeates on all Berg Editors - NxCalcEdit, NxNumberEdit etc.
NextGrid and all other components work fine.
#5
Posted 23 April 2007 - 02:34 PM
Hello Dmitry,
This property is removed (due to some WinAPI Edit control limitations) and you need to Ignore this error (click on Ignore All), move some component on form (to force IDE to ask for save), and then Save project (form).
I hope that this help,
regards
This property is removed (due to some WinAPI Edit control limitations) and you need to Ignore this error (click on Ignore All), move some component on form (to force IDE to ask for save), and then Save project (form).
I hope that this help,
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.
--
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
Posted 23 April 2007 - 02:51 PM
Unfortunately I get this error not in Delphi IDE (not in design time), but at runtime. I execute my app and then this error message is displayed. Thus, the property VerticalAlignment is still present in design time (in Property Editor in Delphi), and there is no error displayed. The .dfm file also contains this property. I think, I must re-build and re-install the entire Collection, or?
#7
Posted 23 April 2007 - 02:57 PM
Hello Dmitry,
Yes, you need to rebuild packages. After you rebuild it, place one component on empty form to see if VerticalAlignment still exist. If there is no this property, all is fine and you only need to follow directions from my previous post to Ignore this property.
I hope that this helps,
Best regards
Yes, you need to rebuild packages. After you rebuild it, place one component on empty form to see if VerticalAlignment still exist. If there is no this property, all is fine and you only need to follow directions from my previous post to Ignore this property.
I hope that this helps,
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.
--
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 23 April 2007 - 03:04 PM
Hello, Boki.
Thank you. It's all fine now.
Thank you. It's all fine now.
#9
Posted 18 May 2007 - 03:09 PM
Hello, Boki. There's a new issue I found in TNxSpinEdit.
I set Min:=1; Increment:=1; Value:=1;
I run my app and make the spinedit focused. Then I press Backspace key. There's no text in the spinedit. It's ok. Then I press Tab key and the spinedit loses the focus. And now my spinedit shows '0' inspite of the Min value is '1'. But when I read the 'Value' property - it has the correct value (1). When I press the up arrow (to spin up) the spineditor shows '2' (so I think the correct value was really 1, just the text shown was wrong - '0').
Best regards, Dmitry.
I set Min:=1; Increment:=1; Value:=1;
I run my app and make the spinedit focused. Then I press Backspace key. There's no text in the spinedit. It's ok. Then I press Tab key and the spinedit loses the focus. And now my spinedit shows '0' inspite of the Min value is '1'. But when I read the 'Value' property - it has the correct value (1). When I press the up arrow (to spin up) the spineditor shows '2' (so I think the correct value was really 1, just the text shown was wrong - '0').
Best regards, Dmitry.
#10
Posted 18 May 2007 - 03:16 PM
Hello Dmitry,
I have fix it. Please contact me via email to I send you a fixed file.
regards
I have fix it. Please contact me via email to I send you a fixed file.
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.
--
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.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











