On Wed, 13 Apr 2011 23:17:20 -0500 Benjamin Flanagin <bflana...@gmail.com> said:

going to need more code than that. if you are using a raw edje object in an
ecore-evas window.. and then elm externals, they will have some un-fun times
finding their parent widgets. scrolled entries are indeed going to want to find
the toplevel window widget for focus reasons. may i suggest:

1. you use elm to make the window.
2. you use elm_layout to create the edje object.

> I'll get you a back trace later but here is the code for one of the entries
> 
> C code:
> Evas_Object *    gtitle_entry;
> 
> gtitle_entry = edje_object_part_external_object_get(edje_menu,
> "Rom_Manager_Group:game_title_entry");
> 
> elm_scrolled_entry_entry_set(gtitle_entry,master_game_list.game
> [editnum].name);
> 
> Edje code (generated by editje):
> 
>  part { name: "game_title_entry";
>             type: EXTERNAL;
>             source: "elm/scrolled_entry";
>             description { state: "default" 0;
>                rel1 {
>                   offset: 74 -137;
>                   to: "Game_info";
>                }
>                rel2 {
>                   offset: -11 -138;
>                   to: "Game_info";
>                }
>                params {
>                   string: "style" "default";
>                   string: "text" "";
>                   bool: "editable" "1";
>                   bool: "single line" "1";
>                   bool: "password" "0";
>                }
>             }
>          }
> 
> Any interaction with the entry will generate the error. Could it be
> something in the .edc file?
> 
> On Wed, Apr 13, 2011 at 4:45 PM, Carsten Haitzler <ras...@rasterman.com>wrote:
> 
> > On Wed, 13 Apr 2011 14:38:40 -0500 Benjamin Flanagin <bflana...@gmail.com>
> > said:
> >
> > can you give a bit more code?
> >
> > also
> > export ELM_ERROR_ABORT=1
> >
> > and then get a backtrace when these messages turn up (that's how you track
> > them
> > down).
> >
> > > Using the above function I have set numerous
> > scrolled_entries,spinners,and
> > > hoversels and can access most of the functions that the elm widget allows
> > > but I am getting this output every time I select an object
> > >
> > > ERR<3806>:elementary elm_widget.c:2174 elm_widget_type_check() Passing
> > > Object: 0x11df0d10, of type: 'scrolled_entry' when expecting type:
> > > '(unknown)'
> > > ERR<3806>:elementary elm_widget.c:2174 elm_widget_type_check() Passing
> > > Object: 0x11df9710, of type: 'spinner' when expecting type: '(unknown)'
> > >
> > > How do I let the program know what to expect?. Also I seem to have
> > trouble
> > > with the spinner not setting or getting the Value or step from the
> > widget.
> > > Other values in other widgets do work. Any thoughts?
> > >
> > ------------------------------------------------------------------------------
> > > Benefiting from Server Virtualization: Beyond Initial Workload
> > > Consolidation -- Increasing the use of server virtualization is a top
> > > priority.Virtualization can reduce costs, simplify management, and
> > improve
> > > application availability and disaster protection. Learn more about
> > boosting
> > > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
> > > _______________________________________________
> > > enlightenment-users mailing list
> > > enlightenment-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >
> >


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to