Up |
|
|
  |
Author: rforguesrforgues
Date: Sep 11, 2008 11:56
Hi,
I have an app with a main TForm A sometimes calling a modal TForm B or
a simple MessageBox. On the same TForm A I have a timer. I would
like this timer to check if the app is waiting for a modalResult of
either TForm B / MessageBox.
Something like :
procedure TForm1.Timer1Timer(Sender: TObject);
begin
// Of course, modalWindowActive doesn't exists, but you get the
idea...
if TApplication.modalWindowActive then Edit1.Text := 'App is busy
waiting for user...'
else Edit1.Text := 'App is not
busy...';
end;
Anyone?
|
| |
|
| |
3 Comments |
|
  |
|
|
  |
Author: fokroghfokrogh
Date: Sep 11, 2008 06:46
I have written this simple code to retrieve some attribute values. The
attributes are all located in the beginning of each xml file. However,
it takes VERY long time before the first attribute value is found
(depending on the file size).
Is there a way to speed up the the reading of the xml file - is it
possible to stop the reading execution before the whole file is read?
The progress bar calculation don't seem to work properly. to How can I
make the progress bar show the remaining reading execution?
Regards
Frank Krogh
________________________________
procedure ParseThisFile (myXmlFile: string;fileNumber:integer);
var
Parser: TXmlParser;
XmlFileName, foundValue: string;
DocSize : integer;
|
| Show full article (1.64Kb) |
|
2 Comments |
|
  |
Author: PrabhuPrabhu
Date: Sep 10, 2008 10:44
Personnel Title: Client Server/Client Server Programmer
Assignment or Project Name: Welfare Reporting and Tracking System
Number of Positions: 1
Expected Duration of Assignment: 12 months
Rate: Open
Location: New York State
Mandatory Requirements
Note: Candidates not meeting the following mandatory requirements as
contained in the RFP will not be considered for further evaluation:
1. Associate's Degree (Pass/Fail)
2. Minimum of 2 years experience Micro Focus COBOL (Pass/Fail)
3. Minimum of 2 years experience in Oracle 9i, Oracle 10g, or
higher (Pass/Fail)
Desirable Experience Preferred for These Positions
Good Communication and Interpersonal Skills
1. 5 years experience developing reports and queries from a large
Oracle transactional database containing over a billion rows.
2. 5 years experience...
|
| Show full article (1.80Kb) |
|
no comments
|
|
  |
Author: PrabhuPrabhu
Date: Sep 10, 2008 10:40
Personnel Title: Client Server/Client Server Programmer
Assignment or Project Name: IEDR Onsite Scanning
Number of Positions: 1
Expected Duration of Assignment: 12 months
Rate: open
Location: NY
Mandatory Requirements
Note: Candidates not meeting the following mandatory requirements as
contained in the RFP will not be considered for further evaluation:
1. Associates Degree
2. Must have a minimum of two years application development
experience in application development experience doing N-tiered
client/server development.
3. Must have a minimum of two years application development
experience in performing development work using Oracle 9i, oracle 10g
or higher
4 Must have a minimum of two years application development
experience in Windows NT/2000/XP (or latest version of Microsoft
Operating System)
|
| Show full article (2.49Kb) |
|
no comments
|
|
  |
Author: StarkStark
Date: Sep 9, 2008 11:46
I use a stringList to maintain values that I show in a page of a controlPage
when the specific tab is chosen. In order to avoid the re-creation of the
stringList each time the page is accessed I thought I would test if the
Stringlist was nil or empty, but I could'nt find the way. Can anyone suggest
how to do this ? Or perhaps a different way of doing this thing ? Thanks in
advance
|
| |
|
8 Comments |
|
  |
Author: StarkStark
Date: Sep 8, 2008 06:18
I execute my application from the Delphi 6 IDE (I am developping it) and I
found that if I close it as soon as I open it, i get a stack overflow.
I wrote an "exit" at the beginning of the main form OnShow routine so that
nothing is happening, but the problem persists.
How do I investigate a stack overflow problem ? What is it that is possibly
causing such an error ?
|
| |
|
9 Comments |
|
  |
Author: Jud McCranieJud McCranie
Date: Sep 6, 2008 18:32
I'm trying to access the Embarcadero Delphi newsgroups. I have them
reading fine, but when I try to post it says "authorization required".
What do I need to set so that I can post?
--
Replace you know what by j to email
|
| |
|
17 Comments |
|
  |
Author: marek jedlinskimarek jedlinski
Date: Sep 1, 2008 16:40
Anyone who's ever written a shell extension will probably know, but I
cannot find a definitive answer.
A shell namespace extension is compiled into a DLL. Do multiple processes
(e.g. multiple Explorer windows) load separate instances of the DLL, or do
they all use a single instance?
Explanation: I want to use sqlite database for data storage, but sqlite
does not support concurrent or multithreaded access. Hence, if the shell
loads multiple copies of my dll, I'd have to use a different, more complex
db (and I don't want to go there, it's just an idea for a hobby project :)
Kind thanks for any sugestions!
marek
|
| |
|
5 Comments |
|
  |
|
|
  |
|
|
|
|
|
|