Re: [lazarus] TStringGrid Keypress event

2006-12-05 Thread Jesus Reyes
--- Luis Rodrigues <[EMAIL PROTECTED]> escribió: > On Mon, 2006-12-04 at 03:26 +, Luis Rodrigues wrote: > > Hello, > > > > When I press Return key it does not generate a Keypress event (as > it > > does in Dephi). > > > > Is this a bug or a feature? > > > > Best regards, > > > > Luis > >

Re: [lazarus] TStringGrid Keypress event

2006-12-05 Thread Luis Rodrigues
On Mon, 2006-12-04 at 03:26 +, Luis Rodrigues wrote: > Hello, > > When I press Return key it does not generate a Keypress event (as it > does in Dephi). > > Is this a bug or a feature? > > Best regards, > > Luis I've been reading the documentation of grids and found out that the grids shou

Re: SPAM-LOW: [lazarus] TXMLDocument help

2006-12-05 Thread Lee
Lee wrote: Hi, I am trying to get up to speed with the TXMLDocument object and it seems pretty straight forward. However, I am having a problem retrieving the text value of a node. Thanks for the great feedback everyone. I noticed that the wiki does in fact show the "Delphi way" of acc

Re: SPAM-LOW: Re: [lazarus] TXMLDocument help

2006-12-05 Thread Lee
Tony Pelton wrote: For instance, with .net, I would access that value (123) with Node.InnerText. my $0.02 ... try to avoid learning how standards based mechanisms work by using MS API's as your reference implementation. :) I can't help that. I started out with VB5 and did not develop goo

Re: [lazarus] Lazarus and Delphi: boolean expression expected, but got "untyped"

2006-12-05 Thread Vincent Snijders
Andrew Brunner schreef: From what I recall, Delphi will use the newly defined Changed Boolean instead of the protected property with no problem. If what Vincent is saying is true, I think that FPC should have thrown a warning like private variable "Changed" is hiding protected TControl.Changed o

Re: [lazarus] VFI and TIniPropStorage component

2006-12-05 Thread Michael Van Canneyt
On Tue, 5 Dec 2006, Graeme Geldenhuys wrote: > On 12/5/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > Eh ? Is Visual Form Inheritance working in Lazarus ?? > > > > Michael. > > :-) > Yes and No. There is no visual why of creating a descendant form yet, > but all you need to do is ed

Re: [lazarus] VFI and TIniPropStorage component

2006-12-05 Thread Graeme Geldenhuys
On 12/5/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: Eh ? Is Visual Form Inheritance working in Lazarus ?? Michael. :-) Yes and No. There is no visual why of creating a descendant form yet, but all you need to do is edit the .pas file of you form and change TForm in the implementation

RE: [lazarus] Lazarus and Delphi: boolean expression expected, but got "untyped"

2006-12-05 Thread Andrew Brunner
>From what I recall, Delphi will use the newly defined Changed Boolean instead of the protected property with no problem. If what Vincent is saying is true, I think that FPC should have thrown a warning like private variable "Changed" is hiding protected TControl.Changed or something like that. D

Re: [lazarus] VFI and TIniPropStorage component

2006-12-05 Thread Michael Van Canneyt
On Tue, 5 Dec 2006, Graeme Geldenhuys wrote: > Hi, > > In tiOPF I normally save the Form State and Size using a singleton > function gINI.ReadFormState and gINI.WriteFormState in a BasicForm's > constructor and destructor. > > I thought I would try out the TIniPropStorage component and at the

Re: [lazarus] Gambas

2006-12-05 Thread Graeme Geldenhuys
On 12/5/06, Samuel Cartaxo <[EMAIL PROTECTED]> wrote: a choice about which to use in my projects, and found that IO is beyond comparison. I found it to be more powerful and easier than tiOPF, by far. I think that's a matter of opinion, but you are entitled to yours. :-) I guess it all depends

Re: [lazarus] Gambas

2006-12-05 Thread Samuel Cartaxo
Do you know of any such framework? You may take a look at Instant Objects (http://www.instantobjects.org/). It is free open source and a great persistence framework. I performed a comparison between InstantObjects and tiOPF a little time ago, just to make a choice about which to use in my proje

[lazarus] VFI and TIniPropStorage component

2006-12-05 Thread Graeme Geldenhuys
Hi, In tiOPF I normally save the Form State and Size using a singleton function gINI.ReadFormState and gINI.WriteFormState in a BasicForm's constructor and destructor. I thought I would try out the TIniPropStorage component and at the same time us it in Visual Form Inheritance (VFI). My form hi

Re: SPAM-LOW: [lazarus] Writing on Windows/Compiling on Linux

2006-12-05 Thread Mattias Gaertner
On Mon, 04 Dec 2006 22:07:26 -0500 Lee <[EMAIL PROTECTED]> wrote: > Lee wrote: > > > > Hi all, > > > > If I'm writing my code on Windows and want to compile it on linux > > are there are other specifications I should be aware of other than > > what is listed here?: > > > > http://wiki.lazarus.f

[lazarus] smooth image borders

2006-12-05 Thread Sebastian Kraft
Hello, How can I get those nice Icons and Images like they come with gnome and KDE? I attached a screenshot to show what I mean. The edges of the play/stop/.. images don't look very nice. Can I "antialias" them any way? regards, sebastian sreenshot2.png Description: PNG image