Commit Graph

8 Commits (main)

Author SHA1 Message Date
Balazs Birtalan 2430db8be2 The runJs thread fixed and every sight use own threadpool where in their thread runs without interrupt eachother. 2023-11-13 19:32:09 +00:00
Balazs Birtalan 3169d1cf14 The event "freezing" problem is solved now by using Thread. There is a bug in the addRequest it looks like double times add the element to the js_request. 2023-11-09 20:22:58 +00:00
Balazs Birtalan b8e1a5cb81 New class Broadcast (in Messenger) which deliever (send and receive) the message with their data to the receivers (pages). 2023-11-09 13:57:36 +00:00
Balazs Birtalan ce145b8203 Log Message write in the logs/{date}.log file, Now there are a lot of different state (alert, failed, warning, console, info etc.). It use byCode (RSD1000X etc.) which make easier. There is a console display window now when it starts and logging there as well. There is now the opportunity to choose the debug level, turn on or of the debug and event displays. Added an admin template into the admin 2023-11-02 19:17:25 +00:00
Balazs Birtalan fc576a32f5 Log message function in base logMsg(). base.where() give back the current class and function name.
base code is cleaned up.
2023-10-31 07:20:44 +00:00
Balazs Birtalan abcc4f41eb Added: frameSupported() method. If it is False then remove titlebar and any other functions which is related with mouse or windows event from html, and use the standard OS interface (like in wayland) if it is True then it use the html frame and switch automatically.
Fixed the children closing method on linux (wayland) and every sight closing method happen in the sightfactory.py (moved from the callhandler).
2023-10-30 19:43:35 +00:00
Balazs Birtalan 6250541e22 The data-type is now data-page and everywhere where "type" was given as named by "page" in the code.
New function is available from the javascript is the window.sight.system() (return: Linux, Windows, Darwin) return back with that system type where the app runs.
2023-10-27 14:14:49 +01:00
Balazs Birtalan 997d9e87c5 First Commit
Signed-off-by: balazs <contact@balazsbirtalan.com>
2023-05-17 11:16:32 +01:00