- This topic has 304 replies, 5 voices, and was last updated 3 months ago by
mauricem.
-
AuthorPosts
-
October 28, 2021 at 10:47 am #101164
ghostriderofthenite
Memberi wouldnt think i would need add code to each form to join room as long as main form joins hmmmmmmm and i tried copy and paste to other forms but not work lol
October 28, 2021 at 11:12 am #101165ghostriderofthenite
Memberlol i did something some how it clears room text and when i type it puts in question hahahah
October 28, 2021 at 11:32 am #101167ghostriderofthenite
Memberlol but some how i made it connect just not working correctly You right some times code can be a bitch hahahah
hopefully your not tired me and can still help lolheres what i did not really sure what ive done lol
October 28, 2021 at 12:57 pm #101176ghostriderofthenite
Memberi was able get question and answer show in room manually hahahah but uses my default font and color not one i select in bot hmmmmmmmmm
but it does show in room hahahahah great news but manually and no scores lolOctober 28, 2021 at 1:41 pm #101179ghostriderofthenite
Memberwell i got it almost work partially but when i change font and color noone sees and it clears all text in room hahaha
OMG i hacked Paltalk hahahaha
October 29, 2021 at 9:47 am #101248ghostriderofthenite
Memberhmmmmmmmmmm sometimes have error when change font size and color
must have not done something correct but its closer to working at least manually need make it work in loop and collect answers and award correct answer score
October 29, 2021 at 9:56 am #101249ghostriderofthenite
Memberim thinking maybe is a module thing
October 29, 2021 at 11:37 am #101255ghostriderofthenite
Membernice was able get mic timer work and place in room manually
October 29, 2021 at 12:15 pm #101256ghostriderofthenite
Memberfixed some trivia things and mic timer works great now and shows in rooms just send manually thats cool
but colors and fonts dont change in trivia tho on my screen they do
and still need make it see answers and run on loop so not manual but getting close
October 29, 2021 at 12:51 pm #101257ghostriderofthenite
MemberPrivate Sub Command6_Click()
On Error GoTo Error_Event:
CommonDialog1.ShowColor
RichTextBox1.SelColor = CommonDialog1.Color
Error_Event:
Exit Sub
End Subchanges color in bot only not to room
October 30, 2021 at 1:52 pm #101341ghostriderofthenite
Memberhmmmmmmm maybe something like this ill have test it
Private Sub Command6_Click()
On Error GoTo Error_Event:
CommonDialog1.ShowColor
RichTextBox1.SelColor = CommonDialog1.Color
RichTextBox1 = (RichTextBox1.Text)
Error_Event:
Exit Sub
End SubOctober 30, 2021 at 2:27 pm #101344ghostriderofthenite
Membernope nothing ive tried change font and color seen in room by others but i seem them hmmmmmmm
October 31, 2021 at 8:58 am #101399ghostriderofthenite
MemberHope Your Ok I’m sure very busy , I was able fix few errors but im starting to think needs to be a module and all forms need to load with the project and connect, I’m able to send trivia to room manually but clears all text in room when i do on my screen also noone else sees the font and color selected when I change it again prb needs module – I’m gonna try read up on modules as I’ve never created one
October 31, 2021 at 10:15 am #101405ghostriderofthenite
Memberweird some times works and then it doesnt Really Need your Expert Help
November 1, 2021 at 11:26 am #101479ghostriderofthenite
MemberStill Learning about Types of modules changed trivia Form4 Slightly , by looking your trivia you had players list or User Room List so I modified form some
-
AuthorPosts
- You must be logged in to reply to this topic.