LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

report control alignment

I have a mini-election going on on my report. Smiley Very Happy I'm making a report with the Report Generator. I'm calling references to place two waveform charts from the calling VI on the report using "Append Control Image to Report.VI". I want the 2nd chart to appear right below the first one, both aligned to the RIGHT. But they will NOT ALIGN! The top one is aligning left (I'll call this one 'Obama') and the lower one is aligning right (McCain). I'm using the align RIGHT constant on both. Has anyone else seen this? Report Generator is clunky and ugly enough without it going politically correct on me.
PaulG.
Retired
Message 1 of 3
(2,688 Views)

Hi Paul, 

      Is the Report type HTML?  If so try appending the the following text immediately after inserting the first image (using "Append Report Text.vi" )

 <br clear=right>

 

After reproducing the mis-alignment you descrbed, I hunted around and found this link.

 

I'm not savy enough to know who to suggest is a stereotypical extreme liberal, so  

Call this fix  "The <YourFavoriteLiberalIcon> factor" - (because they make everybody else look like they're on the Right. Smiley Very Happy )

 

Cheers.

 

Message Edited by tbd on 10-31-2008 01:34 AM
"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
0 Kudos
Message 2 of 3
(2,669 Views)
If it's not HTML, can you post your code and/or tell us what VIs you are using and what steps you are taking?
--Michelle

National Instruments
0 Kudos
Message 3 of 3
(2,639 Views)