Re: [lazarus] Serial Comm Support Windows

2007-12-03 Thread Luis R. Hilario B.
Look at your inbox. 2007/12/2, Stephano [EMAIL PROTECTED]: Florian Klaempfl wrote: May I add this to the rtl? Luis Hilario modified FPC's Unix serial.pp unit for use under windows (which I have not tested). You can refer to the following post:

Re: Testers for the unicode support on windows

2007-08-10 Thread Luis R. Hilario B.
News: http://trolltech.com/products/qt/gplexception But: B) You must, on request, make a complete package including the complete source code of Your Software... When BSD permits code closed, that is not a contradiction? 2007/8/8, Luis R. Hilario B. [EMAIL PROTECTED]: I know that since

Re: Testers for the unicode support on windows

2007-08-07 Thread Luis R. Hilario B.
Qt license. 2007/8/6, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: On 8/6/07, Luis R. Hilario B. [EMAIL PROTECTED] wrote: The problem of the license (commercial) discourages me Which license are you talking about? My message is a specific call for testers on the unicode support

Re: Testers for the unicode support on windows

2007-08-06 Thread Luis R. Hilario B.
Good work! I have a lot of time that do not contribute. The problem of the license (commercial) discourages me, change of versions of Qt, and busy in other things. 2007/8/5, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Hi, where are the testers? =) The only thing missing before changing to

Re: [lazarus] Lazarus Character map and UTF

2007-05-12 Thread Luis R. Hilario B.
the char, and what is it's type (Char, String, WideString, AnsiString) ? Label1.Caption := 'Â(c) -Visible - (c)-No visible'; Ido On 5/12/07, Luis R. Hilario B. [EMAIL PROTECTED] wrote: Hello, I tried to insert a character, appears normal, but while the program is in execution is not visible

Re: [lazarus] Lazarus Character map and UTF

2007-05-12 Thread Luis R. Hilario B.
characters. But gtk2 supports more much language specific things than gtk1. And AFAIK it's deprecated and not under development anymore. Ido On 5/12/07, Luis R. Hilario B. [EMAIL PROTECTED] wrote: 2007/5/12, ik [EMAIL PROTECTED]: Hi, I have few questions for you : 1. What UTF

Re: [lazarus] Lazarus Character map and UTF

2007-05-12 Thread Luis R. Hilario B.
-0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: View mapc.png 2007/5/12, Mattias Gaertner [EMAIL PROTECTED]: On Sat, 12 May 2007 16:18:42 +0300 ik [EMAIL PROTECTED] wrote: Hi, GTK1.2 does not support Unicode and UTF8 charset at all, only latin1. Where did you get

[lazarus] Lazarus Character map and UTF

2007-05-11 Thread Luis R. Hilario B.
Hello, I tried to insert a character, appears normal, but while the program is in execution is not visible, putting the character in UTF copied from KWrite (two characters) worked. -- http://luisdigital.com _ To unsubscribe:

Re: [lazarus] Serial unit for Windows

2007-05-02 Thread Luis R. Hilario B.
]: What are the functional differences between this and synaser ? On 5/1/07, Luis R. Hilario B. [EMAIL PROTECTED] wrote: Hello, New unit serial.pp for Windows. http://www.luisdigital.com/programacion/fpc/serial.pp Please, to verify any error, since I am not an expert. Some differences

[lazarus] Serial unit for Windows

2007-05-01 Thread Luis R. Hilario B.
Hello, New unit serial.pp for Windows. http://www.luisdigital.com/programacion/fpc/serial.pp Please, to verify any error, since I am not an expert. Some differences: Linux: TSerialState = record LineState: LongWord; tios: termios; end; Windows: TSerialState = record LineState:

Re: [lazarus] TFilelistBox dont work

