Forum Replies Created
-
AuthorPosts
-
OconnelParticipant
Hi again. No demo is necessary. Just open your own ac-demo, switch to Shell controls, and choose some skin with dark background, like Matrix. Screenshot:
OconnelParticipantI'm sorry, but this new unit doesn't solve all the problems that I have. Ok, I recorded some stuff, please watch it. It shows all my current problems with AC, problem with Panels, and two other problems that I don't mention yet – with windows focus and disappearing extended borders.
00:01 – I'm showing two commented lines. If I don't force a form-resize this way the problem with extended borders occur.
00:21 – Showing form for the first time – works. This form is not freed, but it has Hide function in FormClose method. This form also have altered CreateParams so it can have taskbar button.
00:23 – Showing the problem.
00:29 – If I click on desktop and then on window itself -> borders are back (focus changed).
00:44 – Showing how form is working fine with altered sPanels.pas (my fix, not yours).
00:55 – Take notice of another problem. Both opened windows have focus! The Window below doesn't repaint it's titlebar and font is still white. Impossible to tell by common user which window is active.
01:04 – Now, I'm applying new sPanel.pas, and recompiling a project.
01:24 – Before compile, I restore forced form-resize to fix a extended borders problem.
02:04 – Problem with extended borders is now gone.
02:15 – You fixed a right-resize problem with close button panel, but when hidden panel shows up he is not fully visible. Only progress bar is.
02:24 – A real nightmare. Panels are now blocking controls repaint. I should mention that this is Frame inside window.
OconnelParticipantOk, I know where the problem is. Is in sPanel.pas. Changing this:
Into this:
is fixing all my problems with panels. And few other visibility problems as well. Please push this change into next release.
OconnelParticipantYeah, but I need clean solution. Some of the skins have textures/gradient in popupmenu so getting single color is not what I want…
OconnelParticipantIt cannot work. Because you are deleting AC skinning with FillRect. Result = proper item caption position, but broken skinning:
OconnelParticipantIt doesn't work fully. It doesn't work on hidden panels. I show you what I mean:
As you see there is a huge hidden panel with progress bar. I hide him when he is not used. After resizing form and showing this panel again it's colors are out of any control. Updating skin section does nothing.
OconnelParticipantYes. It works. Temporary solution is better than nothing, thank you.OconnelParticipantI confirm that problem. IE is not always skinned. Another problem is, when I hide horizontal scroll (only vertical one is visible in WebBrowser, overflow css) then AC is showing both scrollbars skinned.
OconnelParticipantYou fix all problems, but there still is no minimize animation on Windows 7. Any chance it may work some day?
OconnelParticipantToday v7.67 was released. As usual I got e-mail message with link and password for the new build. But after unpacking, inside there is version 7.66 of the controls. Is that correct? Neverless, in version 7.66 minimizing forms is still not working correctly. Same as before minimizing just doesn't work (on Windows 7, but on Windows XP is fine). So, there are two options:
1. You put into archives older version (7.66, without the fix)
2. You forgot to change a version number, but… bug still exists even after attempted rapair.
OconnelParticipantBorder problem is an old one. Here is a pic from newest demo app:
(sComboBoxEx have black border, which is ok)
OconnelParticipantI have same problem in my project! What's worse, sometimes when adding new items (AddItem method) those items are not visible in combobox dropdown list! (some are visible, and some don't). In addition, if you are using dark skin, than border of drop down list is still white.
EDIT: To be more specific:
1. I have a combo (DropDownList mode), and I'm filling it with two options on FormCreate event. At runtime, only one of them is visible in the drop down list.
2. Second combo is placed in TsGroupBox (and TsGroupBox is placed on TsTabsheet). At runtime (if AC is active) this combo is not visible. But if I change active page tab to some other page, and than I return to the page where the combo is, the combo is visible again. Important. When form is showing, active page is not the one with that combo. Than I change page and combo is not visible.
OconnelParticipantThanks for information
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)