<div dir="ltr"><div><div><div><div>Graeme<br><br></div>Sorry for butting in. But wanna ask:-<br>Does the latest fpgui have TFpgString<span class="">Grid</span>  have the method  'LoadFromCSVFile' as in lcl TStringGrid?<br>
<br></div>Is it trivial to add?<br><br></div>warm regards<br><br></div>Nataraj<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jul 20, 2014 at 3:17 PM, Graeme Geldenhuys <span dir="ltr"><<a href="mailto:mailinglists@geldenhuys.co.uk" target="_blank">mailinglists@geldenhuys.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 2014-07-20 04:50, Holger Aschmann wrote:<br>
><br>
> I write my programs in Free Pascal on NotePad, and I don't like to use<br>
> Lazarus.<br>
<br>
</div>NotePad is an interesting choice. In a push I would maybe prefer Free<br>
Pascal's Text IDE before I use NotePad.  I'll give you the benefit of<br>
the doubt and believe you are referring to NotePad++ instead. ;-)<br>
<div class=""><br>
<br>
> Is there any possibility to use fpGUI, or doesn't it work<br>
> without Lazarus?<br>
<br>
</div>Yes of course you can use fpGUI without Lazarus. fpGUI doesn't depend on<br>
any IDE or editor. To make compiling easier from the command line, fpGUI<br>
includes compilation scripts for the framework. It also includes<br>
extrafpc.cfg files in the "examples" directory which sets some last<br>
minute paths and compiler options. These *.cfg files are handy for your<br>
own projects too.<br>
<br>
 eg:<br>
  cd <fpgui>/examples/apps/ide/src/<br>
  fpc @extrafpc.cfg maximus.lpr<br>
<br>
I recommend you use the latest fpGUI source code from the Git repository:<br>
<br>
  git clone <a href="https://github.com/graemeg/fpGUI.git" target="_blank">https://github.com/graemeg/fpGUI.git</a><br>
<br>
I've just started the v1.2 release branch for testing.<br>
<br>
The docs/INSTALL.txt file describes how to compile fpGUI, and how to use<br>
it from various IDE's (FP Text IDE, Lazarus, MSEide, Maximus - fpGUI's<br>
own demo app) or from the command line.<br>
<br>
If you have any further questions, don't hesitate to pop over to the<br>
support newsgroup. There are many fpGUI users more than willing to help<br>
you along the way. The following URL has details for the newsgroup.<br>
[<a href="http://fpgui.sourceforge.net/support.shtml" target="_blank">http://fpgui.sourceforge.net/support.shtml</a>]<br>
<br>
<br>
<br>
Regards,<br>
  - Graeme -<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal<br>
<a href="http://fpgui.sourceforge.net/" target="_blank">http://fpgui.sourceforge.net/</a><br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br>
</font></span></blockquote></div><br></div>