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
Question update: I\'m almost there, just missing dotted line style for the grid. grid: [1100 600] step-grid: 5
I asked the question \"Will Rebol 3 extension support any windows api call including those requiring callback ?\".
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?
http://spoon.net let\'s you execute desktop application by downloading them from the web. When you quit it restores the system.
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 ?
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:
My anonymous func test below is executed only once: repeat i 5 [ func[test]开发者_Python百科[ print test
Let\'s say I want to generate this output: publicString toString() { return this.getFirstName() + \",\" + this.getLastName() + \",\" + this.getAge();
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 ?