rebol
How to create dynamic panel layout for this logo creation wizard?
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[详细]
2022-12-31 23:25 分类:问答How to replace all pixels of some color in a bitmap in Rebol?
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[详细]
2022-12-31 15:51 分类:问答is it possible to have static variable inside a rebol function?
This shows how to have a static variable inside an object or context: http://www.mail-archive.com/list@rebol.com/msg04764.html[详细]
2022-12-31 10:52 分类:问答Where is rebol fill-pen documented (to get glow effect on a round rectangle)?
There is some discussion here about fill-pen http://www.mail-archive.com/rebol-bounce@rebol.com/msg02019.html[详细]
2022-12-31 03:07 分类:问答Problem with Variable Scoping in Rebol's Object
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[详细]
2022-12-31 02:35 分类:问答How to sort this rebol domain names block on date?
I want to sort this block on date column: [\"domain1.com\" 18-Jan-2011 #\"^/\" \"domain2.com\" 20-Aug-2011 #\"^/\"[详细]
2022-12-30 13:52 分类:问答How to just pop up a wait message window in rebol view?
I just want to popup a wait message window in rebol view, but there\'s no option to do so with View command as[详细]
2022-12-29 11:21 分类:问答I need to generate 50 Millions Rows csv file with random data: how to optimize this program?
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[详细]
2022-12-28 22:42 分类:问答How to pick a letter in a charset?
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[详细]
2022-12-28 22:41 分类:问答My webservice works with soapclient.com but not with soapsonar software:
I have put a webservice I found here http://www.rebolforces.com/zine/rzine-1-02/#sect6. on my own website.[详细]
2022-12-28 16:57 分类:问答