ArthurZhou
ArthurZhou
I think I`ve found a solution I found that if you write like this, the bar will be shown: ``` root = tk.Tk() root.attributes('-alpha', 0.8) root.title('Monitor v{0}'.format(VER)) size = '%dx%d+%d+%d'...
> ```python > import platform > print(f'{platform.platform()}') > > import PySimpleGUI as sg > from sys import version_info as v > print(f'Python: {v.major}.{v.minor}.{v.micro}') > print(f'Tk/Tcl: {sg.tclversion_detailed}\n') > > import tkinter...
I think I`ve found a solution I found that if you write like this, the bar will be shown: ``` root = tk.Tk() root.attributes('-alpha', 0.8) root.title('Monitor v{0}'.format(VER)) size = '%dx%d+%d+%d'...
if this issue got solved, close it
已创建pull request:https://github.com/HaujetZhao/QuickHand/pull/5
https://user-images.githubusercontent.com/89689293/216803120-d1bb4f9a-b1b3-4182-b9cf-18fdce05b423.MOV still there using iPhone 12 mini
ok It's now fixed https://user-images.githubusercontent.com/89689293/224525755-81e45f25-4504-4a16-b55e-c5bf0238329e.MOV
> You can print an output manually :) e.g. ``` println("[Vweb] Running app on http://localhost:8080/") vweb.run_at(&App{}, vweb.RunParams{ host: "localhost" port: 8080 family: .ip startup_message: false }) ```
> The c4 compiled successful. But when I run it, Segment failed use 32bit mode when compiling with gcc