Re: [E-devel] [e-users] edje_object_part_external_object_get issues

2011-04-13 Thread Benjamin Flanagin
text" ""; bool: "editable" "1"; bool: "single line" "1"; bool: "password" "0"; } } } Any interaction with the entry will generate the err

[E-devel] edje_object_part_external_object_get issues

2011-04-13 Thread Benjamin Flanagin
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,

Re: [E-devel] [e-users] Elementary fileselector weirdness

2011-03-24 Thread Benjamin Flanagin
the laptop displays the errors below. Thanks On Tue, Mar 22, 2011 at 10:21 PM, Benjamin Flanagin wrote: > You are correct sir. I must amend my previous statements and include that I > am embedding the elementary widget into a edj file via editje-bin. > > These are the errors that I ge

[E-devel] reading and writing to elm objects enbedded in edje files

2011-02-25 Thread Benjamin Flanagin
Subject says it all. I've added an entry box to my edje file using editje, but I am having trouble finding documentation on how to retrieve or add text to the entry box. I have tried elm_entry_entry_set and also edje_edit_part_text_set. Neither seem to work. I have also tried searching the api do

[E-devel] elementary widget theming

2011-02-22 Thread Benjamin Flanagin
Whats the proper way to change the theme on elementary widgets? I'm converting a program from stright edje to elementary/edje to leverage the great work that has been done there. But I would like to retain the original button styles. Thanks, Ben --