Page 2 of 2 FirstFirst 12
Results 41 to 48 of 48

Thread: balloon tooltip

  1. #41
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: balloon tooltip

    Quote Originally Posted by Edgemeal View Post
    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

  2. #42
    Junior Member seba.kwiat's Avatar
    Join Date
    Jun 2009
    Posts
    30

    Re: balloon tooltip

    Quote Originally Posted by Edgemeal View Post
    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

  3. #43
    Junior Member seba.kwiat's Avatar
    Join Date
    Jun 2009
    Posts
    30

    Re: balloon tooltip

    Quote Originally Posted by Edgemeal View Post
    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.

  4. #44
    VB For Fun Edgemeal's Avatar
    Join Date
    Sep 2006
    Location
    WindowFromPoint
    Posts
    4,255

    Re: balloon tooltip

    Quote Originally Posted by seba.kwiat View Post
    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.

  5. #45
    Junior Member seba.kwiat's Avatar
    Join Date
    Jun 2009
    Posts
    30

    Re: balloon tooltip

    Quote Originally Posted by Edgemeal View Post
    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.

  6. #46
    Junior Member seba.kwiat's Avatar
    Join Date
    Jun 2009
    Posts
    30

    Re: balloon tooltip

    Quote Originally Posted by Edgemeal View Post
    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

  7. #47
    VB For Fun Edgemeal's Avatar
    Join Date
    Sep 2006
    Location
    WindowFromPoint
    Posts
    4,255

    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!

  8. #48
    Junior Member seba.kwiat's Avatar
    Join Date
    Jun 2009
    Posts
    30

    Re: balloon tooltip

    Quote Originally Posted by Edgemeal View Post
    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

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width