• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Table on gizmo form blank

ShadowWalker

Well-known member
I have a form linked to an entity. The form shows up fine.
The only problem is that the dynamic table is blank.
No header, no add, no items listed.
I tried moving the portal and templates to a panel and after removing the addpick and headerpick everything worked fine.

I'm using your suggestion of the Simple component for addpick and headerpick.
It's bootstrapped in the entity.

It looks like the table is being drawn, there is a place for the header, it's just there is no text. Clicking on the spot where the Add text would be.

After further looking at this. It appears that the additem, headertitle scripts are not working. When you use addpick and headerpick do you need to use addtemplate and headertemplate?
 
Sorry, I'm mostly on vacation through Sunday, attending Comic Con, so I hadn't had to look into this one yet - this is a bug I've run into before, that only seems to happen on pop-up forms, not on regular tabs.

Here's my normal workaround:

Code:
autoright = width

Put that just after setting the form's width. The autoright, autoleft, autotop, and autobottom are the boundaries of where autoplace can put things, and apparently, the autoright isn't set correctly if the width of a pop-up form is not the default width (and I think the default may be the screen width, so that's why, when centering the Add text on that portal's full width, it's off-screen).
 
Back
Top