Re: [Lazarus] [OT] New "free" IDE from Trolltech

2008-11-01 Thread Hess, Philip J
Graeme, Guess you didn't get the news about RemObjects and Codegear joining forces: http://bitwisemag.com/ Also, TrollTech (now owned by Nokia) has had Qt Designer for years for C++ developers working with Qt. Not sure what changes with Qt Creator (maybe just a new name?). Thanks. -Phil

Re: [Lazarus] Any chance of changing the LCL Unicode encoding to UTF-16?

2008-08-04 Thread Hess, Philip J
"for example, the second most popular language in the state of Texas, USA is Vietnamese" Please cite your source for this claim. I think the many Spanish speakers in Texas would be scratching their heads over this one. Thanks. -Phil ___ Lazarus maili

Re: [Lazarus] Mac OS X (Carbon), executable placement issue

2008-07-31 Thread Hess, Philip J
John, Using a symlink to the executable is simply for your convenience in developing. When it's time to distribute the app, of course you would want to place the executable inside the .app folder, as follows: rm "myapp.app/contents/macos/irris" cp -p myapp "myapp.app/contents/macos" Th

Re: [Lazarus] When adding a packages it adds to uses clause

2008-07-07 Thread Hess, Philip J
Graeme, The IDE has always done that with packages. I believe I reported this a couple years ago but didn't look into what it would take to suppress this behavior. Here's what I put in the Orpheus port notes about that: "When you first add an Orpheus control to a form, Lazarus will add the Orphe

Re: [Lazarus] TextHeight property in TCustomForm

2008-02-27 Thread Hess, Philip J
o LCL changes as well. Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Snijders Sent: Wednesday, February 27, 2008 5:14 PM To: General mailing list Subject: Re: [Lazarus] TextHeight property in TCustomForm Hess, Philip J schreef:

Re: [Lazarus] TextHeight property in TCustomForm

2008-02-27 Thread Hess, Philip J
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Snijders Sent: Wednesday, February 27, 2008 4:45 PM To: General mailing list Subject: Re: [Lazarus] TextHeight property in TCustomForm Hess, Philip J schreef: > Removing TextHeight broke: > > - All Orpheus propert

Re: [Lazarus] OS X/Carbon Compilation

2008-02-27 Thread Hess, Philip J
Duly reported. Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe Monteiro de Carvalho Sent: Tuesday, February 26, 2008 10:43 AM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation 2008/2/26 Hess, Philip J <[EM

Re: [Lazarus] TextHeight property in TCustomForm

2008-02-27 Thread Hess, Philip J
Removing TextHeight broke: - All Orpheus property editors. - All Orpheus test apps whose forms were converted from Delphi. - All of my own apps whose forms were converted from Delphi. Was this really necessary? Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: [Lazarus] OS X/Carbon Compilation

2008-02-26 Thread Hess, Philip J
EMAIL PROTECTED] on behalf of Marc Weustink Sent: Tue 2/26/2008 9:53 AM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation Hess, Philip J wrote: > Damien, > > I google and found this: > > http://developer.apple.com/releasenotes/DeveloperTools/RN-Id/index.html >

Re: [Lazarus] OS X/Carbon Compilation

2008-02-26 Thread Hess, Philip J
bject: Re: [Lazarus] OS X/Carbon Compilation Le Feb 26, 2008 à 12:58 AM, Hess, Philip J a écrit : > Damien, > > I had no trouble rebuilding the Laz IDE from within the IDE using > today's snapshot (20080225) on Tiger/PowerPC. Also no trouble > rebuilding the L

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
hot? Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] on behalf of Damien Gerard Sent: Mon 2/25/2008 4:41 PM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation Le Feb 25, 2008 à 10:25 PM, Hess, Philip J a écrit : > Did you recompile LCL? Maybe you're m

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
amien Gerard Sent: Monday, February 25, 2008 4:04 PM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation Le Feb 25, 2008 à 7:19 PM, Hess, Philip J a écrit : > I'm not at my Mac right now, but I believe if you look in /system/ > library/frameworks you should see open

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damien Gerard Sent: Monday, February 25, 2008 1:10 PM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation Le Feb 25, 2008 à 6:49 PM, Hess, Philip J a écrit : > It looks like somebody added a

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
It looks like somebody added an OpenGL dependency to the Carbon widgetset for some reason. Try adding -k'-framework' -k'opengl' when compiling and see if this doesn't fix it. Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damien Gerard Se

Re: [Lazarus] FYI: Shared Libraries support

2008-02-21 Thread Hess, Philip J
That's an ancient article. The perceived problem with DLL's had more to do with Visual Basic's runtime and VB .ocx controls that had to be registered than it did with DLL's themselves. If you develop and distribute DLL's with your app, there really is no problem. You can even load them yourself wit

Re: [Lazarus] Localization in toolkit like fpGUI

2008-02-19 Thread Hess, Philip J
Hi Graeme, For ideas you might take a look at how OS X does it. The further along you get in your thinking, the more it sounds like you risk the possibility of reinventing the wheel: http://developer.apple.com/documentation/MacOSX/Conceptual/BPInternation al/BPInternational.html Thanks. -Phil

Re: [Lazarus] Lazarus Equivalent of GetCharABCWidths API call

2008-02-18 Thread Hess, Philip J
OS X for now, but will need it for Linux further down the line. So use TCarbonWidgetSet what unit do I need to include and do you have a small example of using GetCharABCWidths in Mac OS X? Thanks, Dominique. Hess, Philip J wrote: > Hi Dominique, > > The portable equivalent is in LclIntf,

Re: [Lazarus] Lazarus Equivalent of GetCharABCWidths API call

2008-02-17 Thread Hess, Philip J
Hi Dominique, The portable equivalent is in LclIntf, but it's not implemented in all widgetsets. Last fall I was playing around with this function for Carbon. Not sure where I left it but here's what I came up with. Maybe you could implement it for non-win32 widgetsets. Thanks. function TCarb