Re: [DUG] web scraping using IHTMLDocument2

2010-01-28 Thread Jeremy Coulter
Have you have a look at the Tembeddedwebbroswer stuff? I am pretty sure theres a demo that might help you. Jeremy -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Alister Christie Sent: Friday, 29 January 2010 16:26 To: NZ Borland De

[DUG] another set of eyes

2010-01-30 Thread Jeremy Coulter
Hi All. I am the stage with problem that SOMEONE who's a bit more lateral thinking than me might be able to see the solution. I have the following data (just a snapshot). Item StartEnd 1 15 Feb 2010 26 Feb 2010 2 22 Feb 2010

Re: [DUG] another set of eyes - correction

2010-01-30 Thread Jeremy Coulter
<= RangeStart AND END < RangeEnd) Cheers _ From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Jeremy Coulter Sent: Sunday, January 31, 2010 9:54 AM To: 'NZ Borland Developers Group - Delphi List' Subject: [DUG] another set of eyes Hi A

Re: [DUG] another set of eyes

2010-01-30 Thread Jeremy Coulter
Thanks Nicholas. Have found one small flaw though. There is one item that has a start date of the 31st Jan and an end date of the 14th March that does not get picked up. I am sure its just a tinker of the where clause. Jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@

Re: [DUG] another set of eyes

2010-01-30 Thread Jeremy Coulter
Yeah, its a date time param. I just formatted it that way to make it easier to read/understandwellhopefully J Jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Sunday, 31 January 2010 11:34 To: NZ Borland Developers Group -

Re: [DUG] another set of eyes

2010-01-30 Thread Jeremy Coulter
Yeah its all good. I figured it out. Hell of a load off my mind I can tell you !! J Jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Nicholas Barrett Sent: Sunday, 31 January 2010 18:33 To: delphi Subject: Re: [DUG] another set of eyes Hi Je

Re: [DUG] Hiring again (Christchurch)

2010-02-03 Thread Jeremy Coulter
I dont mind being a junior developer..if I am geting senior developer pay :-D Jeremy On Thu, Feb 4, 2010 at 10:53 AM, Karl Reynolds wrote: > Looking to hire a third programmer. Because I envisaged this to be a > junior role, I had decided not to advertise on the Delphi list... but > in ret

Re: [DUG] hour / minute component

2010-02-04 Thread Jeremy Coulter
or maybe you could use a TMaskedit. It wont do any validation, but you coudl handle that part. Jeremy On Fri, Feb 5, 2010 at 8:20 AM, Edward Koryagin wrote: > TDateTimePicker - Kind = dtkTime > or you can write your own using combination of TEdit and TUpDown > Edward Koryagin > > > --- On Fri, 5

[DUG] Interbase Blobs in Delphi 2010

2010-03-03 Thread Jeremy Coulter
Hi All. I am just working thru converting a D2007 app to D2010. Its taken me most of the moring to get updated controls, install them, convert strings etc.etc. but this one has stumpted me. I am inserting some data into a blob field in Interbase like so (or similar) IBQuery1.ParamByName('blobby')

Re: [DUG] Interbase Blobs in Delphi 2010

2010-03-03 Thread Jeremy Coulter
'blobby').AsString := 'blah blah blah'; > > ? > > Colin > > On 4 March 2010 11:08, Jeremy Coulter wrote: > >> Hi All. >> I am just working thru converting a D2007 app to D2010. >> Its taken me most of the moring to get updated controls, insta

Re: [DUG] Interbase Blobs in Delphi 2010

2010-03-03 Thread Jeremy Coulter
yeah I tried that and it didnt like it. Jeremy On Thu, Mar 4, 2010 at 2:36 PM, Colin Johnsun wrote: > Well alternatively, you can try passing in an AnsiString into your blob > field. I haven't tried it myself but it may be worth a go. > > Colin > > > On 4 March

Re: [DUG] Interbase Blobs in Delphi 2010

2010-03-03 Thread Jeremy Coulter
SysUtils unit. TBytes is just an > > array of TByte. > > > > There is also a PlatformBytesOf function that you could > > use. > > > > You may also want to investigate the TEncoding class while > > you are at it. > > > > On Thu, Mar 4, 2010 at

Re: [DUG] Interbase Blobs in Delphi 2010

2010-03-03 Thread Jeremy Coulter
Jeremy N.'s idea of BytesOf() did the trick. Thanks, Jeremy (C) On Thu, Mar 4, 2010 at 3:22 PM, Jeremy Coulter wrote: > Ok cool will take a look. > I have finish something, then I will see what happens. > > Jeremy > > > On Thu, Mar 4, 2010 at 3:08 PM, Edward Kory

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Jeremy Coulter
I second this. We use it and its never caused us one issue at all. Jeremy -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Stefan Mueller Sent: Monday, 22 March 2010 17:38 To: 'NZ Borland Developers Group - Delphi List' Subject: Re:

