On Tue, 17 Dec 2013 18:12:46 -0200 Wido <[email protected]> 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 box have something, like a pane or > frame, and that something have another box as content?
yes. you can nest content as you see fit. > Sorry if this is not the right list for these kind if questions :-) > El 16/12/2013 10:38, "Wido" <[email protected]> escribió: > > > 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" <[email protected]> escribió: > > > >> 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.org/w/projects/python_bindings_for_efl > >> > >> > >> > >> 2013/12/16 Wido <[email protected]> > >> > >> > 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 experience with python, but I don't have any with efl or > >> > elementary. > >> > > >> > I'm trying to understand the documentation > >> > here< > >> > > >> https://build.enlightenment.org/job/base_pyefl_build/lastSuccessfulBuild/artifact/build/sphinx/html/elementary/elementary.html > >> > > > >> > and > >> > reverse-engineer the econnman (which I know is python-elementary and is > >> > something simple and short). But there are things that I'm not > >> > understanding completely. > >> > > >> > > >> > So, the question is: is there any guide to basic-intermediate python > >> > elementary out there? I'm looking for some examples in naviframes, tabs > >> and > >> > embeding stuff into evas objects. > >> > > >> > Thanks! > >> > > >> > -- > >> > Wido > >> > > >> > > >> ------------------------------------------------------------------------------ > >> > Rapidly troubleshoot problems before they affect your business. Most IT > >> > organizations don't have a clear picture of how application performance > >> > affects their revenue. With AppDynamics, you get 100% visibility into > >> your > >> > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of > >> AppDynamics > >> > Pro! > >> > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > >> > _______________________________________________ > >> > enlightenment-users mailing list > >> > [email protected] > >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >> > > >> > >> ------------------------------------------------------------------------------ > >> Rapidly troubleshoot problems before they affect your business. Most IT > >> organizations don't have a clear picture of how application performance > >> affects their revenue. With AppDynamics, you get 100% visibility into your > >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > >> Pro! > >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> enlightenment-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >> > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
