Community Forums Today's Posts     Member List     Archive    
Results 1 to 13 of 13
  1. #1
    Join Date
    Jan 2010
    Location
    Hinterfeitupfing
    Posts
    26

    [BETA] TS3Balloon

    TS3Balloon creates a taskbar notification window like MSN Messenger on incoming chat messages. The window is on top of all windows and also works on minimized TS client.

    TS3Balloon v0.0.1.3
    Click image for larger version. 

Name:	ts3balloon1.jpg 
Views:	588 
Size:	40.4 KB 
ID:	4569
    Click image for larger version. 

Name:	ts3balloon2.jpg 
Views:	457 
Size:	67.1 KB 
ID:	4570
    Click image for larger version. 

Name:	ts3balloon3.jpg 
Views:	523 
Size:	106.8 KB 
ID:	4571



    Requires:
    • Microsoft Visual C++ 2010 Redistributable (x32, x64)
    • TeamSpeak 3 RC1-pre9
    Download:
    TS3Balloon console commands:

    /ts3balloon <text> - Displays a notification window with 'text' on it.
    /ts3balloon help - This help.
    /ts3balloon info - Displays TS3Balloon properties and version information.
    /ts3balloon on - Activates popups.
    /ts3balloon off - Deaktivates popups.
    /ts3balloon TimeToShow <number> - Changes ts3balloon property TimeToShow to given number.
    /ts3balloon TimeToLive <number> - Changes ts3balloon property TimeToLive to given number.
    /ts3balloon TimeToHide <number> - Changes ts3balloon property TimeToHide to given number.
    /ts3balloon Increment <number> - Changes ts3balloon property Increment to given number.
    /ts3balloon reset - Restore default property values.
    All commands are not case sensitive.

    Changelog:
    • v1.0.0.3 (20.02.2011)
      • Added commands 'on' and 'off'
      • Settings are stored in a file now
      • Plugin detects fullscreen applications (popup is not appearing on fullscreen)
    • v1.0.0.2 (17.02.2011)
      • Fixed NOFMOD problem
      • Fixed wrong character encoding
    FAQ
    Q: Can I change the popup speed?
    A: Yes, you can! Type /ts3balloon help to get a list of all comands. Example: /ts3balloon increment 50 will increase the speed of all animations.

    Edit by mod

    Please upload your plugin here
    http://addons.teamspeak.com/
    Last edited by Mr. S; 20-02-2011 at 17:35. Reason: Update v0.0.1.3

  2. #2
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,382
    Can you compile it to API 109 (rc1-pre9) too?
    Then i would use it. ^^

  3. #3
    Join Date
    Jan 2010
    Location
    Hinterfeitupfing
    Posts
    26
    Quote Originally Posted by SmokinShark View Post
    Can you compile it to API 109 (rc1-pre9) too?
    Then i would use it. ^^
    edit by mod
    This forum is english only


    edit by author
    Pluginupdate
    Last edited by Mr. S; 17-02-2011 at 17:30. Reason: Pluginupdate

  4. #4
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,382
    Mh.. When everyone wrote in the Chat crashed my Client. ö.Ö

  5. #5
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,662
    Quote Originally Posted by SmokinShark View Post
    Mh.. When everyone wrote in the Chat crashed my Client. ö.Ö
    Sounds like the same problem I have with my TS3MassMover.

    @ Mr.S: If you can fix this issue with TS3 Client rc1-pre9, please say me how .

  6. #6
    Join Date
    Jan 2010
    Location
    Hinterfeitupfing
    Posts
    26
    Quote Originally Posted by SmokinShark View Post
    Mh.. When everyone wrote in the Chat crashed my Client. ö.Ö
    Quote Originally Posted by Stefan1200 View Post
    Sounds like the same problem I have with my TS3MassMover.

    @ Mr.S: If you can fix this issue with TS3 Client rc1-pre9, please say me how .
    I fixed the plugin:

    TS3Balloon v0.0.1.2
    • Fixed NOFMOD problem
    • Fixed wrong character encoding
    Last edited by Mr. S; 20-02-2011 at 15:08.

  7. #7
    Join Date
    Jan 2010
    Location
    Hinterfeitupfing
    Posts
    26
    v1.0.0.3 (20.02.2011)
    • Added commands 'on' and 'off'
    • Settings are stored in a file now
    • Plugin detects fullscreen applications (popup is not appearing on fullscreen)

  8. #8
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,382
    Config works fine for me!

    But why i get only a Balloon when i have an active Window?

    If i click anywhere on the Desctop i get no Balloon!


    ---------------

    Btw.. 32 Bit is x86

  9. #9
    Join Date
    Jan 2010
    Location
    Hinterfeitupfing
    Posts
    26
    Quote Originally Posted by SmokinShark View Post
    But why i get only a Balloon when i have an active Window?

    If i click anywhere on the Desctop i get no Balloon!
    Ahrrrrrggg, I forget to check the active fullscreen application is the desktop. Sorry about that. I'll fix it in the next release.


    ---------------

    Quote Originally Posted by SmokinShark View Post
    Btw.. 32 Bit is x86
    Btw. x86 is the architecture . Most of used desktop CPUs are based on top of the x86 architecture, which is manufactured as an industry standard since 1978. What you called x64 is an extension from 32 to 64 bits on x86 architecture. If x64 would be an new architecture (or a different one like ARM) you're not able to run 32 bit programs on your 64 bit system, because of a different instruction set. You have to recompile your programs for ARM, you can recompile your programs on AMD64 systems.

  10. #10
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,382
    Quote Originally Posted by Mr. S View Post
    Ahrrrrrggg, I forget to check the active fullscreen application is the desktop. Sorry about that. I'll fix it in the next release.
    Fail.


    Quote Originally Posted by Mr. S View Post
    Btw. x86 is the architecture . Most of used desktop CPUs are based on top of the x86 architecture, which is manufactured as an industry standard since 1978. What you called x64 is an extension from 32 to 64 bits on x86 architecture. If x64 would be an new architecture (or a different one like ARM) you're not able to run 32 bit programs on your 64 bit system, because of a different instruction set. You have to recompile your programs for ARM, you can recompile your programs on AMD64 systems.
    Nice Google Text, but i haven't wrote Anything about x64.

  11. #11
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,382
    Still an Suggest:

    Is it possible that the Balloon is not "on Top"?

    Thats really anoying when i write a Text and get a Message that i must click again in the Window to write further. +.+

  12. #12
    Join Date
    Jan 2010
    Location
    Hinterfeitupfing
    Posts
    26
    How can you read the message in the balloon window if it's behind your text window? If you like I can implement a on-top switch to switch it on or off.

  13. #13
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,382
    Quote Originally Posted by Mr. S View Post
    How can you read the message in the balloon window if it's behind your text window?
    I DON'T said that the Text Window is behind the Balloon!

    Read my Text again.. +.+'

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Linux Server Beta 18 Update to Beta 22 how
    By totto4711 in forum Linux / FreeBSD
    Replies: 2
    Last Post: 28-04-2010, 15:24
  2. Replies: 5
    Last Post: 09-03-2010, 14:46
  3. Problem Serverupdate Beta 12 to Beta 15
    By Leitwolf in forum Server Support
    Replies: 3
    Last Post: 20-01-2010, 16:04
  4. Upgrade to Beta 11 from Beta 6
    By nitramf in forum Linux / FreeBSD
    Replies: 2
    Last Post: 30-12-2009, 10:23
  5. Beta 1 to Beta 2 Updating?
    By Str1k3r in forum Linux / FreeBSD
    Replies: 6
    Last Post: 21-12-2009, 11:19

Posting Permissions

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