Re: [DUG]: Forms in DLL (again?)

2001-08-06 Thread Ross Levis
Not if you activate it with ShowModal as Alex mentioned. Ross. Patrick Dunford wrote: What you have described occurs with all dialog boxes, DLL or not. Press Alt-Tab to get back to where you want to be. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: [DUG]: Forms in DLL (again?)

2001-08-06 Thread Patrick Dunford
This is referring to a modal dialog that goes up with a ShowModal call. I guess this bug might have been fixed in a later version of Delphi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ross Levis Sent: Monday, 6 August 2001 21:04 To: Multiple

RE: [DUG]: operating system

2001-08-06 Thread Graham Mayes
Thanks - I cannot convert the GetVersionEx help into code that works. Any chance of a snippet? the GetVersionEx Win32 API function returns a TOSVersionInfo dwPlatformID in that thing distinguishes between 9x and NT It's still a bit of a rat's nest if you care about more than just NT vs 9x

Re: [DUG]: operating system

2001-08-06 Thread Nello Sestini
Thanks - I cannot convert the GetVersionEx help into code that works. Any chance of a snippet? Did you see Rohit's later answer on this? It's simpler than using GetVersionEx: - Original Message - From: Rohit Gupta [EMAIL PROTECTED] To: Multiple recipients of list delphi

RE: [DUG]: operating system

2001-08-06 Thread Graham Mayes
Um (embarrassment) . . I'm using D2. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nello Sestini Sent: Tuesday, 7 August 2001 10:38 a.m. To: Multiple recipients of list delphi Subject: Re: [DUG]: operating system Thanks - I cannot convert the

Re: [DUG]: [Q] Multi threaded BDE Access....

2001-08-06 Thread Bevan Edwards
From my understanding, you should ideally have one TSession per thread. Bevan Donovan J. Edye wrote: G'Day All, I have the following scenario and want to know what the pitfalls, gotcha's etc. are - Componen1 appends records to TableA and is running in the context of the main

[DUG]: [Q] MIDAS Sockets Threading....

2001-08-06 Thread Donovan J. Edye
G'Day, See the code snippets below. My problem is as follows: - TCricketLiveScoringClient creates an instance of TTXProcessThread - In the Execute method it fires off the NewDataEvent() in the TCricketLiveScoringClient - The NewDataEvent() then calls TCricketLiveScoringClient.ProcessTX() which