[REBOL] Dialecting Tutorial

2004-01-17 Thread Behrang Saeedzadeh
Hi Where can I find some online dialecting tutorial? Thanks in advance, Behrang __ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus -- To unsubscribe from this list, just send an email to [EMA

[REBOL] GUI Construction in REBOL

2004-01-17 Thread Behrang Saeedzadeh
Hi Programming with REBOL is really delicious. In a way or another it feels like programming Smalltalk. In Smalltalk everything was an object. Here nothing is a keyword. But I have some problems with the View dialect: - How can I build I18N user interfaces. Absolute positioning makes it difficu

[REBOL] Re: Tuples versus Deciamls

2004-01-12 Thread Behrang Saeedzadeh
Hi The Docs and Tutorials are awesome compared to many other languages/tools/compilers docs but are very informal. In the section about the tuples in quickstart it's not stated that a tuple must at least have 3 elements. So I said to myself "there should be some ambiguity between decimals and tu

[REBOL] Re: Oneline FTP Probelm

2004-01-12 Thread Behrang Saeedzadeh
Hi Volker > Yes, the example is misleading. you need the full > filename for target. > write/binary > ftp://xxx:[EMAIL PROTECTED]/wwwdocs/behrangsa.png > read/binary %behrangsa.png > should work. > and if behind firewall system/schemes/ftp/passive: > true Thanks. It worked. Behrang. _

[REBOL] Tuples versus Deciamls

2004-01-12 Thread Behrang Saeedzadeh
Hi Is, for example, 1.1 a tuple or a decimal? Thanks. __ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubsc

[REBOL] Re: Is Rebol OO?

2004-01-12 Thread Behrang Saeedzadeh
Hi > JC> ...whether it behaves differently or if its > sytnax is consistent > JC> or not with their expectations and the parent > language. > > People don't have to know that a dialect has a > "parent language". > What's important is that all the similarities you > *can* leverage with > embedded

[REBOL] Oneline FTP Probelm

2004-01-12 Thread Behrang Saeedzadeh
Hi In the oneliners section I saw the following code snippet for transferring a file via ftp protocol: write/binary ftp://user:[EMAIL PROTECTED] read/binary %file I have a file called behrangsa.png (I have copied it to the view directory) and I want to send it to the machine where my site is ho

[REBOL] Is Rebol OO?

2004-01-11 Thread Behrang Saeedzadeh
Hi Sorry if this is a stupid question, but is REBOL Object Oriented? Thanks, Behrang S. __ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus -- To unsubscribe from this list, just send an email

[REBOL] Re: Menu Bars and Tool Bars

2004-01-11 Thread Behrang Saeedzadeh
Both Rebol and IE say that they cannot open that link you provided. It looks to be dead. Thanks. --- Anton Rolls <[EMAIL PROTECTED]> wrote: > > If you take your View Desktop to > Rebol.com/sites/DocKimbel's: > > folder "DocKimbel's" http://rebol.dhs.org/index.r > icon site info {Home of > mySQ

[REBOL] Menu Bars and Tool Bars

2004-01-11 Thread Behrang Saeedzadeh
Hi I'm a Java developer and a REBOL beginner. I just wanted to know how can I add menu bars and tool bars to a REBOL view. Thanks. __ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus -- To uns