Disappearing pop-ups

G

Guest

I asked about this a few weeks ago but didn't get an answer, but it's so
annoying that I'm trying again.

My new laptop (Win XP Pro) has an irritating problem where various kinds of
pop-up boxes and messages appear briefly, and then disappear again a
split-second later. This isn't specifically an Access issue (it happens in
lots of other places too) but I'm asking about it here because (i) it does
happen in Access (ii) it annoys me the most in Access because that's where I
mostly am and (iii) folks around here generally know a lot more about most
things than folks in general Windows NG's!

Anyway, in Access specifically I have discovered this problem in two places:

(i) in Access 2007, mini-toolbars pop-up for a split second, and then
disappear before they have even "solidified". Obviously this also happens to
mini-toolbars in other Office 2007 applications.
(ii) in the code window (any version), at a breakpoint, if I point at an
object or whatever in the code to see it's value, the yellow box containing
the value pops up, and then disappears a split second later (which repeats
until I move the mouse away i.e. I get a flashing effect!).

Other non-Access examples of this behaviour are:

- messages which pop-up using the "What's this?" button in any window/dialog
box
- drop-down and pop-up menus in Windows Live Hotmail.

n.b. I am specifically NOT talking about tooltips, which function correctly
throughout Windows i.e. they pop-up for 5 seconds and then disappear.

Clearly something is broken, but I haven't a clue what. All suggestions
gratefully received!
 
L

Larry Daugherty

By persistently posting non-Access issues into an Access newsgroup you
must be getting yourself placed in "Bozo Files" around the world.
That means that many people will never be aware if ever you post valid
issues in the future.

Goodbye.

HTH
 
G

Guest

I hope you feel bettter for that. Jerk.

Larry Daugherty said:
By persistently posting non-Access issues into an Access newsgroup you
must be getting yourself placed in "Bozo Files" around the world.
That means that many people will never be aware if ever you post valid
issues in the future.

Goodbye.

HTH
 
B

Baz

For anyone who read this and would have helped if they could (as opposed to
those who come here merely to parade their arrogant pedantry) this problem is
now solved.

With the help of a form's KeyDown event I established that the computer was
generating a spurious ASCII 255 keypress once per second, which was causing
all of the annoying symptoms. Replacing the keyboard fixed it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top