Hi. :) elm_hover_dimiss() and _hover_dissmiss_cb() is different. elm_hover_dismiss() request dismiss event. and _hover_dismiss_cb() is densigned for the event after dismiss.
So "elm,action,dismiss" is one of necessary signal in the edc. you can't ignore it missing in edc because it's abi break. -----Original Message----- From: "황보라"<[email protected]> To: <[email protected]>; Cc: Sent: 2016-07-05 (화) 11:49:53 Subject: [E-devel] Question about signal_emit and signal_callback (with or without edc program) Hello, I made a sample to test elm_layout_signal_emit , elm_layout_signal_callback_add and an edc script. After running it, I found that callback registered with elm_layout_signal_callback_add is also called by signal from elm_layout_signal_emit. (What I want is the callback is only called from edc program(action: SIGNAL_EMIT)) Signals emityed from elm_layout _signal_emit and from edc program are handled by _edje_emit function, and then callback function and program are called by _edje_emit_handel together. Is this on purpose? If it is, doesn't elm_hover_dismiss have to call elm_layout_signal_emit but just call _hov_dismiss_cb directly? There is no program which can receive "elm,action,dismiss" signal in hover.edc, so hover just emits and receives the signal from c code only. Thank you. ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
