Re: Access violation in coreide70.bpl

2005-05-09 Thread Arjang Assadi
We to started to get that very ofthen with XP pro with SP2. It started about a month or 2 ago. On 5/9/05, Gunnar Blumert [EMAIL PROTECTED] wrote: Hi, not always, but very often when I close Delphi 7 I get an access violation at 005BC67D in module 'coride.bpl'. Read of address 022C.

Re: Access violation in coreide70.bpl

2005-05-09 Thread Arjang Assadi
Sorry about my earlier post, The real problem is with 3rd parts components Some 3rd Part componets cause this, also check to see if you Have recently installed any ActiveX. Arjang On 5/9/05, Gunnar Blumert [EMAIL PROTECTED] wrote: I have installed SP2 and all available Delphi updates, but

Re: finalization

2005-05-15 Thread Arjang Assadi
strange, your post header read finalization, so why dont you put it in the finalization section of the units . On 5/13/05, Ross Levis [EMAIL PROTECTED] wrote: I'm trying to establish the best event to destroy objects etc when my program is closing down. The OnFormClose (of the mainform) is

Re: Gradient fill

2005-05-18 Thread Arjang Assadi
Use the gradient fill from JediVCL. make a gradient panel by inheriting from panel and using the gradient fill on it. HTH Regards Arjang On 5/18/05, Chris Moore [EMAIL PROTECTED] wrote: Hello List I want to produce a panel that has an active gradient fill. So that my user can select two

Re: Need to merge text onto a bmp image

2005-05-18 Thread Arjang Assadi
http://homepages.borland.com/efg2lab/Library/Delphi/Graphics/Algorithms.htm#Text Use google On 5/18/05, Johannes Fourie [EMAIL PROTECTED] wrote: Hi I need to take an existing BMP, add text to the bottom of the image, and save it again as a bitmap or jpeg. Does anybody have any ideas how

Re: Coloring A Label

2005-05-23 Thread Arjang Assadi
So what is the problem? On 5/23/05, Feras Al-Qadi [EMAIL PROTECTED] wrote: I want the user to enter a word, The same word will be displayed in Black Font Color Again under the first word the same word will be printed but each Character with Different color, Both words font will be the

Re: DHTML Edit

2005-06-23 Thread Arjang Assadi
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arjang Assadi Sent: 21 June 2005 03:31 To: Borland's Delphi Discussion List Subject: Re: DHTML Edit Hi Johannes, After IE5 the control was merged into one, in the IE (TWebBrowser) itself. http

Re: Sending email

2005-07-27 Thread Arjang Assadi
Hope this gets you started: http://www.techtricks.com/delphi/sendmail.php On 7/27/05, Roshanak Farhoodi [EMAIL PROTECTED] wrote: Dear Delphi helpers, Recently I fall into an urgent need for adding a send mail button to one of my applications for sending some reports to a predefined set of

Re: Iranian calender

2005-08-23 Thread Arjang Assadi
TCalender class is a wrapper for calender control that comes with windows. What do you get when you change the locals to Iran on your system? Kind Regards Arjang Assadi On 8/23/05, Uttam Kumar Kotdiya [EMAIL PROTECTED] wrote: How we can use Iranian calendar in our application. I mean to say I

Re: Iranian calender

