[Lazarus] Bug reports to close

2010-05-05 Thread ik
Hello, I went over my opened bug reports, and found that 3 out of 4 are fixed already. I do not have permissions to close my reports, though. Here are the bug reports: http://bugs.freepascal.org/view.php?id=12461 http://bugs.freepascal.org/view.php?id=13145 http://bugs.freepascal.org/view.php?id=

Re: [Lazarus] lazarus and patches

2010-05-04 Thread ik
On Tue, May 4, 2010 at 19:40, Bart wrote: > > It seems that the bug reports that contain the patches was not even > looked > > at. > > A bit impatient? It has been there for just 3 days. > I sometimes have patches in mantis laying around for > 2 months before > they are applied by one of the ma

[Lazarus] lazarus and patches

2010-05-04 Thread ik
Hello List, Zaher have posted 3 patches to add better BiDi support and also wrote about it in the malling list. It seems that the bug reports that contain the patches was not even looked at. The patches located at: http://bugs.freepascal.org/view.php?id=16387 http://bugs.freepascal.org/view.php?i

Re: [Lazarus] [BIDI] Patch for GTK2: Add Bidi to Menus

2010-05-02 Thread ik
Hi Zaher, Where is the patch ? I wrote in 2008 a code that worked but was broken to work with Right To Left menus on GTK 2. Ido http://ik.homelinux.org/ 2010/5/2 Zaher Dirkey > Hi, > > This patch for GTK2 to add Right to Left alignment and reading to TMainMain > and TPopupMenu. > Tested on W

Re: [Lazarus] Anyone done any work with SMS (text messaging)?

2010-04-24 Thread ik
If you own (or wish to own) a cellular modem, then I think http://www.kannel.org/index.shtml will provide you a solution. If you wish to use an existing SMS systems, then you have a lot of online services that provide it based on specific countries, that you can communicate using REST. Ido http:/

Re: [Lazarus] Bidi TextOut in GTK2

2010-04-15 Thread ik
http://ik.homelinux.org/ On Thu, Apr 15, 2010 at 13:03, Marc Weustink wrote: > ik wrote: > >> Hello, >> >> >> I still have few tests to make, and then I'll send a patch to mantis on >> this subject. >> I also added to FPC's mantis (and not onl

Re: [Lazarus] Bidi TextOut in GTK2

2010-04-15 Thread ik
http://ik.homelinux.org/ On Thu, Apr 15, 2010 at 12:41, Zaher Dirkey wrote: > 2010/4/14 ik : > > Hello, > > > > I'm working on adding BiDi support for TextOut in GTK2, and you can see > the > > result. > > The text align itself according to the stron

Re: [Lazarus] Bidi TextOut in GTK2

2010-04-14 Thread ik
I've added the code (after making sure I do not brake anything) here: http://bugs.freepascal.org/view.php?id=16271 Ido http://ik.homelinux.org/ On Wed, Apr 14, 2010 at 14:29, ik wrote: > Hello, > > I'm working on adding BiDi support for TextOut in GTK2, and you can see

[Lazarus] Bidi TextOut in GTK2

2010-04-14 Thread ik
Hello, I'm working on adding BiDi support for TextOut in GTK2, and you can see the result. The text align itself according to the strong letters rather then the effect of bdRightToLeft and bdLeftToRight when Pango is in use. I still have few tests to make, and then I'll send a patch to mantis on

Re: [Lazarus] [BIDI] TGrid and many bugs if i add Right To Left

2010-04-13 Thread ik
You see that you have changed the position of 0,0 :P Ido http://ik.homelinux.org/ 2010/4/13 Zaher Dirkey > 2010/4/12 Jesus Reyes > > > > > > Hello Zaher, > > Please send to me the patches related to grids. > > > > Jesus Reyes A. > > > > > > Thanks Jesus for your replay, as i mentioned above,

Re: [Lazarus] [BIDI] TGrid and many bugs if i add Right To Left

