Re: [Lazarus] Special colors

2009-04-21 Thread Zaher Dirkey
I used in my control clNone mean transparent clDefault use the default color of my controls It is depend on the used control ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] New Lazarus IDE/LCL features since ...?

2009-04-21 Thread Zaher Dirkey
I am working on Delphi 2007 but i like to have i a wish to ask to revert back to Delphi 7, i have big project on Delphi and not need any of that features from 7to 2007. Vencet said Who needs Right to Left ? ;-) Me, and i have 3 projects(Win32, WinCE) on Lazarus used the BidiMode property.

Re: [Lazarus] Using internet componets with Lazarus.

2008-06-29 Thread Zaher Dirkey
://mail.yahoo.fr ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus -- Zaher Dirkey ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] SQLite - WinCe

2008-06-24 Thread Zaher Dirkey
- SQLite3Connection does not raise an exception when it cannot connect. Connected becomes true no matter what. if the db not found it will be created, try to use FileExists before open the db. ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] Printing a formatted page

2008-06-22 Thread Zaher Dirkey
/lazarus -- Zaher Dirkey ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Registering Dll for WinCe

2008-06-13 Thread Zaher Dirkey
directory, WinCe needs to be told it is there. Does this clear the picture? - Leslie - ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus -- Zaher Dirkey

Re: [Lazarus] ARM-WinCE - db engine, printing

2008-05-25 Thread Zaher Dirkey
I used it in minilib in commercial projects, so there is only some test projects in this lib and i have no time to make documentation this days, but the code is readable, and any question is welcome. for support i have topic in my site http://www.parmaja.com/forums/viewtopic.php?id=121 There is

Re: [Lazarus] ARM-WinCE - db engine, printing

2008-05-18 Thread Zaher Dirkey
it by DOSPrinter www.geocities.com/dosprint About SQlite in same project there is MiniConnection\db\mncSQLite.pas it is not DB aware, it just small simple connection to sqlite worked in WinCE. -- Zaher Dirkey ___ Lazarus mailing list Lazarus

Re: [Lazarus] ARM-WinCE - db engine, printing

2008-05-17 Thread Zaher Dirkey
? Regards - Leslie - ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus -- Zaher Dirkey ___ Lazarus mailing list Lazarus

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-20 Thread Zaher Dirkey
-If you use other encodings, you will need to convert your source code to utf-8, That break my project, because i use my language in source code and compile it in both Lazarus for WinCE and Delphi For Win32, but every project have own Forms, and all my other code shared between the both projects.

Re: [Lazarus] Localization in toolkit like fpGUI

2008-02-19 Thread zaher dirkey
/ ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus -- Zaher Dirkey ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http

[Lazarus] TextHeight property in TCustomForm

2008-02-19 Thread zaher dirkey
TCustomForm class property TextHeight: Longint read FDummyTextHeight write FDummyTextHeight stored False; For What? -- Zaher Dirkey ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http