[DUG] Multi Page Tiffs

2010-04-12 Thread Jeremy Coulter
Hi All. Anyone seen any code that will split multi page TIFFs into single files? i.e. a page per file. We have run into a small problem where the AsyncPro control that converts TIFFs, BMP, PCX etc. to APF (Async Pro Fax) files only converts ONE page of a TIFF file even if there are multiple pages

Re: [DUG] Multi Page Tiffs

2010-04-12 Thread Jeremy Coulter
ie a 100dpi fax was 800wide.. so if the Tiff image was 2400 wide it was a > 3page tiff.. we just copied the sections out of the tiff into BMP > > On Tue, Apr 13, 2010 at 11:11 AM, Jeremy Coulter wrote: > >> Hi All. >> Anyone seen any code that will split multi page TIFFs i

Re: [DUG] Multi Page Tiffs

2010-04-12 Thread Jeremy Coulter
I just dfid a search again, and the HiComponents still didnt show up in the results. No wonder I didn find them ! Jeremy On Tue, Apr 13, 2010 at 12:03 PM, Kyley Harris wrote: > If they work.. its always cheaper. > > > On Tue, Apr 13, 2010 at 11:55 AM, Jeremy Coulter wrote:

Re: [DUG] Multi Page Tiffs

2010-04-12 Thread Jeremy Coulter
convince people we need to buy it. Jeremy (C) On Tue, Apr 13, 2010 at 1:21 PM, Jeremy North wrote: > Yeah, a lot of crap links come up when you search "Delphi + Tiff". > > > On Tue, Apr 13, 2010 at 11:15 AM, Jeremy Coulter > wrote: > > I just dfid a search again, and th

Re: [DUG] Multi Page Tiffs

2010-04-12 Thread Jeremy Coulter
Figured it out :-) Jeremy On Tue, Apr 13, 2010 at 2:13 PM, Jeremy Coulter wrote: > I have installed it and have even got it to work :-) > I think I have found a problem, but it will prob. be me, that is, if I load > the TIFF file using one of the controls that has no view, i.e. I

Re: [DUG] DBEdit

2010-04-24 Thread Jeremy Coulter
No you will need to refresh the dataset itself. Jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Bob Pawley Sent: Sunday, 25 April 2010 11:22 To: NZ Borland Developers Group - Delphi List Subject: [DUG] DBEdit Is it possible to refresh a DBEdi

Re: [DUG] DBEdit

2010-04-25 Thread Jeremy Coulter
UG] DBEdit Thanks for your help. Any suggestions on how to refresh the database? I'm using PostgreSQL with data aware components and PostgreDAC as a connector. - Original Message - From: Jeremy Coulter <mailto:jscoul...@gmail.com> To: 'NZ Borland &l

Re: [DUG] Enable CheckBox

2010-04-26 Thread Jeremy Coulter
what about the following. Move it away from strings and make it numbers :-) Control.Enabled := Length(Text) <> 0; Jeremy On Tue, Apr 27, 2010 at 12:34 PM, Jolyon Smith wrote: > Maybe it’s just me, but “A doesn’t equal B” surely reads more closely to > the *real meaning* than “not (A does eq

Re: [DUG] Enable CheckBox

2010-04-27 Thread Jeremy Coulter
You really need to put a TRIM() around the DBEdit2.text because what happens if someone puts a space in the edit box? It will look blank, but of course it wont be, then you will not have the checkbox enabled. Jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On

[DUG] Remote debugging

2010-04-27 Thread Jeremy Coulter
Hi guys. I am setup remote debugging on a server so I can trace a problem, BUT, for some reason it doest stop on break points. I am using Delphi 2010. I have tried setting the break point then uploading the new exe, but as soon as I go into remote debugging mode, the break point shows its not goin

Re: [DUG] Remote debugging

2010-04-27 Thread Jeremy Coulter
yeah I did :-) Jeremy On Wed, Apr 28, 2010 at 12:05 PM, Todd Martin wrote: > Hi Jeremy > > I'll ask the obvious. Did you compile the application with debugging info? > Project -> Options -> Compiler > > Todd. > > > > I am setup remote debugging on a server so I can trace a problem, BUT, > > for

Re: [DUG] Delphi on Windows Mobile

