Re: [Lazarus] DOM and GTK 12: how to set encoding?

2009-04-26 Thread Marc Santhoff
Am Freitag, den 17.04.2009, 16:05 +0200 schrieb Mattias Gaertner: On Fri, 17 Apr 2009 15:13:37 +0200 Marc Santhoff m.santh...@web.de wrote: [...] I have a DOM model read from a xml file that has no encoding named inside it. The var TXMLDocument.Encoding is empty after the file is loaded

Re: [Lazarus] DOM and GTK 12: how to set encoding?

2009-04-26 Thread Marc Santhoff
Am Freitag, den 17.04.2009, 18:19 +0400 schrieb Sergei Gorelkin: Marc Santhoff wrote: Hi, I have a DOM model read from a xml file that has no encoding named inside it. The var TXMLDocument.Encoding is empty after the file is loaded. TXMLDocument.Encoding is currently not functional

[Lazarus] DOM and GTK 12: how to set encoding?

2009-04-17 Thread Marc Santhoff
;rter: for the Letter ö. How can make GTK 2 show those chars as in GTK 1? Regards, -- Marc Santhoff m.santh...@web.de ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] windowmanager interaction of lcl

2009-04-15 Thread Marc Santhoff
? Regards, -- Marc Santhoff m.santh...@web.de ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to update a running application

2008-12-07 Thread Marc Santhoff
Am Sonntag, den 07.12.2008, 12:24 +0100 schrieb Roland Turcan: Hello all, I write a small systray application which I know, that time to time we will need to change/add/remove something, but this application is started from user's startup and runs until his log off. When our update

Re: [Lazarus] libusb access from Lazarus

2008-11-24 Thread Marc Santhoff
Am Montag, den 24.11.2008, 10:55 + schrieb Mark Morgan Lloyd: Henry Vermaak wrote: the ftdi chip is practically a usb to serial converter, so you can actually use that. if you look at their windows dll api, you'll see that they've got a set of functions that mimic the windows serial

Re: [Lazarus] using two versions of RTL from lazarus

2008-11-10 Thread Marc Santhoff
Am Montag, den 10.11.2008, 16:30 +0100 schrieb Marc Santhoff: I'll try do use some conditionals inside my fpc.cfg, although I'm not sure where to find documentation on this topic someone here or on the fpc list showed an example some time ago (regarding compiler versions IIRC). Replying

Re: [Lazarus] using two versions of RTL from lazarus

2008-11-10 Thread Marc Santhoff
Am Montag, den 10.11.2008, 10:52 + schrieb Martin: Florian Klaempfl wrote: Henry Vermaak schrieb: How can I use lazarus to switch between those two? easiest is probably to install the ppu files to different locations, then invent a custom define and add it to your

[Lazarus] using two versions of RTL from lazarus

2008-11-09 Thread Marc Santhoff
Hi, I'd like to use two version of the fpc libraries from inside lazarus, one RTL for release/normal usage and another one compiled with debugging symbols included. How can I use lazarus to switch between those two? TIA, Marc ___ Lazarus mailing

Re: [Lazarus] Lazarus repository in Git (summary)

2008-11-06 Thread Marc Santhoff
Am Donnerstag, den 06.11.2008, 15:33 +0100 schrieb [EMAIL PROTECTED]: On 11/6/08, Marc Santhoff [EMAIL PROTECTED] wrote: I don't know TC and it's GUI, but for cvs and svn there is always TkCVS. Thanks, I'll take a look - though I love my CLI interface and it's consistent across

[Lazarus] configure tools: show output of command

2008-10-31 Thread Marc Santhoff
Hi, is it possible to open a window or source editor page showing the oputput of a system command in lazarus? E.g. I want to have a man page shown for a system function where the cursor is at or inside the name of this function like ($CurToken()). Can this be done by assembling a configuration

[Lazarus] Delphi Modbus Library

