B4J Library B4J IDEViewer Client Library for B4XIDEViewer

B4J IDEViewer Client Library for B4XIDEViewer

What is B4XIDEViewer?
-It’s a B4X Tool which can show bitmaps, images and saved pictures from your B4XIDE on your computer. You can also play video and audio files present on your device. You can show and search huge text files, show PDFs, GIF-images and more….

To work with B4XIDEViewer from your IDE, you need a client library.

See this post further information and for downloading the app and the client library:
https://www.b4x.com/android/forum/threads/b4x-tool-b4xideviewer-v-1-0.103592/

The library is attached to this post. It is a B4XLibs library and you install it like any other library.
A sample project is provided and also source code of the library is available if you extract the B4Xlib.


For any questions, please use the B4XIDEViewer thread.
 
Last edited:

moster67

Expert
Licensed User
Longtime User
B4J IDEViewer Client Library for B4XIDEViewer - Version: 1.10

Added a new method: LogCanvas (cvs As B4XCanvas)

Passes a single B4XCanvas to be shown in B4XIDEViewer.
The B4xCanvas will be converted into a Bitmap and sent separately over the network.

No need to update main-app B4XIDEViewer. Only Client needs new library and can be downloaded in the first post of this thread.
 

moster67

Expert
Licensed User
Longtime User
Last edited:
Top