Re: [DUG] Making apps look fancy

2009-08-12 Thread Sean Cross
I'll find out in a couple of weeks. Regards Sean Cross CIO Catalyst Risk Management From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of PDS - John Sent: Wednesday, 12 August 2009 9:30 p.m. To: 'NZ Borland Developers Group - Delphi List' Subject: Re: [DUG

Re: [DUG] BDS2006 or Rad 2007 the web

2009-08-31 Thread Sean Cross
See below. Sean From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Charlie Sent: Tuesday, 1 September 2009 10:51 a.m. To: delphi@delphi.org.nz Subject: [DUG] BDS2006 or Rad 2007 the web I have both the BDS2006 RAD 2007 versions of Delphi. I'm currently

Re: [DUG] BDS2006 or Rad 2007 the web

2009-08-31 Thread Sean Cross
+ licenses etc. We use Metaframe but I think the product is now called XenApp or XenDesktop. www.citrix.com Regards Sean Cross CIO Catalyst Risk Management From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Charlie Sent: Tuesday, 1 September 2009 12:03 p.m. To: 'NZ

Re: [DUG] BDS2006 or Rad 2007 the web

2009-08-31 Thread Sean Cross
Because you need to release your source code under the gpl, or buy a commercial license. You can use MySql for web apps as they are not distributed and thus don't need to be released under the gpl. I think, IANAL and I avoid the gpl like the plague. Regards Sean Cross CIO Catalyst Risk

Re: [DUG] BDS2006 or Rad 2007 the web

2009-09-01 Thread Sean Cross
by a single user. As such, all you need to do is pull out the windows user name, and then filter on that. Regards   Sean Cross CIO Catalyst Risk Management -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Charlie Sent: Wednesday, 2

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Sean Cross
I went to .net code camp on Sunday, and listened to a talk on .net languages (F#, python etc). One of the running jokes and cobol.net. There's always cobol Sean From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Robert martin Sent: 16 September 2009 2:03

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Sean Cross
), the libraries, linq ... Regards Sean Cross CIO Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466 Visit us at http://www.catalystrisk.co.nz Offices in Auckland, Hamilton, Napier, Wellington, Christchurch Dunedin Disclaimer: The information contained in this document

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Sean Cross
Personally I am waiting for Python done right. Eg Fast, with decent UI libraries and designers. Regards   Sean Cross CIO   ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Sean Cross
Here is a question.. Can C# compile into native code? or is it .Net only? MS .net is managed code only. Mono can do ahead of time compilation producing native code (that's how they do iPhone apps) and has a linker to reduce exe size. I don't know how well it all works though. Sean

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Sean Cross
Mono supports aot, which is compiling into native code. This is what they do for the iPhone, compile .net to native. The iPhone constraints include jitting, hence the need for compiling to native code. Regards   Sean Cross CIO   Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Sean Cross
Subject: Re: [DUG] A change in upgrade policy coming from Embarcadero Surprised no one has mentioned NGen which comes with the framework. On Thu, Sep 17, 2009 at 3:06 PM, Sean Cross sean.cr...@catalystrisk.co.nz wrote: Mono supports aot, which is compiling into native code.  This is what they do

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-17 Thread Sean Cross
which now) actually provided a sandbox solution for .net applications. It was mighty expensive IIRC. On Thu, Sep 17, 2009 at 3:56 PM, Sean Cross s...@picsprint.com wrote: NGen doesn't compile to native and still requires the framework to be installed. Sean -Original Message- From

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-17 Thread Sean Cross
tweaking. I suspect that there are some memory usage patterns it doesn't perform so well on, and in those cases you tune it. In extreme cases, you use something else :). In the same vein, if my wife's automatic gearbox is so good, why does it have a sports and economy setting? Regards Sean

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-17 Thread Sean Cross
Ah yes. I know it's Friday but you have gone for the gutter very early. Regards Sean Cross CIO Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466 Visit us at http://www.catalystrisk.co.nzhttp://www.catalystrisk.co.nz/ Offices in Auckland, Hamilton, Napier

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-17 Thread Sean Cross
  An interesting analogy (and why is it that automotive analogies insist on cropping up in software development matters?). Your car manufacturer presumably doesn't tell you that in most cases you should just ignore those settings - they are there specifically and precisely to add

Re: [DUG] Upgrade considerations

2009-09-22 Thread Sean Cross
I think my next development environment will be a Virtual Machine which will allow me to experiment a bit more aggressively, I understand that quite a few people are using VMs for this purpose these days. Alister Christie Computers for People Ph: 04 471 1849 Fax: 04 471 1266

Re: [DUG] Upgrade considerations

2009-09-23 Thread Sean Cross
Here is some quick and dirty testing I did. http://sourceitsoftware.blogspot.com/2009/07/windows-performance-index-vmwar e.html I found it nearly as fast but a bit rough around the edges. 3.1 has been released since then though. Sean -Original Message- From:

Re: [DUG] Stupid /easy question

2009-10-14 Thread Sean Cross
If you are using a version of Delphi with generics, you should be able to use a generic list and it'll work fine. eg var myList : TObjectListTMyObject; Regards Sean Cross CIO Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466 Visit us at http

