Re: [E-devel] elm_notify Positioning Problem - Reproducible with a simple program

2010-02-27 Thread Atton Jonathan
The window has an invalid size. You see a full screen windows but evas_object_geometry_get(win) return w = 60 and h = 51. It seems like a problem in Illumine. 2010/2/26 Brian Wang brian.wang.0...@gmail.com On Fri, Feb 26, 2010 at 4:18 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Fri,

Re: [E-devel] elm_notify Positioning Problem - Reproducible with a simple program

2010-02-26 Thread Brian Wang
On Fri, Feb 26, 2010 at 2:24 PM, Atton Jonathan jonathan.at...@gmail.com wrote: I will look at it in 10 hours :) Thanks. :-) I should add that it occurs with E/Illume in Xephyr (320x240). If I don't run it in Xephyr, the window will resize to a minimal size to fit the box when 'inwin' button is

Re: [E-devel] elm_notify Positioning Problem - Reproducible with a simple program

2010-02-26 Thread Brian Wang
On Fri, Feb 26, 2010 at 4:18 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Fri, Feb 26, 2010 at 2:24 PM, Atton Jonathan jonathan.at...@gmail.com wrote: I will look at it in 10 hours :) Thanks. :-) I should add that it occurs with E/Illume in Xephyr (320x240). If I don't run it in

[E-devel] elm_notify Positioning Problem - Reproducible with a simple program

2010-02-25 Thread Brian Wang
Hello all, I tried again and here's a simple program that reproduces the problem. Please see the attached code. In the program, there are two buttons. * Good: click the 'notify' button. The elm_notify object appears at the bottom as intended. * Bad: click the 'inwin' button, click the 'close'

Re: [E-devel] elm_notify Positioning Problem - Reproducible with a simple program

2010-02-25 Thread Atton Jonathan
I will look at it in 10 hours :) 2010/2/26 Brian Wang brian.wang.0...@gmail.com Hello all, I tried again and here's a simple program that reproduces the problem. Please see the attached code. In the program, there are two buttons. * Good: click the 'notify' button. The elm_notify object