My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Nov 06, 2009
    r59 (some minor fixes) committed by koeberle   -   some minor fixes
    some minor fixes
  • Nov 04, 2009
    r58 ([No log message]) committed by koeberle   -   [No log message]
    [No log message]
  • Nov 04, 2009
    r57 (repaire the file structure) committed by koeberle   -   repaire the file structure
    repaire the file structure
  • Nov 04, 2009
    r56 (Adding caching for webservices, refactoring webservice class...) committed by koeberle   -   Adding caching for webservices, refactoring webservice classes
    Adding caching for webservices, refactoring webservice classes
  • Jul 27, 2009
    issue 2 (Colr and ClLover examples don't work) reported by kasperkamperman   -   What steps will reproduce the problem? Loading the example files in the processing IDE. What is the expected output? What do you see instead? A running program. Instead : The constructor ClLovers(ClLovers) is undefined. The constructor Colr(Colr) is undefined. However the same constructor (Colr) works in the Colr_searchTags and the Colr_searchThemes example ( those examples work fine ). What version of the product are you using? On what operating system? Colorlib beta1 Processing 1.0.3 Please provide any additional information below. The other examples seem to work good, so the library loads fine. Have no clue whats the problem could be. However I would like to be able the use the ColourLovers library.
    What steps will reproduce the problem? Loading the example files in the processing IDE. What is the expected output? What do you see instead? A running program. Instead : The constructor ClLovers(ClLovers) is undefined. The constructor Colr(Colr) is undefined. However the same constructor (Colr) works in the Colr_searchTags and the Colr_searchThemes example ( those examples work fine ). What version of the product are you using? On what operating system? Colorlib beta1 Processing 1.0.3 Please provide any additional information below. The other examples seem to work good, so the library loads fine. Have no clue whats the problem could be. However I would like to be able the use the ColourLovers library.
  • Mar 11, 2009
    colorlib.zip (colorLib beta 1) file uploaded by janvantomme   -  
    Labels: Featured OpSys-All Type-Archive
    Labels: Featured OpSys-All Type-Archive
  • Mar 10, 2009
    issue 1 (kuler_popular -kuler.getPopular() - NullPointerException) Status changed by koeberle   -  
    Status: Fixed
    Status: Fixed
  • Feb 18, 2009
    r55 (Printing the kuler error text to the console ) committed by koeberle   -   Printing the kuler error text to the console
    Printing the kuler error text to the console
  • Feb 18, 2009
    issue 1 (kuler_popular -kuler.getPopular() - NullPointerException) commented on by janvantomme   -   There was indeed a small error in the setThemeTags function in the KulerTheme class. I made some modifications and will test the code today on several systems. I'll try to release a new version of the library soon.
    There was indeed a small error in the setThemeTags function in the KulerTheme class. I made some modifications and will test the code today on several systems. I'll try to release a new version of the library soon.
  • Feb 18, 2009
    issue 1 (kuler_popular -kuler.getPopular() - NullPointerException) Status changed by koeberle   -   Ok, it seems Jan has fixed this. Check out your snv again.
    Status: Started
    Ok, it seems Jan has fixed this. Check out your snv again.
    Status: Started
  • Feb 17, 2009
    issue 1 (kuler_popular -kuler.getPopular() - NullPointerException) commented on by dxjones   -   Yes, I *did* insert my own API-KEY. I just left it out of the example to avoid publishing my own API-KEY to the entire world. Please insert your own key to test and you will see it crashes.
    Yes, I *did* insert my own API-KEY. I just left it out of the example to avoid publishing my own API-KEY to the entire world. Please insert your own key to test and you will see it crashes.
  • Feb 17, 2009
    r54 (Added some fixes to the Kuler and KulerTheme classes.) committed by janvantomme   -   Added some fixes to the Kuler and KulerTheme classes.
    Added some fixes to the Kuler and KulerTheme classes.
  • Feb 17, 2009
    Kuler (Some more info on the Kuler class) Wiki page added by janvantomme
  • Feb 17, 2009
    issue 1 (kuler_popular -kuler.getPopular() - NullPointerException) changed by koeberle   -   You have to exchange MY-KULER-API-KEY-HERE with your own api key you can get by adobe. I will add a note to the doc if its not there and add an error handling while parsing the xml.
    Status: Invalid
    Owner: koeberle
    Cc: janvantomme
    Labels: Priority-Low Component-Logic Component-Docs Priority-Medium
    You have to exchange MY-KULER-API-KEY-HERE with your own api key you can get by adobe. I will add a note to the doc if its not there and add an error handling while parsing the xml.
    Status: Invalid
    Owner: koeberle
    Cc: janvantomme
    Labels: Priority-Low Component-Logic Component-Docs Priority-Medium
  • Feb 04, 2009
    issue 1 (kuler_popular -kuler.getPopular() - NullPointerException) reported by dxjones   -   What steps will reproduce the problem? 1. in Processing, run examples/Kuler_popular 2. must have added a file "myFont.vlw" (which is missing from distribution) must also add this line (otherwise key=null, and program does nothing) kuler.setKey("MY-KULER-API-KEY-HERE"); 3. updated program crashes with NullPointerException inside the function kuler.getPopular() What do you see instead? http://kuler-api.adobe.com/rss/get.cfm?itemsPerPage=20&startIndex=0&listtype=rating&timespan=30&key=MY-KULER-API-KEY-HERE Exception in thread "Animation Thread" java.lang.NullPointerException at colorLib.webServices.KulerTheme.setThemeTags(KulerTheme.java:161) at colorLib.webServices.Kuler.makePalettes(Kuler.java:173) at colorLib.webServices.Kuler.getPopular(Kuler.java:77) at Kuler_popular.setup(Kuler_popular.java:31) at processing.core.PApplet.handleDraw(PApplet.java:1383) at processing.core.PApplet.run(PApplet.java:1311) at java.lang.Thread.run(Thread.java:613) What version of the product are you using? On what operating system? colorLib alpha-2, Processing 1.01, Mac/Intel OSX 10.5.6
    What steps will reproduce the problem? 1. in Processing, run examples/Kuler_popular 2. must have added a file "myFont.vlw" (which is missing from distribution) must also add this line (otherwise key=null, and program does nothing) kuler.setKey("MY-KULER-API-KEY-HERE"); 3. updated program crashes with NullPointerException inside the function kuler.getPopular() What do you see instead? http://kuler-api.adobe.com/rss/get.cfm?itemsPerPage=20&startIndex=0&listtype=rating&timespan=30&key=MY-KULER-API-KEY-HERE Exception in thread "Animation Thread" java.lang.NullPointerException at colorLib.webServices.KulerTheme.setThemeTags(KulerTheme.java:161) at colorLib.webServices.Kuler.makePalettes(Kuler.java:173) at colorLib.webServices.Kuler.getPopular(Kuler.java:77) at Kuler_popular.setup(Kuler_popular.java:31) at processing.core.PApplet.handleDraw(PApplet.java:1383) at processing.core.PApplet.run(PApplet.java:1311) at java.lang.Thread.run(Thread.java:613) What version of the product are you using? On what operating system? colorLib alpha-2, Processing 1.01, Mac/Intel OSX 10.5.6
  • Jan 21, 2009
    colorlib-alpha-2.zip (colorLib alpha 2) file uploaded by janvantomme   -  
    Labels: OpSys-All Type-Docs Featured
    Labels: OpSys-All Type-Docs Featured

Older

  • Dec 31, 2008
    r52 (finishing documentation for the alpha 2 release) committed by janvantomme   -   finishing documentation for the alpha 2 release
    finishing documentation for the alpha 2 release
  • Dec 10, 2008
    colorlib-alpha-1.zip (colorLib alpha 1) file uploaded by janvantomme
  • Nov 29, 2008
    r51 (Bringing the file structure guidelines conform) committed by koeberle   -   Bringing the file structure guidelines conform
    Bringing the file structure guidelines conform
  • Nov 29, 2008
    r50 (Bringing the file structure guidelines conform) committed by koeberle   -   Bringing the file structure guidelines conform
    Bringing the file structure guidelines conform
  • Nov 28, 2008
    r49 (new documentation) committed by janvantomme   -   new documentation
    new documentation
  • Nov 28, 2008
    r48 (Small changes + new documentation) committed by janvantomme   -   Small changes + new documentation
    Small changes + new documentation
  • Sep 22, 2008
    r47 (Changed Kuler.java to work with the new Kuler API.) committed by janvantomme   -   Changed Kuler.java to work with the new Kuler API.
    Changed Kuler.java to work with the new Kuler API.
 
Hosted by Google Code