Sure, no problem :) On Oct 5, 2012 4:23 PM, "UTAN" <[email protected]> wrote:
> Indeed, in mootools all pipes object are located in this.core.pipes > and if you want to retrieve the object for this pipe you only need to > call method get this.core.pipes.get(pubid); and you get the object > itself.. > > whoa you are a master indeed Pablo.. > > 1000 thanks. > > On Oct 5, 1:03 pm, Pablo Tejada <[email protected]> wrote: > > You should view the client object with firebug and you will notice alot > > useful properties. I cant remember but all the pipes are stored in and > > object using the pubid as index. Cant remember if it is on client.pipes > or > > client.core.pipes > > > > Do would simply get a pipe like an array > > > > client.pipes[pubid] > > On Oct 5, 2012 3:57 PM, "UTAN" <[email protected]> wrote: > > > > > > > > > > > > > > > > > Had to do a dirty job, > > > > > Since I have to use getPipe(); because i need the pipe object , and > > > this switch automatically to this pipe, had to save the current Pipe > > > in a var and when I've switched to the new pipe reverted back to > > > original pipe that was one, it's unseen to naked eye when the script > > > switch from one to another.. > > > but its ugly programatically and redundant.. > > > > > any thoughts if any? > > > > > -- > > > 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/ > > -- > 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/ > -- 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/
