So ok,

I am being fighting with this for long already and can't find a way to
fix it...
My application works fine with no issues, but this drives me crazy,
every time a user send a message to my pubid

and you use this.core.getPipe(pubid);  this create the pubid like if
was not created already and fire the uni pipe event then in the
session is set automatically to this new pubid..

What happens with this behavior is that when you are in the main
channel and or in pv with someone it automatically changes to this new
pubid and making the user get a msg from someone he wasn't with...
then have to press the tab with the user he was previously with..

Does anyone know how to stop this behavior, when you want to pass the
msg and create a tab and pass this msg to this tab without focusing
this tab or pipe.. automatically..

What i want is like.. this.core.getPipe(pubid); you get the pipe
object -> then you create a tab and hidden container.. where you pass
the msg from this pipe... without changing from current pipe you are
with..

but what does this.core.getPipe(pubid); do is fire a unipipe event and
session is saved to this pipe and you current pipe is no longer your
original pipe but instead the pipe you got the object with
this.core.getPipe(pubid);..

hope anyone understand me..

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to