2008-08-18 Thread Marc Santhoff
Hi, has anyone tried translating and using this one with fpc/lazarus?: http://sourceforge.net/projects/delphimodbus Regards, Marc ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] unknown property when changing platform

2008-08-02 Thread Marc Santhoff
Am Donnerstag, den 31.07.2008, 18:59 +0200 schrieb Mattias Gaertner: On Thu, 31 Jul 2008 15:40:02 +0200 Marc Santhoff [EMAIL PROTECTED] wrote: Hi, I have a lazarus project created and working on FreeBSD. This project is checked into CVS. Now I'm starting to port the project

[Lazarus] unknown property when changing platform

2008-07-31 Thread Marc Santhoff
Hi, I have a lazarus project created and working on FreeBSD. This project is checked into CVS. Now I'm starting to port the project to win32, using exactly the same lazarus version (svn update from FreeBSD, copied over to win32, make clean all, project checked out from CVS). When I open the

Re: [Lazarus] importing program into lazarus project

2008-07-21 Thread Marc Santhoff
Am Montag, den 21.07.2008, 08:45 +0200 schrieb Graeme Geldenhuys: On Mon, Jul 21, 2008 at 12:38 AM, Marc Santhoff [EMAIL PROTECTED] wrote: I have a program written using fpc only that I'd like to import into a lazarus project. How can this be done the easiest way? Simply load Lazarus

Re: [Lazarus] importing program into lazarus project

2008-07-21 Thread Marc Santhoff
Am Montag, den 21.07.2008, 17:52 +0200 schrieb Vincent Snijders: Marc Santhoff schreef: Am Montag, den 21.07.2008, 08:45 +0200 schrieb Graeme Geldenhuys: On Mon, Jul 21, 2008 at 12:38 AM, Marc Santhoff [EMAIL PROTECTED] wrote: I have a program written using fpc only that I'd like to import

Re: [Lazarus] smart tabs but 2 spaces tab width

2008-07-21 Thread Marc Santhoff
Am Dienstag, den 22.07.2008, 00:33 +0200 schrieb Mattias Gaertner: On Sat, 19 Jul 2008 06:01:43 +0200 Marc Santhoff [EMAIL PROTECTED] wrote: [ ... long explanation ... ] Can someone follow me? Yes. Smart tabs jumps to next word start of previous lines. Is this behaviour possible

[Lazarus] smart tabs but 2 spaces tab width

2008-07-18 Thread Marc Santhoff
Hi, I'm not really happy with lazarus' tab indentation feature. When the next line has an indentation wider than standard tab width, which is set to 2 spaces in my case, the cursor jumps to the (delphi like IIRC) next position aligned under the next space in the previous line (me thinks ;). I

Re: [Lazarus] Java's Document Elements model

2008-06-27 Thread Marc Santhoff
Am Freitag, den 27.06.2008, 09:09 +0200 schrieb Graeme Geldenhuys: On 27/06/2008, Mattias Gaertner [EMAIL PROTECTED] wrote: Please try something like fpc/packages/univint/src/MacOSAll.pas. Jump to the end of the file and see what happens to the highlighting and your CPU. That is

Re: [Lazarus] Bug using Lazarus under KDE (minimizing)

2008-06-06 Thread Marc Santhoff
Am Freitag, den 06.06.2008, 11:32 +0200 schrieb Graeme Geldenhuys: Hi, Another issue when using Lazarus under KDE. This seems to be a Lazarus issue, because my fpGUI based applications do not behave like this. Every time I switch desktops and return to the desktop that is running Lazarus,

Re: [Lazarus] Bug using Lazarus under KDE (minimizing)

2008-06-06 Thread Marc Santhoff
Am Freitag, den 06.06.2008, 12:11 +0200 schrieb Marc Santhoff: Me too. Using GTK1 and GTK2 triggers this behaviour. Marc ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Postgres Dlls not found

