Search Results

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: neverwinter
Forum: Pascal and Delphi Sep 15th, 2005
Replies: 9
Views: 15,060
Posted By neverwinter
Try checking the Application object to see if it has an available property/method to return the control that has focus...

You can also revise the sample code (above) to check for TCustomEdit...
Forum: Pascal and Delphi Sep 15th, 2005
Replies: 8
Views: 16,305
Posted By neverwinter
I think you should also revert it back if the user switches (Alt-Tab) to another program, not just closing...
Forum: Pascal and Delphi Sep 15th, 2005
Replies: 5
Views: 3,055
Posted By neverwinter
Have you verified which functions failed? I suggest not to use anything that's specific to a particular OS version.

Also, better test your program on each of the OS you need to support. Only way...
Forum: Pascal and Delphi Sep 7th, 2005
Replies: 1
Views: 4,492
Posted By neverwinter
Just found the cause, it turned out that the timestamp of the related DCUs were different. My only guess is that the design component of TChart was compiled with a different set of DCUs.

Anyway,...
Forum: Pascal and Delphi Aug 31st, 2005
Replies: 1
Views: 2,079
Posted By neverwinter
What was the error message?

I believe that TPanel.OnClick requires a TNotifyEvent. This basically means that your procedure must follow this syntax:

procedure (Sender: TObject) of object;
...
Forum: Pascal and Delphi Aug 31st, 2005
Replies: 1
Views: 4,492
Posted By neverwinter
Hi,

I've a project that makes use of TChart. In my previous machine, it compiles properly. But when I tried compiling it on a new machine with a clean install of Delphi 5, the following error...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC