LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph axes corrupted in build

James_W_0-1658489032184.png

I have an XY graph... in the Dev environment it looks fine, no changes in ages in the CI log and the last few builds. When compiled s an EXE, it does this, but it didn't used to.
and messes up the Y scale on the left - any ideas?
(even stays like this when rescaled)
Build clears cache, fresh checkout from SCC is fine in Dev... this is not the first time build has done this.. Why is UI getting corrupt?
(LabVIEW 2020 SP1)

Cheers

James

CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 1 of 4
(844 Views)

Graph axes have some corruption problems under certain conditions:

 

Check the following:

 

  • Font usage. Make sure that you use a defined font (e.g. Tahoma) and not a symbolic font (e.g. "application font".
  • disable "auto-adjust scales" (advanced right-click)
  • Don't mess with font justifications on graphs.
  • Do a "advanced...reset scale layout" for good measure.
  • Replace the graph with a new graph from the palette.
  • no guarantees....
Message 2 of 4
(812 Views)

Thanks Christian,
Looked at those.
Built on my PC, no issue, went back to CI maching and manually hacked the output, - seems to be something to do with the Compiled Object Cache (User) not being cleared between running VI Tester and building the project.

If I clear the cache and dont run tests it works - looks like I need to add another step to my build process.

 

Wierd. (the caches were both already cleared before running the tests, so it can't be the built object cache).

James

CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 3 of 4
(768 Views)

Oh dear,

Still having the issue,
Re-looked and first look was obviously terrible I still have:

  • Application font for axes labels
    • (& System font for axe legend)
  • ,auto adjusting scales

  • Left justified scales on Y axis

    Will try and sort again
  •  

Thanks for responding to this originally with that list Christian

James

CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 4 of 4
(64 Views)