Re: [e-users] help to ython-efl

2013-12-18 Thread Gustavo Sverzut Barbieri
On Tuesday, December 17, 2013, Wido wrote: > I'm trying to understand something, does it makes any sense to use > naviframes to 'simulate' having tabs? Or is there any other way to make a > button to pop an specific 'view' in that same window you are? That's elm flip. You flip to some page, it

Re: [e-users] help to ython-efl

2013-12-17 Thread The Rasterman
On Tue, 17 Dec 2013 18:12:46 -0200 Wido said: > I'm trying to understand something, does it makes any sense to use > naviframes to 'simulate' having tabs? Or is there any other way to make a > button to pop an specific 'view' in that same window you are? > > Also, can a 'content' be a box? Can a

Re: [e-users] help to ython-efl

2013-12-17 Thread Wido
I'm trying to understand something, does it makes any sense to use naviframes to 'simulate' having tabs? Or is there any other way to make a button to pop an specific 'view' in that same window you are? Also, can a 'content' be a box? Can a box have something, like a pane or frame, and that someth

Re: [e-users] help to ython-efl

2013-12-16 Thread Wido
Thanks Kai! I'll look into it :-D May i suggest to include those links somewhere in the documentation link? El 16/12/2013 07:38, "Kai Huuhko" escribió: > Hello! > > You need to look no further than our examples in the source distribution: > > > https://git.enlightenment.org/bindings/python/pytho

Re: [e-users] help to ython-efl

2013-12-16 Thread Kai Huuhko
Hello! You need to look no further than our examples in the source distribution: https://git.enlightenment.org/bindings/python/python-efl.git/tree/examples/elementary?h=python-efl-1.8 We also have a wiki page on phab which lists additional resources for example code: https://phab.enlightenment.

[e-users] help to ython-efl

2013-12-15 Thread Wido
Hi all, Now that efl1.8 is out and python-efl 1.8 is out, I'm trying to do a RAW editor, based in python-elementary and ufraw-API. the ufraw part probably will be messy with cython, but now I want, at least, to be able to do all the rest and leave that part for the last. I have some basic experie