Hi, Kenneth was trying to write a drag area to implement a seek bar and our desirable behavior is to click outside the drag knob and then it would move to that position, if user keep mouse button down, it would drag from that position until button is released.
I've looked at edje_callbacks.c and _edje_mouse_down_cb(), it doesn't seem to be possible to do that from there, so we'd have to call evas_event_feed_mouse_down() and have evas event system to call this function again, now with drag knob on the position, triggering the drag. Do you think it's the correct behavior? Any other option? If it's the correct behavior, what's required to expose evas_event_feed_*() in embryo? -- Gustavo Sverzut Barbieri -------------------------------------- Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ#: 17249123 Skype: gsbarbieri Mobile: +55 (81) 9927 0010 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
