English   German
  #1  
Old 30-11-2006, 07:51
Jaidynne Jaidynne is offline
-= TeamSpeak User =-
 
Join Date: Nov 2006
Location: Ohio, US
Posts: 1
Jaidynne is on a distinguished road
Mouse button 4

So.... I wanted to set my push to talk button as my Mouse Button 4. However, to my dismay, teamspeak won't let me for some reason. Yet, it has no problems with the 4 of my other mouse buttons, just the side button on the right. Anyone know why? Can I fix this? I really want to use it.
Reply With Quote
  #2  
Old 30-11-2006, 15:09
Thomas's Avatar
Thomas Thomas is offline
-= TeamSpeak Support =-
 
Join Date: Sep 2005
Location: Germany / Dortmund
Posts: 1,556
Thomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond repute
If you installed the lastest driver of your mouse and it still not work, I think the mouse is not compatible with TeamSpeak 2.

But you can post which mouse you have, so other people with the same one can post their experiences.
Reply With Quote
  #3  
Old 06-12-2006, 04:14
Warlock Warlock is offline
-= TeamSpeak User =-
 
Join Date: Dec 2006
Location: Omaha, NE
Posts: 1
Warlock is on a distinguished road
I'm having the same problem. I have a Logitech MX 510 mouse with latest drivers and I'm trying to map one of my side buttons (the one that activates page forward in IE) for push to talk, but it doesn't recognize it
Reply With Quote
  #4  
Old 13-12-2006, 23:14
Aaylana Aaylana is offline
-= TeamSpeak User =-
 
Join Date: Dec 2006
Location: Austria
Posts: 2
Aaylana is on a distinguished road
ive the same problem with my logitech mx518 with the second side button which is mouse button 5

i ask you to implement these buttons

i played around and thats what i found out:

if you use window procedures to catch the mouse-events:
the message parameter is WM_XBUTTONDOWN with
LOWORD(wParam)=32 for the 4th mouse button and
LOWORD(wParam)=64 for the 5th mouse button

if you use direct input (which i suppose you to do)
here are some constants
DIMOFS_BUTTON0 = 12
DIMOFS_BUTTON1 = 13
DIMOFS_BUTTON2 = 14
DIMOFS_BUTTON3 = 15
DIMOFS_BUTTON4 = 16
DIMOFS_BUTTON5 = 17
DIMOFS_BUTTON6 = 18
DIMOFS_BUTTON7 = 19
DIMOUSE_BUTTON0 = 0x82000400 | DIMOFS_BUTTON0 /* Button 0 */
DIMOUSE_BUTTON1 = 0x82000400 | DIMOFS_BUTTON1 /* Button 1 */
DIMOUSE_BUTTON2 = 0x82000400 | DIMOFS_BUTTON2 /* Button 2 */
DIMOUSE_BUTTON3 = 0x82000400 | DIMOFS_BUTTON3 /* Button 3 */
DIMOUSE_BUTTON4 = 0x82000400 | DIMOFS_BUTTON4 /* Button 4 */
DIMOUSE_BUTTON5 = 0x82000400 | DIMOFS_BUTTON5 /* Button 5 */
DIMOUSE_BUTTON6 = 0x82000400 | DIMOFS_BUTTON6 /* Button 6 */
DIMOUSE_BUTTON7 = 0x82000400 | DIMOFS_BUTTON7 /* Button 7 */
i found constants on google so i dont know if they are 100% correct, but you may compare them with yours

please forward this to the developers!
thanks
Reply With Quote
  #5  
Old 21-12-2006, 16:26
hagendaz hagendaz is offline
-= TeamSpeak User =-
 
Join Date: Dec 2006
Location: Louisville Kentucky
Posts: 6
hagendaz is on a distinguished road
The problem is not teamspeak it is Logitech SetPoint

to fix this go into your setpoint manager and for the Button 4, set it to be generic. then it can be used by any program. it is probably set to Back and will only do that function.
Reply With Quote
  #6  
Old 26-12-2006, 00:36
Reggin Reggin is offline
-= TeamSpeak Lover =-
 
