Comments Timeline

  • 2012-01-08  P_2_3_3_01_TABLET_TOOL
    Comment by David

    Hi,

    Thank you for such a great book!

    In this patch P_2_3_3_01_TABLET_TOOL i'm not able to load an image as reference to draw on. the one included in the example does load anything.

    I've already installed the extra libraries from this site. Can anyone help?

     

    Thx

     

    David

  • 2012-01-01  P_2_1_1_01
    Comment by Benedikt Groß

    hi aaron,

     

    because in each new iteration of the draw loop the randomSeed() function is called. the result is that the randomness or the sequence of the toggle numbers is determined by the parameter of the randomSeed() function.

     

    hope this helps,

    benedikt

  • 2011-12-28  P_2_1_1_01
    Comment by AJ

    Why does the division of the matrix stay the same even though the 'toggle' variable is written within the draw function and thus is processed 30 times per second. I would have expected the line matrix to change every time the draw function is executed. Why do the random values stay the same?

     

    Thank you.

     

    cheers

    Aaron

  • 2011-11-28  M_2_6_01_TOOL_TABLET
    Comment by Jasmin

    Hallo,

    würde das Tool auch ganz gerne bei mir verwenden. leider eine Fehlermeldung:

     

    ClassNotFoundException: jpen.event.PenListener

     

    ... 16 more at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader$1.run(URLClassLoader.java:202)Caused by: java.lang.ClassNotFoundException: jpen.event.PenListener at java.lang.Thread.run(Thread.java:680) at processing.core.PApplet.run(PApplet.java:1530) at processing.core.PApplet.handleDraw(PApplet.java:1608) at M_2_6_01_TOOL_TABLET.setup(M_2_6_01_TOOL_TABLET.java:146) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.lang.ClassLoader.defineClass(ClassLoader.java:616) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) at java.lang.ClassLoader.defineClass1(Native Method)Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: jpen/event/PenListener



    Fehler wäre bei

    "tablet = new Teblet(this);" Habe ein wacom tablet.

     

    Könnt ihr mir dabei helfen?

    vielen Dank

     

  • 2011-11-27  M_6_4_01_TOOL
    Comment by Vlad Atanasiu

    See solution sketch in M_6_3_01.

  • 2011-11-27  M_6_3_01
    Comment by Vlad Atanasiu

    Hello,

     

    Here is a solution concept for using this code as an applet:

     

    1. Write a php code that reads from the Wikipedia API.

    2. Put the code in the same directory as the Processing applet would be.

    3. Change all Wikipedia URL's in M_6_3_01 to point to your php file.

    4. Compile and publish M_6_3_01.

     

    Cheers,
    Vlad

     

  • 2011-11-24  M_6_4_01_TOOL
    Comment by Vlad

    Hallo, Es scheint dass dieses Kode nicht als Applet in Browser laufen kann. Java wird anscheinend geladen und dann nichts. Hmmm...

  • 2011-11-01  P_2_3_3_01_TABLET_TOOL
    Comment by helly

    Problem wurde gelöst… Vielen Dank an Smo ;)

    Falls jemand wissen will wie, leite ich die Info gerne weiter.

     

    thx,

    helly

  • 2011-11-01  P_2_3_3_01_TABLET_TOOL
    Comment by helly

    Hi,

    ich versuche gerade ein paar Änderungen an dem Code zu machen. Einen eigenen Text und eine andere Schriftart habe ich schon mal hinbekommen. Ich würde gerne wissen ob und wie ich per Zufall die Wörter aus drei veschiedenen Schriften generieren kann?

    Freue mich schon auf Antworten,

     

    Viele grüsse

    helly

  • 2011-10-16  P_3_1_4_01
    Comment by Anja

    Antwort selbst gefunden. Maximale Schriftgröße erhöhen...