FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   something lika a cliploader?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: something lika a cliploader?  (Read 297 times)
simon


something lika a cliploader?
« on: Aug 26th, 2004, 5:26pm »

hello,  
 
 
I made several sketches, which work with webcam interaction to produce wallpaper-patterns. For my presentation, I would like to be able, to click through my sketches easily. I wanted to know, if there is a possibility, to load my pdes into one presentation-pde or soemthing like that. What i want to avoid, is having to put all the scripts together by hand, which would be a lot of work, I guess.
 
I work with P5 68 on a Mac OS X 10.3.4
 
any suggestions?  
thank you
 
simon
 
 
 
 
 
 
 
fjen

WWW
Re: something lika a cliploader?
« Reply #1 on: Aug 27th, 2004, 9:24am »

why don't you just use the presentationmode file from below and have it pop up your applets in different frames from in there? or just replace and resize the frame ... should be no problem.
 
files are here:
http://www.florianjenett.de/p55/presentationmode.sit
 
simon


Re: something lika a cliploader?
« Reply #2 on: Aug 28th, 2004, 1:15pm »

thank you.
I found out, how this terminal thing functions, but now I have some problems with my beginVideo.
 
i get the following error:
 
Exception in thread "main" java.lang.NoSuchMethodError: my_presentation.beginVideo(III)V
 
 
fjen

WWW
Re: something lika a cliploader?
« Reply #3 on: Aug 28th, 2004, 7:53pm »

your sketch is missing some of the processing classes. you need to tell java where to find them when you're starting your sketch via terminal:
 
have a look here (reply 8 );
http://processing.org/discourse/yabb/board_Tools_action_display__num_1084266556.html
 
on os-x you'll find them inside the processing app itself. ctrl-click (right-click) the app, choose "show package contents", navigate to: /processing/contents/resources/java/
 
F
« Last Edit: Aug 28th, 2004, 7:55pm by fjen »  
simon


Re: something lika a cliploader?
« Reply #4 on: Aug 31st, 2004, 10:36pm »

thanks very much,
 
I think I will get it now.
 
 
 
Pages: 1 

« Previous topic | Next topic »