Join Date: Dec 2006
Location: United States
Posts: 55
Reggin is on a distinguished road
My mouse is a Logitech Mx518, and I could run a different VoIP Program fine with the mouse buttons. I don't think that most Logitech gaming mouses may not be compatible, so Thomas is probably right. (No, it doesn't work on TeamSpeak for me, that's why I use Voice Activation.)

EDIT: I don't think that Logitech mouses have drivers. All they have is SetPoint (Updates BlueTooth technology) and MouseWare, which does something editing or something. Haha.

Well, good luck with this problem.
Reply With Quote
  #7  
Old 26-05-2007, 03:47
Eriol Eriol is offline
-= TeamSpeak User =-
 
Join Date: May 2007
Location: Canada
Posts: 2
Eriol is on a distinguished road
Quote:
Originally Posted by hagendaz View Post
The problem is not teamspeak it is Logitech SetPoint

to fix this go into your setpoint manager and for the Button 4, set it to be generic. then it can be used by any program. it is probably set to Back and will only do that function.
That is NOT it as I use a microsoft intellimouse explorer (Version 1, not a newer version) and it's not recognizing one of my side mouse buttons (the "forward" key) whereas other apps do (EQ2, Quake 3, Halo, etc).


So this is not a logitech mouse manager problem, or a mouse misconfiguration issue if EVERYTHING ELSE works fine (including Ventrilo incidentally). So this is definitely a teamspeak problem they've had for a long time.
Reply With Quote
  #8  
Old 26-05-2007, 13:40
ANR Daemon ANR Daemon is offline
-= TeamSpeak Fanatic =-
 
Join Date: Dec 2004
Location: RF
Posts: 1,236
ANR Daemon will become famous soon enough
Did You tried that solution or just blaming here?
Reply With Quote
  #9  
Old 28-05-2007, 19:52
Eriol Eriol is offline
-= TeamSpeak User =-
 
Join Date: May 2007
Location: Canada
Posts: 2
Eriol is on a distinguished road
Quote:
Originally Posted by ANR Daemon View Post
Did You tried that solution or just blaming here?
Ya that solution, maybe you didn't read the section where I said I'm NOT USING A LOGITECH MOUSE??? Thus I'm NOT USING A MOUSE MANAGER! And since ONE of the side buttons is working (the lower-numbered one according to other apps, ie: mouse 4 working, mouse 5 events aren't even recognized from TS), I think it's pretty damned safe to say it's TS's problem, and not my config.

Of course I said this already in my OP. Reading is fundamental.
Reply With Quote
  #10  
Old 28-05-2007, 23:07
BHKai's Avatar
BHKai BHKai is offline
-= Undercover TeamSpeak Fanatic =-
 
Join Date: Jan 2007
Location: LA
Posts: 4,822
BHKai is a glorious beacon of lightBHKai is a glorious beacon of lightBHKai is a glorious beacon of lightBHKai is a glorious beacon of lightBHKai is a glorious beacon of lightBHKai is a glorious beacon of light
You can make Logitech mice compatible. Just download setpoint and make the button you want to use a character on your keyboard that you do not use. I help my brother configure the buttons that were not recognized to use O and P, so in battlefield he can use all of his buttons on his mouse.
Reply With Quote
  #11  
Old 31-05-2007, 01:49
ANR Daemon ANR Daemon is offline
-= TeamSpeak Fanatic =-
 
Join Date: Dec 2004
Location: RF
Posts: 1,236
ANR Daemon will become famous soon enough
Quote:
Originally Posted by Eriol View Post
Ya that solution, maybe you didn't read the section where I said I'm NOT USING A LOGITECH MOUSE??? Thus I'm NOT USING A MOUSE MANAGER! And since ONE of the side buttons is working (the lower-numbered one according to other apps, ie: mouse 4 working, mouse 5 events aren't even recognized from TS), I think it's pretty damned safe to say it's TS's problem, and not my config.

Of course I said this already in my OP. Reading is fundamental.
I never had Logitech mice but I long time use Logitech mouse software in the past.
9.73 version, exactly. But after that version, they have added hardware checking so I cannot use MouseWare of newer versions.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:45.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices