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

World: r3wp

[All] except covered in other channels

Pekr
3-Feb-2005
[974]
but why not be kings, if we could be kings ... how would you do image 
transitions, if we will not have fast means of pixel changes? Pokeing 
at image is not the way to go ... hopefully Cyphre has something 
in mind and will influence Carl a bit as he did with AGG ....
eFishAnt
3-Feb-2005
[975x2]
you rounded the corners, you made it more tween a movie and a presentation...nice 
blend.
Pekr, you can be a king, if only you learn to wear the crown. "said 
in the voice of the Princess in
Pekr
3-Feb-2005
[977]
what kind of presentation are you talking about? Is it anywhere in 
DevCon download section?
eFishAnt
3-Feb-2005
[978x3]
The Never Ending Story
you can see some of it in Chris...mov I suppose.  Haven't watched 
it since the real thing.
Pekr, you make me think of the Doubting Thomas who was on vacation 
during the "Pentocost"
Pekr
3-Feb-2005
[981x3]
OK, my main point was - why use rebol for presentation, if 1) it 
can be used only by me, and adv company can't deliver its own content 
2) no Authoring tool exists (although dialect is a good start) 3) 
it will hardly produce better output that Scala
the wise thing initially imo would be to "deploy", not to reinvent 
....
I want to produce kiosk, put pc in, add touchscreen, start windows 
or linux, install scala player, ppt player, whatever player, add 
ios client to sync what/when/how should be played, play the advert 
... that is the whole initial plan
eFishAnt
3-Feb-2005
[984]
Pekr, you are correctly pointing out that things like IOS have NO 
limitations...Freedom to do it as you want to.
Pekr
3-Feb-2005
[985]
some may even want static presentation using html and few flash anims 
... I just need to be able to script/navigate/kill it ....
eFishAnt
3-Feb-2005
[986]
and that is a salient point which I make in sales pitches.
Pekr
3-Feb-2005
[987x2]
I can't produce all presentations for such companies, I don't own 
gfx studio nor am I skilled as Chris is, so I want to give companies 
freedom to bring in own spots ...
but it does not mean I would not like to see rebol based tool :-) 
I am still surprised by Jeff's anim dialect, very cool aproach, could 
be extended ....
Chris
3-Feb-2005
[989]
That's what I did for my presentation.
Pekr
3-Feb-2005
[990x3]
otoh I don't give up on possibility to make things better. Some of 
us were telling View was OK even before AGG, now we know AGG was 
good addition. The same may go for few small twist to View kernels, 
which would open many more possibilities ....
Reading Carl only group I wonder what will be the next blog about 
:-)
Does anyone own mac-mini already?
eFishAnt
3-Feb-2005
[993x2]
but just don't forget how open REBOL already is...you might confuse 
others to think what they want to do is impossible.  It IS possible 
right now to make the killer authoring tool of your dreams.
(and I AM working on them)
Chris
3-Feb-2005
[995x2]
This is an example slide from my presentation -- this could be simplified 
further:
#start [
    across backdrop black
    box 500x100 return box 500x180
    animation 200x180 load-stock 'face-anim anim-rate [#1 0:0:2]
    return image load-stock "title" :0:0 [1:0 fade black 8]
]
Pekr
3-Feb-2005
[997]
but wouldn't you prefer it it all could be done in rebol only, plus 
some VM, so no need to produce separate libraries, needing to compile 
them for each target platform?
Chris
3-Feb-2005
[998]
This is another:
#section-1 header "design and the x-internet"
eFishAnt
3-Feb-2005
[999]
I AM doing REBOL-only solutions (well, of course, there are some 
caveats to that, but in the current solutions)
Pekr
3-Feb-2005
[1000x2]
hmm ... have you looked at Lingo? I wonder if you can produce dependency 
tree using such dialect? It could be imo done. I mean e.g. - don't 
start clip2 unless clip1 is finished or logo is moved already to 
position XxY etc.
ok, I need to move on to get myself home ... lot's of snow here ... 
hopefully back in one or two hours ...
Chris
3-Feb-2005
[1002]
Note that in the first slide, it is simply VID code.  Slides can 
be referenced by their #id -- pres-face/goto #section-1
yeksoon
3-Feb-2005
[1003]
[OT a bit]

