On Thu, 23 Dec 2010 23:04:59 +0900 ChunEon Park said:
hmm i checked the code... the code is in fact correct. it shouldnt process a
message twice. its written in a safe way (seems i thought about this case
already when implementing it).
see _edje_message_queue_process() and edje_object_message_si
On Thu, 23 Dec 2010 23:04:59 +0900 ChunEon Park said:
aaagh is the same signal literally processed twice? that shouldnt happen. if
the callback from the signal calls the process queue call - it should continue
processing there at that point but remove every message from the queue once
processed s
Hello, This is Hermet.
I have one problem because of the message event order.
Let me describe the situation.
I added two clicked callback functions to one elm_button.
Let's call the callback functions A and B
It should be called sequentially definitely.
I'm not sure why user should add sep