Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

New Beta View based on Core 2.5.2

 [1/6] from: carl:rebol at: 6-May-2002 19:42


Here's a new REBOL/View that's based on Core 2.5.2 and includes the current Link 1.0 graphics changes. For testing only. No significant changes to View desktop interface. Only Windows and Linux beta versions are posted. You will find that some face/effects no longer work as expected. Try inserting a MERGE at the head of the effects block if your effect needs to modify the faces under it. effect: [merge colorize 255.0.0] http://www.rebol.com/beta-versions.html -Carl

 [2/6] from: atruter::hih::com::au at: 7-May-2002 15:40


For those interested, here are the 'what diffs: What's different in the Beta:
> [as-pair "[x y]"] > [attempt "[value]"]
<<quoted lines omitted: 9>>
> [extract "[block width /index n]"] > [focus "[face /no-show]"]
< [<> "[value1 value2]"] < [> "[value1 value2]"]
> [inform "[panel /offset where /title ttl /timeout time]"] > [link-relative-path "[file]"]
<<quoted lines omitted: 12>>
> [suffix? "[path]"] > [unset-internal-words "[]"]
What's different in the old: < [call {[cmd /input in /output out /error err /wait /console /shell]}] < [compose "[value /deep]"] < [demo "[]"] < [editor "[file]"] < [exists-key? "[keypath /hkcr /hkcu /hklm /hku /hkcc /hkdd]"] < [extract "[block width]"] < [focus "[face]"] < [inform "[panel /offset where /timeout time]"] < [mold "[value /only]"] < [parse-header "[parent data]"] < [request "[str /offset xy /ok /only /confirm /timeout time]"] < [request-file {[/title title-line button-text /file name /filter filt /keep /only /path]}] < [save "[where value /header header-data /bmp /png]"] < [send "[address message /only /header header-obj]"] < [view-install "[]"] Regards, Ashley

 [3/6] from: alanwall:sonic at: 6-May-2002 23:02


Hello Carl On 06-May-02, Carl Sassenrath wrote:
> Here's a new REBOL/View that's based on Core 2.5.2 and includes the > current Link 1.0 graphics changes. For testing only. No significant
<<quoted lines omitted: 6>>
> http://www.rebol.com/beta-versions.html > -Carl
Seeing that I have View/Pro,can I install over it?Thanks and keep the ball rolling.It's still a long way to the top BUT the end is in site! Regards -- You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly the same way: you send signals here, they receive them there. The only difference is that there is no cat. -- Albert Einstein, when asked to describe radio sent via Yam ver2.31 on AmigaForever verV Be a Rebel get Rebol@ rebol.com UIN#=9391028

 [4/6] from: atruter:hih:au at: 7-May-2002 18:02


The new look & feel (at least for folks who havn't played with IOS yet ;) ) is great. The new default icons and 'btn styles are nifty! <code> REBOL [] view layout [ across h1 "info.gif" tab image info.gif return h1 "exclamation.gif" tab image exclamation.gif return h1 "stop.gif" tab image stop.gif return h1 "help.gif" tab image help.gif return h1 "btn" tab tab btn return h1 "tog" tab tab tog return h1 "btn-cancel" tab btn-cancel return h1 "btn-enter" tab btn-enter return h1 "btn-help" tab btn-help ] </code> Someone asked if they could install the beta over View/Pro . . . the answer is yes. Under windows just run the view1205031.exe file. Like a normal install it prompts for where it should go and if it should overwrite existing preferences. It installs under an exe named rebol-link.exe so it won't interfere with your existing rebol.exe. Regards, Ashley

 [5/6] from: rebol665:ifrance at: 7-May-2002 21:49


Hi Ashley, It seems to me that rebol.exe and rebol-link.exe are identical. Patrick

 [6/6] from: ljurado:bariloche:ar at: 8-May-2002 11:14


This effect (used in desktop/rebol.com/sites/r-forces/rebolnotes.r ) is broken in View beta (and View/Link): view layout [box gold effect [gradmul 0x1 170.170.170 50.128.50]] How can get the original result ? -Luis
> You will find that some face/effects no longer work as expected. Try
inserting a MERGE at the head of the effects block if your effect needs to modify the faces under it.

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted