r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Rebol/Flash dialect] content related to Rebol/Flash dialect

Steeve
16-Nov-2007
[312x2]
with frameworks conception, you can
but we need an IDE for that purpose
amacleod
16-Nov-2007
[314]
I think RT realize they are not going to make money on hte software 
but on services revolving around the product
Steeve
16-Nov-2007
[315]
or not
DanielSz
16-Nov-2007
[316]
Either you can compile from source, or you can't. You don't have 
to merit it by showing how eager you are, or to mark points in other 
ways.
Steeve
16-Nov-2007
[317x2]
it's not the only point, i'm wondering why have no killer apps
Atlme is that one ? not sure
amacleod
16-Nov-2007
[319]
A brief description of R# components and how the "hybrid-open-source 
model" will work: http://www.rebol.com/docs3/architecture.html
DanielSz
16-Nov-2007
[320x2]
To me, the killer aspect of Rebol is the language design. It's just 
very, very expressive.
Altme? You must be kidding.
Steeve
16-Nov-2007
[322x3]
yeah, a little
but what else ?
i see nothing
DanielSz
16-Nov-2007
[325]
Another aspect I like about Rebol is the community.
Steeve
16-Nov-2007
[326]
yeah, we are cool guys
DanielSz
16-Nov-2007
[327x2]
The fact it's small and courageous. You side with the losers.
:)
Steeve
16-Nov-2007
[329]
by the way, it's not the good place for such comments
DanielSz
16-Nov-2007
[330]
In what sense?
amacleod
16-Nov-2007
[331]
Runtime Core - Closed: This is the OS independent kernel that provides 
standard REBOL capabilities across all systems and devices. It is 
this component that makes REBOL operate identically on Windows, OSX, 
Linux, BSD, Sony, Nokia, Nintendo, and other systems.
-from the above document.
Steeve
16-Nov-2007
[332]
in sense that we should move from Rebol/flash dialect thread
DanielSz
16-Nov-2007
[333]
to Vent?
amacleod
16-Nov-2007
[334]
Host Environment - Open: The environment defines an operating system 
abstraction layer (OSAL) that can be ported to a wide range of systems, 
including desktop systems, set-top boxes, mobile devices, and cell 
phones. This approach gives developers a way to run and improve REBOL 
on their specific target platforms.
-from same document
Will
17-Nov-2007
[335]
Oldes, would it be possible to have a version running with /core 
?
Oldes
17-Nov-2007
[336]
with some modifications yes... I'm not using it with Core
PeterWood
17-Nov-2007
[337]
Will: I'm guessing that you meant a version running with /core under 
OS X.
Will
17-Nov-2007
[338x2]
PeterWood: Right, as posted in OSX group /view doesn't work in 10.5/intel
Oldes: me I ask? 8)
PeterWood
17-Nov-2007
[340]
Will: When I tried to load the latest version of RWSF under Mac OS 
X it failed as it calls a Windows DLL.
Will
17-Nov-2007
[341]
Thanks for the info Peter! and read-thru is only in /view right?
PeterWood
18-Nov-2007
[342x2]
read-thru is certainly not in core 2.6.2.
The windows dll called by RWSF is Zlib
Oldes
18-Nov-2007
[344x4]
there should not be zlib anymore.. it was used for decompress anyway.
read-thru can be in core without problems
what I'm not sure is how struct! is supported in core
There should be also some change in image loader, but this could 
be done in core way anyway... this part of code is pretty old... 
2002 or something like that
Will
18-Nov-2007
[348]
COOOL !! Got swf8-convolution1.swf building on /core (OSX) ! How 
great this is 8) thanks Oldes!
ReViewer
18-Nov-2007
[349]
Keep on your project Oldes! That's a very good one. As Pekr mentioned, 
made with Rebol, run with Adobe. That means Rebol may not even need 
a plugin eventually. And for the ones who think alternative solutions 
are not for them, ask yourself what you're doing here! You're at 
the wrong place! Go to MacDo and Pizza Hut, install Vista and don't 
forget to buy an iPhone!
Will
18-Nov-2007
[350x6]
I've putted together the missing functions in /core 2.7.5, taken 
from /view in the swf-in-core.r file, try this:
move to the appropriate directory, then:
do http://reboot.ch/rebol/swf/swf-on-core.r

make-swf/save/html http://box.lebeda.ws/~hmm/rswf/examples/swf8/swf8-convolution1.rswf
Oldes, where can I find the tracer.swf file that is included in this 
example?
http://box.lebeda.ws/~hmm/rswf/examples/swf8/swf8-iconlist.rswf
WOW 8)
can someone with a camand flash installed, confirm if this example 
work please?
http://box.lebeda.ws/~hmm/rswf/example/mx-webcam
Oldes, how can I keep images external from the generated flash, for 
example this one http://box.lebeda.ws/~hmm/rswf/gui/GUI_Arrows.rswf
? thx!
ok found the tracer.rswf here http://box.lebeda.ws/~hmm/rswf/includes/tracer.rswf
Oldes
18-Nov-2007
[356]
if you want use different image, just change the path. Now it uses 
this image http://box.lebeda.ws/~hmm/rswf/gui/img/arrows.png
Will
18-Nov-2007
[357x2]
because I use core which has no image support, I'd like to not embed 
the images, but have them loaded at tuntime, who would I do this?
who = How
Oldes
18-Nov-2007
[359x2]
As I said I can make image loader which don't use view functions
Do you want to use this arrow or different?
Will
18-Nov-2007
[361]
That would be grat!