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 > On Fri, Feb 26, 2010 at 4:18 PM, Brian Wang > wrote: > > On Fri, Feb 26, 2010 at 2:24 PM, Atton Jonathan > > wro

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 wrote: > On Fri, Feb 26, 2010 at 2:24 PM, Atton Jonathan > 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 s

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 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 clicked and elm_notify

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 > 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 b