Jump to content


Photo

Comments on latest version


  • Please log in to reply
3 replies to this topic

#1 daniel_r

daniel_r
  • Members
  • 29 posts

Posted 09 July 2006 - 07:08 PM

Hello Boki,

I've downloaded the latest version a few minutes ago and I want to give some feedback:

1. It is possible now to scroll TNxComboBox items in D2006 ( smile.gif ), but ...

2. ... if I click on the dropdown button nothing happens until I move the cursor below the edit part of the combobox. Moving the cursor anywhere else on the screen does not have any effect, it must be below the combo box for the actual drop-down to happen.

3. A small problem with TNextInspector:
a ) Create a new inspector with a few top level items, each containing some sub items. (Just for testing)
b ) At runtime, choose any top level item, collapse it and then programmatically hide it (Visible := False)
c ) Now show it again (Visible := True) -> The top level item is expanded again and - even worse - is still painted as collapsed. (A "+" instead of a "-" before the caption)

Regards,
Daniel

#2 JasonColey

JasonColey
  • Honorable Members
  • 44 posts

Posted 10 July 2006 - 05:26 AM

2

Can you check in your source code whether the Repaint line is in your version, I think this fix was missed in the latest release.

procedure TNxPopupControl.Popup(X, Y: Integer);
...
begin
...
SetCaptureControl(Self);
Repaint;
Windows.SetFocus(Handle)
end;

Jason

#3 daniel_r

daniel_r
  • Members
  • 29 posts

Posted 10 July 2006 - 11:55 AM

QUOTE (JasonColey @ Jul 10 2006, 06:26 AM) <{POST_SNAPBACK}>
Can you check in your source code whether the Repaint line is in your version, I think this fix was missed in the latest release.


That works, thank you.

Another one:
- The drop down button is *not* painted as pushed when I click on it and hold down the mouse button. (Unlike a standard combobox)
- When I move the cursor into the drop down list the button *is* painted as pushed (Unlike a standard combobox, too)

These are only visual glitches, but it just doesn't "feel" like a real combobox smile.gif

#4 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 10 July 2006 - 04:36 PM

Hello,

I will check it and fix it today.

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.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users