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 :(

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

<<image001.gif>>

_______________________________________________
Application-dev mailing list
Application-dev@lists.tizen.org
https://lists.tizen.org/listinfo/application-dev

Reply via email to