Re: [E-devel] Elementary FileSelector

2009-10-22 Thread Dave Andreoli
2009/10/22 Andreas Volz > Hello, > > any ideas why elm fileselector adds a "" at the end of the path? > This is really confusing while working with the result path. > Yes, any idea ;) It's an elm_entry 'bug'. I sent a patch for this some hours ago. DaveMDS > > regards > Andreas > > > >

[E-devel] Elementary FileSelector

2009-10-21 Thread Andreas Volz
Hello, any ideas why elm fileselector adds a "" at the end of the path? This is really confusing while working with the result path. regards Andreas -- Come build with us! The BlackBerry(R) Developer Conference in SF, C

Re: [E-devel] Elementary FileSelector widget

2009-08-12 Thread The Rasterman
On Tue, 14 Jul 2009 21:17:24 +0200 Dave Andreoli said: hey hey! ok - i know it's not totally pretty and perfect, and yes - it needs work but i'll put this in svn so it can be "out there" and worked on. anyone wanting to use it.. bwware - it may break api! let it settle! > Hi raster, hi all.

Re: [E-devel] Elementary FileSelector widget

2009-08-06 Thread Marco Trevisan (TreviƱo)
Dave Andreoli wrote: > Hi raster, hi all. > > I'm working on the elementary version of edje_editor and I need to write > some new widgets. > I started with the File Selector widget because it is also mentioned in the > elementary TODO ;) > > Attached you can find the first patch that add the new

[E-devel] Elementary FileSelector widget

2009-07-14 Thread Dave Andreoli
Hi raster, hi all. I'm working on the elementary version of edje_editor and I need to write some new widgets. I started with the File Selector widget because it is also mentioned in the elementary TODO ;) Attached you can find the first patch that add the new widget and a new test page. I have al