Re: [PD] [text] question (SOLVED)

2016-09-29 Thread José Rafael Subía Valdez
Final update, thanks IOhannes, I managed to send the required bang after the text file is loaded and only then the other messages are pushed.. no [delay] cheers On Thu, Sep 29, 2016 at 8:50 AM, José Rafael Subía Valdez < jsubiaval...@gmail.com> wrote: > definitely, > > I will see if there is

Re: [PD] [text] question (SOLVED)

2016-09-29 Thread José Rafael Subía Valdez
definitely, I will see if there is a better and more elegant way to do this.. I guess I can send a bang from the [text define] when the file is loaded and only then push the others to find that buffer. I will work on this today thanks IOhannes On Thu, Sep 29, 2016 at 8:39 AM, IOhannes m

Re: [PD] [text] question (SOLVED)

2016-09-29 Thread IOhannes m zmoelnig
On 2016-09-29 10:02, José Rafael Subía Valdez wrote: > I solved this by > setting a short delay after the [init] this (forcing events into the correct order by adding indefined delays here and there) is generally a bad idea. a better one would be to signal via an explicit message to the readers

Re: [PD] [text] question (SOLVED)

2016-09-29 Thread José Rafael Subía Valdez
Thanks Liam for your help, I revised the patch and it was actually an error caused by the abstractions trying to read the "buffer" before it actually loaded, I solved this by setting a short delay after the [init] cheers On Thu, Sep 29, 2016 at 7:17 AM, José Rafael Subía Valdez <