Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Benlecool

    Is there a way to make QReports print columns Left to Right ??

    So, I'm 8 years late?? hehehehehe Do you still have the code? or at least an idea about how you did it? Thanks.
  2. Benlecool

    Is there a way to make QReports print columns Left to Right ??

    Hi, Is there a way to make QReports print columns Left to Right - Top to Bottom instead of Top to Bottom - Left to Right? I'm using QuickReport 4.05. Thanks.
  3. Benlecool

    Rendering images different from XP and Win2000?

    Hello, I'm developping a small game. Under win XP the game is fast enough. But I noticed that under Win98 or Win 2000, the game is very slow. I firgured out that's caused by the images renderning because if I minimise the window the game is fast, but if show it , it goes slowly. are there any...
  4. Benlecool

    SB_BOTTOM different from Win XP and Win98

    Hello, I'm calling this code: RichEdit.Lines.Add(a); RichEdit.perform(WM_VSCROLL, SB_BOTTOM, 0); RichEdit.perform(WM_VSCROLL, SB_LINEUP, 0); In Win XP it works fine, the last line is shown and it's in the bottom of the RichEdit. But in Win 98, the last line is show but put in the top of...
  5. Benlecool

    Got Grid Index out of range error

    Hi, I have a STringGrid component in my form. I just fill half of it. Whenever I click on my grid (in the blank area, not selecting any element) and scroll the mouse I get this message: Grid Index out of range. Any solution to get rid of this message? Thanks.
  6. Benlecool

    Putting a delay into a thread

    I mean once you're in the http://homepages.borland.com/efg2lab/Library/Delphi/Graphics/Multimedia.htm Link, most of them are Broken. Now About the http://www.delphi32.com/vcl/3096/ it's for C++
  7. Benlecool

    Putting a delay into a thread

    Sorry whosrdaddy, but most of the links are broken.
  8. Benlecool

    Putting a delay into a thread

    Here's the code in the thread: procedure TAnimation.Execute; begin Synchronize(StartMoving) end; Constructor TAnimation.Create(Image: TImage; Steps, OrigineLeft, OrigineTop, FinalLeft, FinalTop: Integer); Begin FreeOnTerminate := True; inherited Create(False); TheImage:= Image...
  9. Benlecool

    Putting a delay into a thread

    Hi, Thanks answering. I'm sure I'm in my thread. I create it and put the priority to tpLower. Still my app is stopping when I put sleep in the thread. Ben.
  10. Benlecool

    Putting a delay into a thread

    Hello, I want to put a delay into a thread for n millisecunds. I can't use the sleep instruction because it stops all my application (all the threads). I've thought using a timer, but is there an equivalent instruction to ProcessMessages in a thread? Thanks.
  11. Benlecool

    Truncated socket ??

    Hi, I've developed an application that uses Sockets to get information from a server. The application works fine, except on 2 computers where from time to time I get truncated sockets. My question: is it a bug on my application? a hardware problem? an OS problem? Is there any way to find out...

Part and Inventory Search

Back
Top