- This topic has 11 replies, 4 voices, and was last updated 5 years, 9 months ago by Support.
-
AuthorPosts
-
September 30, 2016 at 1:54 pm #37151Andrea SmaniottoParticipant
Hi. We are using Alphaskins and Delphi XE 32 Bit.
Sometimes it happens that the form is not shown. The code runs fine, no exceptions, we logged the beginning and the end of the “OnFormShow” event, and all is executed fine.
Simply, the for is not shown, or sometimes just the borders are shown.
As the form is showed with “showmodal” the user cannot see it and close it, so the user thinks that the software is hanging, and kills the software by the task manager.
This is a very big problem, but does not happens always, just sometimes.
Can you please help us?
Thanks
Andrea
Bludata Informatica S.r.l.
September 30, 2016 at 4:13 pm #55603SupportKeymasterHello! Sorry for a trouble.
This issue exists with a modal form? Can you give me Dfm file for this form, please?
Showing of form is animated?
What is version number of your Windows system? Aero is enabled there?
How often this empty form issue occurs?
October 1, 2016 at 8:56 am #55606surfer007ParticipantI saw that transparent form also “sometimes”, mostly with teamviewer sessions. So far i added a
Code:Form1.sSkinManager1.RepaintForms(False);in the OnShow procedure. Don't know if this really fixed it.
October 3, 2016 at 9:42 am #55611Andrea SmaniottoParticipantHello!
– The issue exist for a modal form.
The main form opens a second modal form. The second modal form then is closed (free) and a third modal form is open: the issue is on the third form.
– Form is not animated, but AllowAnimation is TRUE: please find the DFM attached (renamend in .txt)
– Happens in Seven and Vista, much less with Aero disabled, but happens.
– We confirm that it happens frequently with TeamViewer sessions.
– The issue happens on 5% / 10%
– I will add the Repaintforms(true) and see if it works. I already added a Update; and Repaint; at the end of OnShow, but didnt fixed.
Thanks
Andrea
October 4, 2016 at 8:24 pm #55612SupportKeymasterThank you.
I think, I have found a cause of the issue. I hope to fix it soon.
October 5, 2016 at 2:59 pm #55613SupportKeymasterIf you have a license with full AlphaControls sources, then write me to support@alphaskins.com
I can send you a patched file for checking.
Otherwise, you can wait the nearest release and try it.
October 5, 2016 at 4:06 pm #55614Andrea SmaniottoParticipantOk, just sent you a mail.
Thanks
Andrea
October 24, 2016 at 10:03 am #55671Andrea SmaniottoParticipantHello.
Your fix worked. we just downloaded 11.17 b270; is the fix inclued in this release also?
Thanks
Andrea
October 30, 2016 at 8:20 pm #55724SupportKeymasterHello!
Yes, this fix was included in the v11.18
December 14, 2016 at 9:53 am #55922Andrea SmaniottoParticipantHello.
Sorry to inform you that we are experiencing the same problem, even with the last AC release.
I sent you a private mail with some screenshots so you can have a look.
Many thanks
Regards
Andrea
February 15, 2019 at 4:42 pm #59093Daniele ButtarelliParticipantI have the same problem!
Is it possible to apply a patch on version 10.26?
Thanks.
February 19, 2019 at 5:45 am #59100SupportKeymasterHello, Daniele!
I'm sorry, it's not possible, a lot of changes should be made, the v10.26 is too old.
-
AuthorPosts
- You must be logged in to reply to this topic.