Re: [Lazarus] Custom file filters in File Open Dialog of IDE

2009-11-04 Thread Mattias Gaertner
On Wed, 4 Nov 2009 08:56:09 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hi, Is it possible to setup custom file filters in the File Open dialog of the IDE? I often need to open .XML or .IPF or .TXT files and there are no such filters by default in the filter combobox. Now I

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread Marco van de Voort
On Wed, Nov 04, 2009 at 10:30:34AM +0200, ik wrote: I'm trying to install ZeosLib 6.6.5 on Lazarus 0.9.29 using FPC 2.2.5, and it has a problem with the current code: BaseFieldTypes: array[TFieldType] of TFieldType = ( ftUnknown, ftString, ftInteger, ftInteger, ftInteger, ftBoolean,

Re: [Lazarus] Lazarus 0.9.28.2 released

2009-11-04 Thread Graeme Geldenhuys
On 31/10/2009, Vincent Snijders vsnijd...@vodafonevast.nl wrote: The Lazarus team is glad to announce the 0.9.28.2 release. Thanks Vincent. I have updated the Git mirror with a v0.9.28.2 tag as well. If anybody else is using the Git mirror, your next 'git pull' will get the new tag as well,

[Lazarus] Lazarus releases available for download

2009-11-04 Thread Graeme Geldenhuys
Hi, In case the official download location of Lazarus releases are not available. You can always download all tagged releases from the Git mirror in a tarball (archive) format. You can select .tgz or .zip format. http://github.com/graemeg/lazarus/downloads -- Regards, - Graeme -

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread ik
Thanks, I updated the records (with the FPC version) and it compiles properly, but it seems that ZeosLib is not a 64 bit ready. It uses pointer of integer and I experience a lot of weird behavior regarding bookmarks. I require to use Firebird and perform tasks on it. SQLdb does not push the

Re: [Lazarus] Lazarus 0.9.28.2 released

2009-11-04 Thread Graeme Geldenhuys
On 04/11/2009, Vincent Snijders vsnijd...@vodafonevast.nl wrote: On #lazarus-ide, IRC, somebody said that the fixes_0_9_28 branch was out of sync, is that still true? No. The sync (for fixes branch) is not a automated process, but I try and update it once a week (normally Mondays). If

[Lazarus] [test] testing mail setup

2009-11-04 Thread Graeme Geldenhuys
1 2 3 4 5 6 7 123456789012345678901234567890123456789012345678901234567890123456789012345 Please ignore this message. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread ik
When Insert data, and I post it, even thou I'm doing: Transaction.Commit; It does not exists on the database itself. and when I close the connection and reopen it, the new values does not exists. I might be missing something here... Ido http://ik.homelinux.org/ On Wed, Nov 4, 2009 at 2:09

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread Vincent Snijders
ik schreef: When Insert data, and I post it, even thou I'm doing: ApplyUpdates? Transaction.Commit; It does not exists on the database itself. and when I close the connection and reopen it, the new values does not exists. I might be missing something here... Vincent --

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread Michael Van Canneyt
On Wed, 4 Nov 2009, Vincent Snijders wrote: ik schreef: When Insert data, and I post it, even thou I'm doing: ApplyUpdates? Transaction.Commit; It does not exists on the database itself. and when I close the connection and reopen it, the new values does not exists. I might be missing

[Lazarus] SQLDb Query Insert, Update vs SQL

2009-11-04 Thread ik
Hello, How exactly can I make the TSQLQuery work with the Insert query when I do insert action on TDBNavigator ? The same question with update. Thanks, Ido http://ik.homelinux.org/ -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] SQLDb Query Insert, Update vs SQL

2009-11-04 Thread Michael Van Canneyt
On Wed, 4 Nov 2009, ik wrote: Hello, How exactly can I make the TSQLQuery work with the Insert query when I do insert action on TDBNavigator ? The same question with update. Either you specify the SQL directly in the InsertSQL, UpdateSQL, DeleteSQL properties. Do this in the standard way

Re: [Lazarus] SQLDb Query Insert, Update vs SQL

2009-11-04 Thread ik
I've added the queries into the InsertSQL nd UpdateSQL however it seems like it is using the SQL code and make it's own update and insert (I know this because the index is set to not null, and in the select statement I retrieve it, but on Update and Insert it raises an exception that the ID is

[Lazarus] ASCII - IBM's (old) extended character set

2009-11-04 Thread Graeme Geldenhuys
Hi, Does Lazarus have a unicode conversion table for this ASCII character set? See url. http://www.web-wise-wizard.com/programming/ascii-ibm-extended-character-set.html As you can see from the url, the characters below Char(32) is very different to standard ASCII table or the ASCII table with

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread JoshyFun
Hello Lazarus-List, Wednesday, November 4, 2009, 12:12:26 PM, you wrote: i I require to use Firebird and perform tasks on it. SQLdb does not push the i transaction to the database, so I do not know what else to use in Lazarus 64 i bit. I'm using SQLDb (win32) and Firebird and it pushes

[Lazarus] Lazarus for Windows Mobile

2009-11-04 Thread Arí Ricardo Ody
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] SQLDb Query Insert, Update vs SQL

