473,387 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Tabbing stops working?

Have posted about this before without luck, maybe someone know a workaround.

Using Framework 1.1

I have about 140 clients running my application, every day, some of them
loosing the Tab key function in the forms, they also loosing the enter key
functionallity.

Instead of TAB and Enter the active button (what ever button that is for the
moment) get pressed instead.

The enter problem I have "solved" by telling them to use CTRL-Enter instead
that seems to work better.

But for the TAB button I dont know how to solve it.

One time, I manage to get the same problem in my IDE while debugging, and on
Enter or TAB the only message sent was as the active button was clicked, the
message for the TAB or enter never got triggered.

I suspect its linked to forms having a Tabpage on it, its only happening
there.

Anyone seen the same and have a solution?

Regards
Fredrik Melin
Nov 20 '05 #1
3 1219
"Fredrik Melin" <me*@no-spam.dacsa-remove-this.net> schrieb
Have posted about this before without luck, maybe someone know a
workaround.

Using Framework 1.1

I have about 140 clients running my application, every day, some of
them loosing the Tab key function in the forms, they also loosing the
enter key functionallity.

Instead of TAB and Enter the active button (what ever button that is
for the moment) get pressed instead.

The enter problem I have "solved" by telling them to use CTRL-Enter
instead that seems to work better.

But for the TAB button I dont know how to solve it.

One time, I manage to get the same problem in my IDE while debugging,
and on Enter or TAB the only message sent was as the active button
was clicked, the message for the TAB or enter never got triggered.

I suspect its linked to forms having a Tabpage on it, its only
happening there.

Anyone seen the same and have a solution?


Yes, concerning the Enter key: It's the default behavior that the button
gets pressed if it is focused and Enter is pressed, so I'm not quite sure if
I understood you correctly. Concerning Tab: Did you add any key handling m
echanism, like keypress, keydown, processdialogkey, processtabkey...?
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #2
Regarding Enter, the problem is that the Focus is a any textbox, Eg, user
enter a text in a multiline textbox and want a new line, He/She presses
enter, and a button get pressed.

Same with Tab instead of moving to the next Text field, a button get
pressed...

Regards
Fredrik

"Armin Zingler" <az*******@freenet.de> wrote in message
news:40***********************@news.freenet.de...
"Fredrik Melin" <me*@no-spam.dacsa-remove-this.net> schrieb
Have posted about this before without luck, maybe someone know a
workaround.

Using Framework 1.1

I have about 140 clients running my application, every day, some of
them loosing the Tab key function in the forms, they also loosing the
enter key functionallity.

Instead of TAB and Enter the active button (what ever button that is
for the moment) get pressed instead.

The enter problem I have "solved" by telling them to use CTRL-Enter
instead that seems to work better.

But for the TAB button I dont know how to solve it.

One time, I manage to get the same problem in my IDE while debugging,
and on Enter or TAB the only message sent was as the active button
was clicked, the message for the TAB or enter never got triggered.

I suspect its linked to forms having a Tabpage on it, its only
happening there.

Anyone seen the same and have a solution?
Yes, concerning the Enter key: It's the default behavior that the button
gets pressed if it is focused and Enter is pressed, so I'm not quite sure

if I understood you correctly. Concerning Tab: Did you add any key handling m
echanism, like keypress, keydown, processdialogkey, processtabkey...?
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #3
"Fredrik Melin" <me*@no-spam.dacsa-remove-this.net> schrieb
Instead of TAB and Enter the active button (what ever button that
is for the moment) get pressed instead.

The enter problem I have "solved" by telling them to use
CTRL-Enter instead that seems to work better.

But for the TAB button I dont know how to solve it.


Yes, concerning the Enter key: It's the default behavior that the
button gets pressed if it is focused and Enter is pressed, so I'm
not quite sure
if
I understood you correctly. Concerning Tab: Did you add any key
handling m echanism, like keypress, keydown, processdialogkey,
processtabkey...?


Regarding Enter, the problem is that the Focus is a any textbox, Eg,
user enter a text in a multiline textbox and want a new line, He/She
presses enter, and a button get pressed.

Same with Tab instead of moving to the next Text field, a button
get pressed...

You wrote "...the active button (what ever button that is for the moment)
get pressed instead". I thought "active button" means that the button has
the focus.

And again the question: Did you add any key handling m echanism, like
keypress, keydown, processdialogkey, processtabkey...?

If you can reproduce the bahvior, try to set a breakpoint in the button's
click event. When you press tab and the breakpoint is hit, have a look at
the callstack to be able to find out the reason. If you don't, you can post
the callstack here and I'll have a look at it.
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

145
by: David MacQuigg | last post by:
Playing with Prothon today, I am fascinated by the idea of eliminating classes in Python. I'm trying to figure out what fundamental benefit there is to having classes. Is all this complexity...
0
by: sam | last post by:
I am running win2k3, iis6, access db's, for a web app. The problem is that asp stops working randomly. No errors in IIS log, no errors in even viewer. It just stops serving asp. Restarting IIS...
1
by: Steve | last post by:
I have almost got this no touch deployment of WinForms working Except... 1) Occasionally the launching of the application stops and I get the IE Message "The page cannot be found". If I restart...
2
by: Martin Hjärtmyr | last post by:
I have a program that uses Hotkeys! And they works just fine! I use this hotkeylib:...
1
by: Tom | last post by:
A dumb question: Exactly how does tabbing work in an ASP.NET form in the browser? Does it work the same was as a Windows Forms form does? I have a rather complicated ASP form (that consists of...
0
by: Mike Walters | last post by:
We are auto tabbing from one control to the next after max length is reached, but when within a groupbox tabbing remains within itself. when we are at the max length and use the backspace or Del...
2
by: rmiller | last post by:
I'm in dire straits. I'm converting part of a product into VB.NET, but still need to access forms written in VB 6.0. I've got just about everyting working, but the tabbing on the form. The form...
6
by: Doug Bell | last post by:
Hi I have a DataGrid with some hidden columns and also some read Only and some ComboBox Columns. Sandard Tabbing through the Datagrid sees the focus go to the hidden columns requiring further...
10
by: jp | last post by:
I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John
1
by: dantebothermy | last post by:
I have a form with four subforms on it. Somehow or other, when I tab all the way through the list of tab stops on subform 1, it moves to subform 2. But the same thing doesn't work between any of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.