Re: [Gambas-user] Dialog and relative paths

2015-10-28 Thread adamn...@gmail.com
On Wed, 28 Oct 2015 04:47:53 +0100 Benoît Minisini wrote: > Le 28/10/2015 04:40, adamn...@gmail.com a écrit : > > On Wed, 28 Oct 2015 03:16:16 +0100 > > Benoît Minisini wrote: > > > >> Le 28/10/2015 01:21, adamn...@gmail.com a écrit : > >>> I have an executable archive that contains several text

Re: [Gambas-user] Dialog and relative paths

2015-10-27 Thread Benoît Minisini
Le 28/10/2015 04:40, adamn...@gmail.com a écrit : > On Wed, 28 Oct 2015 03:16:16 +0100 > Benoît Minisini wrote: > >> Le 28/10/2015 01:21, adamn...@gmail.com a écrit : >>> I have an executable archive that contains several text files with >>> some metadata in them pertinent to that executable. Suff

Re: [Gambas-user] Dialog and relative paths

2015-10-27 Thread adamn...@gmail.com
On Wed, 28 Oct 2015 03:16:16 +0100 Benoît Minisini wrote: > Le 28/10/2015 01:21, adamn...@gmail.com a écrit : > > I have an executable archive that contains several text files with > > some metadata in them pertinent to that executable. Suffice to say > > they are text files with a ".def" extensi

Re: [Gambas-user] Dialog and relative paths

2015-10-27 Thread Benoît Minisini
Le 28/10/2015 01:21, adamn...@gmail.com a écrit : > I have an executable archive that contains several text files with > some metadata in them pertinent to that executable. Suffice to say > they are text files with a ".def" extension. > > At run time the user needs to select one of these files to b

[Gambas-user] Dialog and relative paths

2015-10-27 Thread adamn...@gmail.com
I have an executable archive that contains several text files with some metadata in them pertinent to that executable. Suffice to say they are text files with a ".def" extension. At run time the user needs to select one of these files to be loaded. Is there some way I can use the standard Dial