[DUG] Non English software

2007-09-25 Thread Robert martin
Hi We are developing an add on to our software that needs to function in a number of countries (where English is not the language of choice). We don't as yet know what those countries are. Our initial thought was to use Unicode however we have hit a number of major issues with Unicode. As

Re: [DUG] Non English software

2007-09-25 Thread Edward Koryagin
Did you use COLLATE in select? --- Robert martin [EMAIL PROTECTED] wrote: Hi We are developing an add on to our software that needs to function in a number of countries (where English is not the language of choice). We don't as yet know what those countries are. Our initial thought

[DUG] Screen sizes :-)

2007-09-25 Thread Nick
Nice easy topic :-) How big / how many screens you use on your development machine. At work I have dual 17 lcds. Trying to pitch to the boss and third screen, or getting dual 22s. At home I have a widescreen 19 and 17 lcds. Thinking about going to dual 22s. Anyone here got three screens? (on

Re: [DUG] Non English software

2007-09-25 Thread Robert martin
No. Rob Martin Software Engineer phone +64 03 377 0495 fax +64 03 377 0496 web www.chreos.com Wild Software Ltd Edward Koryagin wrote: Did you use COLLATE in select? --- Robert martin [EMAIL PROTECTED] wrote: Hi We are developing an add on to our software that needs to function in

RE: [DUG] Screen sizes :-)

2007-09-25 Thread Myles Penlington
Dual 20 widescreen lcds. Running at 1680 * 1050. The widescreens are great while working in the IDE. Great! Would almost like a 3rd smaller screen for testing apps at smaller sizes eg 1024 * 768 and 800*600. Myles. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread KuetFung.Chong
If you like VSS but want to have a real db backend, you might want to look at JEDI Version Control System http://jedivcs.sourceforge.net/, an Open Source project. Cheers, Kuet-Fung From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David

Re: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David == David Brennan [EMAIL PROTECTED] writes: David We currently use Visual SourceSafe (VSS) which it turns out David (after some comparison with other options) is quite nice in David terms of core feature set. However is isn't a

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Conor Boyd
Some quick thoughts. We've just made the move from VSS to Subversion (with TortoiseSVN). We've got rid of all our shared files. There were only a few, so we've put them in a common folder. I suppose an alternative if you've been making extensive use of shared files, would be to put them

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Stacey Verner
We are using subversion and it has the same problem. We re-arranged our project structure so that there is a folder that contains all of the common code which is well organised into sub folders. Each projects folder actually contains a minimal set of files that are currently, and always going

Re: [DUG] Screen sizes :-)

2007-09-25 Thread Alister Christie
For work I have a 17 laptop (1920x1200) - which is a little tough on the eyes. At home I have a couple of 21 trinatron CRTs that I run at 1280x1024 (sometimes at 1600x1200 - they can do 2048x1536 but it's a little blurry and small) - I got them from TradeMe - replaced my trusty 17 screen. I

Re: [DUG] Non English software

2007-09-25 Thread Robert martin
Hi We have it sorted (kind of). We needed to set the locale to Greek as well as the keyboard. It mostly works now. (although our testing was actually in Arabic (not Greek). Our main app seems to display the data ok (in most places) with some components showing wrong characters or some

Re: [DUG] Screen sizes :-)

2007-09-25 Thread Nick
...couple of 21 trinatron CRTs I assume you have to put the sun glasses on and slap on some sun tan lotion when you power up those things (bet they cause brown outs as well in your area :P) Alister Christie wrote: For work I have a 17 laptop (1920x1200) - which is a little tough on the

Re: [DUG] Non English software

2007-09-25 Thread Phil Scadden
I have found non-English software a major pain. If you work with charsets instead of Unicode, then various bits of software (eg MS Access) convert to unicode. Charpage issues are pain and similarly there have been hassles with MS updates on left-right right-left issues. I have persisted with

Re: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Steve Peacocke
We are currently using Subversion but are moving now to Surround SCM (http://www.seapine.com/surroundscm.html). Our uses are more for binary files than source files so this was a bigger driver in the search. One note, I looked seriously at VSS as I've used it before but with all the reports of

Re: [DUG] Screen sizes :-)

2007-09-25 Thread Jeremy North
My laptops are 15.4 (1920x1200) and 12.1 (1280x800 or some widescreen one) My Desktops are 24in (1920x1200) I think I'm going to go 30in next time. I'd rather one big monitor than dual monitors. I have used a 24in monitor with my 15.4in laptop before.

Re: [DUG] Non English software

2007-09-25 Thread Robert martin
Hi Phil Yes this is a big pain. We thought we would use Unicode but ran into issues storing data into a non Unicode application. Are you saying your database is Unicode but your controls are not? I didn't think this was an option. Rob Martin Software Engineer phone +64 03 377 0495 fax

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread David Brennan
Comments below... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berend de Boer Sent: Wednesday, 26 September 2007 10:34 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Source Control - Sharing files between projects Hmm, nice in

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Paul Heinz
David asked: 1. Does anyone know how to reliably achieve similar shared file between folders functionality in Perforce? Yes, you can map the same file(s) into multiple work spaces (or clientspecs in Perforce terms) to use them in multiple projects. It's a different technique but it should

Re: [DUG] Screen sizes :-)

