Support

Forum Replies Created

Viewing 20 posts - 9,641 through 9,660 (of 9,667 total)
  • Author
    Posts
  • in reply to: New User Gift #38571
    Support
    Keymaster

    Hello Ralph, thanks for using AlphaControls. And thanks for gift, maybe it will be useful for someone.

    in reply to: Ready for production use? :-) #38570
    Support
    Keymaster

    People are lazy when haven't a problems <img src="style_emoticons//tongue.gif” style=”vertical-align:middle” emoid=”:P” border=”0″ alt=”tongue.gif” />

    in reply to: alphaskin 6.21 bug #38569
    Support
    Keymaster

    Hello

    I can't reproduce a problem <img src="style_emoticons//unsure.gif” style=”vertical-align:middle” emoid=”:???:” border=”0″ alt=”unsure.gif” />
    Could you give a little example?
    Thanks in advance.

    Support
    Keymaster

    Hello and thank you for demo-program.
    Problem will be resolved in the nearest release, I think, please wait.

    in reply to: window on taskbar problem #38552
    Support
    Keymaster

    Hello

    I will try to research and solve this problem soon, please wait.

    in reply to: Range error for large TsScrollbars #38551
    Support
    Keymaster

    Hello

    I will try to research and solve this problem soon, please wait.

    in reply to: TitleButton Hint #38550
    Support
    Keymaster

    Ok, I understand now, maybe such property will be added soon <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

    in reply to: How to Fade in and fade out? #38549
    Support
    Keymaster

    Hello

    No, it's not possible with alpha skins at moment, I'm sorry.

    Support
    Keymaster

    QUOTE (greenPlace @ Apr 2 2009, 08:36 PM)
    А как переопределить только перерисовку иконок, не затрагивая рисование надписи и ее выделение?


    Вряд ли возможно такое…
    В любом случае перерисовать текст и его выделение – это самый простой и надежный путь из известных мне.

    Support
    Keymaster

    Спасибо за пример, скоро этой проблемы не будет

    in reply to: sStatusBar->Visible #38546
    Support
    Keymaster

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

    in reply to: ASkinEditor Неверный дескриптор #38545
    Support
    Keymaster

    Скоро буду смотреть )

    Support
    Keymaster

    В след. версии ошибки не будет.
    Версия 6.22 еще не вышла, может речь идет о 6.21?

    in reply to: Криво скинируется окно #38541
    Support
    Keymaster

    Спасибо за демку. Можно еще на вторую форму положить SkinProvider, тогда тоже не будет этой проблемы.

    in reply to: Установка 2х вариантов. #38540
    Support
    Keymaster
    in reply to: Delphi 2009 #38539
    Support
    Keymaster

    QUOTE (malkhazi @ Apr 1 2009, 08:43 AM)
    На второи раз скачани архив acnt_reg2007 на пароль “пароль” уже не распаковивается.


    Архив не менялся, нужно попробовать скачать и распаковать опять.

    in reply to: SpeedButton – глюк в прорисовке #38538
    Support
    Keymaster

    Есть такое, трудно исправить, надеюсь что решение найдется в ближайшее время <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

    in reply to: Специфика создаваемых скинов #38535
    Support
    Keymaster

    Скоро можно будет.

    Support
    Keymaster

    Проблема в том, что эти контролы не предназначены для нормальной работы с 32битными иконками (стандартные ведут себя так же). Проще всего будет наверное сделать свою обработку события OnCustomDrawItem. Примерный код для ListView :

    CODE
    procedure TForm1.sListView1CustomDrawItem(Sender: TCustomListView; Item: TListItem; State: TCustomDrawState; var DefaultDraw: Boolean);
    var
      R : TRect;
    begin
      R := Item.DisplayRect(drBounds);
      Sender.Canvas.FillRect(R);
      R := Item.DisplayRect(drIcon);
      PngImageList1.Draw(Sender.Canvas, R.Left, R.Top, Item.ImageIndex, True);
      R := Item.DisplayRect(drLabel);
      Sender.Canvas.TextOut(R.Left, R.Top, Item.Caption);
      DefaultDraw := False;
    end;

    in reply to: sStatusBar->Visible #38516
    Support
    Keymaster

    Можно демку? Как я ни тестил, не получается такое сделать <img src="style_emoticons//blush.gif” style=”vertical-align:middle” emoid=”:blush:” border=”0″ alt=”blush.gif” />

Viewing 20 posts - 9,641 through 9,660 (of 9,667 total)