Vista UAC insert key bug.. - Clipper
This is a discussion on Vista UAC insert key bug.. - Clipper ; Is anybody know how to overcome this annoying behaviour when we loosing
focus, and after gaining focus, the overtype feature of all text is reset to
ON... ????
For example, just compile the basic MDI example for cavo 28 SP1
...
-
Vista UAC insert key bug..
Is anybody know how to overcome this annoying behaviour when we loosing
focus, and after gaining focus, the overtype feature of all text is reset to
ON... ????
For example, just compile the basic MDI example for cavo 28 SP1
Add:
oSB
isplayKeyboard()
to the StandardShellWindow init method
Set the insert key to ON (insert "INS" becomes green) on status bar, then
minimize the window or change the focus to another window. When we regain
focus or pass the mouse over the program, the insert key is reset
automatically to OFF.
This is only happening when the UAC is activated
I am logged as administrator and the program is running without any changes
except the above
Any help will be welcome
Thank in advance for your cooperation
Jean
-
Re: Vista UAC insert key bug..
In addition to previous post...
>This is only happening when the UAC is activated +
and the program has been elevated manually ( run as administrator ) or by a
manifest file to "requireAdministrator"
Therefore if your are logged as administrator and run the program as
administrator... the problem occurs
Jean
"Rayonline.com" <supportXX@XXrayonline.com> a écrit dans le message de
news:A1BYj.10193$79.1212@read1.cgocable.net...
> Is anybody know how to overcome this annoying behaviour when we loosing
> focus, and after gaining focus, the overtype feature of all text is reset
> to
> ON... ????
>
>
>
> For example, just compile the basic MDI example for cavo 28 SP1
>
>
>
> Add:
>
> oSB
isplayKeyboard()
> to the StandardShellWindow init method
>
>
>
> Set the insert key to ON (insert "INS" becomes green) on status bar, then
> minimize the window or change the focus to another window. When we regain
> focus or pass the mouse over the program, the insert key is reset
> automatically to OFF.
>
>
>
> This is only happening when the UAC is activated
>
>
>
> I am logged as administrator and the program is running without any
> changes
> except the above
>
>
>
> Any help will be welcome
>
>
>
> Thank in advance for your cooperation
>
>
>
> Jean
>
-
Re: Vista UAC insert key bug..
Intercept when the user change it, memorize it and when the application
GetFocus, restore it
--
Ciao
Alessandro
"Rayonline.com" <supportXX@XXrayonline.com> ha scritto nel messaggio
news:A1BYj.10193$79.1212@read1.cgocable.net...
> Is anybody know how to overcome this annoying behaviour when we loosing
> focus, and after gaining focus, the overtype feature of all text is reset
> to ON... ????
>
>
>
> For example, just compile the basic MDI example for cavo 28 SP1
>
>
>
> Add:
>
> oSB
isplayKeyboard()
> to the StandardShellWindow init method
>
>
>
> Set the insert key to ON (insert "INS" becomes green) on status bar, then
> minimize the window or change the focus to another window. When we regain
> focus or pass the mouse over the program, the insert key is reset
> automatically to OFF.
>
>
>
> This is only happening when the UAC is activated
>
>
>
> I am logged as administrator and the program is running without any
> changes except the above
>
>
>
> Any help will be welcome
>
>
>
> Thank in advance for your cooperation
>
>
>
> Jean
>