Support

Forum Replies Created

Viewing 20 posts - 9,181 through 9,200 (of 9,667 total)
  • Author
    Posts
  • Support
    Keymaster

    Problem with headers will be solved in the nearest release.

    in reply to: AnimShowControl() -> AnimHideControl()? #39844
    Support
    Keymaster

    Hello
    Hiding will be possible in the next release I think by using a function like this :

    CODE
    procedure FadeControls(ctrl : Array of TwinControl; IsVisible : boolean);
    var element : TwinControl;
    begin
      for element in ctrl do
      begin
        PrepareForAnimation(element);
        element.Visible := IsVisible;
        AnimShowControl(element, 250);
      end;
    end;

    in reply to: Uninstalling Trial? #39864
    Support
    Keymaster

    QUOTE (Jeffijoe @ Jul 2 2009, 10:12 PM)
    I dont have any projects for delphi folder, as it says in the install.txt


    For uninstalling it is enough to remove a package from Delphi (menu Components/Install packages/”Remove” button) and delete the folder with components, that's all.

    in reply to: caption problem when effects are ON #39838
    Support
    Keymaster

    Could you ask this man to enable a Windows themes and try a program again with enabled themes?

    in reply to: not enough timers #39863
    Support
    Keymaster

    Thanks for report, I'll try to find a cause of problem.

    in reply to: How do I use them..? :P #39862
    Support
    Keymaster

    Use ShowFocus property.
    In some skins a showing of focus rectangle was forbidden.

    in reply to: Change Color/Skin of TsTabControl #39861
    Support
    Keymaster

    Hello

    Any skin element may have a color for filling, but in some skins this element may be filled by gradient or by texture.
    So, tab may be filled by gradient and tab will not have own color in this case.

    I can suggest you to use a main skin color which you can receive by TsSkinManager.GetGlobalColor function.
    Color of text for such tab may be received by TsSkinManager.GetGlobalFontColor

    in reply to: DevExpress skinning problem #39860
    Support
    Keymaster

    These problems will be solved soon too, I hope.
    Some controls like TcxPageControl must be researched.

    in reply to: Access Violation Error #39859
    Support
    Keymaster

    Hello

    QUOTE (ulymar @ Jun 30 2009, 03:31 PM)
    I will try other skins, and inform you what happened.


    What about other skins?
    I'm not sure that problem is linked with multi-threading, but I have not enough info. Could you share your PC with me by using TeamViewer?

    in reply to: Bug in TsDBLookupComboBox #39858
    Support
    Keymaster

    Sorry for delay, this problem is really difficult and some code must be fully changed. I hope problem will be resolved soon.

    in reply to: AC и Indy #39820
    Support
    Keymaster

    Indy никак не используются в пакете AlphaControls, скорее всего при установке пакета Indy как-то попал в область requires в acnt2009*.dpk или acnt2009*.dproj
    Могу посоветовать поискать в папке AlphaControls файл, который содержит 'indy', интересно что даст поиск.

    Support
    Keymaster

    Я у себя пробовал смотреть при скинах и без, получалось одинаково, спасибо за демку буду смотреть еще.

    in reply to: Компиляция с помощью MSBuild #39808
    Support
    Keymaster

    Что-то не получается, вот такая ошибка :
    “ОШИБКА при сборке.
    D:Program FilesCodeGearRAD Studio6.0BinCodeGear.Delphi.Targets(130,3): error MSB6001: Недопустимый ключ командной строки для “dcc”. Значение не может быть неопределенным.
    D:Program FilesCodeGearRAD Studio6.0BinCodeGear.Delphi.Targets(130,3): error MSB6001: имя параметра: path2
    0 Предупреждение
    1 Ошибки”
    Не сталкивался?

    Support
    Keymaster

    zbugz, о чем ты? Баг?

    in reply to: SPEEDBUTTON #39806
    Support
    Keymaster

    QUOTE (Stepa @ Jun 29 2009, 05:58 AM)
    грузит как на срине.


    Вроде так и должно быть, здесь вся стрелка. Или я не понял чего-то? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

    in reply to: артифакты в панели. #39805
    Support
    Keymaster

    Какая версия пакета?

    in reply to: sEdit -выравнивание #39804
    Support
    Keymaster

    Это свойство появилось в BDS, пакет его только наследует.
    То что выравнивание не работает когда disabled – не правильно и будет исправлено скоро.

    in reply to: MainMenu #39803
    Support
    Keymaster

    Здравствуйте
    Спасибо за сообщение, попробую разобраться скоро.

    Support
    Keymaster

    Что-то не видно в этой демке ничего неправильного…
    Можно скриншот посмотреть?

    in reply to: AlphaSkin для MainMenu #39796
    Support
    Keymaster

    Спасибо
    Поменять эти цвета можно очень легко в редакторе <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

Viewing 20 posts - 9,181 through 9,200 (of 9,667 total)