Re: [Gambas-user] Right-click menu

2009-10-10 Thread Fabien Bodard
> SELECT Mouse.Right > CASE TRUE > almenu.popup() > CASE ELSE > END SELECT ??? IF Mouse.Right THEN almenu.Popup() Don't use SELECT for something that have only one answer ! It's ugly. -- Come build with us!

Re: [Gambas-user] write to folder in windows network

2009-10-10 Thread Doriano Blengino
Doriano Blengino ha scritto: > Bill-Lancaster ha scritto: > >> I can view and access my windows network folders easily from the desktop. >> I can put an icon on the desktop which will open a specific network folder >> (is that "mounted"?) >> ... >> > mount-path, like "E:" is the mount-path

Re: [Gambas-user] write to folder in windows network

2009-10-10 Thread Doriano Blengino
Bill-Lancaster ha scritto: > Dear Doriano > That's OK I don't feel "flamed". > I'm using Ubuntu 9.04 with Gnome 2.26.1 > I can view and access my windows network folders easily from the desktop. > I can put an icon on the desktop which will open a specific network folder > (is that "mounted"?) > I

Re: [Gambas-user] write to folder in windows network

2009-10-10 Thread Bill-Lancaster
Dear Doriano That's OK I don't feel "flamed". I'm using Ubuntu 9.04 with Gnome 2.26.1 I can view and access my windows network folders easily from the desktop. I can put an icon on the desktop which will open a specific network folder (is that "mounted"?) I researched all the stuff in Nabble and t