ok - this is driving me mad.
I've created a 'pop-up' dialogue which woks fine except for the fact that any control I add becomes invisible in run mode. Everything looks and works fine in design mode but as soon as I switch to run mode the controls disappear - they still work i.e. I can click on them and their 'OnSelect' executes as expected but they're simply invisible (as opposed to Visible=false).
I've done all the obvious (to me) things such as bringing them to the front and setting Visible=true to no avail. I tried duplicating the screen but nothing.
Has anyone encountered this behaviour before?