Re: [elementary] How to get evas object out of elementary.Window

2009-09-08 Thread The Rasterman
On Mon, 24 Aug 2009 13:25:34 +0200 Laszlo KREKACS laszlo.krekacs.l...@gmail.com said: correct. the c code works. to be honest - i work on the c. with the c. apps too. i never look at the python so i have no idea what it is doing. but you did the 100% right thing. check the c code and see what

Re: [elementary] How to get evas object out of elementary.Window

2009-09-08 Thread Denis Johnson
On Mon, Aug 24, 2009 at 1:00 AM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: And please paste the result here. My results via ssh session: python Python 2.6.2 (r262:71600, Sep 7 2009, 00:26:26) [GCC 4.1.2] on linux2 Type help, copyright, credits or license for more information. import

Re: [elementary] How to get evas object out of elementary.Window

2009-09-08 Thread Laszlo KREKACS
On Wed, Sep 9, 2009 at 5:02 AM, Denis Johnsondenis.john...@gmail.com wrote: win = elementary.Window(, elementary.ELM_WIN_BASIC) win_evas = win.evas_get() type(win_evas) type 'NoneType' type(win.evas) type 'NoneType' FYI it is fixed in enlightenment svn. Morphis fixed for me. Thanks for him!

Re: [elementary] How to get evas object out of elementary.Window

2009-08-24 Thread Laszlo KREKACS
On Mon, Aug 24, 2009 at 4:07 AM, c_ccchan...@yahoo.com wrote:  Here's the output - maybe my bindings are off too. Thank you! Would be nice to know if in pure C, it behaves the same way, ie. it returns with None (or null or 0 or whatever C do), if we request evas_get() on a elementary.Window

Re: [elementary] How to get evas object out of elementary.Window

2009-08-24 Thread Laszlo KREKACS
On Mon, Aug 24, 2009 at 10:52 AM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: Unfortunately my C knowledge are almost nonexistant, so maybe it will take some weeks to get there, writing a simple demonstration application in C. As others pointed out, the preferred way of doing C

Re: [elementary] How to get evas object out of elementary.Window

2009-08-24 Thread Sebastian Krzyszkowiak
On 8/24/09, Laszlo KREKACS laszlo.krekacs.l...@gmail.com wrote: On Mon, Aug 24, 2009 at 10:52 AM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: Unfortunately my C knowledge are almost nonexistant, so maybe it will take some weeks to get there, writing a simple demonstration application

Re: [elementary] How to get evas object out of elementary.Window

2009-08-23 Thread c_c
Hi, Here's the output - maybe my bindings are off too. Python 2.6.2 (r262:71600, Jun 18 2009, 19:00:10) [GCC 4.1.2] on linux2 Type help, copyright, credits or license for more information. import elementary elementary.init() win = elementary.Window(, elementary.ELM_WIN_BASIC) win_evas