Web dialog seems to change size by itself. It’s set up at one size, but when we launch the app, it appears smaller.
Any clues?
Web dialog seems to change size by itself. It’s set up at one size, but when we launch the app, it appears smaller.
Any clues?
Did you create an instance of the dialog on the page?
If you do that you need to change its size there if I’m not mistaken.
I would verify the size in Resize, and correct it if needed. Also, it may vary with the type of dialog : Palette, Sheet, Modal Dialog.
I’m slow so: I have been caught by creating a WebDialog, then dragging it on it not a page and calling WebDialog1.open.
A few week later I edit the dialog/superclass size.
The next time the app runs The WebDialog opens at the old (unedited) size.
Perhaps you dragged it onto the page and then edited it in the IDE?
Solution was to delete it from the page and re add it.
agree with Jay.
you right click on it then click on CUT
then Right click anywhere on the webpage and click on PASTE.
should solve the problem.
not sure why but CTRL-X CTRL-V doesnt work.
thanks
damon