Re: [fpc-pascal] Persistent blocks in Lazarus

2009-07-17 Thread Andreas Berger
- The Keyboard layout/scheme for "wordstar" ? How different is that from current default, or classic-scheme default? I modified the classic-schema a few years ago to be mostly wordstar correct. What I didn't do at the time was add persistent blocks. ___

Re: [fpc-pascal] Persistent blocks in Lazarus

2009-07-17 Thread Martin Friebe
We are still on the wrong mailing list. Should be laza...@lists.lazarus.freepascal.org Anyway, if it's about SynEdit, feel free to ask where to start looking, I am glad to give some pointers. (But please make sure you are on SVN 0.9.27, since it is completely different) From What I understan

Re: [fpc-pascal] FP Vector graphics library

2009-07-17 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: > > - There are writeln's in several places. This will break Windows GUI (Darwin > > ?too?) programs, and look sloppy on other systems. > > I isolated them in ifdefs > I removed the lazarus files, they aren't needed at all. > > Another th

Re: [fpc-pascal] Persistent blocks in Lazarus

2009-07-17 Thread Andreas Berger
On Thu, Jul 16, 2009 at 01:36:15PM +0200, Andreas Berger wrote: Out of curiosity (because I never used this feature in any editor), what would you use it for? Persistent blocks and the full Wordstar keyboard shortcuts is why I use the Delphi IDE until today. If you miss wordst

Re: [fpc-pascal] FP Vector graphics library

2009-07-17 Thread Felipe Monteiro de Carvalho
On Fri, Jul 17, 2009 at 11:54 AM, Marco van de Voort wrote: > - There are writeln's in several places. This will break Windows GUI (Darwin >  too?) programs, and look sloppy on other systems. I isolated them in ifdefs > - There are lazarus packages there. It should go to Lazarus I think, since >

Re: [fpc-pascal] FP Vector graphics library

2009-07-17 Thread Jonas Maebe
On 17 Jul 2009, at 16:54, Marco van de Voort wrote: - There are writeln's in several places. This will break Windows GUI (Darwin too?) On Mac OS X writeln's from GUI apps simply go into the system and console logs (or to the console itself, if you start a gui app from the command line

Re: [fpc-pascal] FP Vector graphics library

2009-07-17 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: > I added fpvectorial under packages/fpvectorial and started a page for > it on the wiki > > I still didn't make makefiles because they really confuse me ... - There are writeln's in several places. This will break Windows GUI (Darwin t

Re: [fpc-pascal] FP Vector graphics library

2009-07-17 Thread Jonas Maebe
On 17 Jul 2009, at 16:37, Felipe Monteiro de Carvalho wrote: I still didn't make makefiles because they really confuse me ... You don't have to write a makefile, only a makefile.fpc, and those are dead simple. Just copy paszlib/Makefile.fpc and change the name, required packages (if any,

Re: [fpc-pascal] FP Vector graphics library

2009-07-17 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: > > I added fpvectorial under packages/fpvectorial and started a page for > it on the wiki > > I still didn't make makefiles because they really confuse me ... I'll have a look. ___ fpc-pascal

Re: [fpc-pascal] FP Vector graphics library

2009-07-17 Thread Graeme Geldenhuys
Felipe Monteiro de Carvalho wrote: I still didn't make makefiles because they really confuse me ... Isn't it time to switch to the new build system any way? 'fpmake.pas' style? Just curious, when is the switchover going to happen? From Makefiles to fpmake.pas style? Regards, - Graeme

Re: [fpc-pascal] FP Vector graphics library

2009-07-17 Thread Felipe Monteiro de Carvalho
Hello, I added fpvectorial under packages/fpvectorial and started a page for it on the wiki I still didn't make makefiles because they really confuse me ... bye, -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.or

Re: [fpc-pascal] Persistent blocks in Lazarus

2009-07-17 Thread Marco van de Voort
On Thu, Jul 16, 2009 at 01:36:15PM +0200, Andreas Berger wrote: > > > Out of curiosity (because I never used this feature in any editor), > > what would you use it for? > Persistent blocks and the full Wordstar keyboard shortcuts is why I use > the Delphi IDE until today. If you miss wordstar s

Re: [fpc-pascal] Clipboard tutorial.

2009-07-17 Thread Martin Friebe
If you use Lazarus (or at least the LCL) it has a unit Clipbrd and you can do Clipboard.AsText:= FText; Martin Torsten Bonde Christiansen wrote: Graeme Geldenhuys wrote: Torsten Bonde Christiansen wrote: Does anyone know of a page that has a short introduction/tutorial, preferably somet

Re: [fpc-pascal] Mailingliste

2009-07-17 Thread Graeme Geldenhuys
Sabine & Jens Kluschat wrote: Can You delete my Adress in Your List? You can unsubscribe by going to the following URL: http://lists.freepascal.org/mailman/listinfo/fpc-pascal Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.n

Re: [fpc-pascal] Clipboard tutorial.

2009-07-17 Thread Graeme Geldenhuys
Torsten Bonde Christiansen wrote: But from your answer if guess there is no single (simple) way to do this? No, various toolkits all handle the clipboard in different was. So you need to create an abstraction layer that wraps the various platforms you want to support into a common API - whic

[fpc-pascal] Mailingliste

2009-07-17 Thread Sabine & Jens Kluschat
Hello! Can You delete my Adress in Your List? I don´t want to get mails actually. Thank You! Jens___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Clipboard tutorial.

2009-07-17 Thread Torsten Bonde Christiansen
Graeme Geldenhuys wrote: Torsten Bonde Christiansen wrote: Does anyone know of a page that has a short introduction/tutorial, preferably something that will work cross-platform wise. What GUI toolkit are you using and what platform? Or is it a console based application, which normally mea

Re: [fpc-pascal] Clipboard tutorial.

2009-07-17 Thread Graeme Geldenhuys
Torsten Bonde Christiansen wrote: Does anyone know of a page that has a short introduction/tutorial, preferably something that will work cross-platform wise. What GUI toolkit are you using and what platform? Or is it a console based application, which normally means the clipboard only func

[fpc-pascal] Clipboard tutorial.

2009-07-17 Thread Torsten Bonde Christiansen
Hi all. I've been spending som time now, looking for documentation on how to utilize the clipboard, but so far I have had no luck. Does anyone know of a page that has a short introduction/tutorial, preferably something that will work cross-platform wise. Kind regards, Torsten Bonde Christia

Re: [fpc-pascal] Lazarus settings and roaming profiles in Windows

2009-07-17 Thread Mattias Gaertner
On Thu, 16 Jul 2009 19:03:40 +0200 Florian Klaempfl wrote: > Micha Nelissen schrieb: > > Florian Klaempfl wrote: > >>> Then you must be the only one since everybody I know despises it. > >>> We use multiple times login sometimes and then the settings are > >>> always messed up. > >> > >> Well, t