2010-05-04 Thread Jeremy Coulter
Yeah the winsoft stuff was pretty cool alright, but yeah, seem to have gone away. I use .Net for Windows mobile devices, but check out the FreePascal/Lazarus compilers. Jeremy On Wed, May 5, 2010 at 12:30 PM, Colin/Mina wrote: > Hi, > > I have to develop a Cellular Phone application, Any pho

Re: [DUG] LPT Porgramming

2010-06-06 Thread Jeremy Coulter
There are a number of controls out there that will work under XP. I THINK the one I used to use was call TVicPort or maybe just VicPort and it had a Delphi interface. There was another one too who's name I cant think of, but if you have done so already, have a look on www.torry.net. For XP they wr

Re: [DUG] XP Parallel Port software.

2010-06-07 Thread Jeremy Coulter
Thats a nice site all right :-) Another idea I had was you could create a PIC Micro (or similar) project and interface to one of the pins and use serial comms to control stuff. This is how I do it nowalthough I still need parallel to program the PIC :-) Jeremy On Tue, Jun 8, 2010 at 12:44 PM

Re: [DUG] DateTimePicker

2010-06-28 Thread Jeremy Coulter
in my experience, the "DatePicker1.date" only returns the date part of the date in the control i.e. no time portion. If you want to be double sure you can do DateOf(DatePicker1.Date) Jeremy On Tue, Jun 29, 2010 at 2:20 PM, Colin Johnsun wrote: > If you are only interested in the Date part of th

Re: [DUG] DateTimePicker

2010-06-29 Thread Jeremy Coulter
DateOf() is nothing more than a wrapper for Trunc(TheDate) but I like to use it becuase then you know what its doing :-) BTW TimeOf(TheDate) returns only the time portion of a date/time and is just a wrapper for Frac(TheDate). Once agai I use this so I know what the code is doing. Jeremy On Tu

Re: [DUG] Icon

2010-07-20 Thread Jeremy Coulter
I cant believe it took 7 posts before someone mentioned Gimp :-) Jeremy On Wed, Jul 21, 2010 at 11:49 AM, Todd Martin wrote: > Why not just use Gimp? > > > I think it disappeared in later Delphi, > > > > I use any of IrfanView, PhotoFiltre, Paint.Net - all freeware - > Irfanview > > is a conve

Re: [DUG] faster TreeView

2010-07-25 Thread Jeremy Coulter
Is that not also the one that Embarcadero use too in the Delphi IDe now?? I am sure I read/heard that. Jeremy On Sat, Jul 24, 2010 at 7:42 AM, Dennis Chuah wrote: > > Hi. Check out Virtual Treeview . Very fast > and > very flexible. The programming paradigm is diff

Re: [DUG] formatting a string for HTML

2010-07-27 Thread Jeremy Coulter
search for HTMLCode or URLEncode There are a number of functions of the web for doing it. There is also a delphi unit that contains somethign like it, but I cant remember its name. It starts with HTML tho :-) Jeremy On Wed, Jul 28, 2010 at 11:33 AM, Alister Christie < alis...@salespartner.co.nz>

[DUG] Fax issue

2010-08-09 Thread Jeremy Coulter
Hi all. Dont get me started on why we have to use faxes but we have to. Heres the issue. we are using the AsyncPro fax controls (in Delphi 2010) to send faxes. It all works well, EXCEPT, if we add an area code on to the recipients phone number, say 033539901 (with 1, for the dialing prefix) the fa

Re: [DUG] Fax issue

2010-08-09 Thread Jeremy Coulter
hat about including the international part, e.g. +64 3 353 9901? > > Never used AsyncPro, so can't make any suggestions on that side, sorry. > > C. > > -- > *From:* delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] > *On Beha

Re: [DUG] Sending notification between programs

2010-08-17 Thread Jeremy Coulter
Another way, and one use for easily transmitting structure between apps. i.e. no mucking around with ports etc. Is based around the "PostBox" (or is it mailbox forget now) method. I use Zylappcommunicator. Here is what the document says HTH, Jeremy ZylAppCommunicator 1.0 ZylAppCommunicator is

Re: [DUG] SetWindowPos HWND_TOPMOST

2010-08-23 Thread Jeremy Coulter
HI have seen this even happen in D2007 ! so I am not sure if it has been sorted in later Delphi versions. I have seen other Windows apps. Not written in Delphi Exhibit the same thing, so is it a Delphi thing, or a Windows thing?? P.s this happens on XP, Vista and Win7 that I have noticed. Jerem

Re: [DUG] SetWindowPos HWND_TOPMOST

