[E-devel] e_grabinput_get of popup_wnd

2010-09-05 Thread rui kou
Hi I want a desklock for touchscreen but keyboard, so I made a dragable part in my .edc. But I can't drag it because elock_wnd have grabbed the input use e_grabinput_get(edd-elock_wnd, 0, edd-elock_wnd) So, can my popup_wnd grab the input or should I use one only ecore_x_window to make the

[E-devel] Multiply themes for one gadcon_client

2010-09-02 Thread rui kou
Hi I want to make my gadcon_client to show multiple themes in the same time, for example, we can show a analog clock in the desk and a digital clock in the shelf at the same time. I want to add theme_path in E_Config_Gadcon_Client and a common theme select dialog for all the gadcon. But how can

Re: [E-devel] Multiply themes for one gadcon_client

2010-09-02 Thread rui kou
yes , E17 can't do that now, but I want to make it. 2010/9/3 Carsten Haitzler ras...@rasterman.com On Fri, 3 Sep 2010 00:19:41 +0800 rui kou mink...@gmail.com said: e17 can't do that. Hi I want to make my gadcon_client to show multiple themes in the same time, for example, we can

[E-devel] Can't catch ECORE_EXE_EVENT_ADD

2010-08-30 Thread rui kou
Hi I want to catch the event when application is opened byE menus and everything-apps, so I add : ecore_event_handler_add(ECORE_EXE_EVENT_ADD, _e_exec_cb_add, NULL); But, it can't work, I can only catch the event when I open an app use ecore_exe_run(firefox, NULL) in the same app written

[E-devel] Virtual keyboard

2010-08-08 Thread rui kou
I want to write a virtual keyboard in python, I found these code In illume-softkey: /* set this window to not show in taskbar or pager */ states[0] = ECORE_X_WINDOW_STATE_SKIP_TASKBAR; states[1] = ECORE_X_WINDOW_STATE_SKIP_PAGER; ecore_x_netwm_window_state_set(swin-win-evas_win,

[E-devel] entrance

2010-05-30 Thread rui kou
HI,where can I get the code of entrance?? -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net

Re: [E-devel] gadget lang pressed event

2010-05-13 Thread rui kou
yea,I really want a generic binding to all gadgets 2010/5/13 Carsten Haitzler ras...@rasterman.com On Wed, 12 May 2010 13:04:28 +0800 rui kou mink...@gmail.com said: Hi I want to add a lang pressed event callback to gadgets, for I am using a table with touchscreen. I have find

[E-devel] image from memory

2010-04-13 Thread rui kou
Hi I'm trying to make a image_object from a buffer in memory, I have only a pointer to the buffer and size of the buffer,no high no width..nothing more abort the image, So ,how can I make it? -- Download Intel#174;

[E-devel] elm_slider callback block

2010-04-13 Thread rui kou
HI I am using elm_slider,I want to know how to block the callback and unblock it. Does I have to del the callback and readd it after something done? -- Download Intel#174; Parallel Studio Eval Try the new software tools

[E-devel] Pixbuf

2010-04-11 Thread rui kou
HI I want to load a image from the memory(a point got from xmmsv_get_bin), So, is there a API just like gdk_pixbuf_loader_writeGdkPixbufLoader.html#gdk-pixbuf-loader-write ?? Thanks -- Download Intel#174; Parallel Studio

[E-devel] error of genlist

2010-04-11 Thread rui kou
Hi I am using genlist, I have a double_label genlist in my Application: e_music_playlist_append(Evas_Object *playlist_show, TrackProperties *properties, int list_id) { Listitem *listitem; itclass.item_style = double_label; itclass.func.label_get =