Android Question When use RaiseEvent,event name must lower-case letters (SOLVED)

bjfhs

Active Member
Licensed User
This code is broadcast video from service to client,it can work in B4J,I want to make it work with B4A,so I modify it for B4A,but it not only can't receive any image,but also doesn't get any error.
The server is wrote by B4J,and client by B4A.
 

Attachments

  • img.zip
    9.1 KB · Views: 149

bjfhs

Active Member
Licensed User
It is a mistake to implement the logic in inline Java.
I don't think so,when the server and client all write by B4J( Java inline),it work fine,when I fit client with B4A, it can't get anything from the server. I can't find where is mistake.
 
Upvote 0

bjfhs

Active Member
Licensed User
I want to rewrite it with B4A(NO JAVA in line),but I don't know how to do it,who can help me?Thank you for your any advice.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

josejad

Expert
Licensed User
Longtime User
I think it would be fine you change the thread title to something more descriptive, or the (solved) tag will not help too much.
 
Last edited:
Upvote 0
Top