Re: [lazarus] MessageDlg

2005-09-06 Thread Michael Van Canneyt
On Mon, 5 Sep 2005, Mattias Gaertner wrote: On Mon, 5 Sep 2005 17:04:04 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Mon, 5 Sep 2005, Alexsander Rosa wrote: After years of development with this kind of dialog box (with a caption, a message ending with a

Re: [lazarus] MessageDlg

2005-09-06 Thread Marc Weustink
Michael Van Canneyt wrote: On Mon, 5 Sep 2005, Mattias Gaertner wrote: On Mon, 5 Sep 2005 17:04:04 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Mon, 5 Sep 2005, Alexsander Rosa wrote: After years of development with this kind of dialog box (with a

Re: [lazarus] Native OS X apps

2005-09-06 Thread Marc Weustink
Chris Moody wrote: Hi all, I was wondering, how far away are we to be able to create native OS X apps, that uses the Aqua interface? The initial interface is there and a minumum implementation for a form and a button is done. Will we soon have a Lazarus that doesn't require the X windows

Re: [lazarus] Menu icons in KDE / Gnome

2005-09-06 Thread A.J. Venter
That's highly distribution-specific. There are some efforts to make a standard, though. For Fedora: install the desktop-file-utils. Make a desktop-file (see an example in lazarus/install/gnome.ide.desktop) and then run desktop-file- install desktopfile.desktop. (this also makes a kde-icon

Re: [lazarus] Menu icons in KDE / Gnome

2005-09-06 Thread Joost van der Sluis
On Tue, 2005-09-06 at 11:15 +0200, A.J. Venter wrote: That's highly distribution-specific. There are some efforts to make a standard, though. For Fedora: install the desktop-file-utils. Make a desktop-file (see an example in lazarus/install/gnome.ide.desktop) and then run desktop-file-

[lazarus] Re: Menu icons in KDE / Gnome

2005-09-06 Thread Felipe Monteiro de Carvalho
Tony Maro wrote: I can throw an icon on the desktop pretty darn easy, but the menu's still escape me and the directions I've seen online so far are cryptic at best. -Tony How do you put the desktop icons? I know they are located at ~/Desktop/ but I usually deploy my programs in .rpm

Re: [lazarus] MessageDlg

2005-09-06 Thread dhkblaszyk
On Tue, 6 Sep 2005 10:00:24 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: Maybe the example was a little bit overkill. For most choices the standard captions ('Yes', 'No', 'Cancel', ...) and there constants (mrYes, mrNo, mrCancel, ...) are sufficient. But often

[lazarus] Errors on linux-64

2005-09-06 Thread Crause, Christo \(JC\)
Hi, I'm trying to run Lazarus 0.9.9 on an AMD Opteron running 64 bit Redhat Linux and FPC 2.0.0.x86_64. I managed to make and run the IDE, but get lots of access violations when clicking on certain menus, apparently something to do with assigning a value to a scrollbar e.g. clicking on

[lazarus] Embedded Mozilla

2005-09-06 Thread John Jewitt
Hi all, I've written a Delphi 3 application that uses Active X to control MS IE from within a form. I'd like to port it to Lazarus/Linux/Mozilla but I am unsure where to start. I've looked at gtkmozembed on the Mozilla site but it has not helped much as I'm unsure how to use a GTK widget

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-06 Thread dannym
Hi, Am Dienstag, den 06.09.2005, 10:34 -0300 schrieb Felipe Monteiro de Carvalho: Tony Maro wrote: I can throw an icon on the desktop pretty darn easy, but the menu's still escape me and the directions I've seen online so far are cryptic at best. -Tony How do you put the desktop

Re: [lazarus] Lazarus binaries size

2005-09-06 Thread Tony Maro
Felipe Monteiro de Carvalho wrote: On 9/5/05, *Tony Maro* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I did some rough tests the other day and the smallest I could get an executable that included the forms unit was just under 2MB with everything stripped and smartlinking

Re: [lazarus] Used mac laptop

2005-09-06 Thread Roberto Antonio Berrospe Machin
Hello Tony. Mac laptops.. i think the best is the 12 ibook. This is totally enought for development, and also for a lot of other things like play halo, haha. I actually have a 14 ibook and its very good; it commes with Tiger, the OS, all you need is there.. to give you an idea, it is

Re: [lazarus] MessageDlg

2005-09-06 Thread Alexsander Rosa
IMHO the glyphs are *less* important than the text. A simple version of this function could accept text-only buttons - following the modern human interface trends - and optionally an array of glyphs, if they are needed at all. Alex 2005/9/6, Marc Weustink [EMAIL PROTECTED]: Michael Van Canneyt

Re: [lazarus] Used mac laptop

2005-09-06 Thread Chris Moody
Hey Tony, If it doesn't have to be a laptop, you could get a Mac Mini for 499. Chris On Sep 6, 2005, at 10:42 AM, Tony Maro wrote: One of my clients wants to buy me a used cheap mac laptop for developing on using Lazarus. Any recommendations? Cheap is a key word... I know absolutely

Re: [lazarus] Used mac laptop

2005-09-06 Thread Roberto Antonio Berrospe Machin
Mac mini is cool, but you will need a monitor, keyboard and mouse... u will get only the main frame :) If you buy a monitor, and the needed things, included speakers, u only need to add $200 more or less to get a better and nicer comp, a laptop :) (at least that's my opinion) Roberto.

[lazarus] Little mess

2005-09-06 Thread Juan Martinez
Hi I sent an updated version of the file objinspstrconsts.es.utf but in the svn from today I saw that this file contains no translations. Maybe the file I sent was some way corrupted so I attached it again. Another problem is that lcl.esutf.po was deleted and now lcl.es.po is utf8 encoded

[lazarus] more TTranslateString

2005-09-06 Thread Василий Волченко
Slight fix for TListColumn.Caption translation. lazarus.diff.gz Description: GNU Zip compressed data

Re: [lazarus] Used mac laptop

2005-09-06 Thread Chris Moody
True, unless you already have a monitor, mouse, and keyboard. Since it uses PC standards, most people already have what they need esp if you have a KVM switch. Chris On Sep 6, 2005, at 11:30 AM, Roberto Antonio Berrospe Machin wrote: Mac mini is cool, but you will need a monitor, keyboard

Re: [lazarus] Embedded Mozilla

2005-09-06 Thread Bram Kuijvenhoven
John Jewitt wrote: I've written a Delphi 3 application that uses Active X to control MS IE from within a form. I'd like to port it to Lazarus/Linux/Mozilla but I am unsure where to start. I've looked at gtkmozembed on the Mozilla site but it has not helped much as I'm unsure how to use a

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-06 Thread Felipe Monteiro de Carvalho
On 9/6/05, dannym [EMAIL PROTECTED] wrote: errr?no. Just for the one user that installed or uses the program, of course.Or still better, none. Put it in the application menu. I usually deploy on RedHat Package Manager (RPM) packages. The package contains a bash script that is executed as

[lazarus] Error example - Execute external program WIKI

2005-09-06 Thread Adriano Frare
Dear Friends I am testing example program procoutlarge on http://wiki.lazarus.freepascal.org/index.php/Executing_External_Programs but when execute LINE WriteLn('-- executing --'); The program abort. Thanks. Adriano _

Re: [lazarus] Error example - Execute external program WIKI

2005-09-06 Thread Tony Maro
Adriano Frare wrote: Dear Friends I am testing example program procoutlarge on http://wiki.lazarus.freepascal.org/index.php/Executing_External_Programs but when execute LINE WriteLn('-- executing --'); The program abort. Is this a Windows computer? Run this from a command prompt

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-06 Thread Tony Maro
Felipe Monteiro de Carvalho wrote: On 9/6/05, *dannym* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: errr? no. Just for the one user that installed or uses the program, of course. Or still better, none. Put it in the application menu. I usually deploy on RedHat