Re[2]: [DUG]: Onidle

2003-04-02 Thread Alistair George
Hello James, JS> Application.OnIdle := lIdleHandler.IdleHandler JS> instead of JS> Application.OnIdle := lIdleHandler Great JS> Just as an aside, the other day someone had a query and you suggested that JS> they look at the help. Might I suggest that you take your own advice and get JS> a good De

Re: [DUG]: Case Insensitive POS

2003-04-02 Thread Paul Mckenzie
Available in D6 - Other versions Unknown ?   CompareText   Compares two strings by ordinal value without case sensitivity.   Unit   SysUtils   Category   string handling routines   function CompareText(const S1, S2: string): Integer;   Description   CompareText compares S1 and S2 and returns

RE: [DUG]: Onidle

2003-04-02 Thread James Sugrue
Haven't been following this thread, so if this is wrong I apologise but I think Jeremy suggested: Application.OnIdle := lIdleHandler.IdleHandler instead of Application.OnIdle := lIdleHandler Just as an aside, the other day someone had a query and you suggested that they look at the help. Might

[DUG]: Onidle

2003-04-02 Thread Alistair George
Hello Jeremy, JN> Where were you trying to assign the OnIdle event in main form originally? JN> FormCreate? Yes. Unfortunately I still cannot get the thing to compile I think I did what you suggest here in DPR: program back4winXP; uses Forms, dialogs, mainunit in 'mainunit.pas' {Mainform},