[REBOL] Re: Gradient and Transparency

2004-06-01 Thread Cyphre
] ] ] ] --/code--- -- regards, Cyphre - Original Message - From: Patrick Philipot [EMAIL PROTECTED] To: Rebol-List [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 1:12 PM Subject: [REBOL] Gradient and Transparency

[REBOL] Re: Find objects/functions and linking some faces

2004-05-25 Thread Cyphre
you want but you may look into this script: http://www.sweb.cz/fractalus/prototype.r Regards, Cyphre Any ideas or scripts references in library to begin ? Thanks for help. ==Philippe. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: [VID//menu]

2004-05-21 Thread Cyphre
Hi, I did bar menu and context menu style http://www.rebol.cz/~cyphre/menu.jpg (the screnshot is from a bit older older version) If you are interested let me know privately so I'll send you the latest version. Regards, Cyphre - Original Message - From: Arie van Wingerden [EMAIL

[REBOL] Re: [VID//menu]

2004-05-21 Thread Cyphre
to public my still incomplete work) so what do you think? Regards, Cyphre - Original Message - From: Gregg Irwin [EMAIL PROTECTED] To: Arie van Wingerden [EMAIL PROTECTED] Sent: Friday, May 21, 2004 11:30 PM Subject: [REBOL] Re: [VID//menu] Hi Arie, AvW since I am creating a REBOL

[REBOL] Re: [Truth test fails]

2004-05-19 Thread Cyphre
Hi Tim, just little notice...sometimes it is useful to know also this this kind of syntax(although in your case it is better to use get IMO) a: [false #[false]] == [false false] type? a/1 == word! type? a/2 == logic! regards, Cyphre - Original Message - From: Tim Johnson [EMAIL

[REBOL] Re: ANN: 3D game engine

2004-05-11 Thread Cyphre
why Rebol is so slow??. Hope View get some improvements in this area soon so we can make some nice 3D games for upcoming Rebol/Plug-in ;-) anyway, keep up the cool work! Cyphre PS: I did few simmilar experiments with raycasting and simple flat polygon 3D engine too but still have little time

[REBOL] Re: sound loop

2004-04-12 Thread Cyphre
Hi Anton, Did you get any usable results without interupting the sound? I always got annoying significant silence when the playback reach its loop point :-/ regards, Cyphre - Original Message - From: Anton Rolls [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 12, 2004

[REBOL] Re: sound loop

2004-04-11 Thread Cyphre
I don't think it is possible to make sound loops in View. The current sound functionality is very basic for now. (Yes, I'd love to have at least loops and multichannel mixing(multiple sound ports?) in View :-) ) regards, Cyphre - Original Message - From: Rebolinth [EMAIL PROTECTED

[REBOL] Re: [Function] with [Variable number of args]

2004-04-06 Thread Cyphre
][ get v ] ] ] ] f 1 a 1 b not defined c not defined d not defined e not defined f 1 2 3 a 1 b 2 c 3 d not defined e not defined f 1 2 3 4 5 a 1 b 2 c 3 d 4 e 5 regards, Cyphre - Original Message - From: Coussement Christophe

[REBOL] Re: [ANN] Async call:// protocol v1.0

2004-02-17 Thread Cyphre
Great work Nenad! regards Cyphre - Original Message - From: Nenad Rakocevic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 1:04 AM Subject: [REBOL] [ANN] Async call:// protocol v1.0 Hi all, This is a replacement version of the 'call command

[REBOL] Re: Dialecting Tutorial

2004-01-19 Thread Cyphre
://www.sweb.cz/fractalus/lion.r enjoy it! regards, Cyphre - MAKE-DRAW a parser-based function enhancement to the DRAW dialect already available under View as designed, coded and explained by Cyphre. HTH ! Regards, Gerard -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: Rebol API to DyBASE

2003-12-17 Thread Cyphre
Hi, I just had a quick look at http://www.garret.ru/~knizhnik/dybase/doc/dybase.html#comparison . Is Rebol really so slow or it is because the ported code isn't optimized to the language yet? regards Cyphre - Original Message - From: Konstantin Knizhnik [EMAIL PROTECTED] To: [EMAIL

[REBOL] Re: nargs

2003-10-19 Thread Cyphre
-- cheers, Cyphre - Original Message - From: Maarten Koopmans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 17, 2003 4:25 PM Subject: [REBOL] Re: nargs But what if I pass in an object with a function? --Maarten -Original Message- From

[REBOL] Re: nargs

2003-10-17 Thread Cyphre
copy []] ) | skip ] to end ] return either rf [ length? any reduce [select refs rf []] ][ length? args ] ] ---end of code enjoy it, Cyphre - Original Message - From

[REBOL] Re: nargs

2003-10-17 Thread Cyphre
Ups, posting in hurry brings always bugs ;) Here is the fixed version: example: nargs 'open == 1 nargs 'open/binary == 1 nargs 'open/binary/mode == 2 nargs 'open/binary/mode/with == 3 etc. --start of code nargs: func [f [word! path!] /local rslt loc?

[REBOL] Re: Windows Crash

2003-10-01 Thread Cyphre
believe RT will release new official View 1.3 version soon... regards, Cyphre -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Rebol/View on classic Mac OS

2003-09-30 Thread Cyphre
allocation could survive longer than great AmigaOS. Well sometimes(or usually?) the reality is nonconform. So if you wonder why some Rebol scripts give you error message not enough memory then you probably need to change memry alocation settings in the Rebol icon.. regards, Cyphre PS: Don't take

[REBOL] Re: Windows Crash

2003-09-29 Thread Cyphre
than visible area of window using DRAW dialect can cause problems like strange console message not-enough memory like: view layout [box 200x200 effect [draw [fill-pen red polygon 406x-672 227x43 1022x782 fill-pen blue polygon 406x-672 1022x782 -44x126]]] regards, Cyphre PS: there is probably more

[REBOL] Re: Installation Help

2003-09-29 Thread Cyphre
there could be a problem with overwriting the file(installer) you are running -try to install it to the default path offered by installer (this should work for 100% IMO) regards, Cyphre - Original Message - From: Nath [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 29

[REBOL] Re: The OldsKool Demo :-)

2003-09-19 Thread Cyphre
are you using(I thing you are using it under some kind of emulation, isn't that?) Anyway, demo or die! :-) regards, Cyphre PS: I have heard some rumours that MorphOS team wanted to make a port f View for their system. Anyone knows more? - Original Message - From: Sébastien Jeudy [EMAIL

[REBOL] Refresh speed of Rebol/View...WAS:Re: deceleration !

2002-10-14 Thread Cyphre
on different machines/platforms etc. so if you are interested run the following script: do http://www.rebol.cz/~cyphre/benchmark.r and don't forget to fill-in the(anonymous) result form at the end of all tests with at least little technical info like CPU,GFX card, OS version (or whatever you want to tell

[REBOL] Re: Rebol and 3D

2002-09-20 Thread Cyphre
need better framebuffer routines, HW acceleration support on OSes where it is possible, enhanced/improved DRAW, native support for computation of matrices etc. to achieve at least VRML 3D quality in Rebol. regards, Cyphre - Original Message - From: Philippe Oehler [EMAIL PROTECTED

[REBOL] Re: Licensing, components ... Re: REBOL FAQ updated

2002-09-18 Thread Cyphre
). There should be also some kind of interface for controlling the browser's DOM from such player in future. The possibility of embedding Rebol into browser would seriously endanger whole JS and Macromedia stuff and open wide market of embedded applications... regards, Cyphre - Original Message - From

[REBOL] Re: ANN: Planetary defense

2002-09-11 Thread Cyphre
Hi Anton and all Planetary Defenders ;), Sorry for the delayed response but I'm a bit more busy in those days... Hi Cyphre, It appears as though there is a small bug with Planetary Defence, in the hiscore. If I enter a long name, then the end part becomes the text for the next score down

[REBOL] Re: annotated shared system object?

2002-09-06 Thread Cyphre
too. I'm working on such app...I'll release it soon. regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: ANN: Planetary defense

2002-08-30 Thread Cyphre
Hi Carl, Francesco and all, for those who are using more than 1 year old version of Rebol/View I made a quick patched version of the game. You can run it here: do http://www.rebol.cz/~cyphre/pdefense2.r This version should work on both View 1.2 and any further betaversion...let me know

[REBOL] Re: Event datatype

2002-08-29 Thread Cyphre
-event/6 == false my-event/7 == none my-event/8 == false or even: my-event/1 == down my-event/1: 'up ** Script Error: Invalid path value: 1 ** Near: my-event/1: 'up The only thing we can do with events is to catch them and replay them. See my example script here: http://www.rebol.cz/~cyphre

[REBOL] ANN: Planetary defense

2002-08-29 Thread Cyphre
defenders! you can find it here: desktop/sites/cyphre/planet defense or do http://www.rebol.cz/~cyphre/pdefense.r best regards, Cyphre PS: Tom Hudson is responsible for the 3DstudioMax software nowadays. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: Event transparent faces

2002-08-27 Thread Cyphre
?: none detect: func [f e][ ovr?: within? e/offset but/offset but/size either ovr? [but/feel/over but true e/offset][but/feel/over but false e/offset] e ] engage: func [f a e][ if all [e/type ovr?][ but/feel/engage but a e ] ] ] ] ] regards, Cyphre

[REBOL] Re: PC Uptime

2002-08-02 Thread Cyphre
in Rebol gui. regards, Cyphre - Original Message - From: Anton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 02, 2002 2:53 AM Subject: [REBOL] Re: PC Uptime How do we get a pointer to the rebol window frame buffer from rebol? I don't think there is a way in rebol

[REBOL] Re: The same FIELD, twice

2002-07-31 Thread Cyphre
Philippe, please send me privately your complex layout code so I can help you... regards, Cyphre - Original Message - From: Philippe Oehler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 10:52 AM Subject: [REBOL] Re: The same FIELD, twice Cyphre, your code

[REBOL] Re: The same FIELD, twice

2002-07-30 Thread Cyphre
] ] ] ] fl2: field with [ feel: make feel [ engage: func [face act event] compose [(copy second get in ctx-text/edit 'engage) if system/view/focal-face = face/self [ fl1/text: copy fl2/text show fl1 ] ] ] ] ] /code regards, Cyphre - Original Message

[REBOL] Re: alambik.com

2002-07-18 Thread Cyphre
Hi Robert, the Alambik looks very interesting!...I converted a few original Alambik demos to Rebol. Check them at: desktop/sites/cyphre/budbrain (http://www.rebol.cz/~cyphre/budbrain.r) desktop/sites/cyphre/laser (http://www.rebol.cz/~cyphre/laser.r) desktop/sites/cyphre/barnsley (http

[REBOL] Re: alambik.com

2002-07-18 Thread Cyphre
, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: alambik.com

2002-07-18 Thread Cyphre
not about language itself. I'll bet every programmer will be glad to see the same code is runnign way smooth on accelerated machine than on some old-timer from 90's... Regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject

[REBOL] Re: TIFF images

2002-07-17 Thread Cyphre
Hi Abdel, You can load and view it using some external library (if you have View/Pro features enabled). regards, Cyphre - Original Message - From: Abdel Belkasri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 12:18 AM Subject: [REBOL] TIFF images Hi

[REBOL] Re: calling a DLL

2002-07-12 Thread Cyphre
: GFL_COLORMAP: make struct! compose/deep [ (gen-chars Red 256) (gen-chars Green 256) (gen-chars Blue 256) ] none good luck! regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Drawing on images

2002-07-11 Thread Cyphre
. Try the code bellow. Drawing should be very fast but it has some problems ;-) I'm not sure if this method could be usefull but maybe it is a good starting point for you to improve it. Regards, Cyphre CODE (watch out line-breaks!) scr-size: 1024x768 cell: 100 matrix: copy [] for x 0 scr-size/x cell

[REBOL] problems with url...

2002-06-18 Thread Cyphre
Hi List, I have this problem, how to 'read following url from rebol? http://slovnik.nettown.cz/?co=naslepokde=A-%C8 Anyone ? regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Generic proxy bug??

2002-06-13 Thread Cyphre
in the proxy settings? Anyone? Regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Altering the feel of fields.

2002-06-05 Thread Cyphre
Hi Carl, I'm not sure if this little hack will meet your needs: view layout [field [print x] with [feel/detect: func [f e][if all [e/type = 'down not-equal? f system/view/focal-face] [do-face f none] e]]] regards, Cyphre - Original Message - From: Carl Read [EMAIL PROTECTED

[REBOL] Re: more than one pane was: The big idea of Rebol

2002-06-04 Thread Cyphre
Hi Bolek, I absolutely second your idea ;-) regards, Cyphre - Original Message - From: Boleslav Brezovsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 9:16 AM Subject: [REBOL] Re: more than one pane was: The big idea of Rebol from my point of view (as I am

[REBOL] Re: REBOL momentum builds

2002-05-16 Thread Cyphre
at the same conditions you've written above) some (or even all?) of them...at least sound and library access interface. I think this will help to spread Rebol into wide area of applications and better compete with other free scripting languages.What is your opinion on that? regards, Cyphre

[REBOL] Re: Obscure? You be the judge!

2002-05-14 Thread Cyphre
why lot of people are asking RT for adding something like 'clone or 'make/deep ;-) Or should it be a default Rebol's behaviour when working with objects? Regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without

