Search results

  1. A

    Add dynamic menu-items to UIB generated menu

    Try defining the trigger procedure without the persistent keyword. I use persistent only for menus in a named widget pool. Axel
  2. A

    Progress 9 / Windows XP / Focus

    We had problems with process events, in some situations our application crashed. I had just this problem if an ocx made a refresh as a dependend window (i.e. by a record link) and solved it with the following code in a function named iFixFocus: if valid-handle( focus ) then...
  3. A

    PSTimer

    We have the same problem with the PSTimer. Each time a modal dialog is open and the OCX fires, Progress freezes. As far as I know, this is a reported bug and fixed in 9.1e. With Windows XP we have similar effects with other OCX firing events not related to user input: Progress freezes with...
  4. A

    Identify which OCXs using the WRXs files

    I solved this problem with a little C++ programm at least for windows. If you need a solution for windows I could send this tool to you by mail. The location of the ocx is displayed, all wrx-files and which wrx references which ocx etc. Axel
Top