Search results

  1. K

    Ocx scrollbar

    Ok i have solved my problem using this code : On window-resized of wWin: IF wXFrame < {&WINDOW-NAME}:WIDTH-PIXELS OR wYFrame < {&WINDOW-NAME}:HEIGHT-PIXELS THEN DO: ASSIGN FRAME {&FRAME-NAME}:WIDTH-PIXELS = {&WINDOW-NAME}:WIDTH-PIXELS FRAME...
  2. K

    Ocx scrollbar

    I have a smartwindow with a Flexgrid Ocx inside. When i upsize the window everything goes fine as i still have the use of the ocx scrollbar. But when i downsize the window the, scrollbar(s) are still here but i just can't move them as they are like frozen. here's my code for the trigger ...
  3. K

    Editor Menu Accelerator

    I know that it's possible to initialize under a progress editor personnal shorcuts and menus. What i' d like to do is to create a menu that can open a file within the propath in order to avoid making the search in the n subdirectories (it can be long and boring). i know that is has something to...
Back
Top