Re: [lazarus] splash image: share your ideas

2007-12-19 Thread Malcolm Poole
Henry Vermaak wrote: On 19/12/2007, wile64 <[EMAIL PROTECTED]> wrote: http://wile64.neuf.fr/images/splash2.png i like that, especially the way the paw print is done. the way the "project" is isolated and highlighted doesn't make much sense, though. what will it look like with the "la

Re: [lazarus] Copy File from source to destination

2007-12-06 Thread Malcolm Poole
el stamatakos wrote: Hi , How do you copy a file from one location to another Delphi has CopyFileTo how do you do this in Lazarus. Thanks Lefti Try this function. I'm not sure of its origin though. It may have come out of the Delphi 1 Help. Malcolm

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Malcolm Poole
wile64 wrote: tchu tchu more. :-) -- Laurent. After years of working with bare menus i have to say that the icons really make Lazarus look a lot better. Thanks for all your work Laurent. Seems a good moment to thank everyone else who is working on the project. GTK2 now seems to be at the p

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Malcolm Poole
Henry Vermaak wrote: On 29/11/2007, Vincent Snijders <[EMAIL PROTECTED]> wrote: Maybe you can use dar_slave instead? http://dar.linux.free.fr/doc/man/dar_slave.html I'll have to reread the docs for dar-slave again: I don't think I fully grasped its relationship to dar. use libdar, i'd

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Malcolm Poole
Marc Weustink wrote: Malcolm Poole wrote: Marc Weustink wrote: Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program "dar" ( http://dar.linux.free.fr/ ) I can read happily from the dar Process.Output but am not managing

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Malcolm Poole
Marc Weustink wrote: Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program "dar" ( http://dar.linux.free.fr/ ) I can read happily from the dar Process.Output but am not managing to respond using Process.Input When extracting

[lazarus] TProcess.Input problem

2007-11-29 Thread Malcolm Poole
Hello everyone! I am trying to write a front-end for the command-line archiving program "dar" ( http://dar.linux.free.fr/ ) I can read happily from the dar Process.Output but am not managing to respond using Process.Input When extracting an archive using the commandline, when dar finds a file t

Re: [lazarus] printer4lazarus lazarus rebuild error

2007-11-29 Thread Malcolm Poole
Matthew Rollings wrote: Using the latest svn revision (13063) of lazarus and FPC 2.2.0, trying to rebuild lazarus to use the gtk2 interface i get the following error: /usr/share/lazarus/components/printers/printer4lazarus.pas(1,1) Fatal: Can't find unit libc used by uDlgSelectPrinter Any ide

[lazarus] Synapse pointer->Longint problem

2006-06-09 Thread Malcolm Poole
I'm trying to compile some of the Synapse example programs and code and always fail at line 87 in synafpc.pas with error messages synafpc.pas(87,35) Hint: Conversion between ordinals and pointers is not portable synafpc.pas(87,50) Error: Incompatible type for arg no. 1: Got "Pointer", expected "

[lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Malcolm Poole
I am working on a suite of components for an app which will allow the user to design the layout of a multimedia presentation. The parent component ( or page ) is a TCustomControl descendent, while its children will be TGraphicControl descendents. I chose this route because I could find no way

Re: [lazarus] Synedit HEEELLLLPPPP

2005-11-10 Thread Malcolm Poole
Hi John, On Thu, 10 Nov 2005 19:48 , John Samperi <[EMAIL PROTECTED]> sent: >Get rid of the silver bar at the left hand side of Synedit? yourSynEdit.Gutter.Width := 0; OR yourSynEdit.Gutter.Visible := false; > >Use simple text mode? I didn't realise it could display anything other than simpl

Re: [lazarus] SQLite and Lazarus

2005-11-07 Thread Malcolm Poole
On Mon, 07 Nov 2005 16:15 , Edwin Quijada <[EMAIL PROTECTED]> sent: >Which component shoudl I use to connect a SQLite? >Can Lazarus connect to SQLite? > Read all about it on the Wiki at http://wiki.lazarus.freepascal.org/index.php/Lazarus_Database_Tutorial#Lazarus_and_SQLite Lazarus works well

Re: [lazarus] GtkMozEmbed widget

2005-11-02 Thread Malcolm Poole
Andrew Haines wrote: Malcolm Poole wrote: I have been trying to translate gtkmozembed.h, in the hope that I could produce FreePascal/Gtk programs incorporating an HTML browser. Has anyone else tried this or am I trying to do the impossible? I'm not 100% sure but I tinkered a

Re: [lazarus] GtkMozEmbed widget

2005-10-31 Thread Malcolm Poole
Marc Weustink wrote: Michalis Kamburelis wrote: Malcolm Poole wrote: I have been trying to translate gtkmozembed.h, in the hope that I could produce FreePascal/Gtk programs incorporating an HTML browser. Has anyone else tried this or am I trying to do the impossible? I have an URL

[lazarus] GtkMozEmbed widget

2005-10-30 Thread Malcolm Poole
wrong? 2: I have no idea how to translate the 'data' element in the following structure: is it a pointer or a procedure? struct _GtkMozEmbed { GtkBinbin; void *data; }; Thanks Malcolm Poole unit gtkmozembed; interface {$mode objfpc} { needed for array of const } use