rebol
How to create interactive chart with Rebol
I have this code to create a candlestick chart in rebol. Now I\'d like to use over feel http://www.rebol.com/how-to/feel.html#section-6 to show info on each candlestick but my box is drawn with draw d[详细]
2023-01-14 17:48 分类:问答How to control the space between boxes in rebol draw?
Question update: I\'m almost there, just missing dotted line style for the grid. grid: [1100 600] step-grid: 5[详细]
2023-01-14 05:40 分类:问答Will Rebol 3 support SetWindowsHookEx
I asked the question \"Will Rebol 3 extension support any windows api call including those requiring callback ?\".[详细]
2023-01-13 12:39 分类:问答rebol parse problem
simple parse example: ab: charset \"ab\" parse \"aaa\" [some ab] ; == true if i wanted one-liner (define ab in place), how do i do it?[详细]
2023-01-11 17:28 分类:问答Programming a sandbox environment in rebol a bit like spoon.net
http://spoon.net let\'s you execute desktop application by downloading them from the web. When you quit it restores the system.[详细]
2023-01-11 08:41 分类:问答How to create a clickable link in rebol VID?
Let\'s say I want to create a twitter c开发者_StackOverflow社区lient which list tweets. How would I create and detect a clickable link within a text zone ?[详细]
2023-01-11 01:57 分类:问答Rebol and oAuth: how to?
There are a bunch of samples in other programming languages but none for rebol. How would开发者_C百科 I do the equivalent of this C# sample:[详细]
2023-01-10 21:27 分类:问答Rebol anonymous function behavior is weird
My anonymous func test below is executed only once: repeat i 5 [ func[test]开发者_Python百科[ print test[详细]
2023-01-10 19:41 分类:问答Problem with context and property
Let\'s say I want to generate this output: publicString toString() { return this.getFirstName() + \",\" + this.getLastName() + \",\" + this.getAge();[详细]
2023-01-10 02:44 分类:问答How to dynamically use compose/only?
I tried to generate the actions block dynamically in the code below (from static version here Extending Build-markup with repeat refinement) but It doesn\'t work why ?[详细]
2023-01-09 03:50 分类:问答