2009-11-04 Thread JoshyFun
Hello Lazarus-List, Wednesday, November 4, 2009, 3:35:14 PM, you wrote: i I've added the queries into the InsertSQL nd UpdateSQL however it seems like i it is using the SQL code and make it's own update and insert (I know this i because the index is set to not null, and in the select statement I

Re: [Lazarus] Lazarus for Windows Mobile

2009-11-04 Thread Felipe Monteiro de Carvalho
Olá, Sim, o Lazarus pode ser utilizado no Windows para cross-compilar programas para Windows Mobile 6 (ou qualquer outra versão). Aqui estão as instruções de instalação: http://wiki.lazarus.freepascal.org/Windows_CE_Interface#Using_the_stable_add-on_installer Você vai desenvolver para um

Re: [Lazarus] Lazarus for Windows Mobile

2009-11-04 Thread Arí Ricardo Ody
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus for Windows Mobile

2009-11-04 Thread Felipe Monteiro de Carvalho
HP iPAQ 216 has a touchscreen and works in PocketPC mode, so you can use without problems the stable release 0.9.29.2. The processor is Intel PXA270, normal ARM processor, which makes things easier. Just follow the install instructions in the wiki. -- Felipe Monteiro de Carvalho --

Re: [Lazarus] Lazarus for Windows Mobile

2009-11-04 Thread dominique
OT : Seeing the word affirmative always reminds me of Aliens ( the movie with Newt, not little green men ). Dominique. On Wed, 04 Nov 2009 18:02:02 +0100, Arí Ricardo Ody ar...@gmx.com wrote: -- ___ Lazarus mailing list

Re: [Lazarus] Lazarus for Windows Mobile

2009-11-04 Thread dominique
OT = Off Topic. On Wed, 04 Nov 2009 21:12:33 +0100, Arí Ricardo Ody ar...@gmx.com wrote: -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] ASCII - IBM's (old) extended character set

2009-11-04 Thread David W Noon
On Wed, 04 Nov 2009 16:48:47 +0200, Graeme Geldenhuys wrote about [Lazarus] ASCII - IBM's (old) extended character set: [snip] As you can see from the url, the characters below Char(32) is very different to standard ASCII table or the ASCII table with CodePage 437. In the days before wide

Re: [Lazarus] syncro mode[Re: Auto indentation]

2009-11-04 Thread Martin
Mattias Gaertner wrote: On Wed, 04 Nov 2009 00:27:20 + Martin laza...@mfriebe.de wrote: Further thought about auto indent (for paste) and syncro/template mode. I disabled auto indent during syncro/template editing. you need the same for TSynPluginTemplateEdit (template edit,

Re: [Lazarus] syncro mode[Re: Auto indentation]

2009-11-04 Thread Martin
I just stumbled on the below if SrcEdit.EditorComponent.SelectionModesmNormal then exit; will not prevent the indent if an smColum mode block is inserted. The mode of the data inserted has nothing to do with the mode of the current block. And after the insert, there is no block, therefore it

Re: [Lazarus] Auto indentation

2009-11-04 Thread Martin
Hans-Peter Diettrich wrote: Graeme Geldenhuys schrieb: Also, as I mentioned, the gEdit plugin that enables elastic tabstops has a option to automatically do conversions. So you can work with elastic tabstops enabled, but when saved, the file gets converted back to using spaces. What will

Re: [Lazarus] syncro mode[Re: Auto indentation]

2009-11-04 Thread Martin
Martin wrote: Mattias Gaertner wrote: I guess this is the better solution for ecPaste. Can you add such an event? Yes, the question is, if it is ok for codetools, since it would be called before the paste = that is you have to interpret the to-be-pasted text before it is part of the source

Re: [Lazarus] ASCII - IBM's (old) extended character set

2009-11-04 Thread Paul Nicholls
- Original Message - From: Graeme Geldenhuys gra...@mastermaths.co.za To: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Sent: Thursday, November 05, 2009 1:48 AM Subject: [Lazarus] ASCII - IBM's (old) extended character set Hi, Does Lazarus have a unicode conversion table