[REBOL] Re: Graph Drawing /View Performance

2002-05-10 Thread Cyphre
very interesting to know it's better to use one 'show for whole window than a 'show for every sub-face. Well, you have probably very fast comupter ;-) I tried it on 533MhzCeleron and the http://www.rebol.cz/~cyphre/draw-tutor-2.r is at least is twice as faster than http://www.rebol.cz/~cyphre/draw

[REBOL] Re: Graph Drawing /View Performance

2002-05-09 Thread Cyphre
'redraw function in each small face instead of 'enagage you can see the performance difference in following examples: http://www.rebol.cz/~cyphre/draw-tutor-2orig.r - this script uses method of refreshing each object face separately http://www.rebol.cz/~cyphre/draw-tutor-2.r - this script uses

[REBOL] Re: Graph Drawing /View Performance

2002-05-07 Thread Cyphre
platform issues because you can write the same View code...The result would differ only in the rendering part of Rebolon hw accelerated systems your code would fly! ;) regards, Cyphre - Original Message - From: Christian Langreiter [EMAIL PROTECTED] To: rebol-list [EMAIL PROTECTED

[REBOL] Re: Core 2.5.2 - Less aggressive evaluation - howto evaluate ?

2002-05-07 Thread Cyphre
? z == path! type? do z == path! I've found only two possibilities how to evaluate such paths: type? do compose [(z)] == object! or type? first reduce compose [(z)] == object! Anyone? regards, Cyphre - Original Message - From: Ingo Hohmann [EMAIL PROTECTED] To: [EMAIL PROTECTED

[REBOL] Re: Pointer to an unknown [struct!]

2002-05-06 Thread Cyphre
to structure containing integer regards, Cyphre - Original Message - From: Maarten Koopmans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 2:06 PM Subject: [REBOL] Pointer to an unknown [struct!] Hi, Tinkering with the library interface I

[REBOL] Re: Linux fonts

2002-04-29 Thread Cyphre
are getting stuck in the game you can always ask here ;-) regards Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: ANN: new file on my reb

