Qingtian
Qingtian
Close it now as it won't be fixed in the native GUI backend.
I would like to use block! to write multiple items into the clipboard. For example, a text and an image at the same time.
I don't know either. Also the diamond gradient only exists in GDI+, maybe we should remove it.
Works fine on Win10.
The `caret` face is a layered window. I guess it's related to the [layered window](https://docs.microsoft.com/en-us/windows/win32/winmsg/window-features#layered-windows) issue on Win7. It cannot be used as a child window which mess up the...
It's a child window on win8+ platform.
I don't want to redraw everything each time the caret blinking.
Yes, you're right. The alpha channel specify the `Opacity` in ARGB color. So * `i/1` should give `255.255.255.255`. * ` i/argb` should give `#{FFFFFFFF}`. * `i/alpha` should give `#{FF}`.
> Yes, you're right. The alpha channel specify the `Opacity` in ARGB color. So > > * `i/1` should give `255.255.255.255`. > * ` i/argb` should give `#{FFFFFFFF}`. > *...
``` >> loop 1e6 [i: make image! 1920x1080] *** Internal Error: not enough memory *** Where: make *** Near : 1920x1080 *** Stack: ``` We don't have a way to...