2012/2/8 michael bouchaud <michael.bouch...@gmail.com>:
> About it, I say we need to keep the text into a list or something. Why,
> just because the part can be missing.

we can use edje_object_part_exists() to check the part prior to set the
text... if you are afraid :P  I checked it with a non existing part and edje
continue without problems

> Nothing against your patch. I push it in, really thanks!!!
> But, I ask me this use case, where dev expects to use the content of this
> extra parts. Same as contents....
> In gengrid and genlist it's really a mess.
>
> 2012/2/8 Gustavo Sverzut Barbieri <barbi...@profusion.mobi>
>
>> On Tue, Feb 7, 2012 at 8:52 PM, Davide Andreoli <d...@gurumeditation.it>
>> wrote:
>> > Hi all
>> > here's a super simple patch for elm_inwin that add the text_set &
>> text_get
>> > hooks to the widget,  they can be used in application that want to use
>> > a custom style for the widget
>> >
>> > http://pastebin.ca/2110961
>> >
>> > Usage case is common:
>> > I'm using the inwin to show dialogs in my application, I'm in the
>> process of
>> > styling the app, of course the dialog need a title, so I add a text
>> > part to "elm/win/inwin/minimal" in my edc and...bang!
>> > elm_object_part_text_set() doesn't work! I cannot set the text
>> > of my custom part :(
>> >
>> > ...I'm missing something? shouldn't this be doable for every widget?
>>
>> while I see no problem with the patch concept (did not look at its
>> contents) and inwin could get a title as window itself does... i guess
>> it was done like that because inwin usually contains a frame or
>> something else.
>>
>> that said, I'm for having your patch in.
>>
>>
>> --
>> Gustavo Sverzut Barbieri
>> http://profusion.mobi embedded systems
>> --------------------------------------
>> MSN: barbi...@gmail.com
>> Skype: gsbarbieri
>> Mobile: +55 (19) 9225-2202
>>
>>
>> ------------------------------------------------------------------------------
>> Keep Your Developer Skills Current with LearnDevNow!
>> The most comprehensive online learning library for Microsoft developers
>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>> Metro Style Apps, more. Free future releases when you subscribe now!
>> http://p.sf.net/sfu/learndevnow-d2d
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
>
>
> --
> Michaël Bouchaud
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to