Finally the external object of elm_notify is done. I had some problem with my edje and the external object code. Now it seems ok.
We need an API to retrieve the content of a elm object. Something like : panes[left]:object panes[right]:object and in the external code: _sub_object_get(void *data, Evas_Object *obj, const Edje_External_Param *param, const char *name); 2010/7/4 Iván Briano (Sachiel) <[email protected]> > On Sun, Jul 4, 2010 at 1:24 PM, Atton Jonathan <[email protected]> > wrote: > > hum Is there a way to access to an object which is in a elm object ? > > > > example : bubble[content]:... ? > > > > That would need more API for the externals, some way to tell if an object > can hold subobjects and a function to fetch them by name/index/whatever. > > > 2010/7/4 Atton Jonathan <[email protected]> > > > >> > >> Someone can explain me when these functions are called and what am I > >> suppose to do inside. I think this is simple but need to be clarify :) > >> > >> - external_notify_param_set() > >> - external_notify_params_parse() > >> > > Look at the external for button, should be simple enough. Edje calls those > functions for edje_object_part_external_param_set/get() and in programs > when using the actions PARAM_SET or PARAM_COPY. > > >> I try to do the external object of elm_notify but I have some problem. > >> > >> -- > >> Regards. > >> > > > > > > > > -- > > Regards. > > > ------------------------------------------------------------------------------ > > This SF.net email is sponsored by Sprint > > What will you do first with EVO, the first 4G phone? > > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > -- Regards. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
