zhouhm

Results 9 issues of zhouhm

我用android 12(arm64) + magisk24.1测试的,启动不了,也没有任何提示

``` int split (char *str, char c, char ***arr) { int count = 1; int token_len = 1; int i = 0; char *p; char *t; p = str; while...

``` import nigui import os import strutils, strformat import std/deques var window: Window container: LayoutContainer button_start: Button thread: Thread[void] var commChan: Channel[string] commChan.open() var p: int s: string var queue...

question

``` var tv_info = newLabel() ... btnStartSnotout.onClick = proc(event: ClickEvent) = if not isRunning: isRunning = true btnFileChoose.enabled = false btnClear.enabled = false etFileName.editable = false btnUpdateLicense.enabled = false btnForceUpdateLicense.enabled...

Cannot set the icon in the upper left corner of the window I want to modify the icon of windows My nigui version is 0.2.8

``` # nim -V Nim Compiler Version 2.0.2 [Linux: amd64] Compiled at 2024-02-23 Copyright (c) 2006-2023 by Andreas Rumpf active boot switches: -d:release # nimble list --installed | grep -i...

``` root@uvew:~/uing/examples# nim c -d:useLibUiStaticLib --passL:"-I/root/libui/include -I/usr/include/gtk-3.0" --passC:"-L/root/libui/lib/x86_64-linux-gnu" datetime.nim Hint: used config file '/root/nim-2.0.2/config/nim.cfg' [Conf] Hint: used config file '/root/nim-2.0.2/config/config.nims' [Conf] Hint: used config file '/root/uing/examples/nim.cfg' [Conf] ................................................................................................. /root/uing/uing/rawui.nim(132, 1)...