2007-09-25 Thread Alister Christie
They weigh a ton also (well, about 25kg each). Actually a flat panel is only about twice as energy efficient as a CRT. However flat panels don't give as much radiation. However I am recycling I guess, as otherwise the monitors would probably go into a land fill - I don't know how much

Re: [DUG] Screen sizes :-)

2007-09-25 Thread David Moorhouse
My main dev set up is 24 at 1600X1200 with a secondary 17 monitor at 1024X1280 (yes sideways !!) Laptops are 14.1 at 1400 X 1050 and 15 at 1600X1200 With D2007 it is _impossible_ to be productive with less than 1280 across. 1920 allows addins like MMX to be docked. And the price of 24 monitors

Re: [DUG] Screen sizes :-)

2007-09-25 Thread Rohit Gupta
The Lcd process has to use more energy to produce then blowing of a glass tube. It would also produce much more toxic waste in its manufacture. As for teh going green by installing mini fluros... the biggest crock of all. The same thing applies (it was actually researched for a UK magazine

Re: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread David Moorhouse
On Wed, 26 Sep 2007 10:12:11 +1200, you wrote: snip 2. Most development companies must have similar shared source files. How do you structure your projects and source files? (Note: I am talking about source files used by projects here, not files which are compiled into VCL packages) Use a

Re: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David == David Brennan [EMAIL PROTECTED] writes: David So by my understanding you are talking about effectively David sharing code between your product directories BUT not David having the sharing happen automatically. Instead you are

Re: [DUG] Non English software

2007-09-25 Thread Phil Scadden
Yes this is a big pain. We thought we would use Unicode but ran into issues storing data into a non Unicode application. Are you saying your database is Unicode but your controls are not? I didn't think this was an option. I had to use explicit win32 SDK calls on strings going in and

OT: Re: [DUG] Screen sizes :-)

2007-09-25 Thread David Moorhouse
On Wed, 26 Sep 2007 11:59:14 +1200, you wrote: snip where we then pay the Chinese (and other countries producing these) more money as carbon tax for them to produce even more greenhouse gas than we do. We also sell some of them our coal that is supposedly too ungreen for us to use. Agreed -

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread David Brennan
David The example in the link was for an external library and I David can see that working well. I'm not so sure it is applicable David to what I am talking about. This isn't library code, it is David frequently changing core code which needs to be shared David between say 8

Re: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David == David Brennan [EMAIL PROTECTED] writes: David I am still not getting you. These are files that cannot be David edited independently of a core project (unlike say vcl David library files). And you can legitimately want to edit

[DUG] Source Control - ToritoiseSVN

2007-09-25 Thread John Bird
I have just started using it as a single developer, I am bemused by a couple of things: 1 - Is there any way to put a folder structure under source control other than select the folder, Import (into Tortoise repository), rename or delete the original folder and check out from the repository

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread David Brennan
Thanks Berend. That clarifies what you were meaning. A large part of working out how best to restructure our source control is coming to understand what the options are, hence my questions ;-). A couple of little questions for Berend, Paul or anyone else using Perforce. Does Perforce make it

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Paul Heinz
David wrote: Thanks Berend. That clarifies what you were meaning. A large part of working out how best to restructure our source control is coming to understand what the options are, hence my questions ;-). A couple of little questions for Berend, Paul or anyone else using Perforce.

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread David Brennan
Thanks Paul. We'll be downloading the Perforce demo and playing with it once we get the current release out the door ;-) Cheers, David. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Heinz Sent: Wednesday, 26 September 2007 3:50 p.m. To: NZ

RE: [DUG] Source Control - ToritoiseSVN - Importing without Deletion

2007-09-25 Thread Moretti, Giovanni
Hi John I have just started using it (Subversion) as a single developer, I am bemused by a couple of things: 1 - Is there any way to put a folder structure under source control other than select the folder, Import (into Tortoise

RE: [DUG] Source Control - Sharing files between projects

2007-09-25 Thread Sabu M Hariharan
Hi all, Interested to know whether anybody is using Team Foundation Server (TFS). Thanks, Sabu M H _ From: [EMAIL PROTECTED] on behalf of Steve Peacocke Sent: Wed 9/26/2007 5:01 AM To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Source Control - Sharing files between