Re: [DUG] Mobile phone programming

2007-02-21 Thread Laurence Bevan
Forget Delphi for mobile applications, I think the only option you have is Visual Studio with Compact Framework. Laurence Bevan - Original Message - From: Allan Vergara To: delphi@ns3.123.co.nz Sent: Thu, 22 Feb 2007 15:57:19 +1300 Subject: [DUG] Mobile phone programming Hi guys, I

RE: [DUG] Ord value of String character

2006-10-25 Thread Laurence Bevan
, assuming the string has some content. Are you checking the length of the string before trying this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laurence Bevan Sent: Thursday, 26 October 2006 9:31 a.m. To: delphi@ns3.123.co.nz Subject: [DUG] Ord value

RE: [DUG] Software for creating Icons

2006-09-11 Thread Laurence Bevan
I've been using Axialis Icon Workshop for a number of years. It's about US$60 for the edition which lets you create and distribute freely. Also includes lifetime license www.axialis.com Regards, Laurence Bevan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [DUG] How can I tell what version of MSOffice is installed?

2006-09-07 Thread Laurence Bevan
Another setting in the registry also is HKEY_CLASSES_ROOT\Word.Application\CurVer. This will give you the most current verson of Word installed on the machine e.g. it will return Word.Application.11 for Office 2003. Laurence Bevan -Original Message- From: [EMAIL PROTECTED] [mailto

RE: [DUG] Large Fonts/DPI

2006-08-08 Thread Laurence Bevan
issue for you then I suggest you save yourself time and grief by buying one of the components available. There are so many issues around screen resolution and normal/large fonts that you'll send weeks trying to get your head around it (much easier to drop a component in that fixes it all). Laurence

Re: [DUG] Large Fonts/DPI

2006-08-06 Thread Laurence Bevan
, PixelsPerInch); You still have the odd funny looking control but it does a pretty good job overall. Cheers, Laurence Bevan Master Business Systems Ltd - Original Message - From: John Bird [EMAIL PROTECTED] To: 'NZ Borland Developers Group - Delphi List

Re: [DUG] VersionInfo

2006-05-07 Thread Laurence Bevan
(Buffer, FileVerInfoSize); end; end ; end; Cheers, Laurence Bevan Master Business Systems Ltd PO Box 467 Feilding 5600 Phone 027-228-8331 Email [EMAIL PROTECTED] Web http://www.master.co.nz - Original Message - From: Rohit Gupta To: NZ Borland Developers Group - Delphi List delphi

RE: [DUG] Terminal Server

2006-05-02 Thread Laurence Bevan
Yes, if your Active Directory policy allows it, you can login to multiple Terminal Server sessions with the same login. We do it at our Council sites where they have a training suite and everyone logs on with the same login. Laurence Bevan - Original Message - From: James Sugrue

[DUG] Delphi 2006 .Net framework support

2006-04-21 Thread Laurence Bevan
Ihaven't installed my copy of Delphi 2006 yet but can anyonetell me what version(s)of the .Net framework it supports? Cheers, Laurence Bevan ___ Delphi mailing list Delphi@ns3.123.co.nz http://ns3.123.co.nz/mailman/listinfo/delphi

RE: [DUG] Delphi 2006 .Net framework support

2006-04-21 Thread Laurence Bevan
of Delphi 2006 yet but can anyonetell me what version(s)of the .Net framework it supports? Cheers, Laurence Bevan ___ Delphi mailing list Delphi@ns3.123.co.nz http://ns3.123.co.nz/mailman/listinfo/delphi

RE: [DUG] You say potatoe I say....

2006-03-22 Thread Laurence Bevan
try telling the young people of today that ... and they won't believe you!! Cheers, Laurence Bevan Master Business Systems Ltd P O Box 467 Feilding ___ Delphi mailing list Delphi@ns3.123.co.nz http://ns3.123.co.nz/mailman/listinfo/delphi

RE: [DUG] Open on associated file

2006-03-13 Thread Laurence Bevan
to check and set it accordingly. This means the user has to run your program once to set the association. Regards, Laurence Bevan Hi all What code do I need in the application to open the application when an associated file is clicked? TIA John

Re: [DUG] Mapping Components

2005-11-23 Thread Laurence Bevan
We have a similar issue with MapX and MapX Mobile. Although we're happy to move our applications to .Net, MapXtreme will not have a mobile version for probably at least 2 years so we're stuck in a hard place. Does TatukGIS read and write native MapInfo files? Regards, Laurence Bevan Master

Re: [DUG] ADO Issue

2005-11-14 Thread Laurence Bevan
Try select SUM(blah) as MySum from [My Table] Laurence Bevan - Original Message - From: Jeremy Coulter To: delphi@delphi.org.nz Cc: Sent: Tue, 15 Nov 2005 08:29:23 +1300 Subject: [DUG] ADO Issue Hi All. I have come across an issue in D7 where if I do the following query using

[DUG] Bluetooth Delphi 7

2005-11-13 Thread Laurence Bevan
Bluetooth Manager to search and connect to a BT device. I can't seem to find any code samples anywhere for Delphi. I'd rather not use VB.Net as this is part of a suite of Win32 programs. Does anyone know of any samples or documentation on using the Bluetooth API in Delphi? Cheers, Laure

RE: [DUG] TXMLDocument

2005-09-20 Thread Laurence Bevan
Hi Dave, Try this: var XMLDoc: TXMLDocument; Root, Node: IXMLNode ; begin XMLDoc := TXMLDocument.Create(nil); try if FileExists(Filename) then begin XMLDoc.LoadFromFile(Filename) ; XMLDoc.Active := True ; Root := XMLDoc.DocumentElement; // there can only be one root element

Re: [DUG] Help tools.

2005-05-25 Thread Laurence Bevan
I've used HelpScribble from www.jgsoft.com in the past, not flash but it does the job for US$99. Laurence Bevan ___ Delphi mailing list Delphi@ns3.123.co.nz http://ns3.123.co.nz/mailman/listinfo/delphi

RE: [DUG] [OFF-TOPIC] Fortran

2004-01-16 Thread Laurence Bevan
Interestingly, this was written in 1982 by a Fortran programmer about Pascal. http://www.cs.bgu.ac.il/~omri/Humor/real-progstory.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Leigh Wanstead Sent: Saturday, 17 January 2004 3:42 p.m. To: Neven