2007-04-28 Thread Luis R. Hilario B.
default value in Delphi is ftNormal And are visible the files with attribute 'A' or without him. But that is not really the problem, in Delphi functions totally different. For example: ftArchive Does not it show hidden files, Lazarus yes. 2007/4/28, Vincent Snijders [EMAIL PROTECTED]: Luis R

Re: [lazarus] TFilelistBox dont work

2007-04-27 Thread Luis R. Hilario B.
way is set the default to true in future ? I dont know what do ftNormal. I try it lonely on some directories and in ever case i've nothing in the list. Selon Luis R. Hilario B. [EMAIL PROTECTED]: Try FileType:=[ftNormal,ftArchive,ftReadOnly]; Really the implementation of Lazarus is not the same

Re: [lazarus] TFilelistBox dont work

2007-04-24 Thread Luis R. Hilario B.
Try FileType:=[ftNormal,ftArchive,ftReadOnly]; Really the implementation of Lazarus is not the same one of Delphi, possibly change later. 2007/4/20, fedorax [EMAIL PROTECTED]: Hello, With lazarus svn 10980 fpc svn 7141 The component TFileListBox don't work. With FileListBox1 do begin

[lazarus] Delphi PHP

2007-02-21 Thread Luis R. Hilario B.
Hello, In CodeGear Delphi for PHP: http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.aspx It seems me that here was spoken of something seemed once. -- http://luisdigital.com _ To unsubscribe: mail [EMAIL

Re: [lazarus] 0.9.20 released

2006-11-09 Thread Luis R. Hilario B.
2006/11/9, Graeme Geldenhuys [EMAIL PROTECTED]: On 09/11/06, Luis R. Hilario B. [EMAIL PROTECTED] wrote: Which files are enormous? The final result of the programs created with MSEide + MSEgui Isn't that just because of the debug information inside the executables. This is covered

Re: [lazarus] 0.9.20 released

2006-11-08 Thread Luis R. Hilario B.
2006/11/8, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: On 11/8/06, Luis R. Hilario B. [EMAIL PROTECTED] wrote: But the files are enormous. Which files are enormous? The final result of the programs created with MSEide + MSEgui

Re: [lazarus] lazarus 0.9.18 on Mandriva 2007

2006-10-29 Thread Luis R. Hilario B.
2006/10/28, Burkhard Carstens [EMAIL PROTECTED]: Am Samstag, 28. Oktober 2006 18:37 schrieb Mattias Gaertner: On Sat, 28 Oct 2006 18:14:21 +0200 Burkhard Carstens [EMAIL PROTECTED] wrote: Am Samstag, 28. Oktober 2006 17:08 schrieb Mattias Gaertner: On Sat, 28 Oct 2006 16:36:12 +0200

[lazarus] Qt Message

2006-10-02 Thread Luis R. Hilario B.
Hello, After clarifying that the mesages LCL work well, we go with the part of Qt. Some of the events that generates QListWidget they are: QEventContextMenu (with a right click) QEventToolTip QEventKeyPress (keyboard) QEventKeyRelease But not QEventMouseButtonPress neither QEventMouseMove,

Re: [lazarus] LCL Message

2006-10-01 Thread Luis R. Hilario B.
LM_SELCHANGE send OnSelectionChange and next OnClick, but not only in Qt also in GTK. Bug or feature? 2006/9/19, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Ok, something very strange is going on. I added a slot for the itemchanged signal that looks like this: procedure

Re: [lazarus] LCL Message

2006-10-01 Thread Luis R. Hilario B.
It seems me that is done in the following way: procedure TQtMemoStrings.IsChanged; begin if Assigned((FOwner as TCustomMemo).OnChange) then begin (FOwner as TCustomMemo).Modified := False; (FOwner as TCustomMemo).OnChange(self); end; end; But I agree not to change that, because

[lazarus] QtComboBox Update

2006-09-28 Thread Luis R. Hilario B.
Hello, ComboBox update in file qtcombobox.diff Any correction is welcome. -- http://luisdigital.com Index: ide/revision.inc === --- ide/revision.inc (revision 10003) +++ ide/revision.inc (working copy) @@ -1,2 +1,2 @@ // Created by

