On Fri, 22 Feb 2013 17:35:04 +0900 Daniel Juyung Seo <seojuyu...@gmail.com> said:
> In normal environment except for Tizen, efl app sizes are decided by app > developers with evas_object_resize(win, x, y) + internal min size > calculation routine. > But Tizen's compositor makes window full screen automatically. > Can you force window to evas_object_move() + evas_object_resize()? As far > as I know there is no official way of doing that in Tizen :( app can't because the wm just will not allow it. the policy is that apps fill the screen. if the wm wants to do otherwise with the environment, it will move/resize your app window. the app has no choice. the wm decides. the app just needs to respond to resize events on its window. it's not a desktop where apps often can ask to resize/move their windows (and wm's oblige). even on a desktop the wm may say no and ignore such requests as it wants based on "desktop environment policies" and in this case.. policy is "you fill the screen". :) > Daniel Juyung Seo (SeoZ) > > On Fri, Feb 22, 2013 at 4:19 PM, Li, Hao H <hao.h...@intel.com> wrote: > > > **** > > > > For efl app resize, probably you might try evas_object_resize if it is > > created by evas**** > > > > > > http://docs.enlightenment.org/auto/evas/group__Evas__Object__Group__Basic.html#ga21e8604c0e4a93e469bff4bd069e82b5 > > **** > > > > For samples about resize, you can get from > > http://docs.enlightenment.org/auto/evas/Example_Evas_Events.html**** > > > > ** ** > > > > ** ** > > > > *From:* application-dev-boun...@lists.tizen.org [mailto: > > application-dev-boun...@lists.tizen.org] *On Behalf Of *Ravi Sankar Guntur > > *Sent:* Friday, February 22, 2013 3:02 PM > > *To:* application-dev@lists.tizen.org > > *Subject:* [Tizen Application-dev] Question on Window Resize of EFL Apps** > > ** > > > > ** ** > > > > Hello All, **** > > > > **** > > > > I have a question on resizing window of an efl application in Tizen. **** > > > > Is it possible for the application itself to resize its window at run > > time. (could be any size between a minimum and maximum allowed size). **** > > > > For example: Application wants to resize to half of the screen size. In > > another instance it wants to resize to 3/4th of screen size.**** > > > > **** > > > > Will be very helpful if someone shows how to do it with relevant examples. > > **** > > > > **** > > > > *-- ***** > > > > *BR, ***** > > > > *Ravi Sankar Guntur, ***** > > > > *Linux Programmer,***** > > > > *Linux Platform Lab,***** > > > > *Work Phone - 8111,***** > > > > *Samsung India.***** > > > > **** > > > > **** > > > > **** > > > > _______________________________________________ > > Application-dev mailing list > > Application-dev@lists.tizen.org > > https://lists.tizen.org/listinfo/application-dev > > > > -- Carsten Haitzler (The Rasterman) <ti...@rasterman.com> _______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev