You can add inline="true" to the bxml:include tag. That will cause the includes to share the same namespace as the parent file.
However, this won't have any effect on the issue you were seeing (which I believe has already been resolved anyways). G On Nov 24, 2010, at 10:08 AM, Bojan Vučinić wrote: > Hi Sandro, > > As you have suggested, I have tried to split the bxml file in a number of > smaller files. > But, I encountered a problem, so what I did is: > > <bxml:include src="lc.bxml"/> > > in the main file, and this is working, however my @BXML bindings (mostly > TextInputs) are not working anymore. > > Any hints? > Thanks, > Bojan > > > > Sandro Martini said the following on 23/11/2010 12:02: >> Hi Bojan, >>> Congratulations to the Pivot-team, and keep up with the good work. >> thank you very much for this. >> >> On the scrollbar problem I'm sorry but we have to see what say Greg ... in >> the meantime I can suggest you to try to change the hierarchy of your >> containers inside bxml (if possible), and maybe splitting them in more than >> one (big) file. >> >> I hope to update soon, and to have your problem solved too. >> >> Bye, >> Sandro >>
