RE: [lazarus] FPC compiler for virtual machines?

2008-02-06 Thread Sergio Samayoa
You should write an Object Pascal compiler which targets JRE and/or MIDP/CLDC runtimes which output is Java byte code. Something like Crome and .Net To me, it is interesting project from intellectual point of view but not practical - Better code in Java. FWIW, I'm Delphi developer and Java Arch

RE: [lazarus] Reports

2008-01-30 Thread Sergio Samayoa
> http://sourceforge.net/projects/braslib/ Latest release 0.4b in may 2006, CVS contents is 20 months old > https://sourceforge.net/projects/reportlivre/ Latest release 0.1 in feb 2006, there's nothing in CVS Better use LazReport which is the "de facto" reporting tool for lazarus. Regards. __

RE: [lazarus] Reports

2008-01-30 Thread Sergio Samayoa
LazReport is based on FreeReport 2.32. AFAIK there is no report component / engine for lazarus other than LazReport. You can try reportman (http://reportman.sourceforge.net) API in lazarus. Is CLX based (Kylix) and only runs on Windows & Linux. You could try http://www.openmfg.com/openrpt but I

RE: [lazarus] How many lazarus / FPC exists?

2008-01-28 Thread Sergio Samayoa
] How many lazarus / FPC exists? On Jan 28, 2008 6:11 PM, Sergio Samayoa <[EMAIL PROTECTED]> wrote: > Is some statistic somewhere? You can play with the statistics from sourceforge: http://sourceforge.net/project/stats/?group_id=89339&ugn=lazarus&type=&mode= year La

[lazarus] Production quality crosss platform applications

2008-01-28 Thread Sergio Samayoa
Hi. Has someone already put into production lazarus applications which are cross platform? Regards. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.fr

[lazarus] How many lazarus / FPC exists?

2008-01-28 Thread Sergio Samayoa
Hi. I'm coming back to lazarus (again) because MacOSX and Linux raising and wondering how many users (developers) are using lazarus / FPC. Is some statistic somewhere? Regards. _ To unsubscribe: mail [EMAIL PROTECTED] with

RE: copyright infringement in LCL code

2007-11-13 Thread Sergio Samayoa
File /opt/lazarus/lcl/controls.pas: cannot open 0 tokens File /home/graemeg/kylix3/source/clx/QControls.pas: 28925 tokens Total: 28925 tokens

RE: [lazarus] Emulate keyboard input like Windows "Screen Keyboard"

2007-11-02 Thread Sergio Samayoa
input like Windows "Screen Keyboard" * Sergio Samayoa <[EMAIL PROTECTED]> [Fri, 2 Nov 2007 08:11:33 -0600]: > > Deleting symbol in current position is also easy, just set SelStart, > SelLength and clear SelText. > > But if you want do to the hard way, which invol

RE: [lazarus] Emulate keyboard input like Windows "Screen Keyboard"

