Results 1 to 3 of 3
-
23-12-2009, 15:01 #1
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Netherlands
- Posts
- 9
ts3plugin_configure(void* handle)
Hi,
As i am curious to develop programs in C/C++ (I have a Java/C#/AS3 background), i'm trying to develop a small plugin for teamspeak3. It's all going pretty good so far. However i want to provide the end user with the ability to change some of the settings.
I've read some documentation about Qt and tried (re)creating some sample apps on how to create GUI's.
The callback "ts3plugin_configure(void* handle)" offers me the ability to implement my custom GUI. I do however not know what to do with the handle. Can somebody provide me with some details on what to do with the handle, or point me in the right direction? Do i need to cast it to some Qt class? If so, wich one?
Thanks in advance,
Fraq
-
23-12-2009, 15:51 #2
-= TeamSpeak Fanatic =-
- Join Date
- Sep 2005
- Location
- Germany / Dortmund
- Posts
- 1,282
If you uses the same Qt version (and the same compiler), you can ignore the handle.
So if you create a modal dialog, it will be modal to the plugins dialog.
Btw: The parameter is the handle of the plugin dialog and has nothing to do with Qt.
-
23-12-2009, 16:31 #3
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Netherlands
- Posts
- 9
Ah,
Now i use a different version of Qt, it is working. Thanks!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
PrepareHeader invalid handle
By totalwaste in forum [TeamSpeak 2] Client SupportReplies: 0Last Post: 28-08-2008, 11:17 -
how many can my conection handle?
By sonicbj in forum [TeamSpeak 2] Server SupportReplies: 5Last Post: 15-05-2007, 04:41 -
Prepare header invalid handle error
By Gilmour73 in forum [TeamSpeak 2] Client SupportReplies: 2Last Post: 06-01-2005, 18:15 -
PrepareHeader Invalid Handle!
By Divine in forum [TeamSpeak 2] Client SupportReplies: 1Last Post: 13-12-2003, 21:23 -
Thread Error: The Handle is Invalid (6)
By CHillz in forum [TeamSpeak Classic] General QuestionsReplies: 2Last Post: 27-05-2003, 03:57


Reply With Quote