Re: [lazarus] Screenshots wanted

2006-09-27 Thread Luis R. Hilario B.
http://luisdigital.com/programacion/lazarus/ 2006/9/26, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Hello, We are giving a new face to the screenshots page, and I would like to add screenshots of Lazarus running on various operating systems. We already have the most obvious ones: Linux and

Re: [lazarus] Screenshots wanted

2006-09-27 Thread Luis R. Hilario B.
I see that already is included. 2006/9/27, Luis R. Hilario B. [EMAIL PROTECTED]: http://luisdigital.com/programacion/lazarus/ 2006/9/26, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Hello, We are giving a new face to the screenshots page, and I would like to add screenshots of Lazarus

Re: [lazarus] Bug Tracking, of nothing serves?

2006-09-25 Thread Luis R. Hilario B.
Yes there is a problem. It should be easy to solve, but personally I do not know a lot of the IDE. As solution click Save all, is the same thing. 2006/9/25, Onjahyr [EMAIL PROTECTED]: What usefulness to lose time sending BUG if never it has solution? Good, I believe that this tool still does

Re: [lazarus] LCL Message

2006-09-22 Thread Luis R. Hilario B.
That same I suggest, so that it is not lost. 2006/9/22, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: I will send this patch to be applied. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] LCL Message

2006-09-19 Thread Luis R. Hilario B.
Hello, I implemented ListBox.Onclick and ListBox.OnSelectionChange, but they do not work correctly. OnSelectionChange sends messages of all types and OnClick does not want to send Onclick (But I see the sign in Qt when I click an item). View file ListBoxonclick.diff. If someone understands

Re: [lazarus] LCL error: OnDrawItem

