Discussion:
auto data tips doesn't work while debugging
(too old to reply)
avishai
2007-07-05 17:53:43 UTC
Permalink
Hello folks!

I just formatted my computer and installed XP SP2.
when I re-installed my vb6, I got an annoying problem. When I use
debugging mode (F8) I use to get any variables value just by move the
cursor on
it and now I don't have it anymore. Now I have to use the WATCH list
and of course it's much more clumsy. Is anybody know how to turn on
that var watch option?

p.s.
i checked and "tools", "options". In the editor page code settings,
"auto data tips" is on...
MikeD
2007-07-05 23:00:31 UTC
Permalink
Post by avishai
Hello folks!
I just formatted my computer and installed XP SP2.
when I re-installed my vb6, I got an annoying problem. When I use
debugging mode (F8) I use to get any variables value just by move the
cursor on
it and now I don't have it anymore. Now I have to use the WATCH list
and of course it's much more clumsy. Is anybody know how to turn on
that var watch option?
p.s.
i checked and "tools", "options". In the editor page code settings,
"auto data tips" is on...
How many times are you going to ask this? Unless I'm losing my mind, that's
3 or 4 in that last day or 2..and all multiposted to different newsgroups.
You're not making things easier for anybody to help you when you do that.

The only thing different I'm noticing in THIS post is that you mentioned
data tips is checked. If you're still not getting data tips, then most
likely there's a syntax error SOMEWHERE in your code. If you've got Compile
on Demand checked, this may not get caught until you enter the procedure
with the syntax error. You should either always start with a full compile
(Ctrl+F5) or turn off both Compile on Demand and Background Compile.

And in the future, don't keep asking the question over and over. That's only
going to annoy people and then nobody will help you.
--
Mike
Microsoft MVP Visual Basic
avishai
2007-07-06 05:22:22 UTC
Permalink
Post by MikeD
Post by avishai
Hello folks!
I just formatted my computer and installed XP SP2.
when I re-installed my vb6, I got an annoying problem. When I use
debugging mode (F8) I use to get any variables value just by move the
cursor on
it and now I don't have it anymore. Now I have to use the WATCH list
and of course it's much more clumsy. Is anybody know how to turn on
that var watch option?
p.s.
i checked and "tools", "options". In the editor page code settings,
"auto data tips" is on...
How many times are you going to ask this? Unless I'm losing my mind, that's
3 or 4 in that last day or 2..and all multiposted to different newsgroups.
You're not making things easier for anybody to help you when you do that.
The only thing different I'm noticing in THIS post is that you mentioned
data tips is checked. If you're still not getting data tips, then most
likely there's a syntax error SOMEWHERE in your code. If you've got Compile
on Demand checked, this may not get caught until you enter the procedure
with the syntax error. You should either always start with a full compile
(Ctrl+F5) or turn off both Compile on Demand and Background Compile.
And in the future, don't keep asking the question over and over. That's only
going to annoy people and then nobody will help you.
--
Mike
Microsoft MVP Visual Basic
1. 10Q
2. sorry. usualy when you'r post gos down no one will answer it
anymore.
and i needed an answer.
Jan Hyde (VB MVP)
2007-07-06 08:02:24 UTC
Permalink
avishai <***@gmail.com>'s wild thoughts were
released on Thu, 05 Jul 2007 22:22:22 -0700 bearing the
Post by avishai
Post by MikeD
Post by avishai
Hello folks!
I just formatted my computer and installed XP SP2.
when I re-installed my vb6, I got an annoying problem. When I use
debugging mode (F8) I use to get any variables value just by move the
cursor on
it and now I don't have it anymore. Now I have to use the WATCH list
and of course it's much more clumsy. Is anybody know how to turn on
that var watch option?
p.s.
i checked and "tools", "options". In the editor page code settings,
"auto data tips" is on...
How many times are you going to ask this? Unless I'm losing my mind, that's
3 or 4 in that last day or 2..and all multiposted to different newsgroups.
You're not making things easier for anybody to help you when you do that.
The only thing different I'm noticing in THIS post is that you mentioned
data tips is checked. If you're still not getting data tips, then most
likely there's a syntax error SOMEWHERE in your code. If you've got Compile
on Demand checked, this may not get caught until you enter the procedure
with the syntax error. You should either always start with a full compile
(Ctrl+F5) or turn off both Compile on Demand and Background Compile.
And in the future, don't keep asking the question over and over. That's only
going to annoy people and then nobody will help you.
--
Mike
Microsoft MVP Visual Basic
1. 10Q
2. sorry. usualy when you'r post gos down no one will answer it
anymore.
and i needed an answer.
This is a newsgroup although many questions get answered
quickly it may take a day or two. So be patient. If you
didn't get an answer it's probably because you multiposted.


--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde

Loading...