2002-04-24 Thread Cyphre
Hi Bolek, Nice...If you want to enhance your spanish vocabulary have a look at desktop/sites/cyphre/translator.r or http://www.rebol.cz/~cyphre/slovnik.r . Translator works with 5 other languages and recognizes about 30 words of each language but you need to be on-line while searching

[REBOL] Re: Linux fonts

2002-04-24 Thread Cyphre
Hi Nicolas and Didier, I'm not sure if I remember but have look at: http://www.escribe.com/internet/rebol/m17310.html I hope this could solve your problem... regards Cyphre - Original Message - From: Nicolas Verscheure [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-10 Thread Cyphre
a == [1 2 3 4 10 6 7 8] BTW Anyone know how to make 'share as a mezzanine function? ;-) regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: random string

2002-04-10 Thread Cyphre
of characters) and the offset in ascii table (65) to achieve your wanted result or just write another code into the block. regards, Cyphre - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 4:22 AM Subject: [REBOL] random string Hi

[REBOL] Re: random string

2002-04-10 Thread Cyphre
Oops! ;) this is the right code for random string of 8 chars from #A to #Z: rejoin array/initial 8 [to-char (random 25) + 64] == LBAUXVRH Anyway, the technique remains the same like in my previous post... regards, Cyphre - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

[REBOL] Re: Curl

2002-04-09 Thread Cyphre
is ;) regards, Cyphre - Original Message - From: rebol-list [EMAIL PROTECTED] To: Jason Cunliffe [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 12:41 AM Subject: [REBOL] Re: Curl Hello Jason, Wednesday, April 03, 2002, 6:29:41 AM, you wrote: JC http://www.curl.com/html/ What it should

[REBOL] Problems with Dynamic Library Access in View/Pro

2002-04-08 Thread Cyphre
number(which is different from the error codes in the sdk) returned from the function. The crash behavior is the same when I tried it using VB layer or dirctly call the generc dll :(( Am I doing something wrong? It is a bug of Rebol? Anyone? Regards Cyphre -- To unsubscribe from this list, please

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-08 Thread Cyphre
Hi List and RT, What about add the possibility to have /Pro features(when you are owner of the license key) in the new Core2.6? Regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Community (was IOS).

2002-03-21 Thread Cyphre
... try: do http://www.rebol.cz/~cyphre/resize.r This is just a result of 2 hours of experimenting. But I want to improve it in the near future... Simmilar(and better) resize handler should be implemented in the next View IMO. Regards, Cyphre -- To unsubscribe from this list, please send

[REBOL] Re: Rebol Unity ??

2002-03-21 Thread Cyphre
of it has been done, just not released. regards, Cyphre PS: IMO even now it is possible to make multimedia stuff in View (check http://www.rebol.cz/~cyphre/arcadia.r) -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: [REBOL] Re: Ready for REBOL/Core 2.6?

2002-03-09 Thread Louis Cyphre
is in some advanced /View techniques absolutely a must. I think this will be also a lot of faster to add variable to for example big database object than rebulid the whole structure using object template... regards Cyphre

[REBOL] Re: Ready for REBOL/Core 2.6?

2002-03-08 Thread Cyphre
/Express conference: I've wanted that for several years. Just not had the time to code it... but would only take an hour to add. So will be possible to postpone the release of new /Core by an hour? ;-) regards, Cyphre - Original Message - From: Holger Kruse [EMAIL PROTECTED] To: [EMAIL

[REBOL] Re: Ready for REBOL/Core 2.6?

2002-03-08 Thread Cyphre
Hello Holger and all, Will be too difficult to add into Rebol/Core 2.6 make/deep feature for creating nested object structures? Are you even planning to add such feature to Rebol? Regards, Cyphre - Original Message - From: Holger Kruse [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[REBOL] Re: ANN: Rebol/Arcadia beta public release

2002-03-06 Thread Cyphre
/www.sweb.cz/cyphre directory including all subdirs and try to run the game again. regards, Cyphre - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 8:06 AM Subject: [REBOL] Re: ANN: Rebol/Arcadia beta public release On Wed, 6 Mar 2002

[REBOL] Re: ANN: Rebol/Arcadia beta public release + FYI4

2002-03-06 Thread Cyphre
- Original Message - From: X [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 10:57 AM Subject: [REBOL] Re: ANN: Rebol/Arcadia beta public release + FYI4 Runs OK for me. But I can't get into well where the REAL FUN begins. Cyphre, what's wrong

[REBOL] Rebol/Arcadia bugfix was: [Re: Re: ANN: Rebol/Arcadia beta public release]

2002-03-06 Thread Cyphre
error will popup... Please actualize fixed arcadia.r file using desktop or get it from http://www.rebol.cz/~cyphre/arcadia.r regards, Cyphre - Original Message - From: Carl Read [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 12:54 PM Subject: [REBOL] Re: ANN

[REBOL] ANN: Rebol/Arcadia beta public release

2002-03-05 Thread Cyphre
Hi all Rebolers, I'd like announce first public beta release of Rebol/Arcadia - the arcade game engine. If you want to try it just go to desktop/sites/cyphre/arcadia or do http://www.rebol.cz/~cyphre/arcadia.r For more info read carrefully notes on the title screen...I'm awaiting your comments

[REBOL] Re: How to refresh a text-list

2002-02-26 Thread Cyphre
, Cyphre - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 5:09 AM Subject: [REBOL] How to refresh a text-list Doubtless this has been asked before (no luck after a quick EScribe search), but how does one refresh a text-list. I thought my

[REBOL] Re: About View Skinz Contest

2002-02-26 Thread Cyphre
Hi all, Maybe I'm a little bit out of topic.But one question comes to my mind: Who will be using Winamp controller/skinner in View/pro for $50 instead of using free Winamp itself? regards, Cyphre - Original Message - From: Carl Read [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[REBOL] Re: REBOL/Demo 2002 Competition

2002-02-22 Thread Cyphre
and Allen came with the simmilar idea at almost the same time and now I feel like a victim of this random accident. Therefore, it will be better to dissociate from this competition - neither participate nor compete. regards, Cyphre Original Message - From: REBOL/DEMOn [EMAIL PROTECTED

[REBOL] Re: Flames, hype, offended vanity

2002-02-22 Thread Cyphre
of Allen's compo and do it with you instead of with Allen. That's all ;-) I hope there will be plenty of demos in the near future from people around the list so my presence in this event is unimportant. I'm sorry, if my response sounded like flame to you. DEMO or DIE! Cyphre - Original

[REBOL] Re: REBOL/Demo 2002 Competition

2002-02-20 Thread Cyphre
Hello REBOL/DEMOn, What about tell us more detailed info regarding competition rules, prices (if there will be any ;-) ) etc. Who will be in jury? Who is arranging the competition? Regards, Cyphre - Original Message - From: Rebol Demo Group [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[REBOL] How to copy all directory atributes?

2002-02-14 Thread Cyphre
-modes ** Access Error: Cannot open dst-dir/ ** Near: set-modes %dst-dir/ get-modes %src-dir/ get-modes ...I tried it under WindowsXP, anyone can help? regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Rebol and Everex pk10

2002-02-07 Thread Cyphre
on configuration metioned above? regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] ANN: Mouse pointer handler update...

2002-02-02 Thread Louis Cyphre
Hi All, This announce is only for View/Pro or View/Command users: If you are interested check new version of Mouse pointer handler at http://www.sweb.cz/cyphre/cursors.r This version has been reported to work on Windows98se, Windows2000 and WindowsXP. If you are running another version

[REBOL] Re: fields and keyboard

2002-01-31 Thread Cyphre
]] ] ] ] view layout [ upper-case-field ] regards Cyphre - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 9:10 AM Subject: [REBOL] Re: fields and keyboard Hi, can someone explain me what is exactly ctx-text? I tried using ? ctx-text

[REBOL] Re: fields and keyboard