2005-08-24 Thread Arjang Assadi
. Regards Uttam -Original Message- From: Arjang Assadi [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 11:11 To: Borland's Delphi Discussion List Subject: Re: Iranian calender TCalender class is a wrapper for calender control that comes with windows. What do you get when you

Re: Iranian calender

2005-08-24 Thread Arjang Assadi
Rich, The problem is to find out what Uttam is really after. The iranian or whatever calender is easyly achived by having a Unicode Calnder Control. How ever the displaying of dates would be a problem, e.g. 31/02/1371 is a valid date (in dd/mm/ format) but there is no way to get the usual

Re: Iranian calender

2005-08-24 Thread Arjang Assadi
A better Control is found here http://www.farsicomponents.com/shmonthcalendar.htm On 8/25/05, Arjang Assadi [EMAIL PROTECTED] wrote: Rich, The problem is to find out what Uttam is really after. The iranian or whatever calender is easyly achived by having a Unicode Calnder Control. How ever

Re: display HTML on the form

2005-10-04 Thread Arjang Assadi
nop there is also ThtmlViewer, has a free version for use in commercial apps and more sophistacted commercial comps http://pbear.com/htmlviewers.html On 10/4/05, Simeon Mitev [EMAIL PROTECTED] wrote: Hi all, what is the simpliest way to display a heavy stored into application HTML text? Is the

Re: Delphi 2006 Announced

2005-10-11 Thread Arjang Assadi
On 10/11/05, Robert Meek [EMAIL PROTECTED] wrote: It's not Delphi anymore, it's the Borland Application Studio! Now if only they would have called it that, youd get a promotion if only you were working for Borland marketing. Also checkout chrom from remote objects http://www.remobjects.com/

Re: XML Parser

2006-03-16 Thread Arjang Assadi
Self yourself the pain, download the VC# Express for free. There are far too many resources on the net for C# dot net and XML. Give the Delphi 2005 the flick. Reghards On 3/15/06, Chris Stebbing [EMAIL PROTECTED] wrote: Hi All, I need a crash course in XML parsing, as well as some pointers

Re: XML Parser

2006-03-16 Thread Arjang Assadi
Alternatively check out this: http://msdn.microsoft.com/library/en-us/cpguide/html/cpconemployingxmlinnetframework.asp it is for VS but you can use it with Delphi 2005. On 3/15/06, Arjang Assadi [EMAIL PROTECTED] wrote: Self yourself the pain, download the VC# Express for free. There are far

Re: Delay setting Text Property

2007-01-25 Thread Arjang Assadi
1)detach the on changeEven 2)Change Text 3)re attach the on change event On 1/25/07, Ross Levis [EMAIL PROTECTED] wrote: I want to change the Text property of a ComboBox inside the OnChange event. Setting it directly doesn't work presumeably because the OnChange event occurs before the

Re: Delay setting Text Property

2007-01-26 Thread Arjang Assadi
selection in the combobox. Thanks anyway, Ross. - Original Message - From: Arjang Assadi [EMAIL PROTECTED] To: Borland's Delphi Discussion List delphi@elists.org Sent: Thursday, January 25, 2007 4:11 PM Subject: Re: Delay setting Text Property 1)detach the on changeEven 2)Change

Re: About compiler-compilers, parsers

2007-08-13 Thread Arjang Assadi
There used to be something called DelphiWebScript, Or Delphi Script. Remote Objects (makers of Chrome aka Delphi plugin for VS ) had some components for scripting from within Delphi. From what you described I am not 100% sure that you are actually after a scripting solution or just want

Re: Image fade-in and fade-out

2008-03-03 Thread Arjang Assadi
Have you looked at Jedi comps? I can not say for certain, but there were plenty of image comps in JEDI as far as I remember. Alretnatively you migh wanna use a gif and fade it in and out and then use a GifImage (not sure if that is what it is called in Jedi ) to diplay it. At any rate There are

Re: IDE Pallette

2008-04-03 Thread Arjang Assadi
Gexperts? On 4/3/08, Jerry Clancy [EMAIL PROTECTED] wrote: There's an old trick that I have forgotten than makes the component pallette in the IDE multi-line. Does anyone else remember it? Moved my development system and now I have one line with a zillion component packages on it. Jerry

Re: Delphi prism

2010-03-10 Thread Arjang Assadi
.net is strange, the promise of language agnosticism and the emphasis for C# seems odd. Strangely the VB is declining in favorer of C#. for some reson I still miss the Delphi syntax, I was never much of C/C++/Java type fan but it was for the creator of Delphi that I moved to C#. As much as I

Re: How to close modal form when focus moved to another application

2012-04-08 Thread Arjang Assadi
What was the obvious? after ModalResult := mrCancel; do you have the line Close; ? On 7 April 2012 00:34, John Barrat j.bar...@netcom.co.uk wrote: On the OnDeactivate event of the modal form, do a ModalResult := mrCancel; I had already tried the obvious - it doesn't work JohnB -Original