Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Fade and TRect and windowed mode

  1. #11

    Fade and TRect and windowed mode

    Cool
    Wake up from the dream and live your life to the full

  2. #12

    Fade and TRect and windowed mode

    Quote Originally Posted by Memphis
    for the sake of better assembling, it is worth removing the begin and end....

    Code:
    while &#40;GetTickCount - StartTime&#41; < Duration do
      Application.ProcessMessages;
    Are you sure compiler doesn't make this to equal code anyway? Not that i would put begin..end on 1 command cases but still.

  3. #13

    Fade and TRect and windowed mode

    depends on the configuration and which compiler you use i suppose, but either way it is less symbols for the compiler to handle.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •