I want to create a wizard for the logo badge below with 3 parameters. I can make the title dynamic but for image and gradient it\'s hardcoded because I can\'t see how to make them dynamic. Code follow
Let\'s say I have a picture, I want to create some variations by changing a color. How to do this ? I don\'t want to apply color filter to a picture, I want to c开发者_运维知识库hangepixels color pix
This shows how to have a static variable inside an object or context: http://www.mail-archive.com/list@rebol.com/msg04764.html
There is some discussion here about fill-pen http://www.mail-archive.com/rebol-bounce@rebol.com/msg02019.html
I have modified the rebodex app so that it can be called from rebol\'s console any time by typing rebodex. To show the title of the app, I need to store it in
I want to sort this block on date column: [\"domain1.com\" 18-Jan-2011 #\"^/\" \"domain2.com\" 20-Aug-2011 #\"^/\"
I just want to popup a wait message window in rebol view, but there\'s no option to do so with View command as
The program below can generate random data according to some specs (example here is for 2 columns) It works with a few hundred of thousand lines on my PC (should depend on RAM). I need to scale to do
Would like to do this: letters: charset \"ABCDEFGHIJKLMNOPQRSTUVWXYZ\" pick letters 2 but pick doesn\'t work with charset so what should I use with charset to get the lette开发者_JS百科r at positio
I have put a webservice I found here http://www.rebolforces.com/zine/rzine-1-02/#sect6. on my own website.