2007-11-02 Thread Sergio Samayoa
ginal- De: 12 12 [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 01 de Noviembre de 2007 11:18 a.m. Para: lazarus@miraclec.com Asunto: RE: [lazarus] Emulate keyboard input like Windows "Screen Keyboard" * Sergio Samayoa <[EMAIL PROTECTED]> [Thu, 1 Nov 2007 08:52:21 -0600]: > Then i

RE: [lazarus] Emulate keyboard input like Windows "Screen Keyboard"

2007-11-01 Thread Sergio Samayoa
: [lazarus] Emulate keyboard input like Windows "Screen Keyboard" * Sergio Samayoa <[EMAIL PROTECTED]> [Thu, 1 Nov 2007 08:14:12 -0600]: > Do you have access to Form1 instance? > > Ex: > > Unit unit2; > ... > > Type > Form2 = class(TForm) >

RE: [lazarus] Emulate keyboard input like Windows "Screen Keyboard"

2007-11-01 Thread Sergio Samayoa
Do you have access to Form1 instance? Ex: Unit unit2; ... Type Form2 = class(TForm) ... End; Implementation Uses unit1; ... Procedure ... Begin ... Form1.Edit1.SelText := SomeVariable; ... End; -Mensaje original- De: 12 12 [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 01

RE: [lazarus] TJvXPBar still collapsed

2007-10-26 Thread Sergio Samayoa
Send me a test case to samayoa_sergio yahoo.com Regards. -Mensaje original- De: 12 12 [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 26 de Octubre de 2007 07:14 a.m. Para: lazarus@miraclec.com Asunto: [lazarus] TJvXPBar still collapsed I found link to TJvXPBar on http://wiki.lazarus.fr

RE: [lazarus] Anybody on this list use Firebird database withLazarus?

2007-10-10 Thread Sergio Samayoa
I recommend you ZeosLib. Is very mature and stable, Works in Delphi and Lazarus and has drivers for Oracle, FireBird, SQLServer, MySQL, Postgresql and ASA (I think). Regards. -Mensaje original- De: Joost van der Sluis [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 10 de Octubre de 200

RE: [lazarus] Borland Kylix & Trolltech

2007-06-16 Thread Sergio Samayoa
> I take it this is an old announcement? Yep, someone change its publishing date: "...said Dale Fuller..." and "The Kylix project is planned to be..." evidences the outdate of the new. Regards. _ To unsubscribe: mail [EMAIL P

RE: [lazarus] Field designer

2007-06-07 Thread Sergio Samayoa
> Fields Editor is only implemented in Lazarus for FPC 2.1.X or later Thanks. I'm downloading current 2.1.5 snapshot and will try. Regards. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subj

RE: [lazarus] Field designer

2007-06-06 Thread Sergio Samayoa
> I think what you are looking for is the fields property in the OI. I guess OI = Object Inspector. Well, I never seen before in Lazarus and don't know if it should appear there but my experience in Delphi is: - Double click in the dataset component opens "Fields Editor". - Right click (context

[lazarus] Field designer

2007-06-06 Thread Sergio Samayoa
Hi. I'm getting into Lazarus again and trying to define persistent fields to TDataSet. I can't "activate" the fields editor. It is a bug or there is some trick to do that? I'm using lazarus 0.9.23 with FPC 2.0.4 in WindowsXP sp2 and openSuse 10.2. Regards.

RE: [lazarus] Once Code Compile Anywhere .... ????

2007-05-25 Thread Sergio Samayoa
iarto [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 25 de Mayo de 2007 09:59 a.m. Para: lazarus@miraclec.com Asunto: RE: [lazarus] Once Code Compile Anywhere Don't use Win API programming... maybe not supported in Linux Is it Right ??? Sergio Samayoa <[EMAIL PROTECTE

RE: [lazarus] Once Code Compile Anywhere .... ????

2007-05-24 Thread Sergio Samayoa
1. Write your program / application. 2. Compile and debug in your favorite supported OS (Windows, Linux, etc.). 3. Move your source files to another supported OS and recompile it. This means: 1. Write and test your application using Lazarus for Windows. 2. Transfer

RE: [lazarus] Office Menu Like

2007-05-24 Thread Sergio Samayoa
Ribbon you mean, isn’t it? http://mxs.bergsoft.net/ This is for Delphi, may be you have the time to port it to Lazarus, but have many, many, many time because it is based on other components. Regards. _ De: Carlos Avogaro [mailto:[EMAIL PROTECTED] Enviado el: Miércol

RE: [lazarus] Image from SQL

2007-05-16 Thread Sergio Samayoa
Dont known about base64 but you should protect resources with try..finally blocks: S1 := TStringStream.Create(S); try S2 := TStringStream.Create(S); try ...Use resources... finally S2.Free; end; finally S1.Free; end; Also, why "DoNothing" procedure, just left except block empty:

RE: [lazarus] Image from SQL

2007-05-16 Thread Sergio Samayoa
> Oh, after I finished copy the backup the HD crashed, So you can see Bottom line: Your own experience with that event and the problems you have particularly with MySQL is why you use such approach. That's ok IF HE/SHE use such database (MySQL) and has the same scenario, otherwise "use the hammer

RE: [lazarus] Image from SQL

2007-05-15 Thread Sergio Samayoa
> I guess you have a lot of time and a lot of bandwith, No, I use my time wisely: I always look for better way of doing thing. And yes, in the company I work we have 2 ADSL 1Mbit Internet connections, 4Mbit connection to our main customer network and I have 768Kbit ADSL in my house. > and never

RE: [lazarus] Image from SQL

2007-05-15 Thread Sergio Samayoa
You must known your RBDMS or leave such task to DBA. For example: with Interbase / Firebird you can have more than one database file (a few years ago because file size constraints but now for device contention) and you should use gbak and new for FB nbackup instead of file copy. In Oracle, apart

RE: [lazarus] Image from SQL

2007-05-15 Thread Sergio Samayoa
Take the words from my mouth. -Mensaje original- De: Joost van der Sluis [mailto:[EMAIL PROTECTED] Enviado el: Martes, 15 de Mayo de 2007 08:59 a.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Image from SQL Just use a decent backup, and not a generated sql-script. On Tue, 2007-05-

RE: [lazarus] Image from SQL

2007-05-15 Thread Sergio Samayoa
Why text? Database's software must provide backup & restore utilities which can handle binary data. -Mensaje original- De: ik [mailto:[EMAIL PROTECTED] Enviado el: Martes, 15 de Mayo de 2007 07:32 a.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Image from SQL Hi, You are looking

RE: [lazarus] Delphi for PHP

2007-02-21 Thread Sergio Samayoa
Me too. -Mensaje original- De: Felipe Monteiro de Carvalho [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 21 de Febrero de 2007 03:54 p.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Delphi for PHP I find it a very good idea, and will certainly give it a try if there is a test v

RE: Free Pascal widget set

2006-08-19 Thread Sergio Samayoa
> This is one reason why I'm looking forward to your widgetset. "Write once, run > everywhere" nowadays only works with some workarounds or quite simple That’s not true. You can get the same feel & look and behavior with Java/Swing. Also, you can get the same behavior (but not L&F) with eclipse's

RE: [lazarus] Turbo explorer

2006-08-09 Thread Sergio Samayoa
> Delphi going to OpenSource? NO. AFAIK they will offer an entry level version like MS's Express editions. Regards. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http:

RE: [lazarus] What's wrong with this code?

2006-05-23 Thread Sergio Samayoa
> a bug or not but using a name like "btnTestMe" for your buttun runs fine. IS NOT A BUG. CHECK the first assignment statement in the else's statements, it has ";=" instead of ":=". It is interpreted, as someone said before, as two separated statements: STATEMENT 1: btnTestMeClick.Caption; STA

RE: [lazarus] turboCASH on Lazarus "proof of concept"

2006-03-10 Thread Sergio Samayoa
Did you try Unified Interbase? I think it was ported to FPC. -Mensaje original- De: Matt Henley [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 10 de Marzo de 2006 03:39 p.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] turboCASH on Lazarus "proof of concept" Michael, On our project,

RE: [lazarus] Substitute for WinAPI BitBlt

2005-11-14 Thread Sergio Samayoa
If you really want cross cross-platform use Java. -Mensaje original- De: news [mailto:[EMAIL PROTECTED] En nombre de Felipe Monteiro de Carvalho Enviado el: Sunday, 13 de November de 2005 04:39 p.m. Para: lazarus@miraclec.com Asunto: [lazarus] Substitute for WinAPI BitBlt Hi, I am con

RE: [lazarus] TXMLSQLQuery ????

2005-08-26 Thread Sergio Samayoa
mmm... To be very simplistic, you can write a client proxy layer which must "send" SQL to your web tier (perl /php) and convert the responded xml to DBF then show and navigate the data with TDBF. Note that your queries should produce small rowsets (full XML document will be produced by your "web t

RE: [lazarus] Eclipse

2005-08-08 Thread Sergio Samayoa
It is simple why I consider ME a Delphi Developer and Java Architect: 1. I develop only two tier GUI/Database Win32 applications in Delphi. No much architect work here, just traditional database design and UI design 2. In Java applications I must decide how many tiers, how to distribute work amon

[lazarus] Eclipse

2005-08-08 Thread Sergio Samayoa
Hi every one. > For the C/C++/java crowd that must be a *huge* step forward. Maybe in ten > years or so they'll get something approaching delphi 1 on windows > 3.11 ;-) Don't compare apples with pears. I'm Delphi Developer (since version 1 late '96) and Java Architect, developing in Java since