Well I have the following problem...
I have a [bpatcher] within a [bpatcher] withing a [bpatcher] etc... about 6 levels deep.
The thing is that there is a couple of [js] objects (not all!) that when placed, lets say in the 5th level [bpatcher] work fine, but placed in the 6th level, they don't find their js file.
I must say that the [js] object is created dynamically, if that makes any difference.
But, mysteriously, if I open to the 2nd level [bpatcher] (right click -> object -> new view of ....) and trigger the creation of the [js] in the 6th level [bpathcer], from there, it is again fine. Close the "new view", and trigger the creation through the top level, and it gets a "can't find js...file" error again.
Does anyone else has problems with nested [bpatcher]s?