Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/26/2025 in all areas

  1. About This File open-webui is a nice toy but leaves the command prompt where it runs visible and I wanted to hide it, or move it to the tray. Solution ?, code it. So here is the open-webui-ToTray I wanted. Not much to it, just WinSetState() to hide/show the window. Is more of an app than an example script but it'd need a place to chat about it ( if needed ) hence posting here instead of the examples area. Command parameters are: /runUpdate = to run the update command (new in v0.0.0.3) /hide = to hide overiding the ini declaration /show = to show overiding the ini declaration /exit = do one of the above and exit the tray icon, if that is what you'd like. It'll wait 2 secs before exiting. The way I use it, is with a shortcut in "shell:startup" and that runs the script that in turn, runs open-webui and then hides it to tray. If the "OI" icon in the tray area is blue it's all good, now if it's red, then the title was not found. If so, check the ini file and change what needs changing. On updates the icon is green. While the window loaded but not ready ( the page is not ready yet ) the icon is violet. Double click the tray icon to either, hide/show the terminal window or run the ExtraCmd ( set to load the web UI ). Right click for the context menu.
    1 point
  2. "essential to handle GUI events in GUIOnEventMode=1". Is not needed when using GUIOnEventMode. you can just: Func OnExit() ;~ ; Stop Adlib timer ;~ AdlibUnRegister("AttachToMT5") ;~ ; Close GUI ;~ GUIDelete($AllertNotify) ;~ ; Set flag to exit loop ;~ $bExit = True Exit EndFunc ..welcome to the forum
    1 point
  3. SOLVE-SMART

    _StringToTable

    Hi folks ๐Ÿ‘‹ , I spend a bit freetime and created version v0.3.0 of data-to-table.au3 UDF. 8 different border styles a flexible way of adding more border styles (tiny how-to follows in the next days (I hope)) what has changed ==> CHANGELOG how it looks ==> output-result Once again, kudos to @ioa747 for his idea and main logic behind it. I changed your version drastically, but you approach is still in my coding heart ๐Ÿคญ . ๐Ÿ’ก For now, I am temporary done with this library, until I will have more time for this. If you guys find BUGs or do have suggestions, I really appreciate your feedback - thanks ๐Ÿค . Btw. @WildByDesign, your style request from @argumentums post here, is border style variant 8 "double-outter-border-and-header-with-single-inner-border" ๐Ÿ˜€ . โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•คโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•คโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•คโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•— โ•‘ Language โ”‚ Popularity (%) โ”‚ Job Demand โ”‚ Typical Use โ•‘ โ•Ÿโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ข โ•‘ JavaScript โ”‚ 62.3 โ”‚ Very High โ”‚ Web Development, Frontend/Backend โ•‘ โ•‘ C# โ”‚ 27.1 โ”‚ High โ”‚ Game Development, Windows Apps, Web Dev โ•‘ โ•‘ Go โ”‚ 13.8 โ”‚ Growing โ”‚ Cloud Services, System Programming โ•‘ โ•‘ PowerShell โ”‚ 13.5 โ”‚ Low to Moderate โ”‚ Task Automation, DevOps, System Admin โ•‘ โ•‘ AutoIt โ”‚ 0.5 โ”‚ Low โ”‚ Windows GUI Automation, Scripting โ•‘ โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•งโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•งโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•งโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• If you like the UDF, consider to star the project on GitHub, thanks. Best regards Sven
    1 point
ร—
ร—
  • Create New...