Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3798

Getting keypresses in window of Status Menu app

$
0
0

I’ve got a module which creates a MovableModal window with multiple choices for the user to select options. Because it’s created on the fly, to get keypresses (up, down, return, esc), I’m using:

AddHandler w.keydown, AddressOf KeyDown

This works fine in Desktop Apps, but when I call it from a Status Menu app, it doesn’t get keypresses.

What am I doing wrong, or can’t it be done? Thanks.

4 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 3798

Trending Articles