2008-05-31 Thread Marc Santhoff
Am Samstag, den 31.05.2008, 13:31 +0200 schrieb Dave Coventry: Yes, DLL hell it is. That's why I was dismayed to see that PQconnection used the DLL (and not just one, it uses several). But I suppose if there's a good reason for it Most databases do it that way, e.g. Firebird and

Re: [Lazarus] Postgres database again...

2008-05-28 Thread Marc Santhoff
Am Mittwoch, den 28.05.2008, 12:15 +0200 schrieb Graeme Geldenhuys: 2008/5/28 Graeme Geldenhuys [EMAIL PROTECTED]: 2008/5/28 Bogusław Brandys [EMAIL PROTECTED]: straight GUIDs (e.g. generated by Delphi written application) has their significant part at the end which does not provide for

Re: [Lazarus] Inactive Dataset

2008-05-28 Thread Marc Santhoff
Hi, I'm not really sure if this is a cp-error or the like, but ... Am Mittwoch, den 28.05.2008, 10:32 +0200 schrieb Dave Coventry: Sorry, I should have been more specific SQLQuery1.SQL.Text:='SELECT fname, sname,id,comboboxcourse,studentnumber,enquirydate,enquiryreferencenumber from

[Lazarus] layout managers

2008-05-23 Thread Marc Santhoff
Hi, is there something like Javas layout managers available for Lazarus? I think a simple TBorderLayout would suffice, although I'd like to know other approaches that are similarly easy to use, especially when writing form building code by hand. Or maybe a tutorial explaning how to use Lazarus'

Re: [Lazarus] target filename extension

2008-05-21 Thread Marc Santhoff
Am Mittwoch, den 21.05.2008, 14:13 +0200 schrieb Graeme Geldenhuys: Example: [EMAIL PROTECTED]:tmp$ ls -l untit* -rw-r--r-- 1 graemeg graemeg 7280 2008-05-21 13:50 untitled1 -rw-r--r-- 1 graemeg graemeg 2311 2008-05-21 13:51 untitled2 -rw-r--r-- 1 graemeg graemeg 96256 2008-05-21 13:51

Re: [Lazarus] embedding fomrs into forms

2008-05-19 Thread Marc Santhoff
Am Montag, den 19.05.2008, 09:09 +0200 schrieb Marco van de Voort: On Mon, May 19, 2008 at 12:06:40AM +0200, Marc Santhoff wrote: My goal is to have a core programm and some additional parts delivered separately. Compiling the program for every permutation of combinations

Re: [Lazarus] embedding fomrs into forms

2008-05-19 Thread Marc Santhoff
Am Montag, den 19.05.2008, 19:58 +0200 schrieb Mattias Gaertner: On Mon, 19 May 2008 12:54:45 +0200 Marc Santhoff [EMAIL PROTECTED] wrote: Am Montag, den 19.05.2008, 09:09 +0200 schrieb Marco van de Voort: On Mon, May 19, 2008 at 12:06:40AM +0200, Marc Santhoff wrote: My goal

Re: [Lazarus] embedding fomrs into forms

2008-05-18 Thread Marc Santhoff
Am Samstag, den 17.05.2008, 16:30 +0200 schrieb Mattias Gaertner: Putting LCL controls into a dynamic linked library is only possible with more or less dirty tricks. This is independent of nesting forms. What are these tricks? I read about shared libs in the wiki reagrding RTL/VMT duplication

Re: [Lazarus] embedding fomrs into forms

2008-05-18 Thread Marc Santhoff
Am Sonntag, den 18.05.2008, 23:18 +0200 schrieb Marco van de Voort: On Sun, May 18, 2008 at 06:12:27PM +0200, Marc Santhoff wrote: Am Samstag, den 17.05.2008, 16:30 +0200 schrieb Mattias Gaertner: Putting LCL controls into a dynamic linked library is only possible with more or less dirty

[Lazarus] embedding fomrs into forms

