B4X FEED "Webify" your B4J desktop app

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: \"Webify\" your B4J desktop app است. این موضوع تا کنون 34 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع \"Webify\" your B4J desktop app
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
34
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
I made a utility at work as desktop app. But for each update, I had to reinstall the new app on all desktops.
Running the app from the corporate network was long (10 sec to launch) (python app + tkinter compiled with cx_freeze)
The idea was to run the app from http server, without rewriting the interface. I discovered a gold nugget, and want to share it with you. The name is “cloudtk”.
(
)
CloudTk works on Linux. It is a http server, that enable to launch a application in a noVNC web page. (NoVNC is a VNC viewer in HTML5).
Originally made to run Tk applications, you can run in your browser all applications running on a Linux system including B4J apps of course!
You can run your app in full screen, or as iframe from http or https.
Once you have configured your server, create a subdirectory in the Tk folder, put your “jar” inside, with a file called TkStartup.tcl
Write your command line in it...



 

عقب
بالا