On 1/22/07, Ed Presutti <[EMAIL PROTECTED]> wrote:
>
> Yes, I do the last of the window setup, followed by the
> ecore_evas_show(), then do those calls and start the main loop.
>
> Ed
Based on this description, the window is probably not mapped yet. X is
async, so the request has been sent to the
On Mon, 2007-01-22 at 17:21 +0100, Tilman Sauerbeck wrote:
> Ed Presutti [2007-01-21 23:11]:
> > On Sun, 2007-01-14 at 20:03 -0600, Ed Presutti wrote:
> > > How do you correctly get the window position and size when using
> > > Ecore_Evas?
> > >
> > > Here's a quick code snippet to demonstrate wha
On Tue, 2007-01-23 at 09:27 +1100, Brett Nash wrote:
> > Set up and display here
> >
> > ecore_evas_geometry_get(ee, &x1, &y1, &w1, &h1);
> > /* Returns x1 = 0, y1 = 0, w1 = 1, h1 = 1 */
> >
> > evas_object_geometry_get(widget, &x2, &y2, &w2, &h2);
> > /* Returns x2 = 0, y2 = 0,
> Set up and display here
>
> ecore_evas_geometry_get(ee, &x1, &y1, &w1, &h1);
> /* Returns x1 = 0, y1 = 0, w1 = 1, h1 = 1 */
>
> evas_object_geometry_get(widget, &x2, &y2, &w2, &h2);
> /* Returns x2 = 0, y2 = 0, w2 = 280, h2 = 375 */
>
> ---
Am Sun, 21 Jan 2007 11:38:22 +0100 schrieb Andreas Volz:
> Hello,
>
> attached is a patch to fix the polygon moving in evas. Thanks rephorm.
Nobody complained, so I commited it into CVS.
regards
Andreas
-
Take Surveys. Ear
Ed Presutti [2007-01-21 23:11]:
> On Sun, 2007-01-14 at 20:03 -0600, Ed Presutti wrote:
> > How do you correctly get the window position and size when using
> > Ecore_Evas?
> >
> > Here's a quick code snippet to demonstrate what i'm trying to do. I've
> > correctly gotten the size of the object, b
> Could you explain that in simpler words :)
> I really missed all that talk about "premul" colors, and the
> only thing i know about those is what google told me
> (each r,g,b is stored already multiplied by the a). So if you
> can, can you explain to me in a few words what's so special
> about