Search results

  1. N

    let a normal window act like a dialog

    Hi, thank you for this answer. :) I think this will do the trick. But... I've never worked with containers (always standard windows with the appbuilder), so I'm searching how this works. Nevertheless, i can't find anything about containers in the progress books we have here. Can you give me a...
  2. N

    let a normal window act like a dialog

    Hi, I have a Progress V9 program (a window where it's possible to create link between data), that has to act like a normal window and like a dialog window. It can be called from 2 sources: - a central treeview-application-menu (act like a normal .w) - from another program that imports...
  3. N

    Length content of a combo box

    Thanks, that did the trick! I set it in an procedure file (with the sendmessageA in an include) and added an input parameter for the delimiter, so we can use this for any combo box we have... Later, i'll search how to set a maximum length, because if the length doesn't fit the screen, the...
  4. N

    Length content of a combo box

    Hello, In my program, I have to display some large things (100chars) in a combo box. Problem is that the combo's can't be longer (the screen is completely full). Can the contents of the combo box (if you click on the arrow) be longer than the combo box itself? Screenshot of the combo...
Back
Top