2010-08-23 Thread Jeremy Coulter
orwrite your own dialogs :-) jeremy On Tue, Aug 24, 2010 at 10:32 AM, John Bird wrote: > Not just Delphi - its an ancient Windows problem AFAIK. Even in Windows > 7 I have seen a control panel applets puts a modal dialog behind the window > - often the best solution is Windows+D (show de

[DUG] XE Upgrade

2010-08-30 Thread Jeremy Coulter
Anyone else had an email about getting their XE upgrade? I just got mine now, although not going to rush to get it JUST yet. Jeremy ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/lis

Re: [DUG] XE Upgrade

2010-08-30 Thread Jeremy Coulter
no idea, we are on software assurance. Jeremy On Tue, Aug 31, 2010 at 10:57 AM, Jolyon Smith wrote: > Nope – what’s the pricing ? > > > > *From:* delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] > *On Behalf Of *Jeremy Coulter > *Sent:* Tuesday, 31 Au

Re: [DUG] XE Upgrade

2010-08-30 Thread Jeremy Coulter
now > > Alister Christie > Computers for People > Ph: 04 471 1849 Fax: 04 471 1266http://www.salespartner.co.nz > PO Box 13085 > Johnsonville > Wellington > > > On 31/08/2010 10:29 a.m., Jeremy Coulter wrote: > > Anyone else had an email about getting their XE

Re: [DUG] XE Upgrade

2010-08-30 Thread Jeremy Coulter
phi compiler > support for anything other than Win32). > > > > What rock have you been living under for the past month!? J > > > > *From:* delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] > *On Behalf Of *Jeremy Coulter > *Sent:* Tuesday, 31

Re: [DUG] Delphi

2010-09-07 Thread Jeremy Coulter
Well, even during the after shocks software is still getting doneI wrote a wee app. that consumes data from the GNS web services so I can chart the quakes. Oh and it also shows you where it happend on google maps :-) Its hard to concentraite today thats for sure !! Jeremy On Wed, Sep 8,

Re: [DUG] Delphi

2010-09-07 Thread Jeremy Coulter
. > > Cheers > Rob > > > > > > On 8/09/2010 3:20 p.m., Jeremy Coulter wrote: > > Well, even during the after shocks software is still getting doneI > wrote a wee app. that consumes data from the GNS web services so I can chart > the quakes. Oh and it also sh

Re: [DUG] Delphi

2010-09-07 Thread Jeremy Coulter
That last one was just up by Halswell road/Sparks road. I am working in Bealey ave, and live in Papanui. jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Alistair Ward Sent: Wednesday, 8 September 2010 16:50 To: NZ Borland Developers Group - D

Re: [DUG] Delphi

2010-09-07 Thread Jeremy Coulter
Infact, here is the google maps your for the last quake. It was only a 3.4 http://maps.google.com/maps?q=-43.5851,172.58029%28Earthquake+time%3A+08%2F0 9%2F2010+16%3A42%3A14+Magnatude%3A3.448%29

Re: [DUG] Delphi

2010-09-07 Thread Jeremy Coulter
If anyone is interested, I will post a link to the URL on the list a bit later when I have added a couple more features J Jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Alistair Ward Sent: Wednesday, 8 September 2010 16:50 To: NZ Borland Develop

Re: [DUG] Delphi

2010-09-07 Thread Jeremy Coulter
interested :) Take care, Pawel On Wed, Sep 8, 2010 at 2:36 PM, Jeremy Coulter wrote: If anyone is interested, I will post a link to the URL on the list a bit later when I have added a couple more features J Jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz

Re: [DUG] Delphi

2010-09-08 Thread Jeremy Coulter
! Only correction needed is spelling - (Magnitude). The icon is spookily appropriate - did you make it yourself or do you have access to a site with earthquake icons? John From: Jeremy Coulter <mailto:jscoul...@gmail.com> Sent: Wednesday, September 08, 2010 6:50 PM To: '

Re: [DUG] Delphi

2010-09-08 Thread Jeremy Coulter
Its the TMS Office Tabs and the chart is..TChart that comes with Delphi J Jeremy From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Wednesday, 8 September 2010 19:34 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Delp

Re: [DUG] Delphi

2010-09-08 Thread Jeremy Coulter
Most of the modern Hotel were ok Richard.apart form the Copthorne but then its an ugly building anyway :-) By the time October comes around the central city should be sorted anyway, so the Rydges or where ever it was you had the last one as far as I know is still ok. Jeremy On Thu, Sep 9, 201

[DUG] SOAP and WSSE

