luce80

Results 12 comments of luce80

Just 2 thoughts for the record: OpenGL has a function _Clamp(x,min,max)_ I usually use: `v: min max a x b` because it looks similar to `a

I think It would be great to have this included, too. Please make an exe with it.

My proposal: ``` system/script: make object! [ source: [...source code with header...] header: source/1 ; useful to have it apart title: select in header 'title ; useful to have it...

I am trying to implement an `area` using `rich-text`. When I start selecting the text and then , while still selecting, I exit the boundaries I expect the text to...

Ok, never mind, the fix was quite easy: ``` away?: func [face event][event/offset min max 0x0 event/offset face/size] ``` I spent more time writing in this issue.

On the same topic. `focus` or `set-focus` used upon opening a window works only **after** using keyboard: ``` >> about Red 0.6.4 for Windows built 13-Feb-2023/16:56:05+01:00 commit #84ffb31 view [text...

Just for fun ;) ... in this minimum reacting version it seems to me that detonation happens only if red box is dragged outside of the window, especially if I...

In this version detonation happens as soon as you resize the window, so it could be useful if the authors use a way to log the debug output to a...

The problem arises also for `rich-text` probably because it also accepts transparency :(

Another example: ``` view/flags [ base: base "1" 50x200 255.100.100;.200 at 200x100 text "2" 20x30 loose react later [base/size: face/offset - base/offset show base/parent] ] 'resize ``` Try also to...