Page 1 of 1

File display, difference between designer and execution ...

Posted: Thu Nov 12, 2015 4:31 am
by JPG
Hello,
I used output field and select box, creating the first and copying this for the other two fields.
In the designer it looks correct. Fields are aligned, but running the program does not display the same (see image).
Is there any properties or check that i have missed?

Tks

Re: File display, difference between designer and execution ...

Posted: Thu Nov 12, 2015 2:02 pm
by Scott Klement
That's strange -- though, they don't seem to be lined up in the designer, either (look carefully) they are much further apart in the runtime.

Can you please post a JSON dump so we can see what's going on?

You can do that by running the program (the "runtime" version) and when the fields are on the screen, press Ctrl-F9. It will download a json.txt file to your PC. Upload that here.

Re: File display, difference between designer and execution ...

Posted: Fri Nov 13, 2015 6:40 am
by JPG
Hello,
Scott thank you very much.
After reviewing HTML code and Json.txt, I have found that these fields were not within the panel and therefore the absolute positions were incorrect.

Tks,