Hi Roger,
thanks for the hint.
I still have a global handler function and i make the same thing with F10 to prevent that the Menubar receives focus, but have i still forgotten this... Sorry.
Search found 54 matches
- Fri Nov 18, 2011 3:17 am
- Forum: eXpress++ Support
- Topic: How can i have a keyboardevent allways transleted to another
- Replies: 3
- Views: 9506
- Thu Nov 17, 2011 1:54 am
- Forum: eXpress++ Support
- Topic: How can i have a keyboardevent allways transleted to another
- Replies: 3
- Views: 9506
How can i have a keyboardevent allways transleted to another
Hi,
what is the best way to "translate" a special Keyboard-Event to another for the whole application? f. e. User press "#" on keyboard and i want "translate" this to ESC (so that the application behaves like ESC was pressed).
Any hints are welcome.
what is the best way to "translate" a special Keyboard-Event to another for the whole application? f. e. User press "#" on keyboard and i want "translate" this to ESC (so that the application behaves like ESC was pressed).
Any hints are welcome.
- Wed Aug 24, 2011 12:29 am
- Forum: eXpress++ Support
- Topic: How can i prevent that F10 brings focus to the menubar
- Replies: 11
- Views: 25333
Re: How can i prevent that F10 brings focus to the menubar
Hi Roger, i use Win7, too. In a small sample with modal windows, my Menubar doesn't receive focus, too. But in my real-world-scenario with non-modal-windows, but disabled menubar and disabled parent window, the disabled Menubar in the disabled parent window receives focus, if the user press F10 in t...
- Tue Aug 23, 2011 12:54 am
- Forum: eXpress++ Support
- Topic: How can i prevent that F10 brings focus to the menubar
- Replies: 11
- Views: 25333
Re: How can i prevent that F10 brings focus to the menubar
Hi Chris, hi Roger, correct Chris. This is my problem. And because i have a "special" Application-Design (non-modal-windows, but opening a new window disable the parent) the problem is real. The Menubar even gets the focus even though it is disabled... Edit: I have now a "dirty" workaround: I catch ...
- Sun Aug 21, 2011 11:46 pm
- Forum: eXpress++ Support
- Topic: How can i prevent that F10 brings focus to the menubar
- Replies: 11
- Views: 25333
Re: How can i prevent that F10 brings focus to the menubar
Markus, i use this DCHOTKEY xbeK_F10 ACTION { || perauft(), DC_GetRefresh( GetList ) } and have no problem. No, it is the same problem with DCHOTKEY. The Menubar gets the focus. perauft() is called, but the menubar has the focus, even if it is disabled. Edit: I don't have MODAL windows. With Modal-...
- Fri Aug 19, 2011 2:10 am
- Forum: eXpress++ Support
- Topic: How can i prevent that F10 brings focus to the menubar
- Replies: 11
- Views: 25333
Re: How can i prevent that F10 brings focus to the menubar
Hi Roger, this was my first test. This prevents that the XbmMenuBar gets focus, but with this i can't use F10 for anything else (f. e. as a ACCELKEY). But this is want i want to do: I want to use F10 as ACCELKEY, but the XbpMenuBar should't receive the focus. BTW, XbpMenuBar receives focus even if i...
- Fri Aug 19, 2011 2:04 am
- Forum: eXpress++ Support
- Topic: How can i prevent that F10 brings focus to the menubar
- Replies: 11
- Views: 25333
Re: How can i prevent that F10 brings focus to the menubar
Hi Bobby,SbDrakos wrote:Hi Markus,
Have you tried using DCHOTKEY?
You could set xbeK_F10 to something like {|| .T. }
Hope it helps
Bobby
no, this doesn't help. I want to use F10 as a ACCELKEY, but i want to prevent that the XbpMenuBar receives the focus...
- Thu Aug 18, 2011 6:17 am
- Forum: eXpress++ Support
- Topic: How can i prevent that F10 brings focus to the menubar
- Replies: 11
- Views: 25333
How can i prevent that F10 brings focus to the menubar
Hello,
in Windows F10 activates the menubar. How can i prevent this using the express GET-System?
Thanks in advance.
in Windows F10 activates the menubar. How can i prevent this using the express GET-System?
Thanks in advance.
- Tue Jun 28, 2011 1:10 am
- Forum: eXpress++ Support
- Topic: @K in picture clause and enter of ".", decimal point first
- Replies: 3
- Views: 9409
Re: @K in picture clause and enter of ".", decimal point first
Hi Cliff,
i found this problem years ago, but Roger didn't want to change this...
My solution was to mark the get in the SetInputfocus-Slot
With this, you have a nearly equal behavior like in clipper.
i found this problem years ago, but Roger didn't want to change this...
My solution was to mark the get in the SetInputfocus-Slot
Code: Select all
if valtype(o:getdata()) == "N"
o:setMarked( {1, o:bufferLength+1 } )
endif
- Fri Jun 24, 2011 1:06 am
- Forum: eXpress++ Support
- Topic: DCSAY with SAYSIZE 0, x
- Replies: 5
- Views: 12227
Re: DCSAY with SAYSIZE 0, x
Hi Roger,
i am looking for a generic solution. I can't use your sample for several reasons. Can you give me a hint, where i found your width calculation for the dcsay? Then i will calc the width myself and not use "Size 0"...
i am looking for a generic solution. I can't use your sample for several reasons. Can you give me a hint, where i found your width calculation for the dcsay? Then i will calc the width myself and not use "Size 0"...