text" "";
bool: "editable" "1";
bool: "single line" "1";
bool: "password" "0";
}
}
}
Any interaction with the entry will generate the err
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,
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
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
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
--