Support

Forum Replies Created

Viewing 20 posts - 9,381 through 9,400 (of 9,667 total)
  • Author
    Posts
  • in reply to: Detecting skin change in DLL frame #39338
    Support
    Keymaster

    Hi again
    If you send me a project with example then I'll try to find a best solution and problem will be solved I think

    in reply to: How to retrieve color values from active skin? #39337
    Support
    Keymaster

    GetGlobalFontColor returns colors of text in labels and default font color for skin.

    Color of buttons font may be different for a different types of buttons (in the Vista skin, for example, Button font is Black but ToolButton font is White)

    If you want to receive a color of font for any control you can use this code

      if YourControl.SkinData.Skinned then begin

    NormalColor := YourControl.SkinData.SkinManager.gd[YourControl.SkinData.SkinIndex].FontColor[1];

    HotColor := YourControl.SkinData.SkinManager.gd[YourControl.SkinData.SkinIndex].HotFontColor[1];

    end
    in reply to: AC6.23: Bug when changing skin from secondary from #39336
    Support
    Keymaster

    Thank you for additional information.
    Your second form (where skin is selected) must have not a skinning?
    If SkinProvider is placed there then I do not see a problem…
    In the your application this form haven't TsSkinProvider component too?

    in reply to: Windows message dialogs not skinned? #39334
    Support
    Keymaster

    Hello
    Be sure please that SkinManager.SkinningRules.srStdDialogs property is True
    If this property is defined but problem is exists still then give me a program with example please…

    in reply to: Problem with ReportBuilder #39333
    Support
    Keymaster

    Hello Giuseppe
    If you could give me a little demo with this program you can very help me.
    Maybe you have already working example with sources?

    in reply to: FrameBar Problem #39332
    Support
    Keymaster

    Hi
    I'm sorry for delay, I was busy in preparing of the new release.
    I'll try to change your demo soon.

    in reply to: Access Violation on FormClose #39327
    Support
    Keymaster

    I think a program with example is very needed there. I'll try to reproduce this problem, but I'm not sure that I know how to do it…

    in reply to: how can i change the color of tsgauge in runtime #39321
    Support
    Keymaster

    Hello
    I will make a demo program soon, please wait.

    in reply to: How to show TsButton as glowing #39320
    Support
    Keymaster

    Glowing is working only for mouse hovering and leaving.
    If controls must have glowing effect always then a special code must be added to the component…

    in reply to: AC6.23: Bug when changing skin from secondary from #39319
    Support
    Keymaster

    Mixture occurs when animating working seems. You can try to disable animation and look…
    And thank you for the demo, I'll research it soon.

    in reply to: How to retrieve color values from active skin? #39318
    Support
    Keymaster

    Hello

    For retrieving some colors from skin you can use these functions of the TsSkinManager class

       function GetGlobalColor : TColor;

    function GetGlobalFontColor : TColor;

    function GetActiveEditColor : TColor;

    function GetActiveEditFontColor : TColor;

    function GetHighLightColor : TColor;

    function GetHighLightFontColor : TColor;
    in reply to: WindowState = wsMaximized #39286
    Support
    Keymaster

    Теперь я это тоже увидел, зазор вверху появляется когда в системе нестандартная высота заголовка, попробую починить

    Support
    Keymaster

    Что-то с версией 6.32 не получается такое получить..
    На всякий случай приложил Exe (D2007, AC6.32)

    in reply to: Creating array of TsButton at runtime #39278
    Support
    Keymaster

    Thank you

    You must change this line

    CODE
    buttonsArray[nNumber].SkinData.FSkinManager:=sSkinManager2;

    to

    CODE
    buttonsArray[nNumber].SkinData.SkinManager:=sSkinManager2;


    Skinning data will be updated in this case, and problem must be solved.

    Also I can suggest you to move this line :

    CODE
    buttonsArray[nNumber].Parent:=PanelTags;

    after “Visible:=True;”. And remove “Visible:=True;” because button is visible already when created.

    in reply to: не запускается exe #39274
    Support
    Keymaster

    Скорее всего из-за новой винды, на ней пакет еще не тестировался, скоро будет.
    Хотя есть люди, что уже работают на ней и от них я не слышал, чтобы так рисовалось.
    “Упрощенный стиль”, это значит без полупрозрачностей и всего остального?

    in reply to: WindowState = wsMaximized #39273
    Support
    Keymaster

    Это виста или xp?

    in reply to: AlphaControls & Delphi10Lite #39272
    Support
    Keymaster

    Думаю, чтобы пакет работал нормально с Delphi10Lite, он должен быть на нем скомпилирован, а это вряд ли будет в ближайшее время..

    Support
    Keymaster

    А что насчет демки, если оно все еще есть?

    Support
    Keymaster

    Спасибо за демку. Нужно попробовать покласть на форму SkinProvider.
    Попробую починить работу без провайдера в версии 6.33.

    in reply to: SMessageDlg no Localisation #39268
    Support
    Keymaster

    I can suggest a solution
    When loading from resources is required then may be used Delphi standard dialogs (MessageDlg and others).
    When data must be received from system then may be used AlphaControls dialogs (sMessageDlg and others).
    Both ways have support of skins.

Viewing 20 posts - 9,381 through 9,400 (of 9,667 total)