Page 1 of 1

GetFile() Reinvented ! : GetDIRList()

Posted: Tue Sep 16, 2008 8:55 pm
by esgici
Reinvention of wheel ? :)

Not quite ... ;)

Main difference is allowing file(s) and folder(s) selection together.

Another difference is implementing of <lNoChangeDir> parameter. Unlike GetFile(), GetDIRList() uses this value for allowing change directory ability to user.

Furthermore sorting grid columns by three (not two) ways, GetVolumLabel(), List2Arry() and Arry2List() functions may be useful.

Also, test program ( TestGDL.prg ) may be a sample for .fmg based application.

I need your help; please feel free to share your impressions.

Regards

--

esgici

Re: GetFile() Reinvented ! : GetDIRList()

Posted: Wed Sep 17, 2008 1:35 am
by Rathinagiri
It is nice. Let me try. :)

Thanks a lot Esgici.

Re: GetFile() Reinvented ! : GetDIRList()

Posted: Wed Sep 17, 2008 12:39 pm
by luisvasquezcl
Good Job,
Regards
Luis Vasquez

Re: GetFile() Reinvented ! : GetDIRList()

Posted: Wed Sep 17, 2008 1:05 pm
by Rathinagiri
Really a fantastic effort.

By the way, what editor you are using Esgici?

Re: GetFile() Reinvented ! : GetDIRList()

Posted: Wed Sep 17, 2008 1:10 pm
by esgici
Luis Vasquez wrote: Good Job,
rathinagiri wrote:Really a fantastic effort.

By the way, what editor you are using Esgici?
Thanks for your nice words Luis and Rathi :)

My programing editor is Crimson Editor.

Regards

--

esgici

Re: GetFile() Reinvented ! : GetDIRList()

Posted: Wed Sep 17, 2008 1:31 pm
by Rathinagiri
Thanks for introducing Crimson Editor. I will give a try.

Re: GetFile() Reinvented ! : GetDIRList()

Posted: Wed Sep 17, 2008 5:23 pm
by esgici
rathinagiri wrote:Thanks for introducing Crimson Editor. I will give a try.
Hi Rathi

If you will try Crimson Editor first time you will need these files:

Unzip, copy ext*.* ( two files ) to C:\Program Files\Crimson Editor\link,
MINIGUI.* ( other two files ) to C:\Program Files\Crimson Editor\spec and
restart cedt.exe.

You can also associate .prg and .fmg ( or whatever you like ) files with Crimson
via Tools\Preference\Files\Associate

I hope you will like :)

Regards

--

esgici

Re: GetFile() Reinvented ! : GetDIRList()

Posted: Wed Sep 17, 2008 6:33 pm
by Rathinagiri
Yes. I had tried and it suits me. :)

Thanks a lot for your guidance.