Support

Forum Replies Created

Viewing 20 posts - 8,881 through 8,900 (of 9,667 total)
  • Author
    Posts
  • in reply to: PageControl текст табов не вертикален #40635
    Support
    Keymaster

    Исправлено в версии 6.45

    Support
    Keymaster

    А если выключить скины?

    in reply to: версия 6.43, MDI-форма и MainMenu #40633
    Support
    Keymaster

    Один Dcu не помог бы. Новая версия уже доступна для скачивания.

    in reply to: Ошибка в версии 6.45 #40632
    Support
    Keymaster

    Никогда такого не видел. А если убрать скинирование – появится это сообщение?

    in reply to: Утечка памяти в TsCheckListBox #40631
    Support
    Keymaster

    Спасибо за демку, в следующей версии утечки не будет.

    Support
    Keymaster

    Мне кажется, нужно с самого начала переустановить компоненты.

    in reply to: Прыгающий текст в эдите #40628
    Support
    Keymaster

    То есть ASkinDemo нужно не просто запустить, а перекомпилировать с TNTUNICODE? Спасибо, попробую.

    in reply to: Skins and BilleniumEffects #40621
    Support
    Keymaster

    Just AlphaControls have more additional features.
    You must disable SkinManager.AnimEffects.FormShow.Active property.
    Also ExtendedBorders will not work, you must disable it too.

    in reply to: Selected item color #40620
    Support
    Keymaster

    This feature is added in ToDo list and will be implemented later I think.

    in reply to: add 2 different skins to third party panels #40619
    Support
    Keymaster

    In the AlphaControls v6.45 you can do it using SkinProvider.OnAddItem event.
    Write here a code like this :

    CODE
    procedure TForm1.sSkinProvider1SkinItem(Item: TComponent; var CanBeAdded: Boolean; var SkinSection: String);
    begin
      if Item = Panel1 then SkinSection := 'HINT';
    end;


    Standard panel must be defined in the SkinManager.ThirdParty property for skinning.

    in reply to: hi all, need a bit help #40618
    Support
    Keymaster

    Hello
    You should receive a notification about a password changing by email. You have it?
    All notifications was sent to you and I haven't a “delivery failure” message for your address, maybe you have a SpamBox where was placed these notifications? Check it please.

    in reply to: Graphic32 suported? #40591
    Support
    Keymaster

    This control may be added into ThirdParty list as 'Edit' and scrolls will be skinned.

    in reply to: FocusRect #40590
    Support
    Keymaster

    TsButton and TsBitBtn controls have the ShowFocus property.
    Tabs always have focus rectangle if TabStop property is True and Focused.

    in reply to: Are these controls supported? #40589
    Support
    Keymaster

    Hello
    Not all third-party controls are supported now. Support of some controls will be added soon, but some some controls (like Outlook Bar) can't be supported now.

    QUOTE (mrdutchie @ Sep 8 2009, 05:53 PM) <{POST_SNAPBACK}>
    I do see a few Rzr components in the 3rd party screen, but wondering if thats the same.


    If control exists in the predefined list then this control was tested and supported.

    in reply to: combobox two value #40588
    Support
    Keymaster

    Hi
    It's not implemented in ComboBox. I think you can organize it in the program by making an array with hidden values or you can use LookupComboBox…

    in reply to: 'Range Check Error' #40587
    Support
    Keymaster

    This problem will be solved in the v6.45 I think, thank you for info.

    in reply to: AC question… #40586
    Support
    Keymaster

    Please give a more info, a little demo with problem – the best help.

    in reply to: AC new bug #40585
    Support
    Keymaster

    Hello, demo is needed

    in reply to: TsAlphaImageList with Skins turned off #40584
    Support
    Keymaster

    Audreyn, maybe you can make a little demo? It can help to solve a problem quickly.
    Also, what version of Windows where this problem is exists?

    in reply to: AC 6.44 other bug… #40583
    Support
    Keymaster

    Hello
    You must update used skins to latest versions (internal skins must be reloaded too), try it please.

Viewing 20 posts - 8,881 through 8,900 (of 9,667 total)