Forum Replies Created
-
AuthorPosts
-
cypherosParticipant'Support' wrote:
Ok, try attached file.
Thank you very much. It seems to work.
cypherosParticipant'Support' wrote:If you have sources of the package then I can give you the patched unit already.
Yes, I have a livetime license with sources. Thanks for your support.
October 13, 2014 at 2:02 pm in reply to: Stack overflow kills application using AlphaControls 9.16 and TsOpenDialog #52583cypherosParticipant'Support' wrote:Have you received this result after the demo recompiling? Or original Exe used?
Original ASkinDemo.exe from ASkinEditor tool.
Have the same problem with any compiled applications if ChangeSysColor is active. No difference between TOpenDialog and TsOpenDialog.
cypherosParticipantThe editor is failing to create the needed folder. As a workaround you can create the needed folder for the unpacked skin by hand.
If you create the folder “C:Users…DesktopaskineditorSkinsAlterMetro”, you can unpack the skin AlterMetro.
September 27, 2014 at 10:45 pm in reply to: File type combo in open/save dialogs are not skinned #52496cypherosParticipantHmmm, no reply?
Hello, someone watching this forum?
Maybe I should change to VCL styles (included into Delphi XE 3…7). This styles seams to work better for XE6/XE7.
Alpha controls not working under Wine/Crossover very well. Have to disable Alpha Controls if Wine/Crossover is detected for Linux or OSX.
Sorry, was very happy with Alpha Controls till now but support seams to lost interest into their own product and updates/fixes getting rare. In the past, it takes two days, not more to get an answer. But at the moment I get no answer at all.
Why is it still not possible to get the modern dialogs for open and save files, if I have a skin manager in the application? Just this poor compatibility dialogs of old XP times. Why even if skin manager is not active?
By the way, the current skin editor isn't working, too. The unpacking routine is not able to create the needed directory.
Sorry but I'm a bit frustrated.
November 24, 2013 at 1:02 pm in reply to: Fatal Error: Form will not be painted if DrawNonClientArea is disabled #51163cypherosParticipant'Support' wrote:Thank you!
Try this patched file, please.
Thanks for your quick response.
I've checked the patch and it seams to fix all the problems I had.
Good work. :a3:
I'll do some more tests and keep you informed.
November 22, 2013 at 11:13 am in reply to: Fatal Error: Form will not be painted if DrawNonClientArea is disabled #51150cypherosParticipant'Support' wrote:Hello! Some files does not exist in your pack, can you check it please?
Sorry, was too late, tonight.
Attached you should find the complete package.
November 21, 2013 at 11:20 pm in reply to: Fatal Error: Form will not be painted if DrawNonClientArea is disabled #51142cypherosParticipantThanks for your hard work but the new version 8.50 is a step backwards.
Now I have the white forms even if DrawNonClientArea is enabled on the main form.
Picture and sample attached.
cypherosParticipant'Support' wrote:TsSkinManager component have the OnSysDlgInit event with two params:
DlgData: TacSysDlgData
var AllowSkinning: Boolean
DlgData contains a Handle of dialog which will be skinned.
If AllowSkinning defined to False, then dialog will not be skinned.
Otherwise, you can wait, I plan add support of skins to such file dialogs.
How can I find out the type of the dialog or the component the dialog is belonging to?
DlgData.WindowHandle gives me only the handle of the dialog window and I can't find a connection to the TOpenDialog.
GetClassName is '#32770' and GetWindowName is '' for all Systemdialogs.
cypherosParticipantDBGrid is part of the additional DB-aware components: Additional package with DB-aware components for Delphi
cypherosParticipant'Omega wrote:SkinManager := Main.sSkinManager1;
Shouldn't it be SkinManager := MainForm.sSkinManager1 ?
September 13, 2011 at 12:39 pm in reply to: Form is not painted correctly under Win7 (classic design) #46658cypherosParticipant'Support' wrote:Thank you for demo, I'll try to solve the issue in the next release.
Compiled the demo with new release AC7.50 and it looks OK now.
Thank you. :a3:
-
AuthorPosts