2010-04-12 Thread ik
http://ik.homelinux.org/ On Mon, Apr 12, 2010 at 12:11, Hans-Peter Diettrich wrote: > Zaher Dirkey schrieb: > > > Some time i feel the same, but all open source project have the same >> problem for add official Right To Left, and many of them refuse to add the >> BIDI to it, i have old experien

Re: [Lazarus] [BIDI] TGrid and many bugs if i add Right To Left

2010-04-11 Thread ik
http://ik.homelinux.org/ 2010/4/11 Zaher Dirkey > 2010/4/11 ik > >> addressed differently > > > I am not understand the meaning of "addressed" or "addressed by the > project"? (It is my English :) ) > At the moment beside Windows, Lazarus does n

Re: [Lazarus] [BIDI] TGrid and many bugs if i add Right To Left

2010-04-11 Thread ik
Personally I think that the entire approach of BiDi in Lazarus should be addressed differently. First of all Bidi must be part of the overall lookup of the entire project, that means that, any changes to LCL etc, must address it as well. Secondly, there must be proper guidelines of how we want to

Re: [Lazarus] Need help from windows users

2010-03-28 Thread ik
I'm experiencing the following: [WARNING] ShowModal called without handle for IDEOptionsDialog(TIDEOptionsDialog) Warning: TWinControl.DestroyHandle IDEOptionsDialog:TIDEOptionsDialog Handle not Allocated It does not crash, but not creating either. I'm using Arch Linux 64 bit with GTK Lazarus r2

Re: [Lazarus] settings dialog is unparinted

2010-03-25 Thread ik
http://ik.homelinux.org/ On Thu, Mar 25, 2010 at 01:45, Mattias Gaertner wrote: > On Thu, 25 Mar 2010 00:47:22 +0200 > ik wrote: > > > Hello, > > > > In the past few weeks I can not see any content of the setting dialog > when I > > open it, although eve

[Lazarus] settings dialog is unparinted

2010-03-24 Thread ik
Hello, In the past few weeks I can not see any content of the setting dialog when I open it, although every other dialog does appear properly. Is there anything I'm missing that should be set ? or config file that should be changed ? Thanks, Ido http://ik.homelinux.org/ -- _

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread ik
http://ik.homelinux.org/ On Mon, Mar 15, 2010 at 21:55, Kjow wrote: > 2010/3/15 zeljko : > > Probably newautosize bug. Try to rebuild lazarus with -dOldAutoSize and > then > > try again to open your project. > > > > zeljko > > How to recompile from "command prompt" with -dOldAutoSize option? >

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread ik
http://ik.homelinux.org/ On Mon, Mar 15, 2010 at 20:09, zeljko wrote: > > > Indeed it solved my problem. How can I migrate to the new AutoSize ? > > I don't think that you have to migrate to new autosize but wait until > newautosize bugs fixed. > Thanks > > zeljko > > -- > __

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread ik
http://ik.homelinux.org/ On Mon, Mar 15, 2010 at 19:45, Kjow wrote: > 2010/3/15 zeljko : > > Probably newautosize bug. Try to rebuild lazarus with -dOldAutoSize and > then > > try again to open your project. > > > > zeljko > > Building IDE with -dOldAutoSize option solves both these bug: > > ht

[Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread ik
Hello, I've built lazarus today from few weeks ago to r23973. I had an open project while compiled Lazarus again. When Lazarus arrive back from compilation, it was unable to open the project. When I try to force it to open it, it just hangs until I'll kill it. I'm using Linux x86_64 with fpc 2.5.

[Lazarus] Lazarus downward

2010-03-08 Thread ik
Hello all, I haven't had time to go over all the discussion, but I wish to provide some of my points about things. 1. Open Source unlike commercial source is constantly under development until no one is interested in the project anymore. 2. Lazarus in the past two years had become one of the bes

Re: [Lazarus] My two wishes for the Message window of the IDE

2010-02-28 Thread ik
http://ik.homelinux.org/ On Sun, Feb 28, 2010 at 18:12, Pino Zollo wrote: > Il domenica 28 febbraio 2010 10:23:17 hai scritto: > > http://ik.homelinux.org/ > > > > On Sun, Feb 28, 2010 at 15:06, Pino Zollo wrote: > > > Hi everybody, > > > > > > -- I wish I were able to Copy (Ctl-C) a message t

Re: [Lazarus] My two wishes for the Message window of the IDE

2010-02-28 Thread ik
http://ik.homelinux.org/ On Sun, Feb 28, 2010 at 15:06, Pino Zollo wrote: > Hi everybody, > > -- I wish I were able to Copy (Ctl-C) a message that appears in the Message > window, to be able to Paste it into a mail message to the forum. > Press right click on the message and choose the copy ty

[Lazarus] New component by me TButtonList

2010-02-26 Thread ik
Hello all, Thanks to Mattias, I was able to create in a very easy manner a new component for Lazarus named TButtonList. The Button list allow you to create a list of buttons (TBitBtn) captions, hints and also find out what click was made. You can also choose how the layout will look like. You can

Re: [Lazarus] qurstion in Button Alignment

2010-02-24 Thread ik
On Tue, Feb 23, 2010 at 21:02, ik wrote: > 2010/2/23 Mattias Gärtner > >> Zitat von Duncan Parsons : >> >> >> [...] >>> >>> I wish to create a component that gives 10 buttons aligning 5 buttons on >>> each side. >>> Th

Re: [Lazarus] qurstion in Button Alignment

2010-02-23 Thread ik
2010/2/23 Mattias Gärtner > Zitat von Duncan Parsons : > > [...] >> >> I wish to create a component that gives 10 buttons aligning 5 buttons on >> each side. >> The thing is, that I want to make both sides resize using anchors or >> something like that. >> The resizing should be both on width an

[Lazarus] qurstion in Button Alignment

2010-02-23 Thread ik
Hello, I wish to create a component that gives 10 buttons aligning 5 buttons on each side. The thing is, that I want to make both sides resize using anchors or something like that. The resizing should be both on width and height of the buttons but it can shrink up to a given size. The thing that

Re: [Lazarus] Unable to install components

2010-02-09 Thread ik
On Tue, Feb 9, 2010 at 14:38, Osvaldo Filho wrote: > Ubuntu 9.10 64 > Lazarus svn > FPC 2.4.1 > > Problems: > - Need permission on /usr/share/lazarus > /usr/share/lazarus/components/codetools/codetoolsstrconsts.pas(280) > Error: Writing Resource String Table file: > > /usr/share/lazarus/component

Re: [Lazarus] Sourceforge and Cuba

2010-02-02 Thread ik
http://ik.homelinux.org/ On Tue, Feb 2, 2010 at 23:54, Graeme Geldenhuys wrote: > 2010/2/2 ik : > > > > You can always use public proxy or anonymizers for having different IP > > addresses. > > > Have you ever found a reliable anonymous public proxy? I haven&#x

Re: [Lazarus] Sourceforge and Cuba

2010-02-02 Thread ik
http://ik.homelinux.org/ On Tue, Feb 2, 2010 at 18:19, Santiago A. wrote: > Hello: > > 1) It is unfair, when people from other countries (even Cuba o Iran ) > contributed, they thought that sourceforge would be available for > everybody, now they have changed the deal unilaterally. Moreover, My

Re: [Lazarus] Sourceforge and Cuba

2010-02-02 Thread ik
On Mon, Feb 1, 2010 at 22:29, Graeme Geldenhuys wrote: > On 31 January 2010 21:46, svaa wrote: > > Hello: > > > > Because of USA policy, Sourceforge has blocked users from Cuba, Iran > > North Corea and other "rogue countries". > > > Thinking about this a bit more, it is totally ridiculous. It's

Re: [Lazarus] Request to unlist Arabic language.

2010-01-29 Thread ik
2010/1/29 Zaher Dirkey > 2010/1/29 Mattias Gärtner > > If you prefer english, you can switch the language in the environment / >> options / desktop. >> Or you can set the default for a machine by creating the following file: >> > > @ik and Mattias > > Th

Re: [Lazarus] Request to unlist Arabic language.

2010-01-28 Thread ik
‏You can also do two other things with it One is in linux, i do not know how to do it in Windows: A. Create a bash file that set the language local to English B. On settings change it from default (افتراضي) to English the first time it execute (or just add it to the setting files before first run)

Re: [Lazarus] cursor image

2010-01-27 Thread ik
http://ik.homelinux.org/ On Wed, Jan 27, 2010 at 11:41, Paul Ishenin wrote: > 27.01.2010 16:27, ik wrote: > >> I have the Cursor handle from X, I need to find the associate cursor >> (depend on the window) of an external program running X. >> > > I read few tim

Re: [Lazarus] cursor image

2010-01-27 Thread ik
http://ik.homelinux.org/ On Tue, Jan 26, 2010 at 18:42, Hans-Peter Diettrich wrote: > ik schrieb: > > > Is there a cross platform (or a GTK/QT solution if not) how to get from >> X,Y the mouse cursor handle and from there to translate it to it's original >> i

Re: [Lazarus] cursor image

2010-01-26 Thread ik
http://ik.homelinux.org/ On Tue, Jan 26, 2010 at 15:28, Paul Ishenin wrote: > 26.01.2010 19:59, ik wrote: > >> Is there a cross platform (or a GTK/QT solution if not) how to get from >> X,Y the mouse cursor handle and from there to translate it to it's original >&g

[Lazarus] cursor image

2010-01-26 Thread ik
Hello, Is there a cross platform (or a GTK/QT solution if not) how to get from X,Y the mouse cursor handle and from there to translate it to it's original icon ? Thanks, Ido http://ik.homelinux.org/ -- ___ Lazarus mailing list Lazarus@lists.lazarus.f

[Lazarus] Cucumber and other testing framework

2010-01-25 Thread ik
Hello list, I wish to implement Cucumber (a BDD based testing framework). It has a protocol that needs to be implemented: http://wiki.github.com/aslakhellesoy/cucumber/wire-protocol But I do not have time for it at the moment. Are there other testing framework (not counting f

[Lazarus] lazarus editor coloring

2010-01-21 Thread ik
Hello list, I've noticed two things that are missing at Lazarus: 1. The ability to add/save new color style I'm making 2. Loading custom made coloring I always change the default coloring of Lazarus to extended the coloring, however I can't save it as a new coloring style. Moreover I've noticed

Re: [Lazarus] StatusBar Panels issue

2010-01-18 Thread ik
I think it is a bug (or at least a skin issue), because it used to work in the past (I think on 0.9.24 it worked). The text alignment also does not function (for me) there, and it used to align text properly on GTK 2. Ido http://ik.homelinux.org/ 2010/1/19 Graeme Geldenhuys > Hi, > > Is this a

Re: [Lazarus] Lazarus on Tiny Core Linux

2010-01-18 Thread ik
On Mon, Jan 18, 2010 at 11:16, Graeme Geldenhuys wrote: > ajv wrote: > > > > Do you really think a mainstream distribution with fpGUI can beat this? > > Yes. fpGUI apps are smaller than Qt, GTK or LCL applications. Uses less > memory too. > > fpGUI now supports Windows desktop OSes, WinCE devices,

[Lazarus] Database connection manager

2010-01-18 Thread ik
Hello List, I'm looking for a database connection manager that allow me to manage any open query connection. What does it mean ? Well lets say I have two forms that can open the same query that is located in a DataModule, now I want to close the connection only when the last form that asked to op

[Lazarus] build modes

2010-01-18 Thread ik
Hello list, I found a new option at Compiler Options for a project. What exactly does it do and how do you work with it ? Thanks, Ido http://ik.homelinux.org/ -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepasc

Re: [Lazarus] How do I Show Dynamically Created Visual Components?

2010-01-15 Thread ik
What about adding position of left and top and also Form1 as parent ? with TEdit.Create(Form1) do begin Visible:=True; Enabled:=True; Name:='TestEdit"+IntToStr(i); /// Left := 50; top := 100; Parent := Form1;

Re: [Lazarus] Wiki Search

2010-01-15 Thread ik
On Fri, Jan 15, 2010 at 20:56, Vincent Snijders wrote: > dmitry boyarintsev schreef: > > On Fri, Jan 15, 2010 at 9:00 PM, Vincent Snijders >> wrote: >> >>> If you mean a dump of the current mysql db, then no, that is not >>> possible, >>> because it contains users, email addresses, passwords too

Re: [Lazarus] LNet und QT

2010-01-12 Thread ik
http://ik.homelinux.org/ On Tue, Jan 12, 2010 at 14:53, zeljko wrote: > On Tuesday 12 January 2010 13:23, ik wrote: > > > As far as I know, lnet was never built to support QT. It requires you to > > implement some required methods and functions that are implement

Re: [Lazarus] LNet und QT

2010-01-12 Thread ik
On Tue, Jan 12, 2010 at 13:30, Thomas Moritz wrote: > Hello, > build "lnetvisual" with Lazarus (qt) gives errors, but "lnetbase" is OK. > (x86_64 _and_ i586 Lazarus svn) > Here is the output: > > Free Pascal Compiler version 2.4.0 [2010/01/06] for x86_64 > Copyright (c) 1993-2009 by Florian Klaem

Re: [Lazarus] couchdb api in fpc/lazarus

2010-01-11 Thread ik
http://ik.homelinux.org/ 2010/1/11 Michael Van Canneyt > > > On Mon, 11 Jan 2010, ik wrote: > > 2010/1/11 Leonardo M. >> >> El lun, 11-01-2010 a las 16:33 +0100, Michael Van Canneyt escribió: >>> >>>> >>>> On Mon, 11 Jan 2010, ik

Re: [Lazarus] couchdb api in fpc/lazarus

2010-01-11 Thread ik
2010/1/11 Leonardo M. > El lun, 11-01-2010 a las 16:33 +0100, Michael Van Canneyt escribió: > > > > On Mon, 11 Jan 2010, ik wrote: > > > > > Hello, > > > > > > Have anyone know of an implementation of > > > couchdb<http://couchdb.apache

[Lazarus] couchdb api in fpc/lazarus

2010-01-11 Thread ik
Hello, Have anyone know of an implementation of couchdbfor FPC/Lazarus ? Thanks, Ido http://ik.homelinux.org/ -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listi

Re: [Lazarus] OT: screen cast on lazarus

2010-01-10 Thread ik
http://ik.homelinux.org/ On Sun, Jan 10, 2010 at 23:45, Michael Van Canneyt wrote: > > > On Sun, 10 Jan 2010, ik wrote: > > Hello List, >> >> I was asked by the following web site: http://www.crictor.co.il/en/ to do >> a short screen cast on Lazarus. >>

[Lazarus] OT: screen cast on lazarus

2010-01-10 Thread ik
Hello List, I was asked by the following web site: http://www.crictor.co.il/en/ to do a short screen cast on Lazarus. The cast will be about 4-6 minutes top (closer to 4 minutes the better), and I'm looking for an idea on what to do. The cast will be in Hebrew, but I hope someone will create sub

Re: [Lazarus] OT: Happy new year

2010-01-02 Thread ik
Thanks Ido http://ik.homelinux.org/ 2009/12/31 Giuliano Colla > I join Ido in wishing you all a very happy new year. > > To Ido, shana tova umetukah. > > Giuliano > > ik ha scritto: > > Hello All, > > Sorry for the offtopic, but I wish you all happy new year

[Lazarus] OT: Happy new year

2009-12-31 Thread ik
Hello All, Sorry for the offtopic, but I wish you all happy new year. I hope that in 2010 we'll see Pascal, FPC and Lazarus become more main stream. Have a great new year and 2010, Ido http://ik.homelinux.org/ -- ___ Lazarus mailing list Lazarus@lists.

[Lazarus] ctrl+j rename possible bug

2009-12-09 Thread ik
Hello, I'm using Lazarus 0.9.29 r23051M FPC 2.5.1 x86_64-linux-gtk 2 (beta) . I selected a whole procedure and used CTRL+J to rename a local variable and it's whole usage in the code like so: procedure a_test; var SelStart : integer; begin SelStart := Edit1.SelStart; ... end; When I renamed

Re: [Lazarus] floating point mask

2009-12-09 Thread ik
You are over engineering this. Here is what I did (not completed yet): TfrmCalculator = class (TForm) edtAmount : TEdit ; edtPerc : TEdit ; edtResult : TEdit ; procedure edtAmountKeyDown (Sender : TObject ; var Key : Word ; Shift : TShiftState ); procedure edtAmountKeyP

Re: [Lazarus] VoIP / SIP communication initiated from LCL apps | OFFTOPIC

2009-12-09 Thread ik
http://ik.homelinux.org/ On Wed, Dec 9, 2009 at 11:03 AM, Graeme Geldenhuys wrote: > 2009/12/9 ik : > > > > I wrote some API for it for lnet (didn't released it though, but willing > to > > release it as lgpl), and told Ales about it. > > Please let me know i

Re: [Lazarus] VoIP / SIP communication initiated from LCL apps | OFFTOPIC

2009-12-09 Thread ik
On Wed, Dec 9, 2009 at 12:52 AM, Graeme Geldenhuys wrote: > 2009/12/8 Helmut Hartl : > >> > > This seems you want to do 3rd party call control of a SIP device. > > Yes, I simply want to initiate a call from inside our application. The > rest is then handled by the actual SIP device or VoIP applica

[Lazarus] TCustomEdit selection event

2009-12-07 Thread ik
Hello, Is there a way to register myself to a selection message in Lazarus for TCustomEdit based component that is cross platfrom ? I only need to know that someone selected something the rest I know how to get. Thanks, Ido http://ik.homelinux.org/ --

[Lazarus] floating point mask

2009-12-07 Thread ik
Hello, I'm trying to create some sort of calculator for specific task. I require to allow to input only floating point or integer numbers. I thought to use TMaskEdit for it, but how can i tell it a rule to allow me arbitrary number length including a floating point on arbitrary position ? In rege

Re: [Lazarus] THtmlPort

2009-12-06 Thread ik
51 PM, Phil Hess wrote: > Ah yes, that's likely true of all Delphi apps since Delphi doesn't yet > support 64 bit. > > I'll add that as a known issue for all widgetsets. > > Did you get compile errors or what? Did it work with 32 bit compile? > > Thanks for

Re: [Lazarus] THtmlPort

2009-12-06 Thread ik
The code was not built for Linux 64 bit :( Ido http://ik.homelinux.org/ On Sun, Dec 6, 2009 at 7:43 PM, Phil Hess wrote: > The THtmlPort package is much improved now: > > http://wiki.lazarus.freepascal.org/THtmlPort > > THtmlPort is a package of fairly impressive HTML viewers, supporting > sty

Re: [Lazarus] Firebird's calculated field

2009-12-04 Thread ik
So what is the difference between internal calculated and calculated in that property ? Thanks, Ido http://ik.homelinux.org/ On Fri, Dec 4, 2009 at 1:42 PM, Luca Olivetti wrote: > En/na ik ha escrit: > > Hello, >> >> I tried to use the FieldKind of Calculated on a real

[Lazarus] Firebird's calculated field

2009-12-04 Thread ik
Hello, I tried to use the FieldKind of Calculated on a real calculated field from firebird, but instead of displaying the data inside the calculated field, it just displayed it it's type as a string. When I'm using it as Data, then the field content is displayed properly. Is there something that I

Re: [Lazarus] missing field in Fieldsdef

2009-11-21 Thread ik
Solved. The field was varchar with big size (2048). While firebird allow it, the TStringField seems to not like it. Ido http://ik.homelinux.org/ On Sat, Nov 21, 2009 at 1:38 AM, ik wrote: > Hello, > > I wrote query that does select in TSQLQuery. It gives me all the fields I > ma

[Lazarus] missing field in Fieldsdef

2009-11-20 Thread ik
Hello, I wrote query that does select in TSQLQuery. It gives me all the fields I made select on except one field named Address. When I execute the query inside the SQL property it does gives me the field, but not in fielddef window. The field name is "address" (if it is important). Any idea what

Re: [Lazarus] Datamodule and forms data aware components problem

2009-11-20 Thread ik
:33 PM, Paul Ishenin wrote: > ik wrote: > >> >> The first form will find the datasource components on dmDatabases unit, >> while the second form will not. >> >> What am I missing here ? >> > Lazarus has a different behavior comparing to Delphi. It does

[Lazarus] Datamodule and forms data aware components problem

2009-11-20 Thread ik
Hello, I'm using Lazarus 0.9.29 r22691M FPC 2.5.1 x86_64-linux-gtk 2 (beta). When I create a form and place in the uses section of the interface the data module, some forms with data aware components can find the datasource, while other forms with data aware components can not find the Datasources

[Lazarus] My guide for working with databases in Lazarus

2009-11-18 Thread ik
Hi, I published today the first part of my guide to use databases with Lazarus: http://idkn.wordpress.com/2009/11/18/less-painful-work-with-databases-first-part/ The translated version (using Google Translate): http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fidkn.

Re: [Lazarus] LibUSB problem

2009-11-17 Thread ik
It means that you do not have libusb installed on your machine. Ido http://ik.homelinux.org/ On Tue, Nov 17, 2009 at 11:37 AM, Marko Medic wrote: > Hi, > I'm new to lazarus nad linux programming. > I have a problem with libusb and lazarus. > I am using unit created by Uwe Zimmermann and when i

Re: [Lazarus] run-time vs desgin-time packages

2009-11-15 Thread ik
es not translate it properly, but I think you can understand that post more or less :) Ido http://ik.homelinux.org/ On Sun, Nov 15, 2009 at 1:17 AM, Graeme Geldenhuys wrote: > 2009/11/14 ik : > > > > That much I understand (I hope). However, I can't install run-time >

[Lazarus] run-time vs desgin-time packages

2009-11-14 Thread ik
Hello, I'm trying to explain desgin-time vs run-time packages, and it seems that I don't really fully understand them myself. Desgin time are packages that changes the IDE or adds components etc... Run-time are used only when compiling the program itself. That much I understand (I hope). However,

[Lazarus] FPC Doc hints

2009-11-13 Thread ik
Hello, Since Lazarus 0.9.28 there is a hint of FPCDoc . The hint is a popup window with some sort of TSynEdit (?). Is there a way to make them "sticky" so when I leave the symbol that it display the information, it will still be visible and I could even scroll it ? Thanks, Ido http://ik.homelinu

Re: [Lazarus] make option -j

2009-11-13 Thread ik
Does it actually works with FPC ? Ido http://ik.homelinux.org/ On Fri, Nov 13, 2009 at 6:38 PM, Alexander Kaupp wrote: > Hello all, > > I dont know if everyone knows this: > > I have a dualcore CPU now and was wondering how to use both cores for > compiling for example lazarus. > > make -j2 a

[Lazarus] OT Lazarus vs VS

2009-11-10 Thread ik
Hi list, Someone in the Israeli FOSS was in a lecture that claimed that Visual Studio is easier to develop then Delphi and Lazarus. When he started to ask the lecturer questions about their experience with Pascal, they had none. The person itself (that told me this), tried both Visual Studio and L

[Lazarus] Lazarus debug issues

2009-11-09 Thread ik
Hello list, Recently I've written a console application using Lazarus. It had an Access violation, and why gdb (that I used on my own) told me about one line, when I execute it on Lazarus, Lazarus pointed on a different line. It just happen that Lazarus pointed on the line where i should have init

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

2009-11-04 Thread ik
ption that the ID is mandatory and is null). Ido http://ik.homelinux.org/ On Wed, Nov 4, 2009 at 4:27 PM, Michael Van Canneyt wrote: > > > On Wed, 4 Nov 2009, ik wrote: > > Hello, >> >> How exactly can I make the TSQLQuery work with the Insert query when I do &

