Re: [fpc-pascal] How to use fpGUI?

2014-07-20 Thread Sven Barth
Am 20.07.2014 05:56 schrieb "Holger Aschmann" : > > Hi. > > I write my programs in Free Pascal on NotePad, and I don't like to use Lazarus. Is there any possibility to use fpGUI, or doesn't it work without Lazarus? Of course you can use fpGUI without Lazarus. Normally adding the unit directory of

[fpc-pascal] Find/open files in search paths

2014-07-20 Thread denisgolovan
Hi all Does anybody know if Lazarus IDE has something similar to View units (Ctrl+F12) tool, but searching in all search paths defined in project settings? It would allow to open modules much quicker than using standard Open file dialog. -- Regards, Denis Golovan __

Re: [fpc-pascal] How to use fpGUI?

2014-07-20 Thread Graeme Geldenhuys
On 2014-07-20 04:50, Holger Aschmann wrote: > > I write my programs in Free Pascal on NotePad, and I don't like to use > Lazarus. NotePad is an interesting choice. In a push I would maybe prefer Free Pascal's Text IDE before I use NotePad. I'll give you the benefit of the doubt and believe you

[fpc-pascal] fpGUI v1.2 release branch ready for testing

2014-07-20 Thread Graeme Geldenhuys
Hi, I've started the v1.2 release cycle, and created a 'release-1.2' branch. This means there is a feature freeze on that specific branch, and only bugfixes will be applied. Please test and let me know in the support newsgroup of any bugs you might find. fpGUI repository on Github: git clone ht

Re: [fpc-pascal] How to use fpGUI?

2014-07-20 Thread Marco van de Voort
In our previous episode, Sven Barth said: > In principle you could even use the LCL without Lazarus. > The question that strikes me here is why you would prefer Notepad instead > of an IDE like Lazarus? An IDE simplifies coding a lot by providing various > code completion and refactoring functional

Re: [fpc-pascal] How to use fpGUI?

2014-07-20 Thread Holger
Hi!   Thank you for the informations. Next days I try to install fpGUI another time.   I am really writing my programs on NotePad, not Notepad++ or something like that. I do not need the colour-games, but I want to hold control about that, what I am doing. For me the NotePad ist the right thin

Re: [fpc-pascal] Find/open files in search paths

2014-07-20 Thread Flávio Etrusco
On Sun, Jul 20, 2014 at 7:24 AM, denisgolovan wrote: > Hi all > > Does anybody know if Lazarus IDE has something similar to View units > (Ctrl+F12) tool, but searching in all search paths defined in project > settings? > It would allow to open modules much quicker than using standard Open file

Re: [fpc-pascal] How to use fpGUI?

2014-07-20 Thread Martin Schreiber
On Sunday 20 July 2014 20:20:16 Holger wrote: > I am really writing my programs on NotePad, not Notepad++ or something like > that. I do not need the colour-games, but I want to hold control about > that, what I am doing. For me the NotePad ist the right thing. Then you might like MSEide. I also

Re: [fpc-pascal] How to use fpGUI?

2014-07-20 Thread Nataraj S Narayan
Graeme Sorry for butting in. But wanna ask:- Does the latest fpgui have TFpgStringGrid have the method 'LoadFromCSVFile' as in lcl TStringGrid? Is it trivial to add? warm regards Nataraj On Sun, Jul 20, 2014 at 3:17 PM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > On 2014-07-