Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Paul,
To reiterate what Andy eluded to, I don't see where you're loading the title content into the variable you use in your float. Are you sure the touchup wrapper is getting into that variable to be used within the float?
Though I'm only familiar (off the top of my head) with the CPD product, everywhere I want change bars to show up, I have to wrap it with the code that causes the change bars. This includes the floats.
In each of your FOSI snippets, I didn't see where your titletext content was being wrapped or pushed through to the float usetext. I haven't had any problems that I'm aware of in having a change bar within a float and I'm still using 5.3 M060.
Just a thought.
Bob
Paul,
The content of your varaible "table-title.txt" would contain the begining and end of your change bar markup, in your case, the PI. In all the code I use, I have two variables: "scontent.txt" and "econtent.txt". These two variables are normally a null. When change bars are needed, they get filled at the e-i-c, with the change mark up if it is applicable.
However, in your case, if the title element already has the markup in the content of the <title> tag, it should be passed along to the float. The markup you're using (PI's) should then, using their own e-i-c, trigger change bars. I'd have to play with it to see why you're not getting them, since I think you mentioned early on that you were getting the bars on the first title.
Let me know and I'll see if I can get a 'non-CPD' version working to show this.
Oh, to your note about the gap... most likely, you're getting it because you're showing the bar on the content of the header row, not the row itself. When change bars are "joined," they have to be adjacent elements. There is a difference between marking the content of the row and the row itself. When multiple rows are added or deleted and marked, they'll showa solid change bar. If the content of the sames rows are deleted, but the row is left in tact, you'll get broken change bars.
HTH,
Bob