2010-09-16 Thread Jeremy Coulter
Hi All. Well, whilst tonight seems like a good night for the earth to STILL keep rocking and rolling.god I am getting sick of earthquakes now...I have been working thru importing a WSDL from a 3rd party. I was have a number of issues until I realised that the WSSE part of the WDSL is not

[DUG] Getting the Generated SOAP XML

2010-09-16 Thread Jeremy Coulter
Hi all. To follow on from my last email. Is there a way I can actually view the generated XML that is transmitted by the THTTPRIO object? This might be the best way for me to see whats going on and to make sure that there is no malformed XML etc. Thansk Jeremy

Re: [DUG] Getting the Generated SOAP XML

2010-09-16 Thread Jeremy Coulter
Request' Stream to file. This is your XML. You > can also override it with anything else at this point. > > Hope that helps. > > Rob > > > On 17/09/2010 3:35 p.m., Jeremy Coulter wrote: > > Hi all. > To follow on from my last email. > Is there a way I can

Re: [DUG] FYI running D2007 in Windows 64bit (esp Windows 7)

2010-09-20 Thread Jeremy Coulter
I am using Vist 64Bit and D2007, but I dont know if I have noticed this error before. Maybe I have and just thought "what ever" and ignored it :-) Jeremy On Tue, Sep 21, 2010 at 10:21 AM, Robert martin wrote: > Hi > > Just thought I would let anyone intersted know. If you run D2007, 2009 > wi

Re: [DUG] FYI running D2007 in Windows 64bit (esp Windows 7)

2010-09-20 Thread Jeremy Coulter
ahand here was me thinking I was special :-) Jeremy On Tue, Sep 21, 2010 at 10:53 AM, Robert martin wrote: > You only get it when running / debuggin multithreaded applications. > > Cheers > Rob > > > On 21/09/2010 10:45 a.m., Jeremy Coulter wrote: > > I am usin

[DUG] Interbase Stored Proc

2010-09-21 Thread Jeremy Coulter
Hi all. I know a few of you out there work with Interbase so I thought I might ask the following question here. I want to create a stored procedure that creates a table. So I am doing :- CREATE PROCEDURE MySP_ AS begin create table DAR_RESULTS ( PATIENTIDchar(7), TEST_NAMEvarchar(30), W

Re: [DUG] Interbase Stored Proc

2010-09-21 Thread Jeremy Coulter
; > BEGIN > > SQLStr = 'Create Table DAR_RESULTS (PATIENTID char(7), TEST_NAME > varchar(30), WHENRECEIVED date, RESULT varchar(16));'; > > EXECUTE STATEMENT SQLStr; > > END > > > > But I take it you’re not using Firebird. > > > > >

Re: [DUG] Barcamp possibly?

2010-10-27 Thread Jeremy Coulter
I think that its a good idea. Esp. If its in diff locations. Then everyone gets a chance to be involved esp. Those of us who could get away with doing it locally rather than asking to get funding to go out of town which would never happen. Jeremy From: delphi-boun...@delphi.org.nz [mailto:d

[DUG] D2010 and XE on the same machine

2010-11-08 Thread Jeremy Coulter
Hi all. I have installed Delphi XE on to the same machine as I have D2010 installed on, and now Delphi 2010 runs like an absolute PIG ! If I type in Tr for Try it goes away, becomes unresponsive for about 40-60 seconds, then the compiling window shows then it sits there for ages (like a good min

Re: [DUG] D2010 and XE on the same machine

2010-11-08 Thread Jeremy Coulter
Delphi 5 - Delphi XE on the build machine and they are all fine > as well - although I don't often use the IDE's on that machine. > > I'd suggest trying a repair on Delphi 2010 however that might > (shouldn't) effect XE. So you might have to repair both. > > > On Tu

Re: [DUG] D2010 and XE on the same machine

2010-11-08 Thread Jeremy Coulter
h > and usually I just check emails then get back to it and it's all back to > normal. A bit frustrating I must admit though. > > cheers, > Jan > > > > On 09/11/10 11:14, Jeremy Coulter wrote: > > Hi all. I have installed Delphi XE on to the same machine as I have &

Re: [DUG] D2010 and XE on the same machine

2010-11-08 Thread Jeremy Coulter
andy.jgknet.de/blog> which attempts to fix the slowness > in code insight. You can find it at: > > http://andy.jgknet.de/blog/2010/11/the-idefixpack-4-0-beta-begins/ > > > On 9 November 2010 09:54, Jeremy Coulter wrote: > >> yes I think its the code-complete stuff too

Re: [DUG] D2010 and XE on the same machine

2010-11-08 Thread Jeremy Coulter
://andy.jgknet.de/blog> which attempts to fix the slowness > in code insight. You can find it at: > > http://andy.jgknet.de/blog/2010/11/the-idefixpack-4-0-beta-begins/ > > > On 9 November 2010 09:54, Jeremy Coulter wrote: > >> yes I think its the code-complete stu

Re: [DUG] D2010 and XE on the same machine

2010-11-09 Thread Jeremy Coulter
the HEX is c3000 Jeremy On Wed, Nov 10, 2010 at 10:59 AM, Paul Heinz wrote: > Hi Jeremy > > > well after all my posts, I had to do a reboot, and hey > > presto, not my PC is fine again, even tho I rebooted earlier. > > the thing I am enjoying about the IDEFix is that if you have > > an error in

Re: [DUG] Delphi XE update 1 fails

2010-11-15 Thread Jeremy Coulter
we get the same thing here David M.oh hang onwe work at the same place :-) p.s. its your ar*e on the line on this one :-) Jeremy On Tue, Nov 16, 2010 at 1:24 PM, David Moorhouse (DUG) < del...@moorhouse.net.nz> wrote: > The 7zip files are protected by a password that only the installe

