|
-
Jun 29th, 2009, 06:18 PM
#41
Re: balloon tooltip
 Originally Posted by Edgemeal
I see someone posted a solution for that on PSC
I did, http://www.planet-source-code.com/vb...72134&lngWId=1
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Jun 30th, 2009, 03:06 AM
#42
Junior Member
Re: balloon tooltip
 Originally Posted by Edgemeal
I see someone posted a solution for that on PSC
thank you for your reply.
You have to declare this lines to make it work after pressing F3 for search in explorer window.
TT.DelayTime = 50
TT.VisibleTime = 12000
This solution works just perfect.
thx a lot
-
Jul 1st, 2009, 06:52 AM
#43
Junior Member
Re: balloon tooltip
 Originally Posted by Edgemeal
I see someone posted a solution for that on PSC
I checked that script and it seams to be broken too if you declare TT.DelayTime longer than about 109 - 120.
I would like a little longer time before showing the pop-up.
If use F3 on explorer window for search and declare
TT.DelayTime = (less than about 109 - 120)
then time delay works fine
but if you declare more than about 109 - 120 then without search window in explorer the delay time for pop-up to show is correct but with search window you have to wait wide much longer.
i would like to declare between 650 - 1000.
can anyone say how to solve the problem?
thx for reply
Last edited by seba.kwiat; Jul 1st, 2009 at 07:12 AM.
-
Jul 1st, 2009, 07:26 AM
#44
Re: balloon tooltip
 Originally Posted by seba.kwiat
i would like to declare between 650 - 1000.
can anyone say how to solve the problem?
thx for reply
Hmmmm I don't see any difference with a windows search window open (on WinXP Pro SP3). VB program I'm running has tip delay set to 850 and visible time of 6000.
-
Jul 1st, 2009, 07:41 AM
#45
Junior Member
Re: balloon tooltip
 Originally Posted by Edgemeal
Hmmmm I don't see any difference with a windows search window open (on WinXP Pro SP3). VB program I'm running has tip delay set to 850 and visible time of 6000.
Thank you for the reply.
I just checked that again on the other computer and i can recreate the problem could you please check it again?
It breaks after a couple of seconds, no more than 3 seconds.
I just checked that on the code which you posted for me. I changed in Command1_Click() event TT.DelayTime = 50 to TT.DelayTime = 150 and i sow big diference.
also i checked yours delay set to 850 and visible time of 6000 also i sow the big differences.
maybe you are using different tooltip class than you posted for me?
can you look at this one more time please and wait 3 seconds after a couple of pop-ups it breaks?
Last edited by seba.kwiat; Jul 2nd, 2009 at 03:23 AM.
-
Jul 2nd, 2009, 04:02 AM
#46
Junior Member
Re: balloon tooltip
 Originally Posted by Edgemeal
Hmmmm I don't see any difference with a windows search window open (on WinXP Pro SP3). VB program I'm running has tip delay set to 850 and visible time of 6000.
Even when you open a couple of search windows then the time grows bigger.
You have to open search windows ofter form with tool tip is loaded.
I created movie on youtube
http://www.youtube.com/watch?v=MY0sNeUk9DQ
Please take a look on this
thx
-
Jul 2nd, 2009, 05:35 AM
#47
Re: balloon tooltip
maybe you are using different tooltip class than you posted for me?
I'm using the same tooltip class that isnoend uploaded in post #13 for past couple years.
I created movie on youtube
That is strange! I don't have any projects that use a msflexgrid so can't test that but I tried 4 of my programs and none of them act like that. I recompiled one app with delay of 150 and then 850 and it acted just like it was suppose to, having exploeres open with or without search made no difference.
Good Luck!
-
Jul 2nd, 2009, 06:08 AM
#48
Junior Member
Re: balloon tooltip
 Originally Posted by Edgemeal
I'm using the same tooltip class that isnoend uploaded in post #13 for past couple years.
That is strange! I don't have any projects that use a msflexgrid so can't test that but I tried 4 of my programs and none of them act like that. I recompiled one app with delay of 150 and then 850 and it acted just like it was suppose to, having exploeres open with or without search made no difference.
Good Luck!
thx for your reply,
i will check this on different windows xp we use commercial special build of xp at work.
will post the reply
thx again
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|