Skip to main content

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

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

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


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

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


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

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


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

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.