Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    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

  2. #2
    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.

  3. #3
    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

  1. PrepareHeader invalid handle
    By totalwaste in forum [TeamSpeak 2] Client Support
    Replies: 0
    Last Post: 28-08-2008, 11:17
  2. how many can my conection handle?
    By sonicbj in forum [TeamSpeak 2] Server Support
    Replies: 5
    Last Post: 15-05-2007, 04:41
  3. Prepare header invalid handle error
    By Gilmour73 in forum [TeamSpeak 2] Client Support
    Replies: 2
    Last Post: 06-01-2005, 18:15
  4. PrepareHeader Invalid Handle!
    By Divine in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 13-12-2003, 21:23
  5. Thread Error: The Handle is Invalid (6)
    By CHillz in forum [TeamSpeak Classic] General Questions
    Replies: 2
    Last Post: 27-05-2003, 03:57

Posting Permissions

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