rebol
What is a REBOL struct! datatype?
What is a struct! datatype in REBOL and how do开发者_StackOverflow中文版es it work?In rebol, struct! is a data type used to approximate struct in the C languages. It also is used in argument specifica[详细]
2023-02-13 11:18 分类:问答How to stylize text-list and other elements?
Default Rebol VID style is eye-searing, put bluntly. I started making my own default, but ran into a snag. Namely, how do I specify styles for a sub-element of an element?[详细]
2023-02-10 11:25 分类:问答Is there a help system for REBOL/View?
As a REBOL newbie, I\'m really finding the HELP command useful, and I\'ve found a lot of great documentation online. That\'s really not so true for REBOL/View, though. The REBOL/View VID Develop开发者[详细]
2023-02-06 13:31 分类:问答Rebol -q option buggy?
I want to redirect rebol output to C# with -q options but I still get in the end: REBOL/View 2.7.7.3.1 1-Jan-2010[详细]
2023-01-31 20:29 分类:问答How can Rebol READ asynchronous pluggable protol it herself implements
This article shows how to implement asynchronous pluggable protocol in reb开发者_JAVA技巧ol that can be read by firefox or ie or command line http://www.devx.com/webdev/Article/17120/0/page/1[详细]
2023-01-29 02:04 分类:问答Rebol Cannot close view window on Mac OS X and I cannot enter anything in field
I cannot close window on Mac OS X 10.6.4 and I cannot enter anything in field. REBOL/View 2.7.7.2.5 5-Jan-2010[详细]
2023-01-28 19:18 分类:问答Custom Event in Rebol
C#, Java even Javascript can开发者_如何转开发 create custom event. As far as I can read in an obscure single post (http://www.mail-archive.com/rebol-list@rebol.com/msg14321.html) that wasn\'t possible[详细]
2023-01-27 09:44 分类:问答Is it possible to have "dynamic" function pointer in rebol?
I can create p as a pointer to f like this: 开发者_运维百科f: func[][print 1] p: :f When executing:[详细]
2023-01-27 01:55 分类:问答Huge problem to parse this "simple" html page
I\'m trying to parse http://www.google.com/finance?q=INDEXDJX:.DJI and I can\'t achieve it I can\'t see why:[详细]
2023-01-27 00:59 分类:问答Does Rebol really have an equivalent for javascript prototype property?
Gregogy has made a post about rebol and javascript here http://blog.revolucent.net/2009/05/javascript-rebol.html[详细]
2023-01-27 00:49 分类:问答