2008-05-17 Thread Marc Santhoff
Hi, is it possible to use a TForm inside a TForm? Imagine a program consisting of a frame and some plug-ins. The plug-ins should get designed using lazarus, each having it own form. When loaded those forms would be embedded into the main applications form as a frame, e.g. each on a tab of a

Re: [Lazarus] embedding fomrs into forms

2008-05-17 Thread Marc Santhoff
Am Samstag, den 17.05.2008, 14:15 +0200 schrieb Marc Santhoff: Hi, is it possible to use a TForm inside a TForm? Imagine a program consisting of a frame and some plug-ins. The plug-ins should get designed using lazarus, each having it own form. When loaded those forms would be embedded

Re: [Lazarus] embedding fomrs into forms

2008-05-17 Thread Marc Santhoff
Am Samstag, den 17.05.2008, 16:34 +0300 schrieb Kostafile:home/marc/.evolution/cache/tmp/drag-n-drop-CzHRMD/Nachrichten_von_Lazaruss Michalopoulos: It is possible. Check the Lazarus Forum for a procedure i posted a while back that embeds a form inside a TWinControl by reparenting the form

[Lazarus] menus, buttons and actions

2008-05-16 Thread Marc Santhoff
Hi, I'm not very often using lazarus (hoping this will change ;) and I did not find anything in the sources, so I'd like to know: Is there anything like javas action objects that can be bound to menus and buttons executing the command and managing activation state prefabricated in lazarus? TIA,

Re: [Lazarus] menus, buttons and actions

2008-05-16 Thread Marc Santhoff
Am Freitag, den 16.05.2008, 22:08 +0200 schrieb Marc Santhoff: Hi, I'm not very often using lazarus (hoping this will change ;) and I did not find anything in the sources, so I'd like to know: Is there anything like javas action objects that can be bound to menus and buttons executing

[Lazarus] compiling 0.9.24 on win32 fails

2008-04-22 Thread Marc Santhoff
Hi, at first I'd like to ask, if Windows 98 (SE) is still on the list of supported platforms. Is it? If the answer is yes notice the following report, please: make clean all: Compiling FindRenameIdentifier.pas Compiling CleanDirDlg.pas Main.pp(1110,35) Warning: Constructing a class TPkgManager

Re: [Lazarus] compiling 0.9.24 on win32 fails

2008-04-22 Thread Marc Santhoff
Am Dienstag, den 22.04.2008, 16:57 +0200 schrieb Bernd Mueller: Compiling resource lazarus.rc GCC.EXE: installation problem, cannot exec `cpp': No such file or directory it works for me (Win98SE), if you copy cpp.exe into the lazarus\ide directory. Thank you, so I can continue using this

Re: [Lazarus] compiling 0.9.24 on win32 fails

2008-04-22 Thread Marc Santhoff
Am Dienstag, den 22.04.2008, 17:06 +0200 schrieb Vincent Snijders: Marc Santhoff schreef: Hi, at first I'd like to ask, if Windows 98 (SE) is still on the list of supported platforms. Is it? Yes. But it needs special care. If the answer is yes notice the following report

Re: [Lazarus] I only would like to understand...

2008-04-19 Thread Marc Santhoff
Am Freitag, den 18.04.2008, 23:33 +0200 schrieb Vincent Snijders: Arí Ricardo Ody schreef: I posted a question about hexadecimal addresses of interruptions in FPC/Lazarus. I need to post the same questions 3 times till receive some answer. The answers was given by too guys that are in a

Re: [Lazarus] Supported Lazarus platforms

2008-02-22 Thread Marc Santhoff
Am Freitag, den 22.02.2008, 12:44 +0200 schrieb Graeme Geldenhuys: On 22/02/2008, Marco van de Voort [EMAIL PROTECTED] wrote: Like? Note that the password stuff is now in both 2.2.1 and 2.3.x in the users package. getgrgid() - Used for getting the Group ID Name from the Group ID.