- This topic has 11 replies, 2 voices, and was last updated 8 years, 6 months ago by HeDiBo.
-
AuthorPosts
-
April 23, 2016 at 10:30 pm #36938HeDiBoParticipant
I found a very nasty bug in the handling of messages if TsSkinManager.Active = True;
The following test project will hang if you click the “Start Looping Form” button: [attachment=7679:MessageLoopProblem.zip]
Sometimes the project crashes with a Cannot paint to Canvas error.
If you set sSkinManager1.Active to False, the program does not freeze, and you can stop the loop with the Stop button.
I have a heavy problem with this, because I want to show lines of information to the user with info about what the program is doing. That's not possible now :wacko:
April 25, 2016 at 10:29 am #54963HeDiBoParticipantThe problem finally results in an “Out of resources” error.
May 4, 2016 at 12:48 pm #42099HeDiBoParticipantHi Serge,
Can you have a look at this? It's kinda important to me. :a5:
May 5, 2016 at 6:17 am #42101SupportKeymasterHi! Sorry for a delay. I think I have found a solution for this issue. New release will be available very soon.
May 8, 2016 at 4:07 pm #54979HeDiBoParticipant'Support' wrote:Hi! Sorry for a delay. I think I have found a solution for this issue. New release will be available very soon.
Not fixed in 10.29 yet
May 11, 2016 at 5:05 am #54984SupportKeymasterHello!
Are you sure the issue is not solved?
Can you recompile the demo and upload Exe here, please?
May 11, 2016 at 9:34 am #54996HeDiBoParticipant'Support' wrote:Hello!
Are you sure the issue is not solved?
Can you recompile the demo and upload Exe here, please?
The program is recompiled. The problem is this: the program starts off non-responsive. If started from the IDE, it will start to show the counter when the IDE is Alt-Tabbed into view followed by Alt-Tab to bring Project24 into focus again. When running it stand-alone, it was even more difficult to get it going.
This is the compiled version: [attachment=7695:Project24.exe]
May 11, 2016 at 7:32 pm #54997SupportKeymasterThank you, I see the problem.
Please, remind me a version number of your IDE.
May 12, 2016 at 9:41 am #55002HeDiBoParticipant'Support' wrote:Thank you, I see the problem.
Please, remind me a version number of your IDE.
I'm using Delphi XE4 Release 1 Update 1 Version nr 18.0.4905.60485
May 12, 2016 at 10:42 am #55003HeDiBoParticipant'Support' wrote:Thank you, I see the problem.
Please, remind me a version number of your IDE.
I tried the same thing with Delphi 7 (Build 8.1) and got the same results. So in Delphi 7 it doesn't work either.
May 13, 2016 at 6:46 am #55004SupportKeymasterThank you. It was two different problems there. I know a reasons now and problems will be solved in the nearest release.
As a quick solution you can disable animation in the modal form (Form25).
May 13, 2016 at 11:29 am #55008HeDiBoParticipant'Support' wrote:Thank you. It was two different problems there. I know a reasons now and problems will be solved in the nearest release.
As a quick solution you can disable animation in the modal form (Form25).
Stopping animation did the trick.
Look forward to the bug fix in the next release.
-
AuthorPosts
- You must be logged in to reply to this topic.