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 Johnson wrote: win = elementary.Window("", elementary.ELM_WIN_BASIC) win_evas = win.evas_get() type(win_evas) > type(win.evas) > FYI it is fixed in enlightenment svn. Morphis fixed for me. Thanks for him! It just needs repackaging in SHR

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 KREKACS 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 elementary >>> ele

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 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 it's doing api/behavior-wise. thi

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

2009-08-24 Thread Sebastian Krzyszkowiak
On 8/24/09, Laszlo KREKACS wrote: > On Mon, Aug 24, 2009 at 10:52 AM, Laszlo > KREKACS 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 o

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 KREKACS 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 development is installing elementar

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_c 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 object. Unfortunatel

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_

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

2009-08-23 Thread Laszlo KREKACS
Hi! Elementary widgets are simple evas object as far as I understand the whole concept;) So there should be a way to get the corresponding evas object out of elementary.Window object. Could somebody post the result of these 5 commands?: 1. open a terminal on the phone, and type python to get in