Uniface User Forum

 View Only
  • 1.  ctrl-c not working

    Posted 12-07-2020 04:12

    Hi,

    I am currently upgrading my application from Uniface 9.6 to 10.3.02

    I am just about used to the changes but I've obviously missed something.

    When writing a procscript in a component, CTRL-C and CTRL-V shortcuts do not work. Right clicking the mouse and selecting Copy/Paste from the options does work.

    The usys.ini has the correct accelerators defined.

    Any ideas why this isn't working? Is there a setup option I haven't used?


    Thanks,

    Colin Douglass



  • 2.  RE: ctrl-c not working

    Posted 12-07-2020 07:00

    Hi Colin,


    have a look at the used Keyboard-Tables.

    If you don't have the keys Ctrl-C, Ctrl-V defined there it will not work.

    Compare with the standard MSWINX.

    I had the same problem.

    Not all Uniface widgets use the same definitions.

    Hope this helps.


    Kind regards

    Norbert



  • 3.  RE: ctrl-c not working

    ROCKETEER
    Posted 12-07-2020 10:17

    Hi Colin


    In addition:

    Some keyboard device tables (the multi byte ones like MSWINX_SJIS , MSWINX_UNICODE) 
    map ctrl c and ctrl v like this
    ^130C ^MENU
    ^130V ^VIEW

    Other keyboard device tables (the single byte ones like MSWINX , MSWIN3) map ctrl c and ctrl v like this

    ^130C ^SAVE
    ^130V ^INS_SELECT

    To use ctrl c and ctrl v for copy and paste in Uniface 10 IDE only works using
    ^130C ^SAVE
    ^130V ^INS_SELECT


    Kind regards

    Peter



  • 4.  RE: ctrl-c not working

    ROCKETEER
    Posted 12-07-2020 12:14

    Another tip: you can usually use Ctrl Insert and Shift Insert as an alternative to Ctrl C and Ctrl V.



  • 5.  RE: ctrl-c not working

    Posted 12-08-2020 00:08

    Thanks everyone,

    I had remapped CTRL-C, CTRL-X and CTRL-V to something else. It didn't matter in version 9 but obviously does now.

    all working. 


    Thankyou.

    Col.