2006-09-16 Thread Luis R. Hilario B.
; ARect: TRect; State: TOwnerDrawState) 2006/9/16, Mattias Gaertner [EMAIL PROTECTED]: On Fri, 15 Sep 2006 22:44:34 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: Hello, Error: Identifier not found TBaseOwnerDrawState ../lcl/stdctrls.pp TDrawItemEvent = procedure(Control: TWinControl

Re: [lazarus] LCL error: OnDrawItem

2006-09-16 Thread Luis R. Hilario B.
Now it compiled well. 2006/9/16, Mattias Gaertner [EMAIL PROTECTED]: On Sat, 16 Sep 2006 09:46:58 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: Find declaration and compilarion. Because the statement is different: Unit1.pas procedure ListBox1DrawItem(Control: TWinControl; Index

Re: [lazarus] Roadmap Qt update

2006-09-15 Thread Luis R. Hilario B.
2006/9/15, Graeme Geldenhuys [EMAIL PROTECTED]: On 15/09/06, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Green light for roadmap: TListBox TFileListBox Added. There is some page where is known who is working with x component? What do you mean by x component? THe X11 port of

[lazarus] Roadmap Qt update

2006-09-14 Thread Luis R. Hilario B.
Hello, Green light for roadmap: TListBox TFileListBox http://wiki.lazarus.freepascal.org/Roadmap There is some page where is known who is working with x component? -- http://luisdigital.com QtListbox.png Description: PNG image

[lazarus] Media attention

2006-09-11 Thread Luis R. Hilario B.
Hello, We have the attention of the media, so smile to the public. :) -- http://luisdigital.com _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: Media attention

2006-09-11 Thread Luis R. Hilario B.
http://barrapunto.com/article.pl?sid=06/09/11/2329221mode=thread :) 2006/9/11, Luis R. Hilario B. [EMAIL PROTECTED]: Hello, We have the attention of the media, so smile to the public. :) -- http://luisdigital.com -- http://luisdigital.com

[lazarus] The spirit lost of Borland

2006-09-06 Thread Luis R. Hilario B.
Hello, Some comments about I Disturb Delphi in Spanish: http://barrapunto.com/journal.pl?op=displayuid=803id=22622 And here in English: http://bdn.borland.com/article/33659 In conclusion can be told that Borland has not filled the expectation. -- http://luisdigital.com

Re: [lazarus] The spirit lost of Borland

2006-09-06 Thread Luis R. Hilario B.
Some errors of translation, like I Disturb Dephi (Turbo Delphi). But they can translate using http://www.freetranslation.com/ of Spanish-English, and is understood more or less. There is a review in PCMagazine: http://www.pcmag.com/article2/0,1759,2011448,00.asp according to the author, bad

[lazarus] Identifier not found TQtListView

2006-09-06 Thread Luis R. Hilario B.
Hello, Trying to implement TListBox, the error: qtwsstdctrls.pp(303,15) Error: Identifier not found TQtListView class function TQtWSCustomListBox.CreateHandle(const AWinControl: TWinControl; const AParams: TCreateParams): HWND; var QtListView: TQtListView; begin QtListView :=

Re: [lazarus] The spirit lost of Borland

2006-09-06 Thread Luis R. Hilario B.
IE v6 SP1 2006/9/6, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Look at the list of pre-requisites: Microsoft .NET Framework v1.1, Microsoft .NET SDK v1.1, Microsoft Visual J# v1.1, Microsoft XML Core Services v4.0 SP2. -- Felipe Monteiro de Carvalho

Re: [lazarus] fpGUI and Qt

2006-09-05 Thread Luis R. Hilario B.
It sounds better than .Net/Mono Thanks by the information. 2006/9/5, A.J. Venter [EMAIL PROTECTED]: KDE is a desktop environment that is written on Qt. It has a library with some widgets, but nothing really necessary. We can base LCL only on Qt and be desktop environment independent.

Re: [lazarus] fpGUI and Qt

2006-09-04 Thread Luis R. Hilario B.
2006/9/4, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: On 9/4/06, Luis R. Hilario B. [EMAIL PROTECTED] wrote: Some aid in the Wiki to install Qt4? Is not very new? Ummm, the problem is that this changes from distribution to distribution. If your distribution is RPM based then go

Re: [lazarus] fpGUI and Qt

2006-09-04 Thread Luis R. Hilario B.
with Lazarus, TurboExplorer and I have a years more than life! Mm, Already is day 5! Happy birthday!!! xD 2006/9/4, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: On 9/4/06, Luis R. Hilario B. [EMAIL PROTECTED] wrote: Mandriva 10.2 (2005 LE). qt4-common-4.1.4-12mdv2007.0.i586.rpm Before you install

Re: [lazarus] ListView bug

2006-01-11 Thread Luis R. Hilario B.
]: On Tue, 10 Jan 2006 22:08:26 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: I already found it. It was in the LCL (customlistview.*), but Windows was not affected, rare. Some events are different. That's why the LCL is flexible and we always suggest, that a programmer avoids using

[lazarus] 2 Exception Windows

2006-01-11 Thread Luis R. Hilario B.
Hello, Two windows appear when an exception is generated, mine (personalized) and another generic one. How do I do so that not the generic one appear? Thanks. -- http://luisdigital.com _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] 2 Exception Windows

2006-01-11 Thread Luis R. Hilario B.
Mmm, Ok. But that passes if is not a graphic (X11, Windows) program, also appears? Last question of the day, promise. :D And many thanks, you (all) they are marvelous. 2006/1/11, Mattias Gaertner [EMAIL PROTECTED]: On Wed, 11 Jan 2006 19:09:47 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote

Re: [lazarus] ListView bug