Re: [DUG] Company closing

2010-11-28 Thread Jeremy Coulter
you guys know there is a Delphi to Android tool? You do your development in Delphi and then compile it to apparently native android code. Its open source now. DelphiDroid I think its called. Jeremy On Mon, Nov 29, 2010 at 10:27 AM, Alistair Ward wrote: > On 29/11/2010 10:09 a.m., Alister Chris

Re: [DUG] Company closing

2010-11-28 Thread Jeremy Coulter
I Agree. According to Steve Wozniak (or however his name is spelt...the guy who in vented the Apple computer) he thinks android will be bigger than the iPhone, so why not take what this guy has done or pay him to do it like they do with Prisim, and add it too their toolset. It willbe one-up on M$

Re: [DUG] Company closing

2010-11-28 Thread Jeremy Coulter
thought it was C++ On Mon, Nov 29, 2010 at 12:38 PM, Alister Christie < alis...@salespartner.co.nz> wrote: > Interestingly the compiler is written in C# > > Alister Christie > Computers for People > Ph: 04 471 1849 Fax: 04 471 1266 > http://www.salespartner.co.nz > PO Box 13085 > Johnsonville > W

Re: [DUG] Company closing

2010-11-28 Thread Jeremy Coulter
nope...I was wrong, it is C#. jeremy On Mon, Nov 29, 2010 at 12:46 PM, Jeremy Coulter wrote: > thought it was C++ > > > On Mon, Nov 29, 2010 at 12:38 PM, Alister Christie < > alis...@salespartner.co.nz> wrote: > >> Interestingly the compiler is written in C# >&

Re: [DUG] Company closing

2010-11-28 Thread Jeremy Coulter
you should download it and make it do more then :-) jeremy On Mon, Nov 29, 2010 at 1:12 PM, Jolyon Smith wrote: > Is it a compiler? Technically I mean - I'd call it a translator. :) > > I wonder how far it can go though, beyond the simple examples I mean. > > Translating a push button and a c

Re: [DUG] Facebook / Twitter etc.

2010-11-30 Thread Jeremy Coulter
TTwitter I think it was callled and is on SourceForge. I Think it was in one of the XE roadshow demos. jeremy On Wed, Dec 1, 2010 at 2:15 PM, Matthew Comb wrote: > Brilliant thanks Colin, > > Now for Facebook. > > Matt. > > > There is a guy named Simon Stuart (@LaKraven) on Twitter that I follo

[DUG] Current Registrations

2010-12-01 Thread Jeremy Coulter
Does any one know what the "Current Registrations" count is before you need to contact Embarcadero to get it reset? I had been playing around with some Vm's a while back and I noticed my count is now 4 :-) Thanks, Jeremy ___ NZ Borland Developers Group

Re: [DUG] Current Registrations

2010-12-01 Thread Jeremy Coulter
David, where you work, thats the number of line we both right in a day :-) On Thu, Dec 2, 2010 at 10:51 AM, David Moorhouse (DUG) < del...@moorhouse.net.nz> wrote: > Where I work we think it is around 10. > > HTH > > D > > > > Does any one know what the "Current Registrations" count is before you

Re: [DUG] Current Registrations

2010-12-01 Thread Jeremy Coulter
+61 416 264 204 > Skype: malcolmgroves > > > On 02/12/2010, at 8:40 AM, "Jeremy Coulter" wrote: > > > Does any one know what the "Current Registrations" count is before you > need to contact Embarcadero to get it reset? > > I

