- This topic has 46 replies, 9 voices, and was last updated 13 years ago by String.
-
AuthorPosts
-
December 5, 2010 at 7:01 am #187122ChikeMember
@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.
December 5, 2010 at 9:36 am #187121StringMember@Chike wrote:
And why would they need support for other languages if they support UTF8.
Hmmm, that’s a good point.
December 10, 2010 at 12:01 am #187120RonticMemberI 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
December 10, 2010 at 12:47 am #187119StringMember@ 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.
December 11, 2010 at 12:16 am #187118WinterMemberNo more Language Support option in Paltalk 10 Beta Build 386 ???? Come back old style
December 11, 2010 at 1:43 am #187117StringMember@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
December 11, 2010 at 2:53 am #187116DepartureMember@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…
December 11, 2010 at 4:59 pm #187115ChikeMemberBack 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.
December 18, 2010 at 4:19 am #187114AdminAdministratorOkay, I being out, and I am lazy lol so wtf is this weird characters thing that is showing when you send message via program 😕
December 18, 2010 at 5:01 am #187113DepartureMemberJust 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
December 18, 2010 at 3:05 pm #187112AdminAdministratorSo 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
December 19, 2010 at 12:22 pm #187111DepartureMember.net
December 22, 2010 at 2:41 am #187110AdminAdministratorAigh 🙂
March 20, 2011 at 5:06 pm #187109chicagodavid52MemberI’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.March 20, 2011 at 8:36 pm #187108ChikeMemberWhen 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.
-
AuthorPosts
Related
- You must be logged in to reply to this topic.