[E-devel] can edje object swallow edje object which swallows another edje object?

2010-02-20 Thread zhangze
hi, all, i make an edje object which swallows edje object which swallows another edje object, but when i evas_object_move the first edje object continually, display something wrong, is it a bug? -- Download Intel#174;

Re: [E-devel] can edje object swallow edje object which swallows another edje object?

2010-02-20 Thread zhangze
oh, i do also think so ! thanks very much! 在 2010-02-21日的 18:16 +1100,Carsten Haitzler写道: vels deep (edje swallow edje swallow edje swallow edje swallow edje swallow edj -- Download Intel#174; Parallel Studio Eval Try

[E-devel] how to put EDC group into elementary widget?

2010-01-19 Thread zhangze
hi,all! i used to put EDC group theme into ETK_HBOX(use etk_widget_theme_set();), but if i use elementary, it seems that i cannot do that? thanks -- Throughout its 18-year history, RSA Conference consistently attracts

[E-devel] how to make swallow part can be clicked sometimes, and can't be clicked the other sometimes

2010-01-14 Thread zhangze
hi,all, i swallow a etk scrolled_view widget into a swallow part in edc, and i want to this scrolled_view can be clicked sometimes, while sometimes it cann't. mouse_events: 0; this sentence can not be put into description{}; EAPI void edje_edit_part_mouse_events_set ( Evas_Object * obj,

[E-devel] about show/hide image in edc

2010-01-06 Thread zhangze
hi, all i write a IMAGE part which contains two descriptions, one's visible is 0, the other one's visible is 1, but i cannot change the status between these two statuses; accessory is my edc file , i want to why ? group{ name, etk/list_title; min, 800 56;

Re: [E-devel] about show/hide image in edc

2010-01-06 Thread zhangze
in C program, i send a signal to this edje object, but the IMAGE back_button didn't show out. in edc, back_button's first description is visible 0; edje_object_signal_emit (title_edje, back_button,show, program); 在 2010-01-06三的 18:20 +0800,zhangze写道: hi, all i write a IMAGE part which contains

[E-devel] can't put a elementary scroller into EDC SWALLOW

2009-12-29 Thread zhangze
hi, all i can't put a elementary scroller evas_object into a EDC SWALLOW evas_object, why? is it a bug? -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app

[E-devel] how to use

2009-12-29 Thread zhangze
hi, all how to use the parameter const char *key in API evas_object_image_file_set (Evas_Object *obj, const char *file, const char *key) and the parameter const char *group in API elm_image_file_set ( Evas_Object *obj, const char *File, const char *group) I think these two things is the same, i