Re: [fpc-pascal] GUI application sample for windows and linux

2008-08-07 Thread Osvaldo Filho
Sorry, and thank you. 2008/8/5, David Emerson <[EMAIL PROTECTED]>: > > Sorry Osvaldo, but we cannot help with your homework: > > http://www.freepascal.org/faq.var#HOMEWORK > > The advice I would give any person who actually needs to create a form > with a button is to use fpgui or lazarus or msegu

Re: [fpc-pascal] GUI application sample for windows and linux

2008-08-06 Thread Graeme Geldenhuys
On 8/6/08, Nataraj S Narayan <[EMAIL PROTECTED]> wrote: > Hi Graeme > > I am trying out fpgui for arm-linux. Please tell me how different are > msegui and fpgui. Why do we need two of them, if both are writing > direct w/o gtk or qt? Ah, I couldn't find my 'template' reply ;-) It basicall

Re: [fpc-pascal] GUI application sample for windows and linux

2008-08-06 Thread Graeme Geldenhuys
On 8/6/08, Krishna <[EMAIL PROTECTED]> wrote: > > oh no! Graeme, what are you doing? we already have enough toolkits and > APIs to tear our hair with. :-) > -- > Programming today is a race between software engineers striving to > build bigger and better idiot- proof programs, and the Univers

Re: [fpc-pascal] GUI application sample for windows and linux

2008-08-06 Thread Nataraj S Narayan
Hi Graeme I am trying out fpgui for arm-linux. Please tell me how different are msegui and fpgui. Why do we need two of them, if both are writing direct w/o gtk or qt? regards Nataraj On Wed, Aug 6, 2008 at 1:47 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 8/5/08, Osvaldo Filho <[EMAIL

Re: [fpc-pascal] GUI application sample for windows and linux

2008-08-06 Thread Krishna
On Wed, Aug 6, 2008 at 1:47 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Or if you are not happy with any of those > and you are up to the challenge and you have A LOT of spare time, then > start implemented you own cross-platform GUI toolkit. :-) > > Good luck! > oh no! Graeme, what are y

Re: [fpc-pascal] GUI application sample for windows and linux

2008-08-06 Thread Graeme Geldenhuys
On 8/5/08, Osvaldo Filho <[EMAIL PROTECTED]> wrote: > Hi, i need a sample of an application with this: > > One form > One button with an event, the event: showmessage('Hello, my name is: '+ > button.name) > > The application to be need cross plataform for windows and linux and not use > gtk, gtk2,

Re: [fpc-pascal] GUI application sample for windows and linux

2008-08-05 Thread David Emerson
Sorry Osvaldo, but we cannot help with your homework: http://www.freepascal.org/faq.var#HOMEWORK The advice I would give any person who actually needs to create a form with a button is to use fpgui or lazarus or msegui. If you like textmode, you could use freevision. If you could come up with

[fpc-pascal] GUI application sample for windows and linux

2008-08-05 Thread Osvaldo Filho
Hi, i need a sample of an application with this: One form One button with an event, the event: showmessage('Hello, my name is: '+ button.name) The application to be need cross plataform for windows and linux and not use gtk, gtk2, qt or fpGui. No lazarus code, please. This application is for an