Hehe good idea.
It looks good :)
Daniel Juyung Seo (SeoZ)
On Sun, Aug 11, 2013 at 1:22 AM, Carsten Haitzler - Enlightenment Git <
no-re...@enlightenment.org> wrote:
> raster pushed a commit to branch master.
>
> commit 5bba801af516fd80e25c779d5191a1f01a83936a
> Author: Carsten Haitzler (Rasterm
On Sat, Aug 10, 2013 at 1:01 PM, P Purkayastha wrote:
> On 08/10/2013 05:22 PM, Vasiliy Tolstov wrote:
>> Hello.
>> Some time after sing e17 on my working notebook i nees simple feature -
>> All the time i need minimal speed for powersaving, but very rarely i need
>> to see full screen video and i
As Gustavo Sverzut Barbieri and Carsten Haitzler(raster) mentioned, you
can't manipulate edje part(including swallowed object) manually.
Like raster suggested, you can create your own smart object for this usage.
But if you just want to change the swallowed object's geometry, I hope you
could try o
Thank you for your advice !!!
On Sat, Aug 10, 2013 at 10:28 PM, Carsten Haitzler wrote:
> On Sat, 10 Aug 2013 16:57:30 +0900 이준호 said:
>
>> Sorry, not IMAGE, but SWALLOW.
>> I use SWALLOW part and put Evas object (image widget)
>>
>> Here are real codes...
>> I defined a group, like below.
>>
>>
On Fri, 9 Aug 2013 19:20:31 -0300 Gustavo Sverzut Barbieri
said:
i added some comments about more support for things like inhibiting suspend,
requesting a hibernate etc. etc. too.
> Hey guys,
>
> I'm trying to improve enlightenment so it's less patched when used by
> mobile systems. Currently I
On Sat, 10 Aug 2013 10:06:35 -0300 Gustavo Sverzut Barbieri
said:
>
> On 10/08/2013, at 02:18, Carsten Haitzler (The Rasterman)
> wrote:
>
> > On Sat, 10 Aug 2013 01:15:00 -0300 Gustavo Sverzut Barbieri
> > said:
> >
> >>
> >> On 10/08/2013, at 00:54, Carsten Haitzler (The Rasterman)
> >>
On Sat, 10 Aug 2013 16:57:30 +0900 이준호 said:
> Sorry, not IMAGE, but SWALLOW.
> I use SWALLOW part and put Evas object (image widget)
>
> Here are real codes...
> I defined a group, like below.
>
> group {
> name: "group";
> ...(blah)...
> part {
>
On 10/08/2013, at 02:18, Carsten Haitzler (The Rasterman)
wrote:
> On Sat, 10 Aug 2013 01:15:00 -0300 Gustavo Sverzut Barbieri
> said:
>
>>
>> On 10/08/2013, at 00:54, Carsten Haitzler (The Rasterman)
>> wrote:
>>
>>> On Sat, 10 Aug 2013 00:48:24 -0300 Gustavo Sverzut Barbieri
>>> said:
>
You can't set map in a swallowed object. Edje handles map automatically and
will reset your values when a recalc is needed (object resized, shown, moved,
text set...)
It is similar when you set visibility, color or geometry from outside. Edje
manages that and resets, conflicting with you.
--G
On 08/10/2013 07:52 PM, Vasiliy Tolstov wrote:
> суббота, 10 августа 2013 г. пользователь P Purkayastha писал:
>
>>
>>
>> E already has support for profiles. Settings -> Settings -> Profiles.
>> You can create a new profile that contains the settings you want. Then
>> you can change your profile on
суббота, 10 августа 2013 г. пользователь P Purkayastha писал:
>
>
> E already has support for profiles. Settings -> Settings -> Profiles.
> You can create a new profile that contains the settings you want. Then
> you can change your profile on the fly either via that Profiles dialog,
> or via comm
On 08/10/2013 05:22 PM, Vasiliy Tolstov wrote:
> Hello.
> Some time after sing e17 on my working notebook i nees simple feature -
> All the time i need minimal speed for powersaving, but very rarely i need
> to see full screen video and it very slow on minimal speed. I need to
> increase speed via
Hello.
Some time after sing e17 on my working notebook i nees simple feature -
All the time i need minimal speed for powersaving, but very rarely i need
to see full screen video and it very slow on minimal speed. I need to
increase speed via speed cpu plugin.
Is that possible to create app like on
Sorry, not IMAGE, but SWALLOW.
I use SWALLOW part and put Evas object (image widget)
Here are real codes...
I defined a group, like below.
group {
name: "group";
...(blah)...
part {
name: "hbox";
On Sat, 10 Aug 2013 16:41:35 +0900 이준호 said:
the image object is part of the edje obj? like a part {} ? are you using
evas_map apis to move it? you are GETTING the object handle from edje (via part
name) and then manipulating it via map in your code?
> Sorry, I attached image file, please refer
Sorry, I attached image file, please refer it.
On Sat, Aug 10, 2013 at 4:29 PM, Carsten Haitzler wrote:
> On Sat, 10 Aug 2013 16:21:06 +0900 이준호 said:
>
> ummm.. your ascii diagram... doesnt seem to come out well at all. :(
>
>> Hello Guys,
>> Here are some questions about Evas Map object.
>>
>>
On Sat, 10 Aug 2013 16:21:06 +0900 이준호 said:
ummm.. your ascii diagram... doesnt seem to come out well at all. :(
> Hello Guys,
> Here are some questions about Evas Map object.
>
> When I control geometry values of Evas object using Evas Map to show
> transition effect,
> after transition has b
Hello Guys,
Here are some questions about Evas Map object.
When I control geometry values of Evas object using Evas Map to show
transition effect,
after transition has been done, If I update any object (such as TEXT or
SWALLOW part) in same layout tree(?),
that geometry values to be reset.
For e
18 matches
Mail list logo