Re: [Lazarus] Lazarus and SPARC Solaris

2010-12-23 Thread Mark Morgan Lloyd
Marco van de Voort wrote: On Wed, Dec 22, 2010 at 08:28:28AM +, Mark Morgan Lloyd wrote: Working on it. What I'm hoping to do is get a basic lazarus compiled, then bigide, then check over the remaining packages. At that point I can raise a categorised report, if we're very lucky everything

Re: [Lazarus] TMemo question

2010-12-23 Thread Felipe Monteiro de Carvalho
Hello, You changed the subject of the thread and now gmail shows your last message as the first one in a new thread, so I don't know what you are talking about exactly. Ok, now I remembered it is about the special font issue, but please don't change the subject field. On Wed, Dec 22, 2010 at

Re: [Lazarus] [fpc-pascal] Ruby-scripting for FPC and Lazarus

2010-12-23 Thread michael . vancanneyt
On Thu, 23 Dec 2010, Ivan Shikhalev wrote: I wrote the packages for Lazarus, allowing to use Ruby 1.8 as a scripting engine in Lazarus-programs. At the moment, work is just begun, but something than it is already possible to use, as supported by published-property and obtain component through

Re: [Lazarus] [fpc-pascal] Ruby-scripting for FPC and Lazarus

2010-12-23 Thread ik
On Thu, Dec 23, 2010 at 11:44, michael.vancann...@wisa.be wrote: On Thu, 23 Dec 2010, Ivan Shikhalev wrote: I wrote the packages for Lazarus, allowing to use Ruby 1.8 as a scripting engine in Lazarus-programs. At the moment, work is just begun, but something than it is already possible

[Lazarus] StrokeAndFillPath replacement

2010-12-23 Thread Fred Flinestone
Hi, What can I use as a replacement for Windows API functions with will offer similar functionality as StrokeAndFillPath or SetArcDirection? I need them especially on Carbon and Linux. thanks ff. -- ___ Lazarus mailing list

[Lazarus] fpweb fastcgi debug

2010-12-23 Thread ik
Hello, Is there a way for me to use the fastcgi application I'm writing as a standalone for easier debugging (instead of restarting Apache every time) ? Thanks, Ido LINESIP - Opening the source for communication http://www.linesip.com http://www.linesip.co.il --

Re: [Lazarus] fpweb fastcgi debug

2010-12-23 Thread ik
Thanks, now i can test the templeting issue finally :) Ido LINESIP - Opening the source for communication http://www.linesip.com http://www.linesip.co.il On Thu, Dec 23, 2010 at 12:34, michael.vancann...@wisa.be wrote: On Thu, 23 Dec 2010, ik wrote: Hello, Is there a way for me to

Re: [Lazarus] Docked IDE wndows are not dockable, because...

2010-12-23 Thread Hans-Peter Diettrich
Eugen Bolz schrieb: On Mac, EasyDockMgr don't works (can't drag and drop windows, but it can be compiledyay...) It should work, unless broken by LCL code. PS: I don't even know if it worked earlier on Mac Can you test with an older Lazarus version? DoDi --

Re: [Lazarus] Docked IDE wndows are not dockable, because...

2010-12-23 Thread Hans-Peter Diettrich
Sven Barth schrieb: As I'm using an IDE with Anchor Docking enabled since some days I'd like to help you here. Support for anchor docking may be the reason why Delphi compatible docking doesn't work any more :-( What exactly is the problem? I have a docked IDE and can dock/undock windows

Re: [Lazarus] Message dialogs in Lazarus

2010-12-23 Thread Hans-Peter Diettrich
michael.vancann...@wisa.be schrieb: There is nothing magic with layout managers, they have to do nothing but arrange their child controls, and to report the minimal and desired sizes to their parent (with AutoSize). Every docking manager already is a layout manager for its site, and its

[Lazarus] Carbon vs Cocoa

2010-12-23 Thread Graeme Geldenhuys
Hi, This is not strictly related to the Lazarus project, but I know here are many Mac users, so I might get some good responses. I bit the bullet and bought a new iMac (a marvel of beauty and design). Now I would like to introduce true OS X support in fpGUI Toolkit (instead of going via the Mac

Re: [Lazarus] Carbon vs Cocoa

2010-12-23 Thread dmitry boyarintsev
Hello Graeme, Cocoa is your choice. Apple suggests to use Cocoa for all new development and fpGUI for OSX is the one. Cocoa is supported natively by FPC trunk, so you shouldn't have much troubles using it. All-in-all both Carbon and Cocoa are using the same low-level framework. In some cases

Re: [Lazarus] Carbon vs Cocoa

2010-12-23 Thread Felipe Monteiro de Carvalho
Cocoa for sure On Dec 23, 2010 3:40 PM, dmitry boyarintsev skalogryz.li...@gmail.com wrote: Hello Graeme, Cocoa is your choice. Apple suggests to use Cocoa for all new development and fpGUI for OSX is the one. Cocoa is supported natively by FPC trunk, so you shouldn't have much troubles using

[Lazarus] Taskbar button for modal forms

2010-12-23 Thread cobines
Hi everyone. I have a main form application that has a taskbar button. Whenever I show another form as modal form I don't want it to have a taskbar button, because switching back to previous form is pointless as it is disabled anyway. Is there a way to set this up for the whole application, or do

Re: [Lazarus] [fpc-pascal] Ruby-scripting for FPC and Lazarus

2010-12-23 Thread Ivan Shikhalev
2010/12/23 michael.vancann...@wisa.be: Any particular reason why you added the version number to most of the filenames ? I don't know how many differences would be in 1.9 version, and will it possible to make a compatible packages for all version of Ruby... I can understand you do it for the

Re: [Lazarus] Carbon vs Cocoa

2010-12-23 Thread Graeme Geldenhuys
On 23 December 2010 20:40, dmitry boyarintsev wrote: Cocoa is your choice. Cocoa is supported natively by FPC trunk, so you shouldn't have much troubles using it. Cocoa it is then. Thanks for the info. -- Regards,   - Graeme - ___ fpGUI - a

Re: [Lazarus] Taskbar button for modal forms

2010-12-23 Thread Graeme Geldenhuys
On 24 December 2010 00:33, cobines cobi...@gmail.com wrote: Also, I have noticed that in LCLQT (in Linux) a taskbar button is not shown for modal forms even with ShowInTaskbar=stAlways. However in LCLGTK2 (in Linux) it is shown for modal forms, unless I set ShowInTaskbar=stNever. Is there a

Re: [Lazarus] fpweb fastcgi debug

2010-12-23 Thread waldo kitty
On 12/23/2010 05:34, michael.vancann...@wisa.be wrote: If you can use mod_fastcgi, then this will do it: - Run the fastcgi application, and explicitly set the port. Application.Port:=2015 - In Apache, set FastCgiExternalServer /path/to/server/url -host 127.0.0.1:201 -idle-timeout 30 -flush is

Re: [Lazarus] Translations

2010-12-23 Thread Maxim Ganetsky
23.12.2010 8:23, Alexander du Plessis пишет: My application need to read a language preference from a setting(be it in an ini file or from database) and translate the app according to this setting. How do I acheive this? I did have a look at the documentation but there is no mention of how

[Lazarus] [OT] Merry Christmas and Happy New Year.

2010-12-23 Thread Marcelo B de Paula
Hi list, After a year of a lot of work to this wonder called Lazarus/FPC, i wish to send to all of you who supported and contributed to the project and, of course, to the Lazarus and FPC Team guys, who fighted bravely behind the frontline, a Very Merry Christmas and a Happy New year. In the

Re: [Lazarus] [OT] Merry Christmas and Happy New Year.

2010-12-23 Thread silvioprog
Merry Christmas and Happy New Year for all. :}D 2010/12/23 Marcelo B de Paula mar...@terra.com.br Hi list, After a year of a lot of work to this wonder called Lazarus/FPC, i wish to send to all of you who supported and contributed to the project and, of course, to the Lazarus and FPC Team

[Lazarus] Thank you very much

