Page 1 of 1

Is it possible to increase height of metadata wizard dialog ?

PostPosted:Sun Jun 20, 2021 10:29 am
by mamad
Hi guys
As you know, openkm sets the size of the metadata wizard dialog dynamically based on numbers of field that you have defined in that metadata group. I know it use a vertical scrool bar when the height of the wizard dialog become more than height of the window but i want to set the height of the whole dialog to a fixed length in cases that it is not using scrool bar. How to do that ?
I have the source code and i have no problem on changing any part of the source ( Im using openkm 6.3 community edition )
Thanks in advance
Best regards

Re: Is it possible to increase height of metadata wizard dialog ?

PostPosted:Thu Jun 24, 2021 3:56 pm
by jllort
You are looking for WizardPopup https://github.com/openkm/document-mana ... Popup.java , take a look for references and show() method

Re: Is it possible to increase height of metadata wizard dialog ?

PostPosted:Tue Aug 17, 2021 1:38 am
by donitatrout
Thanks!! was looking for it too
slope game

Re: Is it possible to increase height of metadata wizard dialog ?

PostPosted:Sat Nov 06, 2021 6:24 pm
by JWhite001
jllort wrote: Thu Jun 24, 2021 3:56 pm You are looking for WizardPopup https://github.com/openkm/document-mana ... Popup.java , take a look for references and show() method
Hi there, I was looking for macys insite that exactly, and a great thanks to you for helping me out. I hope to get such extensive help from you guys mypascoconnect later as well. Thank you.