Re: [lazarus] Why do Delphi users hate Lazarus so much?

2008-01-27 Thread zaher dirkey
://www.lazarus.freepascal.org/mailarchives -- Zaher Dirkey

Re: [lazarus] TBitmap.LoadFromStream Fails in Lazarus but works fine in Delphi...

2008-01-27 Thread zaher dirkey
] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- Zaher Dirkey

Re: [lazarus] New synedit patch

2008-01-27 Thread zaher dirkey
at http://www.lazarus.freepascal.org/mailarchives -- Zaher Dirkey

Re: [lazarus] Announcement: Poll about required windows version for Lazarus

2007-11-04 Thread zaher dirkey
] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- Zaher Dirkey _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] UTF-8 input handling

2007-09-21 Thread zaher dirkey
I wonder how could Right-To-Left work on the code editor. You mean Right-To-Left in SynEdit, Especially in strings and comments. I think mixing LTR and RTL in same text will be complex to read it.

Re: [lazarus] UTF-8 input handling

2007-09-08 Thread zaher dirkey
Right-To-Left handling and selection of Right-To-Left text? Someone was working on this for the native widgets. I don't know the current state. For now Right-To-Left work fine with Win32 http://wiki.lazarus.freepascal.org/index.php/BidiMode I am very busy this days to work on GTK, but when i

Re: [lazarus] Trouble ending Application that uses Firebird DBs

2007-06-10 Thread zaher dirkey
of a win XP network). The final users must ends te application via task manager or manual closing. They are claiming a lot. Do you explicitly disconnect the database too before closing the form ? Michael. -- zaher dirkey

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread zaher dirkey
Can anyone briefly explains me what a class helper is I think class helper it some functions/procedures take the first params as the class (that you want to make helper for it), but the fist param (the class) passed as Class of this method. function (MyClass:TMyClass; param2:TParam2); but you

Re: [lazarus] wince GetControlText

2007-04-13 Thread zaher dirkey
I posted as bug in mantis, and worked fine for me, but not sure if that the correct way to resovle the problem, i think when we use SysAllocStringLen we must use SysFreeString. Check it http://www.freepascal.org/mantis/view.php?id=8676 --- Henry Vermaak [EMAIL PROTECTED] wrote: when i try to

Re: [lazarus] TSpeedButton response to multiple clicks

2007-04-06 Thread zaher dirkey
DblClick must translated to Click to make Every mouse down fire click event. after that if DblClick fired, no problem with me :) --- Vincent Snijders [EMAIL PROTECTED] wrote: See http://www.freepascal.org/mantis/view.php?id=8625 Is it useful to allow DblClick events for TSpeedButton or