Re: [e-users] xte from Xautomation not working

2006-12-04 Thread The Rasterman
On Mon, 4 Dec 2006 21:42:28 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled: > Am Mon, 4 Dec 2006 07:00:35 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > you are using the enlightenment_remote commands? have you thought > > that maybe those keys (XF86Back for example) don't WORK on your >

Re: [e-users] xte from Xautomation not working

2006-12-04 Thread Andreas Volz
Am Mon, 4 Dec 2006 07:00:35 +0900 schrieb Carsten Haitzler (The Rasterman): > you are using the enlightenment_remote commands? have you thought > that maybe those keys (XF86Back for example) don't WORK on your > keyboard layout setup and that's why? have you tried using the gui to > set them up? w

Re: [e-users] evas_object_text: howto use italic rendering?

2006-12-04 Thread The Rasterman
On Mon, 4 Dec 2006 14:07:19 +0100 "Joerg Plewe" <[EMAIL PROTECTED]> babbled: > Hm, this seems not to be completely true. > > Just try to append ":style=Italic" to any fontname used in > evas_object_text_font_set(). Seems to work pretty well. fontconfig luck :) (without fc support u wont get this

Re: [e-users] evas_object_text: howto use italic rendering?

2006-12-04 Thread Joerg Plewe
Hm, this seems not to be completely true. Just try to append ":style=Italic" to any fontname used in evas_object_text_font_set(). Seems to work pretty well. - J -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 2:00 AM

Re: [e-users] evas_object_image: assign existing buffer?

2006-12-04 Thread The Rasterman
On Mon, 4 Dec 2006 11:23:17 +0100 "Joerg Plewe" <[EMAIL PROTECTED]> babbled: > Ok, I figured it out, just: > > evas_object_image_size_set() has to be done *first* > evas_object_image_data_set() next > > evas_object_image_data_update_add() may not be missing! > > > evas_object_image_size_set()

Re: [e-users] evas_object_image: assign existing buffer?

2006-12-04 Thread Joerg Plewe
Ok, I figured it out, just: evas_object_image_size_set() has to be done *first* evas_object_image_data_set() next evas_object_image_data_update_add() may not be missing! evas_object_image_size_set() allocates new memory, right? The data from the buffer is than copied there? What's the differen