[fpc-pascal] How to use fpGUI?
Nataraj S Narayan
natarajsn at gmail.com
Mon Jul 21 08:10:33 CEST 2014
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 <
mailinglists at geldenhuys.co.uk> wrote:
> 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 are referring to NotePad++ instead. ;-)
>
>
> > Is there any possibility to use fpGUI, or doesn't it work
> > without Lazarus?
>
> Yes of course you can use fpGUI without Lazarus. fpGUI doesn't depend on
> any IDE or editor. To make compiling easier from the command line, fpGUI
> includes compilation scripts for the framework. It also includes
> extrafpc.cfg files in the "examples" directory which sets some last
> minute paths and compiler options. These *.cfg files are handy for your
> own projects too.
>
> eg:
> cd <fpgui>/examples/apps/ide/src/
> fpc @extrafpc.cfg maximus.lpr
>
> I recommend you use the latest fpGUI source code from the Git repository:
>
> git clone https://github.com/graemeg/fpGUI.git
>
> I've just started the v1.2 release branch for testing.
>
> The docs/INSTALL.txt file describes how to compile fpGUI, and how to use
> it from various IDE's (FP Text IDE, Lazarus, MSEide, Maximus - fpGUI's
> own demo app) or from the command line.
>
> If you have any further questions, don't hesitate to pop over to the
> support newsgroup. There are many fpGUI users more than willing to help
> you along the way. The following URL has details for the newsgroup.
> [http://fpgui.sourceforge.net/support.shtml]
>
>
>
> Regards,
> - Graeme -
>
> --
> fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
> http://fpgui.sourceforge.net/
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140721/d61d58c9/attachment.html>
More information about the fpc-pascal
mailing list