[DUG] More GoogleWave invites

2009-11-26 Thread Sean Cross
I have 5 invites left... Regards   Sean Cross CIO   Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466   Visit us at http://www.catalystrisk.co.nz   Offices in Auckland, Hamilton, Napier, Wellington, Christchurch Dunedin   Disclaimer: The information contained

Re: [DUG] What is the future for Delphi programmer?

2010-01-14 Thread Sean Cross
# with monotouch. Regards Sean Cross ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject

Re: [DUG] Google Phone

2010-01-17 Thread Sean Cross
. Personally, I dumped the iPhone for a windows mobile phone, the HD2 which has better hardware than both (http://www.expansys.co.nz/d.aspx?i=188954 ). It'll have android running on it in a couple of months. Regards   Sean Cross CIO   Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362

Re: [DUG] Google Phone

2010-01-17 Thread Sean Cross
known this would be your response, I wouldn't have bothered looking up the info for you in the first place. Regards   Sean Cross CIO   Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466   Visit us at http://www.catalystrisk.co.nz   Offices in Auckland, Hamilton

Re: [DUG] Google Phone

2010-01-17 Thread Sean Cross
) but often they aren't available here (eg Droid/Nexus 1/HD2...) so you have to pay the price. An unlocked iPhone is around $1200 though. Regards   Sean Cross CIO   Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466   Visit us at http://www.catalystrisk.co.nz   Offices

Re: [DUG] Offtopic - but....

2010-01-18 Thread Sean Cross
Ram? I find processor usage is the problem. It can suck up 30% of my processor for no apparent reason when it's just sitting in the background! Regards Sean Cross CIO Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466 Visit us at http

Re: [DUG] Offtopic - but....

2010-01-19 Thread Sean Cross
Version is 3.5.7. Processor usage is sporadic. Currently is using 5% - 40% but mostly around 10%. I can't see any flash going on. Regards Sean Cross CIO Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466 Visit us at http://www.catalystrisk.co.nzhttp

Re: [DUG] MSSQL with D2007

2010-01-19 Thread Sean Cross
+1 on sdac http://www.devart.com/sdac/ Regards Sean Cross CIO Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466 Visit us at http://www.catalystrisk.co.nzhttp://www.catalystrisk.co.nz/ Offices in Auckland, Hamilton, Napier, Wellington, Christchurch Dunedin

Re: [DUG] What is the future for Delphi programmer? - summary

2010-01-21 Thread Sean Cross
Learn another programming language. Even if you never need to use it, it's still good for your skills. Regards   Sean Cross CIO   Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466   Visit us at http://www.catalystrisk.co.nz   Offices in Auckland, Hamilton

Re: [DUG] Apple iPad - OT

2010-01-27 Thread Sean Cross
at it for work as the new apps I create are all web based but the lack of printing support make that a no goer. And I can't keep a straight face while saying it's name. iPad sounds like a feminine hygiene product. Regards   Sean Cross CIO   Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06

Re: [DUG] Thank God it's Friday ...

2010-01-31 Thread Sean Cross
Bloody typical - scheming, conniving women keeping a grudge for 100 days before revenge is exacted in a bout of fury! Thankfully I'm faithful but blimey! Steve But does your wife know that? Sean ___ NZ Borland Developers Group - Delphi mailing list

Re: [DUG] Reading binary data as date/time from registry

2010-05-13 Thread Sean Cross
/16.html Regards   Sean Cross CIO   Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466   Visit us at http://www.catalystrisk.co.nz   Offices in Auckland, Hamilton, Napier, Wellington, Christchurch Dunedin   Disclaimer: The information contained in this document

Re: [DUG] Toolsets (was Re: Company closing)

2010-11-30 Thread Sean Cross
to cope with the screen size/conventions/restrictions etc. And if you have to redo the UI anyway, you don't need to use the same vcl. I have written a few cross platform apps, and I always end up with the logic separated out and a new ui written for each platform. Regards Sean Cross CIO

Re: [DUG] Delphi talking to C#

2010-12-13 Thread Sean Cross
I use remobjects sdk to create a web service in Delphi and then call that from c#. In my case I don't want to be restricted to having the Delphi app on the same computer as the c# app. Regards Sean Cross CIO Catalyst Risk Management PO Box 230 Napier 4140 DDI: 06-8340362 Mobile: 021270 3466

[DUG] Any good data aware date pickers out there?

2011-01-30 Thread Sean Cross
Does anyone know of a decent data aware date time picker? Most of the ones I have seen don't handle nulls properly. E.g. the jvcl one shows 31/12/1899 for null dates which is quite useless. What I want is one that shows blank for null. Regards Sean Cross CIO Catalyst Risk Management PO

Re: [DUG] Web development

2011-06-06 Thread Sean Cross
I am surprised no-one has mentioned Python + a framework such as Django. When I switched to web dev, Python/Django and C#/asp.net mvc were the 2 finalists. I went with C# simply due to the ease of getting developers. Don't use Delphi, it's entirely the wrong tool. Sean

<    1   2