[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 http

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread ik
09 PM, Michael Van Canneyt wrote: > > > On Wed, 4 Nov 2009, ik wrote: > > 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

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread ik
transaction to the database, so I do not know what else to use in Lazarus 64 bit. Ido http://ik.homelinux.org/ On Wed, Nov 4, 2009 at 11:10 AM, Marco van de Voort wrote: > 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 u

[Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread ik
Hello, 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, ftFloat, ftFloat, ftBCD, ftDateTime, ftDateTime,

[Lazarus] XML-RPC and SOAP parsers

2009-11-03 Thread ik
Hello, Are there any parsers for SOAP and XML-RPC (and works in Linux) that written in pure Pascal ? For XML-RPC I'm looking for implementation also for the "name" tag and not only the "value" tag. Thanks, Ido http://ik.homelinux.org/ -- ___ Lazarus m

Re: [Lazarus] libgdk-1.2.so.0

2009-11-03 Thread ik
Have you "installed" this shared library on your own ? It means that the shared library is using big endian (while x86 based cpu are using little endian). It means that the parameters are reversed so data like "1020" will be "2010" and you need to convert each byte to it's place. Ido http://ik.ho

Re: [Lazarus] Lazarus Path problems when creating new project

2009-10-29 Thread ik
Cool, it seems to work, thanks. Ido http://ik.homelinux.org/ On Fri, Oct 30, 2009 at 12:59 AM, Mattias Gaertner < nc-gaert...@netcologne.de> wrote: > On Thu, 29 Oct 2009 16:14:14 +0200 > ik wrote: > > > I'm using Lazarus 0.9.29 r22335M FPC 2.5.1 x86_64-linux-gtk 2

Re: [Lazarus] Lazarus Path problems when creating new project

2009-10-29 Thread ik
Gaertner wrote: > On Thu, 29 Oct 2009 13:47:42 +0200 > ik wrote: > > > Hello, > > > > When I create a new project in Lazarus, I'm making the following > > directory tree: > > > > src/project > > src/output > > src/forms > > src/

[Lazarus] Lazarus Path problems when creating new project

2009-10-29 Thread ik
Hello, When I create a new project in Lazarus, I'm making the following directory tree: src/project src/output src/forms src/units src/includes In the past, if I would have saved each file on it's proper location, the IDE would have added the path to the compiler location. But after trying it to

Re: [Lazarus] gethostbyname() on linux systems.

2009-10-19 Thread ik
Please take a look at: ./fpc/packages/fcl-net/src/cnetdb.pp it's there :) Ido http://ik.homelinux.org/ On Mon, Oct 19, 2009 at 7:51 PM, David Touzeau wrote: > Dear coders > > i have googleized but nothing. > > i try to find examples or any information in order to get the same > gethostbyname()

Re: [Lazarus] Visual database design software

2009-05-28 Thread ik
On Thu, May 28, 2009 at 10:50 PM, "Leonardo M. Ramé" wrote: > About FlameRobin. It is developed using FPC/Lazarus?. It caught my > attention because in the site it says it works on Solaris. It uses C++ and wxWidgets > > > BTW, I use IBExpert and I love its Stored Procedure Debugger. > > Leonar

[Lazarus] The most missing feature in lazarus: see output in a dedicated terminal

2009-05-23 Thread ik
Hello, The most needed and unimplemented feature in Lazarus is the lack of seeing output in a dedicated terminal like 99.9% of the existed IDE do. I had a question by someone that wrote a "pure" text based application in Lazarus and Linux that he can not see the output in a terminal, so I playied

<    1   2   3   4