Community Forums Today's Posts     Member List     Archive    

Search:

Type: Posts; User: Thomas; Keyword(s):

Page 1 of 15 1 2 3 4

Search: Search took 0.09 seconds.

  1. [Rejected] OK, sounds logical. I'll see if I file a bug...

    OK, sounds logical.

    I'll see if I file a bug at pulseaudio.

    In the meantime, I found the configuration option in pulseaudio:
    simply comment out "load-module module-role-cork" in...
  2. [Rejected] OK, in case we got a little misunderstanding...

    OK, in case we got a little misunderstanding here, I'll try to give more details:

    Tagging the sound stream as voice is OK (I don't see the advantage, but I guess there is some), but it would be...
  3. [Rejected] Any news on this? It's pretty annoying to unmute...

    Any news on this? It's pretty annoying to unmute some applications every time I start the client.
  4. [No Bug] Of course, it works, you can open connections...

    Of course, it works, you can open connections with a plugin!

    And sorry, as long as this function is included in the SDK, it's a bug.
  5. [No Bug] [pluginsdk] onConnectStatusChangeEvent not triggered

    If my tests went right, the onConnectStatusChangeEvent is not triggered for connections, that are started by a plugin.

    Some example code:

    uint64 newschid;
    if...
  6. Replies
    2
    Views
    682

    [No Bug] I tested it with some menus and disagree with...

    I tested it with some menus and disagree with your memory leak thesis.

    FreeMemory is called for each item of your malloced array and for the array itsself, so in my opinion, there is no memory...
  7. [Resolved] Ah ok, didn't know, that you can call...

    Ah ok, didn't know, that you can call setPluginMenuEnabled in the initMenus function.

    Thanks for the reply.
  8. [Resolved] [pluginsdk] Not possible to disable menus by default

    In my opinion it's not possible to disable menus by default (if I overlooked that, please correct me).

    Some thoughts:

    The only moment, I know, that my menus are created, is after the function...
  9. [No Bug] Thanks for the info.

    Thanks for the info.
  10. [No Bug] Even with a returnCode, the client's filebrowser...

    Even with a returnCode, the client's filebrowser dialog opens.

    Btw: Currently, if I call requestFileList, the fileListEvent does not trigger for any files.
    Parameters should be fine, if I hit the...
  11. [No Bug] The client's changelog says: But the...

    The client's changelog says:



    But the problem still exists (at least for requestFileList).

    Working on Linux 64 bit.
  12. Yeah, that's right. But if the other lua...

    Yeah, that's right.

    But if the other lua instance supports sockets, you can connect to the clientquery plugin. So you completely ignore the lua plugin.
  13. Replies
    4
    Views
    2,808

    [Resolved] Have a look in /usr/lib.

    Have a look in /usr/lib.
  14. [No Bug] Same bug as here...

    Same bug as here.
  15. To install the server, you won't need any of...

    To install the server, you won't need any of these tools/scripts.
    But it's possible, that the server uses one of it internally.

    My advice: Ask your provider for a short time test ssh access, so...
  16. Replies
    9
    Views
    2,309

    [Resolved] There is a testmodule in your plugins/lua_plugin...

    There is a testmodule in your plugins/lua_plugin directory, which you can copy and modify.
  17. Replies
    9
    Views
    2,309

    [Resolved] You can simply do this with a lua script: ...

    You can simply do this with a lua script:


    function onClientMoveEvent(schid, clientID, oldChannelID, newChannelID, visibility, moveMessage)
    if visibility == ts3defs.Visibility.ENTER_VISIBILITY...
  18. Thread: Bookmarks

    by Thomas
    Replies
    1
    Views
    1,398

    In the config path, there is a file called...

    In the config path, there is a file called bookmarks.ini.

    Your bookmarks are stored in this file.
  19. Sorry, I'm not familiar with VisualBasic.

    Sorry, I'm not familiar with VisualBasic.
  20. Which programming language? Which compiler? ...

    Which programming language? Which compiler?

    Some code, where the error (and of course which error) ocuure, could be helpfull.
  21. Replies
    4
    Views
    1,253

    Code works for me as intended (on linux, but that...

    Code works for me as intended (on linux, but that shouldn't make any difference).
  22. Have a look at the clientquery plugin. You can...

    Have a look at the clientquery plugin.

    You can open a tcp connection within your lua instance to port 25639. With clientnotifyregister you receive the talkstatuschangeevent.
  23. That's already possible. Use the image-bb-tag...

    That's already possible.

    Use the image-bb-tag to add images to the channel's description.

    Put the link to your image inside of this tag:


    ...
  24. Replies
    3
    Views
    2,117

    Yes, open a link "ts3server://myserver.de...".

    Yes, open a link "ts3server://myserver.de...".
  25. I hope that the developers will develop a new...

    I hope that the developers will develop a new interface to the new soundsystem, so you can interact with it as well(perhaps a developer can confirm or disclaim it!?).

    So if FMOD is not the best...
  26. Replies
    4
    Views
    1,390

    => Moved back to Plugins (no bug)

    => Moved back to Plugins (no bug)
  27. Replies
    3
    Views
    2,117

    You will connect with this function, but the...

    You will connect with this function, but the client ui won't display a new tab in the tabwidget.

    So you can control this connection only with the plugin sdk.
  28. Replies
    4
    Views
    1,390

    Tested it with the lua plugin (didn't had the...

    Tested it with the lua plugin (didn't had the time to test it with a standalone plugin) and can confirm that.
  29. Replies
    18
    Views
    2,723

    Yeah, I edited my last post:

    Yeah, I edited my last post:
  30. Replies
    18
    Views
    2,723

    Yeah, I tried the static way too, but I didn't...

    Yeah, I tried the static way too, but I didn't want more than two Qt installations on my machine (4.6.2 for plugins, and the newest Qt version for other projects).

    I think if you have the...
  31. Replies
    18
    Views
    2,723

    As I already told you (I think three times? :D),...

    As I already told you (I think three times? :D), you will need to compile your plugin with the Visual C(++) Compiler, because the client's Qt libraries are for Visual C, not MinGW (the Qt SDK for...
  32. Replies
    18
    Views
    2,723

    Yes, mine too. You and the developers seems to...

    Yes, mine too. You and the developers seems to configure Qt with different parameters, so for example you could have enabled sql, but the developers not.

    Later this day I will test a little...
  33. Replies
    18
    Views
    2,723

    Did you put it in the client's directory or the...

    Did you put it in the client's directory or the plugins-directory?
    The librarypath is only set to the client's main directory, so you need to put it there.


    That could be the reason, but I...
  34. What is that supposed to be good for? If a...

    What is that supposed to be good for?

    If a plugincommand is not handled by a plugin, it is totally ignored. You won't see them in your client.

    What if some user activates this kind of option,...
  35. Replies
    18
    Views
    2,723

    Yeah, that's my dilemma too. I use different...

    Yeah, that's my dilemma too.

    I use different virtual machines to compile my projects for the different platforms.
Results 1 to 35 of 500
Page 1 of 15 1 2 3 4