2002-01-31 Thread Cyphre
? ;-) regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] ANN: Mouse pointer handler

2002-01-29 Thread Cyphre
the script just in a blindfold way without key and then sent the script to Pekr for testing/bugreporting and again... If you are interested in that, have a look at desktop/sites/cyphre/cursors.r or get the script at http://www.rebol.cz/~cyphre/cursors.r NOTE: this handler runs properly only under WIN9x

[REBOL] Re: Matrix Arithmetic Rules? Help needed!

2002-01-11 Thread Cyphre
! ? ;-) regards, Cyphre --- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). Verze: 6.0.282 / Virová báze: 150 - datum vydání: 25.9.2001 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without

[REBOL] Re: Matrix Arithmetic Rules? Help needed!

2002-01-11 Thread Cyphre
but it is written in only czech language... regards, Cyphre --- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). Verze: 6.0.282 / Virová báze: 150 - datum vydání: 25.9.2001 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED

[REBOL] Re: face/saved-area question

2002-01-09 Thread Cyphre
) background of this face when for example the face is moving . But it is useful only when the backgound has one color etc. regards, Cyphre - Original Message - From: Anton Rolls [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 2:43 AM Subject: [REBOL] face/saved-area

[REBOL] quality rebol based editor (Was: Re: Style R flavour checker ;-))

2002-01-09 Thread Cyphre
opinion from my Rebol programming exeprience in this field. Maybe someone else has better results or knowledge so don't blame me for that ;-) Anyway, I'd like to know your thoughts... regards, Cyphre --- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http

[REBOL] Re: 3d engine and game

2002-01-08 Thread Cyphre
playable demo which uses the arcade engine during this month...If you have any questions etc. just contact me privately. regards, Cyphre PS: have a look at Rebolek's rebsite. He did a 3d space script with simple 3D filled vector engine, it is nice, although it has some problems due to bugs in DRAW

[REBOL] Re: 2nd Happy New Year Demo

2002-01-03 Thread Cyphre
Hello Anton, - Original Message - From: Anton Rolls [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 03, 2002 1:40 AM Subject: [REBOL] Re: 2nd Happy New Year Demo Yes very nice Cyphre! thanks ;-) Nice images. (I see you did the snowflakes in rebol :) Yes, all

[REBOL] 2nd Happy New Year Demo

2002-01-02 Thread Cyphre
Hi all, Have a look at desktop/sites/cyphre/PF 2002.r and enjoy it ;-) regards, Cyphre --- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). Verze: 6.0.282 / Virová báze: 150 - datum vydání: 25.9.2001 -- To unsubscribe from this list, please

[REBOL] Re: ANN: Rebol/Flash dialect updated

2001-12-14 Thread Cyphre
Hi Oldes, Wery cool stuff! But the .zip archive link seems to be broken (404 error)... regards Cyphre PS I'll call you so we can meet during the weekend... - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 9:15 PM Subject: [REBOL

[REBOL] Re: Fonts in R/view

2001-12-07 Thread Cyphre
- regards, Cyphre ~H Dixit Cyphre (Thursday 06.12.2001, kl. 17.04): Hi Halvard, maybe this will help you: http://www.escribe.com/internet/rebol/m17310.html regards Cyphre - Original Message - From: Hallvard Ystad [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday

[REBOL] Re: Fonts in R/view

2001-12-06 Thread Cyphre
Hi Halvard, maybe this will help you: http://www.escribe.com/internet/rebol/m17310.html regards Cyphre - Original Message - From: Hallvard Ystad [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 4:18 PM Subject: [REBOL] Fonts in R/view Hi I just installed

[REBOL] ANN: IMG-FX2

