- This topic has 35 replies, 6 voices, and was last updated 12 years ago by NaLeT.
-
AuthorPosts
-
April 30, 2012 at 9:18 pm #175234AdminAdministrator
K since paltalk has make it so that programs that use to work for both black and color rooms don’t work I updating the programs so check up in here to see the new updates, and post any issues :pb:
May 1, 2012 at 7:50 am #175269NaLeTMembergood ,
thank you Admin.May 4, 2012 at 4:21 am #175268AdminAdministratorYou r Welcome 🙂 and peeps I just uploaded admin bot, and pretty sure got some bugs hehehe maybe not, anyhow if anyone trys it tell me of any issues up in here thanks 🙂
May 6, 2012 at 3:23 am #175267wazzzupMemberHi loco i Tested funtext and PAB 10.2 & MB10.2 don’t work on room Green 🙄 but its work on room blue 😆 funtext i updated :p
May 6, 2012 at 3:52 am #175266AdminAdministratorlol ah when it dont seem to work, close the room and open it again, see if that makes it work 🙂 cause it happen to me too and i have to close and open the room again 🙂
May 6, 2012 at 4:10 am #175265wazzzupMemberah Loco i find down a little trick :d check the atl alt <<< i updated funtext work for both room green and blue 😉
The code work for both all rooms updated by Loco ,String and myself :d
Sub RoomSend(Text As String)
Dim iHnd As Long
Dim parent, child, splitterwindowex As Long, classcpanecontainerex As Long, atlffdd As Long
Dim atl As Long, atlaxwin As Long, x As Long
Dim start_pos&, end_pos&, txt_len&
On Error Resume Nextparent = FindWindow(“DlgGroupChat Window Class”, Form1.Combo1.Text)
child = FindWindowEx(parent, 0, “SplitterWindowEx”, vbNullString)
child = FindWindowEx(child, 0, “SplitterWindowEx”, vbNullString)
child = FindWindowEx(child, 0, “SplitterWindowEx”, vbNullString)
child = FindWindowEx(child, 0, “SplitterWindowEx”, vbNullString)””””’ This in place of option button code”””””””””””””””’
classcpanecontainerex = FindWindowEx(child, 0&, “classcpanecontainerex”, vbNullString)If classcpanecontainerex = 0 Then
atl = GetWindow(child, GW_Child)
Else
atlffdd = GetWindow(classcpanecontainerex, GW_Child)
atl = GetWindow(atlffdd, GW_Child)
End If
””””””””””””””””””””””””””””””””””””””””’
atl = GetWindow(atl, GW_HWNDNEXT)
atl = FindWindowEx(atlffdd, 0&, “atl:00900098”, vbNullString)
atl = FindWindowEx(atl, 0, “atlaxwin90”, vbNullString)
atl = FindWindowEx(atl, 0, “#32770”, vbNullString)
iHnd = FindWindowEx(atl, 0, “richedit20w”, vbNullString)
iHnd = FindWindowEx(atl, iHnd, “richedit20w”, vbNullString)
txt_len& = SendMessage(iHnd, WM_GETTEXTLENGTH, 0, 0)
‘Copy Text that has been typed in if any
If txt_len& > 0 Then ‘ don’t need all this if user not typing
‘disable editing, may not be needed
Call EnableWindow(iHnd, 0)
‘save user selection / cursor position
Call SendMessage(iHnd, EM_GETSEL, ByVal VarPtr(start_pos&), ByVal VarPtr(end_pos&))
‘ select all text and cut
Call SendMessage(iHnd, EM_SETSEL, 0, ByVal txt_len&)
Call SendMessage(iHnd, WM_CUT, 0, 0)
End If
Call SendMessageSTRING(iHnd, WM_SETTEXT, 0&, Text$)
Call SendMessageLong(iHnd, WM_KEYDOWN, 13, 0&)
‘Send any typing back to box
If txt_len& > 0 Then
‘ text box is empty, paste saved text
Call SendMessage(iHnd, WM_PASTE, 0, 0)
‘ restore selection / cursor position
Call SendMessage(iHnd, EM_SETSEL, start_pos&, ByVal end_pos&)
‘enable editing
Call EnableWindow(iHnd, 1)
End Ifoh crap lolz sorry ist time i post the code :p
May 9, 2012 at 2:00 am #175264AdminAdministratorlol yeps thats what i use for send text too 🙂
May 9, 2012 at 1:24 pm #175263BrainDrainedMemberLoco thanks for the great work.
The new version of scroller 10.2 is NOT working in a green room.
Also the scroller runs the cpu at 100% this is the same as in 10.1 I was wonder if there is a way to fix this also.
May 9, 2012 at 5:50 pm #175262AdminAdministrator100% damn lol umm I gonna chek it cause its not suppose to do that, and when you tried it on the green room try closing the room and opening again, I having an issue don’t know why programs are not working if the color room is open lol so I have close them and open them again I’m trying to figure why 🙄
May 9, 2012 at 6:06 pm #175261NaLeTMemberhello loco , where is the greeter source code , for new version 10.2 build 438.
pls share.May 9, 2012 at 6:15 pm #175260StringMemberThe greeter source can be found here. It’s not the updated version, but you can figure out how to update them yourself by looking thru recent threads here on the forum.
May 9, 2012 at 8:16 pm #175259BrainDrainedMemberWe don’t close the room, I will have to wait until paltalk recycles on Thursday night.
i tried closing paltalk and reboot my pc but nothing changed.
May 9, 2012 at 9:28 pm #175258AdminAdministratorah you dont need to close the room 🙂 eheh all you needed to do is close the room in your pc, but i see it still dont work, I am working in another way cause I think I know why is doing that, check tomorrow so u can try it out 🙂
And natet, I be posting the updatied codes here
paltalk-10-2-programming-updates-t37297.html
if you got other programs the link the string post has what things we updating :swift:
but I still working on them, I having issues with connecting with color rooms 🙂May 10, 2012 at 1:23 pm #175257NaLeTMembernatet 😀
May 11, 2012 at 5:58 am #175256close2uMembergreat tools thanks man
-
AuthorPosts
Related
- You must be logged in to reply to this topic.