Forum Replies Created
-
AuthorPosts
-
Hello and thank you for the demo, I'll research it soon.
Hello
Problem must be solved in the v6.62, please try.Hello
Please show the Editor window fully.
On the right side you can see some options, maybe these options are incorrectly defined?Hello
There is a help file in the WinHelp format. You can use him if problem with Chm exists.April 16, 2010 at 8:26 am in reply to: Packaging application-specific glyphs in the skin file? #42218Тогда не скинируются формы на которых нет TsSkinProvider.
Я проверю, возможно получится исключить TAdvSmoothSplashScreen только.Найден конфликт с TAdvSmoothSplashScreen. Splashscreen-окно перестает показывать содержимое, вместо этого серый фон.AC 6.60, TAdvSmoothSplashScreen 1.0.2.0
Видимо из-за того, что форма скинится автоматически. Можно попробовать отключить автоматическое скинирование. SkinManager.SkinningRules.srStdForms := FalseMaybe will be better to use a code like this :
CODEShellExecute(Application.Handle, 'open', PChar(sWebLabel1.URL), nil, nil, ord(soDefault));uses ShellAPI;
QUOTE (prefont @ Apr 3 2010, 12:03 AM) <{POST_SNAPBACK}>It is really not hard to duplicate. Any simple project in D2007 will do it.
Can you give me this project? Thanks.Hello
If Date property is defined in the design-time then Date property will not be changed to the default value. Try to clear the Date property.April 7, 2010 at 10:03 am in reply to: Packaging application-specific glyphs in the skin file? #42128Hello
You can have directly access to Bitmap (if this image was contained in separated Bmp file).
Here is a code :CODEconst
SectionName = 'SectionName';
var
SkinIndex, ImgIndex : integer;
begin
SkinIndex := sSkinManager1.GetSkinIndex(SectionName);
if sSkinManager1.IsValidSkinIndex(SkinIndex) then begin
ImgIndex := sSkinManager1.GetMaskIndex(SectionName, 'BORDERSMASK');
if sSkinManager1.IsValidImgIndex(ImgIndex) then begin
sSkinManager1.ma[ImgIndex].Bmp <- This a the image
end;
end;
end;
Maybe this way will be faster.Hello
Some controls may be skinned (controls that inherited from native Delphi components, like TwwDBGrid).
And some controls may be skinned partially only (non-standard controls like TwwDBLookupCombo).Predefined list of supported IP controls may be found in the SkinManager.ThirdParty list.
April 2, 2010 at 1:58 pm in reply to: Cannot use registered v.6.60 or full evaluation version with D2007 #42081Lite Edition v6.21 may be downoladed here : http://www.alphaskins.com/sfiles/621/alite.zip
April 2, 2010 at 1:46 pm in reply to: Cannot use registered v.6.60 or full evaluation version with D2007 #42080If not 6.21, something with a low number. You have a great tool. If I can provide any additional information
that would help you to get ALite speeded up, I will be glad to provide more info/images, whatever.
Ok, I'll give you a link soon.
If you can give me a demo with slow work of pages, then will be great.Hello
Example of scrollbar drawing you can see in the acLFPainter.pas file. This file always is in the package.
Also, I'll make a special demo soon, you can wait.April 2, 2010 at 12:54 pm in reply to: Cannot use registered v.6.60 or full evaluation version with D2007 #42077Mol, I'll research this problem today-tomorrow and maybe I will have an idea.
Steve, you have another problem seems, please make a new topic in the future. Now, try to disable a pages animation (sSkinManager1.AnimEffects.PageChanging.Active := False). Maybe a cause of the problem is in animation. If problem will not be solved, then I'll try to find v6.21 Lite.
March 31, 2010 at 3:15 pm in reply to: runtime library version conflict when skinning forms from dlls #42031This is a common question of Delphi Bpl's using and compatibility. A knowledge of the TsSkinManager or any other component is not needed here.
Maybe I'm wrong and not understand a situation?March 31, 2010 at 1:49 pm in reply to: Cannot use registered v.6.60 or full evaluation version with D2007 #42029Hello
Here you can find the patched file.
Try to reinstall the AlphaControls fully (remove firstly) with this new file.Hello
The problem will be solved in the nearest release I think. But not for system menu from the taskbar. This code doesn't work for standard mode too, if minimized from taskbar.Hello
Font style is taken from the system now. You think will be better to have another style?
I'll try to find a handy solution soon for a title font changing.AuthorPosts