Re: [DUG] Delphi talking to C#

2010-12-13 Thread Jeremy Coulter
TCP/IP maybe? Jeremy On Tue, Dec 14, 2010 at 8:31 AM, Bob Pawley wrote: > Hi > > I have two applications. > > One is written in Delphi. > > The other in MS C#. > > I need to communicate between the two. > > I use text files and filewatcher now, but that seems kind of crude and the > informatio

Re: [DUG] Software contracts

2010-12-19 Thread Jeremy Coulter
I could not quite work this out. At what level do you get access to the legal templates? I imagine its NOT just signing up for free :-) Jeremy On Mon, Dec 20, 2010 at 11:35 AM, Matthew Comb wrote: > Suggest you join the New Zealand Software Association. > > As part of the membership they includ

Re: [DUG] Application is not licensed to use this feature

2011-01-16 Thread Jeremy Coulter
does this happen in the IDE only? I had/have something similar but it only happend in the IDE but never at runtime. Jeremy On Sun, Jan 16, 2011 at 9:24 PM, Patrick Sheehan wrote: > Try loading a version of Firebird ( or Interbase which comes with > Enterprise) and see if it goes away. > > Patr

Re: [DUG] Delphi Starter Edition

2011-01-31 Thread Jeremy Coulter
I downloaded Eclipse yesterday to see what its like to do some Android development :-) Jeremy On Tue, Feb 1, 2011 at 10:26 AM, Malcolm Groves < malcolm.gro...@embarcadero.com> wrote: > Thanks Conor, > > It's actually a crossgrade from "any qualifying IDE", which runs the gamut > of Visual Studi

Re: [DUG] Delphi Starter Edition

2011-01-31 Thread Jeremy Coulter
googlelabs.com/about/ > > > > It might be a pretty cool way of getting kids into programming. > > > > Alister Christie > > Computers for People > > Ph: 04 471 1849 Fax: 04 471 1266 > > http://www.salespartner.co.nz > > PO Box 13085 > > Johnsonville &g

Re: [DUG] Christchurch Members

2011-02-24 Thread Jeremy Coulter
We are all fine here. I was in hospital after surgery, 3 floors up un a modern building designed to move in a earth quake.I seriously don't recommend that to ANYONE! I had a back op. And was stuck in my bed whilst it bounced of the front and back walls of my room! Fortunately the TV which I tho

Re: [DUG] ChCh Update

2011-03-06 Thread Jeremy Coulter
Conner, as I was saying to Rob Koot (who lives oposite us) your building must be blessed since its the old Radio Rhema building :-) Jeremy On Mon, Mar 7, 2011 at 8:01 AM, Leigh Wanstead wrote: > Hi Conor, > > Glad to hearing from you. > > I hope that everyone be well after these events. > > Rega

Re: [DUG] Access to street maps

2011-03-13 Thread Jeremy Coulter
The other thing to note too if you want to use Google Maps to display locations you need to signup and get a key that you need to pass through each time you make a call which is fine if you will only be calling it from the same location as it is tied to a Domain name. We do exactly what you are do

Re: [DUG] Access to street maps

2011-03-13 Thread Jeremy Coulter
e is free? > > TIA > > Regards > Leigh > > > 2011/3/14 Jeremy Coulter > >> The other thing to note too if you want to use Google Maps to display >> locations you need to signup and get a key that you need to pass through >> each time you make a call which i

Re: [DUG] Access to street maps

2011-03-13 Thread Jeremy Coulter
e Peacocke wrote: > Caution - Please review the terms of service for yourself. It's only free > in certain circumstances. > > > Steve Peacocke > Mobile: 0220 612-611 > Linkedin Professional > Profile<http://nz.linkedin.com/pub/steve-peacocke/1/a06/489> > >

Re: [DUG] Mapped drives

2011-04-03 Thread Jeremy Coulter
what about using the UNC path instead of the mapped drive letter? There may be some security issues to deal with, but it wont require the mapped drive to be "mapped" before it can use it as is teh case now. Jeremy On Mon, Apr 4, 2011 at 9:50 AM, John Bird wrote: > When you map the drive tick

Re: [DUG] test

2011-04-18 Thread Jeremy Coulter
Seems ok now On Tue, Apr 19, 2011 at 10:25 AM, Robert Martin wrote: > Just having trouble posting, please ignore ths. > > ___ > NZ Borland Developers Group - Delphi mailing list > Post: delphi@delphi.org.nz > Admin: http://delphi.org.nz/mailman/lis

Re: [DUG] Auckland mini-conference

