Resize the windows Popup Prompt_OKcancellist

What is the parameters to resize the popup windows display with code →

ws.Prompt(PROMPT_OKCANCELLIST,“Sélection du dossier xxx”, _

"xxx", _

"", tabFolders)

Because I would like to have a popup with 5 cm of largeur and 15 cm of longueur

Subject: Resize the windows Popup Prompt_OKcancellist

you can’t define size in NotesUIWorkspace.Prompt.

but you can create your own form. than you create a doc, set form=, set other fields (that you like to display in your form) and use:

NotesUIWorkspace.DialogBox, where you can set form & doc as params, other flags allow you to costumize look&feel.

i think in notes6.5 you’ll get what you need…

Markus Seitz

markus.seitz@icodex.com

Subject: RE: Resize the windows Popup Prompt_OKcancellist

ok thanks, but it sems to be difficult for me to do it.

So in fact, did NotesUIWorkspace.DialogBox works in V5.11 ? because this code write in V5.11 .

You can help me to adapt it and write it perhaps ?

Subject: RE: Resize the windows Popup Prompt_OKcancellist

Yes, NotesUIWorkspace.DialogBox works in R5 – but if you are working in R5, please post your questions in the R4 & R5 Forum.