2010-12-23 Thread S. M. Falcao
Hello, It maybe not the right place for that, but I would like to say many thanks for you guys for keeping such a project running and also for those supporting community. Merry Christmas and Happy New Year regards Falcao -- ___ Lazarus mailing

[Lazarus] Convert standard Lazarus application (Tforms and TButtons etc) into a web application

2010-12-23 Thread Peter E Williams
Hi all, Please excuse me if this is an obvious question. I have an application called Adv_Player which I programmed in Delphi 7 Enterprise project and I have since converted it to a Lazarus 0.9.28.2 project. (It is a very stable and fully test application available for Windows XP from my

[Lazarus] Thank you very much

2010-12-23 Thread S. M. Falcao
Hello, It maybe not the right place for that, but I would like to say many thanks for you guys for keeping such a project running and also for those supporting community. Merry Christmas and Happy New Year regards Falcao -- ___ Lazarus mailing

[Lazarus] fpc-2.4.2-1.src.rpm (25 MB) contains the sources. -- the url link is dead.

2010-12-23 Thread Peter E Williams
Hi All, I am still installing FPC then lazarus on my new Mandriva 2010 Spring system. I am not currently on the Free Pascal Compiler list. Could someone please forward it on my behalf. Thanks in advance. On this page: http://www.freepascal.org/down/i386/linux-ftp.freepascal.org.var#linuxbig

Re: [Lazarus] Generating a RPM installation file for my lazarus binary file (Linux)

2010-12-23 Thread Peter E Williams
ps - I sent this from my wrong gmail account. Fond Regards, Peter Eric WILLIAMS --- Hobart, Tasmania, Australia --- Phone: +61 (03) 6236-9675 My free websites are: http://pewink.info () http://pewslinuxvault.googlepages.com My free blog is: patientxmarksthespot.wordpress.com On 19

Re: [Lazarus] How can I (or can this be done) cros s compiling a Lazarus project to other target OS´ s?

2010-12-23 Thread Peter E Williams
ps - I sent this from my wrong gmail account. Fond Regards, Peter Eric WILLIAMS --- Hobart, Tasmania, Australia --- Phone: +61 (03) 6236-9675 My free websites are: http://pewink.info () http://pewslinuxvault.googlepages.com My free blog is: patientxmarksthespot.wordpress.com On 19

Re: [Lazarus] Source Forge copy of lazarus is 0.9.28.0 not 0.9.28.2

2010-12-23 Thread Peter E Williams
ps - I sent this from my wrong gmail account. Fond Regards, Peter Eric WILLIAMS --- Hobart, Tasmania, Australia --- Phone: +61 (03) 6236-9675 My free websites are: http://pewink.info () http://pewslinuxvault.googlepages.com My free blog is: patientxmarksthespot.wordpress.com On 19

Re: [Lazarus] Taskbar button for modal forms

2010-12-23 Thread zeljko
On Friday 24 December 2010 00:13, Graeme Geldenhuys wrote: On 24 December 2010 00:33, cobines cobi...@gmail.com wrote: Also, I have noticed that in LCLQT (in Linux) a taskbar button is not shown for modal forms even with ShowInTaskbar=stAlways. However in LCLGTK2 (in Linux) it is shown for

[Lazarus] Installation of Lazarus 0.9.29 works fine and no problems (very long message!)

2010-12-23 Thread Peter E Williams
at the code as that is not my job. procedure NewBuildAll.OnClick(Sender: TObject); begin ProgramResetDebugger.OnClick(sender); BuildAll.OnClick(sender); end; file: Lazarus-0.9.29-28808-fpc-2.4.3-20101223-win32.exe (warning: if I try to say this file to a cdrom then the filename is truncated

[Lazarus] Fwd: Installation of Lazarus 0.9.29 works fine and no problems (very long message!)

2010-12-23 Thread Peter E Williams
. procedure NewBuildAll.OnClick(Sender: TObject); begin ProgramResetDebugger.OnClick(sender); BuildAll.OnClick(sender); end; file: Lazarus-0.9.29-28808-fpc-2.4.3-20101223-win32.exe (warning: if I try to say this file to a cdrom then the filename is truncated for Windows compatibility). Open Location