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, w2 = 280, h2 = 375 */ > > > > ----------------------------------------------------- > > Is the window mapped (visible) when you make the call? >
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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
