PDA

View Full Version : 7.5 bug - DialogEx


Stephen G.
10-22-2008, 03:05 PM
Found another little bug that needs to be looked at.
e_Key does not function when using DialogEx windows.
Let me know if anybody has found a way to make it work.

Darryl
10-22-2008, 03:43 PM
I couldn't seem to find any problem with it. Could you describe in further detail the problem you are having?

My simple test consisted of a dialog message action on the "On Key" event of the dialog that showed the value of e_Key. It was reporting the correct values.

Imagine Programming
10-22-2008, 04:29 PM
Found another little bug that needs to be looked at.
e_Key does not function when using DialogEx windows.
Let me know if anybody has found a way to make it work.

Maybe because the focus is on the Dialog at that moment... just a thought, as i don't have v7.5 yet:P

Stephen G.
10-22-2008, 09:26 PM
I included a sample project of the problem.

I use e_Keys plenty, so it would be great to get a quick fix on this one.

Thank you.

DavidVR
10-22-2008, 09:32 PM
I got the same problem.. does anyone know how to solve this problem??

holtgrewe
10-22-2008, 10:10 PM
Stephen G
Yeah, that appears to be another bug. I changed your code to a (tab key 9) instead of (enter 13) and it worked fine...
I change the compare to (e_Key > 0) and it worked for everything I tested except for the ENTER key.

I'm confident IR will get these fixes in as quickly as possible.

Darryl
10-23-2008, 08:14 AM
Thanks we'll look into that. REF: 17955

Mark
10-23-2008, 08:44 AM
Hi Guys,

Thanks for the information, now I see that it's wasn't a problem on the dialog's "On Key" event it was a problem with certain object's "On Key" event when they are on dialogs.

johnraus
10-25-2008, 04:43 PM
e_Key 13 <ENTER> indeed doesn't fire in Single Line input object on DialogEx.
but if you change properties to Multiline Input it does fire again perfect ???

I use this as tempory workaround ......
only dirty PING sounds when you press the enter key

actionstk..
10-25-2008, 10:51 PM
e_Key 13 <ENTER> indeed doesn't fire in Single Line input object on DialogEx.
but if you change properties to Multiline Input it does fire again perfect ???

I use this as tempory workaround ......
only dirty PING sounds when you press the enter key

thank johnraus for how to bypass bug e_Key number 13 in Input Obj :yes
...

actionstk..
10-26-2008, 12:36 PM
Ohhh if set Input Obj Enable for Multiline this problem for Password style :eek:
..