Change background colours based upon user's input (and export PDF)

Timing issue

See attached

samplePDFGen_revised.aia (13.8 KB)

i apologise for that sample aia file... i'm already using clock component for



But not to handle the display of HA6 and generating the pdf. Look at my example again and apply it. You can use another clock component just to handle this.

I'm having another doubt....


in this last(white background) and pevious(light red colour background) 'if conditions' only satisfies the condition....but the other condition doesnt satisfies. why this happens?


This can be simplified with
image

2 Likes

As Tim mentioned, use a timer to generate the pdf with a delay. The user interface is slower than the pdf creation extension. The label did not show up completely and the pdf was already made. Therefore, it looks as if the labels are overlapping each other.
However, with good coding, this block Christmas tree of yours can be shortened by half...