comp.lang.pascal.delphi.misc
  Home FAQ Contact Sign in
comp.lang.pascal.delphi.misc only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.pascal.delphi.misc Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  How to check if Application is waiting for user modal answer         


Author: rforgues
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
  Delphi Developer available for assignments         


Author: LarryInFlorida
Date: Sep 11, 2008 11:31

Veteran Delphi developer (40+ yrs software development, 13+ yrs
Delphi) available for assignments. Please visit http:/
www.pinellashomesavers.net/pages/consulting.php for details, then
contact for free quote.

Regards,

LarryInFlorida
no comments
  Newbie: How to speed up a simple xml parsing task?         


Author: fokrogh
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
  Client Server/Client Server Programmer(Welfare Reporting and Tracking System)         


Author: Prabhu
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
  Urgent job offer for Client Server/Client Server Programmer( IEDR Onsite Scanning )         


Author: Prabhu
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
  StringList         


Author: Stark
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
  Stack ovefrlow         


Author: Stark
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
  Embarcadero newsgroups         


Author: Jud 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
  Basic question about shell extensions         


Author: marek 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

--
No ads, no nags freeware: http://www.tranglos.com
5 Comments
  FAQ: comp.lang.pascal.delphi.misc miniFAQ (full version)         


Author: Evil miniFAQ Boss
Date: Aug 31, 2008 19:00

FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI

Version: 2006-09-16
First maintainer: Esther Michaels
Current maintainer: Maarten Wiltink (Evil miniFAQ Boss)
Posting schedule: Short version every Sunday, full version every first of
the month

Copyright 2001-2006 the current maintainer, all rights reserved except the
right to re-distribute the current document. Even better: give out the
URL.

--------------------------------------------------------------------------------

Latest version:
http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htm
Plain text version:
http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.txt
Examples page:
http://www.bancoems.com/mini_faq_examples.htm

--------------------------------------------------------------------------------

CONTENTS
1. How do I start another program from my program?
2. How to stop a second instance of my program from executing? (Also: HPrevInst
doesn't seem to work, why?)
3. Floating-point work - i.e....
Show full article (22.99Kb)
3 Comments
1 2 3 4 5 6 7 8 9