On 06/02/2008, el stamatakos <[EMAIL PROTECTED]> wrote:
> select a directory. Is there a way to only click once to make a selection,
> is there an option somewhere or another function. I look forward to your

The standard SelectDirectory in LCL in crap, because it works very
different on all widget sets and under GTK1 it's the File Open dialog!
 Instead, I would recommend you use the dirsel.pas unit. It has a
consistent look across all platforms and uses the familiar directory
treeview to select a directory.  I mostly used GTK1 under Lazarus on
Linux and it's a welcome change to the File Open dialog for selecting
directories.

PS:
I once tried to implement the dirsel.pas unit as the default for GTK1,
but again I got lost in the complexity of the LCL backends.


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to