- This topic has 13 replies, 3 voices, and was last updated 13 years, 1 month ago by
roshfe.
-
AuthorPosts
-
January 26, 2012 at 12:53 pm #35022
roshfe
ParticipantSince upgrading to AC 7.60, several of the scroll bars are not redrawing correctly.
This was working fine previously (AC 7.51).
Some bars will draw correctly and others on the same form will not fully draw until the mouse hovers over the control.
Then the skin completes the drawing.
See attachement for an example.
I am currently running Delphi 2007.
Are there any tricks/work arounds that anyone can suggest until this can be resolved at the source?
Thanks…
January 30, 2012 at 7:45 am #47655Support
KeymasterHello
Could you give a sources of this demo also, please?
January 31, 2012 at 4:59 am #47668roshfe
Participant'Support' wrote:Hello
Could you give a sources of this demo also, please?
I will try to create a small application that will show this bug.
Thanks…
Shawn
February 2, 2012 at 7:40 pm #47716roshfe
Participant'Support' wrote:Hello
Could you give a sources of this demo also, please?
So far, my simple “test” applciation that I am creating to demonstate the problem is not showing the redraw problem. The actual applciation is way to complex (and private IP) to be able to share online for support.
All that I cna say for sure is that I was not having these problems prior to upgrading. The new version has solved some other major problems related to the Delphi IDE freezing when I changed pageControlTabs so I do not really want to go backwards by downgrading AC again … but at present, with these redraw issues, V7.60 is not stable enough to for me to release my product.
Is anyone else experiencing this???
Thanks…
Shawn
February 2, 2012 at 10:54 pm #47717roshfe
Participant'Support' wrote:Hello
Could you give a sources of this demo also, please?
The attached files show a similar bug although not quite the same. Hopefully they both have the same root cause so solving for one may resolve the other as well.
In the attached (Delphi 2007) project, there is a main form as well as a sub form which contains two tabs. Click the button to toggle the sub-form's visibility. If TabSheet2 is “active” when the form is shown, the second row of scrollbars are not being drawn at all. If you switch to TabSheet1 and back again to TabSheet2, the second row of Scrollbars are now drawn fine.
The app also does a bit of manipulation of the scrollbars (size, location, position/value and Skin Manager) during OnResize and OnShow events.
[attachment=5503:ScrollBarACBugDemo.zip]
February 3, 2012 at 2:29 am #47718BytePlayer
ParticipantI too am having this problem (as shown in the attached AVI) but my application is also too complicated and private for me to give code for.
February 6, 2012 at 9:13 pm #47738roshfe
ParticipantHello support…
I would like to ask for an estimated timeframe for having this issue resolved.
We have customers waiting for product and they will not accept the application while it is in this state.
I need to have some sort of answer for them soon…one eway or another.
Thanks…
Shawn
February 7, 2012 at 10:13 am #47739Support
KeymasterHello Shawn
If you have a package sources then you can try this patched file :
February 8, 2012 at 3:37 am #47746roshfe
Participant'Support' wrote:Hello Shawn
If you have a package sources then you can try this patched file :
Hi Serge:
I have grabbed the new PAS file and recompiled/installed. So far, it looks like it is fixed. We will test more and if we find any further issues, we will post back here again.
Thanks!
Shawn
February 9, 2012 at 3:55 pm #47752roshfe
ParticipantAfter a few days of testing, I have heard back from our current customer that the issue is NOT completely resolved.
In some cases the scroll bar “slider” is not being redrawn with the skin (as shown in the very first screen shot).
Sorry – back to the drawing board.
February 16, 2012 at 6:59 am #47797Support
Keymaster'roshfe' wrote:After a few days of testing, I have heard back from our current customer that the issue is NOT completely resolved.Do you uses several SkinManagers in the project?Maybe you have new instructions for me how to reproduce an issue?
PS. I have received a notification that your mail account has been disabled due to Spam overload (this email address used on the forum).
February 17, 2012 at 4:15 pm #47820roshfe
Participant'Support' wrote:Do you uses several SkinManagers in the project?Maybe you have new instructions for me how to reproduce an issue?
PS. I have received a notification that your mail account has been disabled due to Spam overload (this email address used on the forum).
Hi Serge:
Yes – I had to disable that e-mail address as it was getting a ton of spam delivered to it. I have updated my e-mail address in the profile now.
I do use several (3) Skin Managers in my project. All three 'Managers' use the same skin, but with different hue and saturation settings to visually indicate left, right and “global” parameters.
I have been working around this in the short term by manually adding in a pg_ctrl.updateActivePage every time that a page control is changed. It is working for the moment but it is certainly a brute force solution and hopefully not required for the long term.
I do not know if/when I will be able to spend more time trying to create a share-able app to help you find/reproduce/fix the issue.
Shawn
March 8, 2012 at 2:31 am #47972roshfe
ParticipantHello again:
We have been able to create a small test application for you to see and debug this issue.
I have attached the source code for the test app to this post.
[attachment=5564:ACDEMO2.zip]
I have also created a video to show how to perform the test:
We are getting many complaints from our customers about this as well as the ScrollBar Hover issue (http://www.alphaskins.com/forum/index.php?showtopic=6928)
Note: …the above only seems to be an issue when the ScrollBar is placed on a TsPageControl.
Please advise as to when this issue might be resolved. This has become a critical issue for us.
Best regards…
Shawn
March 9, 2012 at 12:06 am #47983roshfe
Participant'roshfe' wrote:Hello again:
We have been able to create a small test application for you to see and debug this issue.
I have attached the source code for the test app to this post.
[attachment=5564:ACDEMO2.zip]
I have also created a video to show how to perform the test:
We are getting many complaints from our customers about this as well as the ScrollBar Hover issue (http://www.alphaskins.com/forum/index.php?showtopic=6928)
Note: …the above only seems to be an issue when the ScrollBar is placed on a TsPageControl.
Please advise as to when this issue might be resolved. This has become a critical issue for us.
Best regards…
Shawn
Hi Serge:
Thank you very much for addressing this for us. I have downloaded and re-installed using the new scrollbar.pas file.
My initial tests all look promising. We will be testing over the next few days. If there are any problems found, we will post them here.
Cheers…
Shawn
-
AuthorPosts
- You must be logged in to reply to this topic.