2011-05-05 Thread Jeremy Coulter
just Auckland? if so, and tentative dates? Jeremy On Fri, May 6, 2011 at 3:57 PM, Richard Vowles wrote: > Hi all, > > Embarcadero and us are trying to organize a mini-conference focused around > the Delphi community - but where not just Delphi is the focus. I was > thinking there is a wealth of

[DUG] D2007 Soap Services

2011-06-07 Thread Jeremy Coulter
Hi All. I have been looking at adding a Soap Service to a D2007 app. I found out that if have to use the indy9 code otherwise you get an error "SOCKAPP was compiled with a different version of blah blah blah" so you have to change the library path from Indy10 to Indy. However, when you want to us

[DUG] Delphi Cert

2011-06-09 Thread Jeremy Coulter
Anyone else done the Free Delphi cert ? (apart from David MoorhouseI know he has done it) Jeremy ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send a

Re: [DUG] Email/SMTP code

2011-07-11 Thread Jeremy Coulter
Indy works, but I hate the way it hold up your app. while it sends the emails ! I dont know what it is, I have asked question, researched, all sorts of things, but indy sending emails in apps, especially if are trying to do it as a sperate task to the main running task AND in a thread, it still "ap

Re: [DUG] Produce PDF from text file

2011-08-03 Thread Jeremy Coulter
On sourceforge there is a set of code that will produce a PDF and I use it to generate pretty much what you are doing, although I dont use a file, but input the text manuallybut you could read each line in and do the same. Its pretty simple. I will email you the link from work tomorrow. Jeremy

Re: [DUG] Produce PDF from text file

2011-08-03 Thread Jeremy Coulter
I have a feeling its this one now that I think of it. I wll confirm tomorrow: http://sourceforge.net/projects/powerpdf/ Jeremy -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Wednesday, 3 August 2011 20:00 To: NZ Bo

Re: [DUG] Produce PDF from text file

2011-08-03 Thread Jeremy Coulter
Hi. actually I was wrong, we use THIS code http://synopse.info/forum/viewtopic.php?id=59 Its pretty easy to use and has res. examples. Jeremy On Wed, Aug 3, 2011 at 10:46 PM, Jeremy Coulter wrote: > I have a feeling its this one now that I think of it. I wll confirm > tomorrow: &g

Re: [DUG] HEX to decimal

2011-08-04 Thread Jeremy Coulter
The data returned in SerialPortNG.ReadNextClusterAsString, is it a buch of chars at a time, or just one at a time? If its a bunch of them at a time, you will need to do a conversion one char at at time in a loop. i.e. for x:=0 to length(sRaw) do begin ivalue:= ORD(sRaw[x])) ;

Re: [DUG] HEX to decimal

2011-08-04 Thread Jeremy Coulter
just noticed I missed a -1 in the for loop. Should be for x:=0 to length(sRaw) -1 do Jeremy On Fri, Aug 5, 2011 at 9:32 AM, Jeremy Coulter wrote: > The data returned in SerialPortNG.ReadNextClusterAsString, is it a buch of > chars at a time, or just one at a time? > If its a bunc

Re: [DUG] Delphi Digest, Vol 94, Issue 7

2011-08-05 Thread Jeremy Coulter
È or 232 is not some sort of ACK or NAK is it? -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Marshland Engineering Sent: Friday, 5 August 2011 12:34 To: delphi@delphi.org.nz Subject: Re: [DUG] Delphi Digest, Vol 94, Issue 7 I stil

Re: [DUG] HEX to decimal

2011-08-07 Thread Jeremy Coulter
I was meaning to look at some code I have for doing a similar thing, but glad you got it sorted. The stopbits wouldn't have been helpful :-) Its much easier to spot that sort of thing when its just text, but when its binary its a bit more difficult :-) Jeremy -Original Message- From: delp

Re: [DUG] Access Violation

2011-08-14 Thread Jeremy Coulter
One thought, maybe do something like: If length(sRaw) >0 then for i:=1 to length(sRaw) do try iData[i]:= byte(sRaw[i]) except end; This will only do the for loop if sRaw is not empty. Just a thought. I do agree with Paul, Async Pro is very good. I

Re: [DUG] Sizeof record gives error

2011-08-24 Thread Jeremy Coulter
Just hard code 16 in David and we can "discuss" it we we do a code review :-) On Thu, Aug 25, 2011 at 12:36 PM, wrote: > sure ok. > > > > > > > > On Thu, 25 Aug 2011 11:57:26 +1200, Robo wrote: > > I think your TLogData contains storage for an integer (TLogType, 4 bytes), > and a pointer to an

  1   2   3   4   5   6   7   8   9   10   >