[DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy Coulter
Hi All. One thing that ticks me off with Delphi 2007 is when I say add a button to the form then double click on it (at design time) to add some code to the event, the event procedure seems to end up is a random location. I am sure its not really random, but its a pain. I am so used to previous

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy North
There is no option to change this behaviour. On Wed, Jun 10, 2009 at 8:34 AM, Jeremy Coulterjscoul...@gmail.com wrote: Hi All. One thing that ticks me off with Delphi 2007 is when I say add a button to the form then double click on it (at design time) to add some code to the event, the event

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy Coulter
thats mental !! Its such a pain in butt ! Anyone know the logic behind why it was changed? Jeremy On Wed, Jun 10, 2009 at 10:39 AM, Jeremy North jeremy.no...@gmail.comwrote: There is no option to change this behaviour. On Wed, Jun 10, 2009 at 8:34 AM, Jeremy Coulterjscoul...@gmail.com

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Leigh Wanstead
Coulter Sent: Wednesday, 10 June 2009 10:43 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Delphi 2007 Question thats mental !! Its such a pain in butt ! Anyone know the logic behind why it was changed? Jeremy On Wed, Jun 10, 2009 at 10:39 AM, Jeremy North

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Alister Christie
This something that has never bothered me, until now - thanks Jeremy. Alister Christie Computers for People Ph: 04 471 1849 Fax: 04 471 1266 http://www.salespartner.co.nz PO Box 13085 Johnsonville Wellington Jeremy Coulter wrote: Hi All. One thing that ticks me off with Delphi 2007 is when

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy Coulter
oh yeahctrl+G that works too :-) Jeremy On Wed, Jun 10, 2009 at 11:38 AM, Neven MacEwan ne...@mwk.co.nz wrote: As I use Gexperts Ctrl-G to navigate would not bother me, what does bother me though is I cant get the same function in my PHP IDE! Neven This something that has never

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Kyley Harris
[mailto:delphi-boun...@delphi.org.nz] *On Behalf Of *Jeremy Coulter *Sent:* Wednesday, 10 June 2009 10:43 a.m. *To:* NZ Borland Developers Group - Delphi List *Subject:* Re: [DUG] Delphi 2007 Question thats mental !! Its such a pain in butt ! Anyone know the logic behind why it was changed

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy Coulter
*Sent:* Wednesday, 10 June 2009 10:43 a.m. *To:* NZ Borland Developers Group - Delphi List *Subject:* Re: [DUG] Delphi 2007 Question thats mental !! Its such a pain in butt ! Anyone know the logic behind why it was changed? Jeremy On Wed, Jun 10, 2009 at 10:39 AM, Jeremy North jeremy.no

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy North
- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Jeremy Coulter Sent: Wednesday, 10 June 2009 10:43 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Delphi 2007 Question thats mental !! Its such a pain in butt ! Anyone know

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy Coulter
www.smootharm.com -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Jeremy Coulter Sent: Wednesday, 10 June 2009 10:43 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Delphi 2007 Question thats mental

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Sean Cross
] On Behalf Of Jeremy Coulter Sent: Wednesday, 10 June 2009 1:26 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Delphi 2007 Question yeah thats all and well and I do use them, but personally - I dont like new way the code is added. I dont see any advantage in it. But there maybe

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread John Bird
OK looks like I need to look at the GE Experts - anyone have a web link (I have D2007) Incidentally I remember hearing once the order of adding button events to the source file was related to class completion - if you start a unit with no procedures they get added in I think alphabetic order.

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Neven MacEwan
*Sent:* Wednesday, 10 June 2009 10:43 a.m. *To:* NZ Borland Developers Group - Delphi List *Subject:* Re: [DUG] Delphi 2007 Question thats mental !! Its such a pain in butt ! Anyone know the logic behind why

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy North
On Wed, Jun 10, 2009 at 11:52 AM, John Birdjohnkb...@paradise.net.nz wrote: OK looks like I need to look at the GE Experts - anyone have a web link (I have D2007) Google is your friend. ___ NZ Borland Developers Group - Delphi mailing list Post:

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Neven MacEwan
John http://www.gexperts.org/ OK looks like I need to look at the GE Experts - anyone have a web link (I have D2007) Incidentally I remember hearing once the order of adding button events to the source file was related to class completion - if you start a unit with no procedures they

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Conor Boyd
Umm John, Google is your friend. http://gexperts.org/ From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Wednesday, 10 June 2009 1:52 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Delphi

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Neven MacEwan
Jeremy Don't be sarky after all its GExperts not GE Experts which gives a lot of stuff related to General electric having said that GE Experts delphi would get you there On Wed, Jun 10, 2009 at 11:52 AM, John Birdjohnkb...@paradise.net.nz wrote: OK looks like I need to look at the GE

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy North
Hardly sarky. If I wanted to be sarky I would have said jfgi or http://lmgtfy.com/;. Also it was mentioned as GExperts in the thread so a match would have been found very quickly. On Wed, Jun 10, 2009 at 12:08 PM, Neven MacEwanne...@mwk.co.nz wrote: Jeremy Don't be sarky after all its

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Neven MacEwan
fair nuff :-) Hardly sarky. If I wanted to be sarky I would have said jfgi or http://lmgtfy.com/;. Also it was mentioned as GExperts in the thread so a match would have been found very quickly. On Wed, Jun 10, 2009 at 12:08 PM, Neven MacEwanne...@mwk.co.nz wrote: Jeremy Don't be

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread John Bird
I know Google - mainly I was wanting to check that people here knew there is a good D2007 version available. Of the ones listed, 1.32 (D2007) 1.33 Beta 1 1.33 beta 2 (for D6-d2009) Which ones would you guys who have used it recommend for D2007? Any gotchas or things to watch out for? John

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Conor Boyd
[mailto:delphi-boun...@delphi.org.nz] On Behalf Of Neven MacEwan Sent: Wednesday, 10 June 2009 2:09 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Delphi 2007 Question Jeremy Don't be sarky after all its GExperts not GE Experts which gives a lot of stuff related to General electric

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Jeremy North
Use a beta if you're willing to contact them with any issues you find and won't get upset if issues arise, otherwise use the latest stable version. Stable versions are generally very good. On Wed, Jun 10, 2009 at 12:26 PM, John Birdjohnkb...@paradise.net.nz wrote: I know Google - mainly I was

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Conor Boyd
Subject: Re: [DUG] Delphi 2007 Question I know Google - mainly I was wanting to check that people here knew there is a good D2007 version available. Of the ones listed, 1.32 (D2007) 1.33 Beta 1 1.33 beta 2 (for D6-d2009) Which ones would you guys who have used it recommend for D2007? Any