Skip to content

Paltalk version 10

Viewing 15 posts - 31 through 45 (of 47 total)
  • Author
    Posts
  • #187122
    Chike
    Member

    @String wrote:

    Is this text that is being sent via a program?

    No I type it. And why would they need support for other languages if they support UTF8.

    #187121
    String
    Member

    @Chike wrote:

    And why would they need support for other languages if they support UTF8.

    Hmmm, that’s a good point.

    #187120
    Rontic
    Member

    I have had requests from my friends to update my programs to work under Pal 10.
    All I need to do is to hold the mic button down release the mic button and send text into the chatroom and IM windows.
    Does anybody have any updated code for these?

    Thanks

    #187119
    String
    Member

    @ Rontic – Read this entire thread. The answers to most of your questions are there. As far as the mic locking code, it appears to be unchanged and should work with 10.

    #187118
    Winter
    Member

    No more Language Support option in Paltalk 10 Beta Build 386 ???? Come back old style

    #187117
    String
    Member

    @winter wrote:

    No more Language Support option in Paltalk 10 Beta Build 386

    Yeah, I noticed that. Its window title has also changed from Paltalk Scene beta to Paltalk Messenger beta

    #187116
    Departure
    Member

    @Rontic wrote:

    I have had requests from my friends to update my programs to work under Pal 10.
    All I need to do is to hold the mic button down release the mic button and send text into the chatroom and IM windows.
    Does anybody have any updated code for these?

    Thanks

    so if you got a request to update why dont you update them? I mean after all you wouldn’t want people thinking it was your own work when it wasn’t right? so your best off just doing it your self, like you did at the start…

    #187115
    Chike
    Member

    Back to how it was. I can type and see hebrew but if I paste other language (e.g. aabic) it show as question marks or does not show at all.

    #187114
    Admin
    Administrator

    Okay, I being out, and I am lazy lol so wtf is this weird characters thing that is showing when you send message via program 😕

    #187113
    Departure
    Member

    Just a suggestion, Why don’t you use the balool Interface to make your apps for paltalk, this will make it a lot easier to distribute your programs as a plugin and not have to worry about all the other stuff thats needed to send and receive text from paltalk, Balool is made in C# so it uses the .net frame work which means you can use vb.net to create your plugins. You can spend more time on making your apps and because of the interface you will have access to a lot more stuff

    #187112
    Admin
    Administrator

    So I can code in vb. net basic or c+ 😕 man I dont have brain cells left after this semester in school they kill me lol

    #187111
    Departure
    Member

    .net

    #187110
    Admin
    Administrator

    Aigh 🙂

    #187109

    I’m having problems in Pal 10 reading lines. It happens now and then and for spurts that em_getline will return 0 characters even though there is a line there and em_linelength shows the correct number of characters too. It happens most often when the line has several color switches. I’ve googled everywhere and I can’t see why em_getline would return 0 unless I was trying to read a line that isn’t there, but the line is there. Any ideas? Or any alternatives for reading lines from the paltalk screen?
    Also I’m using the ascii version of sendmessage for em_getline. That seems to work but the textbox is unicode I thought so I don’t know why it works.

    #187108
    Chike
    Member

    When the window buffer is full (around 250k charachters if I remember correctly), paltalk start deleting lines from the top.
    There is no full proof way around it unless you subclass the text window.
    I once suggested a way to minimize line lose, try searching for it.

    Alternative is to inject your code in pal, but comunication with application is complicated.

Viewing 15 posts - 31 through 45 (of 47 total)
  • You must be logged in to reply to this topic.