2006-01-10 Thread Luis R. Hilario B.
Thanks you! Which file has the modifications? http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/?root=lazarus 2006/1/10, Mattias Gaertner [EMAIL PROTECTED]: On Wed, 4 Jan 2006 20:27:50 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: 2006/1/4, Mattias Gaertner [EMAIL PROTECTED

[lazarus] ListView bug

2006-01-04 Thread Luis R. Hilario B.
Hello, if TListView.Items.Delete(Last.Selected.Index) then Lazarus crash; Only GTK. TApplication.HandleException List index (7) out of bounds Stack trace: $080BA63E TApplication.HandleException Access violation Stack trace: $081CA9EF TLISTITEM__SETSTATE, line 524 of

Re: [lazarus] ListView bug

2006-01-04 Thread Luis R. Hilario B.
lazarus/ideintf/imagelisteditor.pp Line 187:fLv.Items.Delete(Il.Index); But is a general failure in GTK, for example Code Templates also fails. 2006/1/4, Mattias Gaertner [EMAIL PROTECTED]: On Wed, 4 Jan 2006 10:16:26 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: Hello

Re: [lazarus] ListView bug

2006-01-04 Thread Luis R. Hilario B.
Add icons in Image list editor (for example) and select the last one, clic Delete and BOOM. 2006/1/4, Mattias Gaertner [EMAIL PROTECTED]: On Wed, 4 Jan 2006 17:40:01 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: lazarus/ideintf/imagelisteditor.pp Line 187:fLv.Items.Delete(Il.Index

[lazarus] USB Icon

2005-12-18 Thread Luis R. Hilario B.
Hello, If a project has name USB, appears icon USB in the program instead of the traditional one (X). Who puts the icon, the graphical system or Lazarus? O.S.: Linux -- http://luisdigital.com _ To unsubscribe: mail [EMAIL

Re: [lazarus] USB Icon

2005-12-18 Thread Luis R. Hilario B.
Yes, kde.lpi - KDE icon :) 2005/12/18, Michael Van Canneyt [EMAIL PROTECTED]: On Sun, 18 Dec 2005, Luis R. Hilario B. wrote: Hello, If a project has name USB, appears icon USB in the program instead of the traditional one (X). Who puts the icon, the graphical system or Lazarus

Re: [lazarus] A new marketing strategy

2005-11-09 Thread Luis R. Hilario B.
My (2) Delphisuperhero: http://luisdigital.com/varios/ xD But to send Delphi Personal would be better promotion. 2005/9/19, Razvan Adrian Bogdan [EMAIL PROTECTED]: If you were wondering what marketing strategies Borland was planning lately, search no more, Delphiman is here, hope he will beat

Re: [lazarus] Bug similar al Bug 0000722 pero con el Tedit

2005-10-23 Thread Luis R. Hilario B.
Qué dijo??? Esta es una lista internacional y el idioma aceptado es el inglés. Si quieres una respuesta, por favor ponga su pregunta/problema de forma que pueda ser entendida por la comunidad en inglés. O puedes usar: http://www.freetranslation.com/ como yo ;) He said (more or less): Error

Re: [lazarus] Lazarus and FVWMN

2005-10-18 Thread Luis R. Hilario B.
Something more, the error: Error: Can't call the linker, switching to external linking. is for lack of memory, I use the text mode to compile Lazarus. 2005/10/18, Luis R. Hilario B. [EMAIL PROTECTED]: There is not problem, only you have to have installed lib GTK or GTK2 (or QT), etc. No hay

Re: [lazarus] Daily snapshots

2005-09-23 Thread Luis R. Hilario B.
2005/9/23, Vincent Snijders [EMAIL PROTECTED]: After 0.9.10 has been released, Vincent. Should not be Lazarus in frozen mode for the version 1.0? Various translators we have to work double, because the content changes. Lazarus 2006 Ya! :) -- http://luisdigital.com

[lazarus] ReactOS runs Klinton (compiler Delphi)

2005-09-18 Thread Luis R. Hilario B.
Hello, Reactos runs some programs created with Delphi and Lazarus, also Lazarus works (more or less). http://luisdigital.com/so/reactos/ -- http://luisdigital.com _ To unsubscribe: mail [EMAIL PROTECTED] with