This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [Needs: 'View] | |
; | |
;%mini_edit_do.red | |
;%Mini_edit.red | |
;%Mini_console.red | |
;%livecode_VID.red | |
;%livecode_draw.red |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
title: "VID anchors for GUI resizing" | |
author: [@hiiamboris @luce80] | |
file: %stretchy.red | |
gist-view: https://gist.github.com/luce80/a5bb54f128934140e36c7a1073958455 | |
date: 17-01-2023 | |
version: 1.1.2 | |
History: [ | |
0.0.0 [01-01-2023 "Started"] | |
0.0.1 [02-01-2023 "Minimum working version"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
title: "Action requesters" | |
author: [@luce80] | |
file: %action-requesters.red | |
gist-view: https://gist.github.com/luce80/89be16a8d0a3031b41cc49795e6e20b4#file-action-requesters-red | |
date: 25-02-2024 | |
version: 0.7.4 | |
History: [ | |
0.0.0 [23-12-2022 "Started"] | |
0.7.0 [28-12-2022 "Ok"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [] | |
;%numeric-spinner.red | |
;%area-plus.red | |
;%splitter.red | |
;%scrollable-panel.red | |
;%%multi-text-list.red | |
;%area-rt.red | |
;%spinner-panel.red | |
;%tipped-button.red |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
title: "Resizing scroller example enhanced" | |
author: [@toomasv @hiiamboris @luce80] | |
date: 19-11-2022 | |
History: [ | |
13-09-2022 "Published %scroller-test-resize.red" | |
22-09-2022 "improved a bit with @toomasv idea of using face where applicable" | |
24-09-2022 "Enhanced with keep alignment while resizing, add on-wheel event" | |
02-10-2022 "Removed useless to-float" | |
07-10-2022 "Workaround to avoid changing scroller/selected" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
title: "Resizing scroller example" | |
author: [@toomasv @hiiamboris @gurzgri @luce80] | |
date: 09-10-2022 | |
History: [ | |
13-09-2022 "Published" | |
22-09-2022 "improved a bit with @toomasv idea of using face where applicable" | |
09-10-2022 "Add some ideas from @gurzgri" | |
12-12-2022 "Reacting version" | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [Needs: 'View] | |
system/script/header: make system/standard/header [ ;@@ workaround for #4992 | |
;system/script/title: ;@@ workaround for #4992 (to be used only in "main" script) | |
title: "Mold the System object" | |
author: "Marco Antoniazzi" | |
History: [ | |
0.1.0 [18-08-2013 "Done"] | |
0.2.0 [16-04-2016 "Fixed unset values"] | |
0.3.0 [23-08-2018 "Added 3 dots ..."] | |
0.4.0 [26-08-2018 "Added checks actions"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
Title: "Red VID reactive script in 3 versions" | |
Author: "luce80 derived from Nenad Rakocevic" | |
File: %color-slider.red | |
Needs: 'View | |
License: "MIT" | |
Notes: { | |
Demo of chained reactive programming, moving the sliders changes text, field, progress and the box's color | |
which in turn, changes the bottom text font color. Also changing field changes slider that changes all | |
the rest ;) . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
title: "Update red scripts collection list" | |
file: %add-script.red | |
author: "Marco Antoniazzi" | |
license: "Do with this code whatever you want, giving credit to me is NOT required" | |
email: [luce80 AT alice DOT it] | |
date: 01-07-2018 | |
version: 1.0.1 | |
Purpose: "Help update red scripts collection list" | |
Needs: 'View |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
title: "Iterated faces in Red" | |
file: %iterated-faces.red | |
author: "Marco Antoniazzi" | |
license: "Do with this code whatever you want, giving credit to me is NOT required" | |
email: [luce80 AT alice DOT it] | |
date: 13-01-2018 | |
version: 0.0.6 | |
Purpose: "Create iterated faces as those found in Rebol View" | |
Needs: View |
NewerOlder