if you look at 'presentation' from the normal usage, like Powerpoint.. 
then there will always be a deficiency (my opinion).


But, presentation on a wider scale... think of your cable provider 
broadcasting 'ads' (or presentation etc) using some rebol based stuffs. 
iTV, STB... content provider will always abuse bandwidth. 


With bandwidth being commoditize, the key problem in the future is 
throughput. Concurrent demand for something some memory hungy content.
Pekr
3-Feb-2005
[1004x2]
yes, but rebol can be efficient here - you do pass only a dialect 
... that is rebol's win
While other talk about semantic web, they talk, but we are there
eFishAnt
3-Feb-2005
[1006]
yes, there is nothing stopping us.
Pekr
3-Feb-2005
[1007]
but I do wish on better multimedia engine, and we know View can be 
optimised .... I already asked Carl to blog more on opening rebol, 
he agreed, but he told me first things first, so I expect him to 
do so once rebservices etc. are out ...
Chris
3-Feb-2005
[1008]
All I say, Petr, is don't let technical limitations inhibit your 
imagination...
Pekr
3-Feb-2005
[1009x2]
Once Carl opens View, we need to invite Dave Haynie and Paul Nolan 
;-)
... that could be fun :-) We need to prepare for revolutionary PSX 
3 port ...
JaimeVargas
3-Feb-2005
[1011]
There you got it. PSX 3 great hw for what you need. Pekr, if what 
you want is to be able to display some flash and other type of static 
content. I already have a rebol remote controller for Firefox. With 
full screen support. I had work flawlessly for us. So content is 
product traditionally. We just let rebol synchro the files and tell 
the browser to display them.
Graham
3-Feb-2005
[1012]
remote controller for Firefox? How?
JaimeVargas
3-Feb-2005
[1013]
Graham: Here are the basic funcs. Enjoy. I had used and tested it 
on unix platforms only.

browser-pid: none
browser-path: %/home/mbaki/MozillaFirebird/
default-url: http://www.linkspot.com/
current-url: none

start-browser: has [command result] [

 command: rejoin [ {./MozillaFirebird -fullscreen -url } default-url 
 { &}]
	result: call/info command
	browser-pid: result/id + 7
	current-url: copy default-url
]

stop-browser: has [command] [
	command: rejoin [ {kill -9 } browser-pid]
	call/info command
	browser-pid: none
	current-url: none
]

visit-site: func [
	"Sets the site displayed by the browser."
	site [url!] 
	/local command result
][
	current-url: copy site

 command: rejoin [ {./MozillaFirebird -remote "openurl(} site {)"} 
 ]
	call/info command
]

active-site?: does [ current-url ]

browser-pid?: does [ browser-pid ]

change-dir browser-path
start-browser
Graham
3-Feb-2005
[1014]
thanks.  I didn't know Firefox took command line arguments
JaimeVargas
3-Feb-2005
[1015]
;-) Ssshh... Now you know one of my secrets.
Ammon
3-Feb-2005
[1016]
Last night I had 5 gmail invites, now I have 49 gmail invites
eFishAnt
3-Feb-2005
[1017]
invitation spam?  makes me feel googley all over.
Gregg
3-Feb-2005
[1018]
Is there a way to type in an expression into Visual-Basic-Editor 
in Excel to get it evaluated? Something like the console in Rebol?

 -- Skipped a lot, may have been answered, but in VB (not VBA you 
 would use the debug window for this; sometimes called the "immediate" 
 window.
[unknown: 9]
3-Feb-2005
[1019]
Jaime, that is very interesting.
Terry
3-Feb-2005
[1020x4]
Enter this into the address bar of Mozilla, and hit enter.. 

7 Carl's Blog
(Oh wait, you need to set up the bookmarks in Moz first.. see the 
°7° group)
Here's how to set up the bookmark.. 

1.) Open up Mozzila and under Bookmarks, hit "manage bookmarks"
2.) Click on "New Bookmark", 
	for name put "7"
	for location, enter "http://o7o.org/7=%s"  (without quotes)
	for keyword, use "7"
	click "OK"
Then try this as well. 
 7 Carl's blog : author