2001-12-03 Thread Cyphre
Hi guys, On friday I have been playing with rebol for a while so if you are interested, have a look at my new demo VID style: desktop/sites/cyphre/img-fx2 regards, Cyphre --- Odchoz zprva neobsahuje viry. Zkontrolovno antivirovm systmem AVG (http://www.grisoft.cz). Verze: 6.0.282 / Virov bze

[REBOL] Re: Default System font on Linux

2001-11-29 Thread Cyphre
: 'center shadow: none ] (for more information about these parameters see /View docs) regards, Cyphre PS: Reichart,have you any news regarding the Rebol-job opportunity at Prolific? ;) - Original Message - From: Reichart [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

[REBOL] Re: key events in view

2001-11-28 Thread Cyphre
behavior too :( ie. when I wrote kb-handler under WIN port of /View and tried under Amiga and Mac I was unable to control the aplication in the way how it works on WIN.(I haven't test it under Linux yet so I don't know...) Regards, Cyphre - Original Message - From: Cal Dixon [EMAIL

[REBOL] Re: Rugby / TCP woes

2001-11-27 Thread Cyphre
machines and let us know... regards, Cyphre - Original Message - From: Nenad Rakocevic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 3:29 PM Subject: [REBOL] Re: Rugby / TCP woes Hi Pekr, I'm just curious, could you show us your client test script ? What

[REBOL] Re: selective view feel...

2001-11-23 Thread Cyphre
... Regards Cyphre - Original Message - From: Maxim Olivier-Adlhoch [EMAIL PROTECTED] To: reblist [EMAIL PROTECTED] Sent: Friday, November 23, 2001 12:49 PM Subject: [REBOL] selective view feel... Hi Is it possible to enable event handling JUST for a subset of a window's faces

[REBOL] Re: Flash tech? Was Re: Re: (No subject)Date: Tue, 20 Nov 2001 17:20:09 -0500

2001-11-22 Thread Cyphre
Hi Jason and all, Anyway both technologies has own cool developers and software pieces( just have a look at: http://www.vectorlounge.com/04_amsterdam/jam/wireframe.html ) LOL: very nice.. thanks for that one! try this one ;) http://www.virtualom.com regards, Cyphre PS: pray If we

[REBOL] Re: Flash tech? Was Re: Re: (No subject)Date: Tue, 20 Nov 2001 17:20:09 -0500

2001-11-21 Thread Cyphre
-pie? ;-) ). I still believe RT could make from /View far more better multimedia engine than all MM products are... just my 2 cents ;) regards Cyphre - Original Message - From: Donald Dalley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 21, 2001 4:49 PM Subject: [REBOL

[REBOL] Re: colored text

2001-11-19 Thread Cyphre
Hi Maarten, I'm still working on it ;) The version(incl. gorim parser) for Graham is only for text-viewing (no edit no cut'n paste functinality) I'm currently working on full color-text VID style (see http://www.rebol.cz/~cyphre/color-text.jpg) with Rebol script parser...Still need some speed

[REBOL] Re: colored text

2001-11-19 Thread Cyphre
Hi Mario, The color-text VID style uses very simple dialect like: view layout [ color-text [Hello red World eol bold blue This is normal yellow next italic line.] wrap ] so there is no problem to parse any format and build the dialect block for your needs. regards, Cyphre - Original

[REBOL] Re: convolve effect

2001-11-15 Thread Cyphre
for creating 2D effects. We need them also for making 3D vector gfx. If you remeber Carl's answer in interview at osnews about adding 3D engine into /View...I believe RT would need them too ;) regards Cyphre --- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http

[REBOL] Rebol tutorial from IBM

2001-11-14 Thread Cyphre
Hi, just FYI ;) http://www-105.ibm.com/developerworks/education.nsf/linux-onlinecourse-bytit le/10E39489AAEB0CB78625698B00705F79?OpenDocument regards, Cyphre --- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). Verze: 6.0.282 / Virová báze: 150

[REBOL] Re: vconsole error report: console interface features nitpicking

2001-10-15 Thread Cyphre
is a result of my 3 hours Rebol session so there is a lot of things to do. Unfortunately here is little explanation ;-): ---try this code(watch out line breaks)--- cyphre: make object! [ age: now/date - 15-Oct-1974 free-time

  1   2   >