Can't seem to resize my popup dialog window

solymyr
Kilo Expert

Hi,

I am trying to achief a popup dialog window. I am almost were I want to be with my development. Except on the size of my popup.

Initially the size and the way my popup is being displayed is fine.

It is when I "unlock" my reference field that it isn't any more.

Popup before I click the lock:

Before.PNG

Popup after I click the lock:

After.PNG

As you can notice I don't have a nice screen anymore.

I have no idea how to fix this so that I have good with and height.

Or maybe an auto resize when I click the lock.

1 ACCEPTED SOLUTION

Hi,



Just in case you all wondered how this ended...


I have found a solution without a ui page.


I continued working on the UI Action but instead of using using "GlideDialogWindow" , I have used "GlidePaneForm".


I use the method to call a view and displays it in a larger window then a popup.


The result is a good lay-out


Capture.PNG




Thank you for you help Daryll and Ashish


View solution in original post

12 REPLIES 12

Have you tried this in a demo instance?


I'd also try this as GlideDialogWindow rather than GlideDialogForm


Daryll,



I have nerver used GlideDialogWindow.


How does it work?


Is it similar to GlideDialogForm?


Pretty much the same.


Just change your new GlideDialogForm to GlideDialogWindow and it should work fine.


If it doesn't it'll be a minor tweak to get it working.


Hi Daryll,



I notice that I will be needing a UI page.


I don't know how to create a UI page.