Hi Personas 3.0 experts,
UI flow:
After I run a z-tcode, I see a selection screen where I need to fill a parameter, and F8. Then I will see a table and two "tabs" (actually they are buttons) on top. When I click one of the "Tab", the script will let screen go back to the previous selection screen and fill a different parameter and run F8. So from UI, it looks just like to click a tab to show a different table on the same screen.
The issue:
In the editing mode, I have adjusted the table width to fit the PC screen. Exit editing mode, UI looks fine (say the current tab is Tab2). Click Tab1, the table width looks fine. BUT, now click Tab2 again, the table width goes back to original size (ie, not the size set in editing mode). But if now start editing mode, the dimentions all look correct. And exit the editing mode, the table width looks correct again.
Seems that after re-entering the screen, the custimised UI table width changes its size to the original size. I tried to use a script to set the .width property in "onLoad" event, but it does not fix the issue.
Does this sound like a Personas bug?
Dong Zhu