red
red copied to clipboard
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cros...
**Describe the bug** The following code adds a button to panel, and adds a reaction: ``` Red [needs: view] i: 0 view [ p: panel green [] rate 2 on-time...
**Describe the bug** For a **text-list** and **drop-list**/**drop-down** on-select event is triggered with: - `face/selected` referring to a **previously** chosen item, and - `event/picked` containing the **current** selection: `view [text-list...
**Describe the bug** This is a quite surprising and exploitable behavior:  **To reproduce** `browse as url! "cmd.exe"` **Expected behavior** Should open the browser at `cmd.exe` or `https://cmd.exe` site. **Platform...
Dunno if it's related to https://github.com/red/red/issues/4454 or not but possible **Describe the bug** Real face still reacts to events, but nothing I'm doing makes the shadow face disappear:  **To...
For fixing issue #5265
**Describe the bug** This script: ``` Red [] write %1.red {Red [] throw/name 1 'console} write %2.red {Red [] throw/name 2 'right-name-missed} probe catch/name [do %1.red] 'wrong-name-caught probe catch/name [do...
**Describe the bug** Well maybe not all of that, but OS freeze guaranteed. I wonder if we can work around this bug to secure our programs. **To reproduce** ### SAVE...
Do the PE32 "MSDOS" executables compiled by Red with -t --target "MSDOS : Windows, x86, console (+ GUI) applications" actually run under some version of real MSDOS, DRDOS, FreeDOS, ...?...
**Describe the bug** Custom panel actors completely overwrite the actors object. **To reproduce** ``` system/view/VID/styles/test-panel: [ default-actor: on-down template: [ type: 'panel size: 200x200 actors: [ test-func: func [a b][]...
**Describe the bug** The `image` `style` doesn't get its face color. **To reproduce** If I do `view [image yellow]` I get a WHITE image,. **Expected behavior** ``` system/view/VID/styles/image: [ default-actor:...