asuper0

Results 24 comments of asuper0

> Thanks for reporting this. When you write "disable all print info", do you mean for example the output of `clap` when you run with `--help`? Or do you mean...

> I don't know the answer to this problem, but looking on the internet, it seems you may get along with winapi::um::wincon::AttachConsole https://stackoverflow.com/questions/64346513/how-do-i-have-a-hidden-console-when-using-windows-subsystem Ok, I'm glad to try it. Will...

Hi, I have tested the `winapi::um::wincon::AttachConsole()` method, it works. ```rust #![windows_subsystem = "windows")] // I don't use the #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // If you want to use it, you...

I'd prefer another solution: don't set windows_subsystem but detach console when you run the app from explorer. ```rust fn get_parent_process_name() -> Option { use sysinfo::{ProcessExt, RefreshKind, System, SystemExt}; let sys...

The problem is solved for me. However, it's better to add something to the document, as @ogoffart has mentioned.

> Embedding a native window is something that we've discussed before and that would seem to be in scope for Slint. [see the discussion](https://github.com/slint-ui/slint/discussions/4287#discussioncomment-8064046)

I add a identifier to the `!area.pressed` one, and also has error. Suggest to use [`States`](https://slint.dev/releases/1.4.1/docs/slint/src/language/syntax/states) instead of `Conditional Element`

Hi, these improvement would be great! I also have a question about current version, does there any solution to: 1. layout the viewer by code, 2. or lock the layout...

> > or lock the layout when restart my program. > > Layout and other options are currently persisted locally (between opening and closing the viewer) for a given application...

https://course.rs/about-book.html https://atomics.rs/about-book.html 这两种风格我觉得都不错,电子书我不懂,就不献丑了