Gurt

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: AnimShowControl #40570
    Gurt
    Participant

    QUOTE (Torbins @ Sep 26 2009, 03:28 PM)
    Подключите юнит sVclUtils.

    Спасибо!!

    in reply to: AnimShowControl #40567
    Gurt
    Participant

    Доброго времени суток!

    Нашел такой код для плавной смены фреймов в приложении:

    CODE
    Frame.Visible:=false;
      …
      PrepareForAnimation(Frame);
      Frame.Visible:=true;
      AnimShowControl(Frame, wTime);
      …

    ВОПРОС: Откуда взять процедуры PrepareForAnimation и AnimShowControl?
    При компиляции сообщение, что это неизвестные идентификаторы….

Viewing 2 posts - 1 through 2 (of 2 total)