I have a webdialog that has 4 Container controls on it. I hide and unhide the containers based on a segmented control.
I also have a Cancel and a Save button on the main webdialog.
When I open the form and have container1 unhidden, for some reason, I can’t click on the Cancel and/or Save button that’s on the webdialog. It never fires the Action on the button.
Probably something simple but can’t figure it out.
Any ideas?
Even though it didn’t look like it on the screen, it appears as though the Containers were slightly bigger than the area I expected so even though it didn’t show it, it looks like the buttons were showing but covered up???
Not sure but I changed the webdialog height and now the buttons can be clicked.
Did you build the button placement visually on the IDE? Maybe the overlay positioning of the button on the container needs to be reset? ie. Drag the button off of the container – then move it back but make sure you see the “RED OUTLINE” on the container where the button is going.
HTH