B4J Question We need a Staff Monitor program...

Ju Yang

Active Member
Licensed User
Longtime User
We are developing a Simple ERP, and it have Staff Monitor Module, we plan to use B4J to implement it, it need:

1. Keep the monitor program thread hide.
2. this monitor program thread Can't not be killed easily
3. have a guard thread.
4. need to make screenshot in 1-600s, and save to JPG image and send to server.
5. need to get computer idle time( more then 300seconds)
6. We need make it run properly in Windows 7,8,10(64bit) and OSX 10.7 and 10.11(EI Captain)

NOTE: can we make B4J compile to native program? or make it combine C++ or other native Code?

please give us some detailed Implementation ways! thank you very much!
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm not sure about point 1 and 2. Maybe create two apps that try to start each other if the other one was killed. I don't see how you can hide the process from task manager.

You can create a native installer or a native executable. Combining C++ code is difficult. You will need to create a library that uses Java JNI features.
 
Upvote 0

Ju Yang

Active Member
Licensed User
Longtime User
I'm not sure about point 1 and 2. Maybe create two apps that try to start each other if the other one was killed. I don't see how you can hide the process from task manager.

You can create a native installer or a native executable. Combining C++ code is difficult. You will need to create a library that uses Java JNI features.

Could you have a B4J Web edition like XOJO Web's develop plan? , I can buy it, be your good customer.
 
Upvote 0
Top