Re: [fpc-pascal] TCP Server

2006-08-19 Thread Fabrício F. Kammer
OK I was able to run the echo server example. Now I need to know how can I make a server that gets the commands sends by my client application and make the right actions with these commands. Can anyone help with this? PS: I'm trying to install the indy on windows xp without succes, if someone

[fpc-pascal] Re: Free Pascal widget set

2006-08-19 Thread Michael Van Canneyt
On Sat, 19 Aug 2006, Cesar Romero wrote: > Why not wxWidgets? > Linux map to GTK - GTK 2.0 alread done > Windows to Native widget set > Mac to Cocoa > > Serious, I still dont undertande why not, is a licence issue? Because no-one has started it yet. And on Linux, I think it would be a very bad

Re: [fpc-pascal] Re: Free Pascal widget set

2006-08-19 Thread Krishna
On 8/19/06, Cesar Romero <[EMAIL PROTECTED]> wrote: Why not wxWidgets? Linux map to GTK - GTK 2.0 alread done Windows to Native widget set Mac to Cocoa Serious, I still dont undertande why not, is a licence issue? Too many layers perhaps... pascal -> wx -> gtk2 -> xlib Also the need to set

[fpc-pascal] Re: Free Pascal widget set

2006-08-19 Thread Cesar Romero
Why not wxWidgets? Linux map to GTK - GTK 2.0 alread done Windows to Native widget set Mac to Cocoa Serious, I still dont undertande why not, is a licence issue? []s Cesar Romero http://blogs.liws.com.br/cesar As promised, the documenation for fpGUI (not complete) is available on the website

[fpc-pascal] Re: Free Pascal widget set

2006-08-19 Thread Graeme Geldenhuys
The documentation will be online over the weekend. As promised, the documenation for fpGUI (not complete) is available on the website at: http://opensoft.homeip.net/fpgui/docs/ Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freep

Re: [fpc-pascal] Free Pascal widget set

2006-08-19 Thread Graeme Geldenhuys
OK, now I've compiled fpGfx but the examples do not compile - helloworld's compilation exits with 'TSize... illegal qualifier etc.' Fixed! Also added the missing Lazarus *.lpi files. Get a svn update... Regards, - Graeme - ___ fpc-pascal maillist -

Re: [fpc-pascal] Free Pascal widget set

2006-08-19 Thread Mattias Gaertner
On Fri, 18 Aug 2006 22:24:33 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > On 8/18/06, Darius Blaszijk <[EMAIL PROTECTED]> wrote: > > Just a note, but the "auto-sizing" of components as depicted in the > > fig2. example is perfectly possible with Anchoring already. There's > > no need for

Re: [fpc-pascal] Free Pascal widget set

2006-08-19 Thread Krishna
On 8/19/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: On 8/19/06, Krishna <[EMAIL PROTECTED]> wrote: > I have problems building the thing. Executing make in the topdir of > fpGFX is exiting with an error like 'Can't find unit GFXImpl...' . > fpGUI also fails to build with an error like 'Can't

Re: [fpc-pascal] Widget Sets, Lazarus, Graeme Project, FPC Win32

2006-08-19 Thread Graeme Geldenhuys
1: Does Lazarus Work well in Win32 yet? Yes! For the most apps it works great. We develop using Lazarus on Windows and Linux. We did pickup some slight functionality differences between the two platforms, but nothing to major. Then again our app is not quite a standard looking app either.

Re: [fpc-pascal] Free Pascal widget set

2006-08-19 Thread Graeme Geldenhuys
On 8/19/06, Krishna <[EMAIL PROTECTED]> wrote: I have problems building the thing. Executing make in the topdir of fpGFX is exiting with an error like 'Can't find unit GFXImpl...' . fpGUI also fails to build with an error like 'Can't find unit DOM...' The Makefiles are still work-in-progress.

Re: [fpc-pascal] Widget Sets, Lazarus, Graeme Project, FPC Win32

2006-08-19 Thread Michael Van Canneyt
On Sat, 19 Aug 2006, Jason P Sage wrote: > Couple Questions Folks > -- > 1: Does Lazarus Work well in Win32 yet? Of course. > > 2: Is it difficult to make a GUI that compiles for Linux and Win32 with > Lazarus? No. I do it often. > > 3: To Do it do you need to compile t

Re: [fpc-pascal] Widget Sets, Lazarus, Graeme Project, FPC Win32

2006-08-19 Thread Bisma Jayadi
I've tried Lazarus in the past, and didn't have much success. And frankly it seemed Linux Specific. I know there were developers porting it, but I never saw a working Win32 Demo. Hello Jason, I wonder... where have you been lately? :D Of course Lazarus works great both on win32 and linux, and

Re: [fpc-pascal] Free Pascal widget set

2006-08-19 Thread Krishna
On 8/18/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: The fpGUI development team [ Me, myself and I ] is looking for developers willing to join this project. I have made the source available on my sever using SubVersion. The documentation will be online over the weekend. fpGUI is not yet r

[fpc-pascal] Widget Sets, Lazarus, Graeme Project, FPC Win32

2006-08-19 Thread Jason P Sage
Couple Questions Folks -- 1: Does Lazarus Work well in Win32 yet? 2: Is it difficult to make a GUI that compiles for Linux and Win32 with Lazarus? 3: To Do it do you need to compile the actual FPC Compiler with Lazarus extensions or is it just Units you add to your code? 3: I

Re: [fpc-pascal] Free Pascal widget set

2006-08-19 Thread Graeme Geldenhuys
On 8/18/06, Darius Blaszijk <[EMAIL PROTECTED]> wrote: Just a note, but the "auto-sizing" of components as depicted in the fig2. example is perfectly possible with Anchoring already. There's no need for a layout manager for that functionality. Darius Lazarus has much better anchoring support t