25 most Recent Topics - Processing Discourse catselect_BugsSuggestions.html - Processing Discourse en-us Processing Discourse Thu, 22 Mar 2012 06:10:27 +0000 http://blogs.law.harvard.edu/tech/rss 30 Website,  Documentation,  Book Bugs - PGraphicsPDF num_1218674750.html#4 Processing Discourse/Website,  Documentation,  Book Bugs num_1218674750.html#4 Fri, 03 Jun 2011 08:47:08 +0000 <b><a class="message" href="num_1218674750.html#1">fry wrote</a> on Aug 14<sup>th</sup>, 2008, 1:44pm:</b><br /><div class="quote" style="width: 90%">sorry about that, it looks like those examples need to be cleaned up a bit. here's a fixed version of the one you mentioned:<br /><br /> <b>Quote:</b><br /><div class="quote" style="width: 90%; overflow: auto;"><span style="color: #CC6600;">import</span> processing.pdf.*;<br /><br /><span style="color: #996600;">boolean</span> recording;<br />PGraphicsPDF pdf;<br /><br /><span style="color: #CC6600;">void</span> <span style="color: #996600;">setup</span>() &#123;<br />  <span style="color: #996600;">size</span>(400, 400);<br />  pdf = (PGraphicsPDF) <span style="color: #996600;">createGraphics</span>(<span style="color: #CC0000;">width</span>, <span style="color: #CC0000;">height</span>, <span style="color: #CC0000;">PDF</span>, <span style="color: #CC0000;">&quot;pause-resume.pdf&quot;</span>);<br />&#125;<br /><br /><span style="color: #CC6600;">void</span> <span style="color: #996600;">draw</span>() &#123;<br />  <span style="color: #777755;">// Be sure not to call background, otherwise your file</span><br />  <span style="color: #777755;">// will just accumulate lots of mess, only to become invisible</span><br />   <br />  <span style="color: #777755;">// Draw something good here</span><br />  <span style="color: #CC6600;">if</span> (<span style="color: #CC0000;">mousePressed</span>) &#123;<br />    <span style="color: #996600;">line</span>(<span style="color: #CC0000;">pmouseX</span>, <span style="color: #CC0000;">pmouseY</span>, <span style="color: #CC0000;">mouseX</span>, <span style="color: #CC0000;">mouseY</span>);<br />  &#125;<br />&#125;<br /><br /><span style="color: #CC6600;">void</span> <span style="color: #CC0000;">keyPressed</span>() &#123;<br />  <span style="color: #CC6600;">if</span> (<span style="color: #CC0000;">key</span> == <span style="color: #CC0000;">'r'</span>) &#123;<br />    <span style="color: #CC6600;">if</span> (recording) &#123;<br /> &nbsp; &nbsp; &nbsp;<span style="color: #996600;">endRecord</span>();<br /> &nbsp; &nbsp; &nbsp;<span style="color: #996600;">println</span>(<span style="color: #CC0000;">&quot;Recording stopped.&quot;</span>);<br /> &nbsp; &nbsp; &nbsp;recording = <span style="color: #CC6600;">false</span>;<br />    &#125; <span style="color: #CC6600;">else</span> &#123;<br /> &nbsp; &nbsp; &nbsp;<span style="color: #996600;">beginRecord</span>(pdf);<br /> &nbsp; &nbsp; &nbsp;<span style="color: #996600;">println</span>(<span style="color: #CC0000;">&quot;Recording started.&quot;</span>);<br /> &nbsp; &nbsp; &nbsp;recording = <span style="color: #CC6600;">true</span>;<br />    &#125;<br />  &#125; <span style="color: #CC6600;">else</span> <span style="color: #CC6600;">if</span> (<span style="color: #CC0000;">key</span> == <span style="color: #CC0000;">'q'</span>) &#123;<br />    <span style="color: #CC6600;">if</span> (recording) &#123;<br /> &nbsp; &nbsp; &nbsp;<span style="color: #996600;">endRecord</span>();<br />    &#125;<br />    <span style="color: #996600;">exit</span>();<br />  &#125; <br />&#125;<br /><br /> </div> </div><br /><br />Unfortunately this example overwrites the previous recording. I mean you can keep in the PDF file only the last sequence of your drawing.<br />Is there a way you could append the lines over and over or even press a key for nextPage() or something<br /><br />Thanks in advance Website,  Documentation,  Book Bugs - Can't edit my profile options num_1276794576.html#1 Processing Discourse/Website,  Documentation,  Book Bugs num_1276794576.html#1 Thu, 17 Jun 2010 10:54:44 +0000 this problem will probably solve itself as we are going to start from scratch with a new discussion board <br />http://processing.org/discourse/yabb2/num_1276152126_15.html#25 Software,  Documentation,  Website Suggestions - Can somebody sort out my forum acount please? num_1276757965.html#0 Processing Discourse/Software,  Documentation,  Website Suggestions num_1276757965.html#0 Wed, 16 Jun 2010 23:59:25 +0000 I'm member since February now and I think I joined just during some forum changes which somehow messed up my account. I've posted it in the past, but it was never sold.<br /><br />I can not change my signature.<br />I can not &quot;Fav&quot; any threads.<br />I do not get notifications.<br /><br />Anything to be done about it (other than signing up anew)? Software Bugs - Moved: 'ERROR ARDUINO' num_1276619455.html#0 Processing Discourse/Software Bugs num_1276619455.html#0 Tue, 15 Jun 2010 13:28:06 +0000 <b>This Topic has been moved to </b><a href="num_1276619456.html#0"><i><b>Programs</b></i></a><b> by <i>PhiLho </i></b> Website,  Documentation,  Book Bugs - Where to CHANGE the EMAIL.adress? num_1276467987.html#0 Processing Discourse/Website,  Documentation,  Book Bugs num_1276467987.html#0 Sun, 13 Jun 2010 15:26:27 +0000 hoi, <br /><br />i want to change my email.adress, but i cant find the option?!<br /><br />am i blind?<br /><br />greetings Website,  Documentation,  Book Bugs - Eclipse tutorial suggestion num_1231377689_15.html#15 Processing Discourse/Website,  Documentation,  Book Bugs num_1231377689_15.html#15 Fri, 11 Jun 2010 02:50:49 +0000 I tried putting the data folder to the root of my java project and it's not working either. Could be, because I'm on Windows... <br /><br />When trying to install ProClipsing it always gets stuck at 5% completion and there's no download folder available to manually install it.<br /><br />...but thank you so far. Website,  Documentation,  Book Bugs - Forum bug num_1274447578.html#12 Processing Discourse/Website,  Documentation,  Book Bugs num_1274447578.html#12 Wed, 09 Jun 2010 05:23:53 +0000 Hey, a forum member calles &quot;jazz&quot; just wrote me, that her account is still not available... just in case you can look up a given name and reactivate the account. Software,  Documentation,  Website Suggestions - Debugging Processing Programs num_1275924935.html#1 Processing Discourse/Software,  Documentation,  Website Suggestions num_1275924935.html#1 Mon, 07 Jun 2010 09:02:02 +0000 Currently no, but I believe there are plans to support debugging.<br />Meanwhile, we use println() a lot! <img src="yabbfiles/Templates/Forum/processing_one/smiley.gif" border="0" alt="Smiley" title="Smiley" /> Website,  Documentation,  Book Bugs - Error in example of Spotlight example in Reference num_1275753573.html#0 Processing Discourse/Website,  Documentation,  Book Bugs num_1275753573.html#0 Sat, 05 Jun 2010 08:59:33 +0000 The second example for spotlight has the following errors:<br /> 1. Does not include the size command with the 3d rendering engine specified, without the 3d engine specified spotlight does not work<br /> 2. The first line of the example is the number 1000, this obviously will not compile<br /> 3. Uses an undefined variable, which again causes a compilation error<br /><br />Here is the cleaned up code which matches the example image: <br /><br />size(100,100, P3D);<br />int concentration=300;<br />background(0);<br />noStroke();<br />spotLight(51, 102, 126, 50, 50, 400, 0, 0, -1, PI/16, concentration);<br />translate(80, 50, 0);<br />sphere(30);<br /><br />Regards,<br /><br />Patrick.<br /> Software,  Documentation,  Website Suggestions - A discussion board for Processing "small talk" num_1275743544.html#0 Processing Discourse/Software,  Documentation,  Website Suggestions num_1275743544.html#0 processing@tiemenrapati.com (Rapatsk1) Sat, 05 Jun 2010 06:12:24 +0000 Hi there,<br /><br />Another not-too-urgent, but easily implementable thing I'm 'missing' is a place to do some nonsense talk. I'd say there is a 'void' between General Discussion talk &amp; exhibition. A place where you can brag with a beautiful function or excessive for loop you wrote, discuss programming ethics, small concepts, advices on art/design courses and the like. Anything that's not technically a (syntax) question or project related, but Processing relevant nonetheless, be it less direct.<br /><br />I certainly understand most people visit the boards in a (semi) professional context, and programming chit-chat may not be what they are looking for, but I really think it would add to the P5 community. Website,  Documentation,  Book Bugs - Edit my Profile (triss) › Options not working num_1275735091.html#0 Processing Discourse/Website,  Documentation,  Book Bugs num_1275735091.html#0 Sat, 05 Jun 2010 03:51:31 +0000 I'm told:<br /><br />Error: There is an invalid character detected in the your personal userpic url or picture name.<br /><br />every time i try to update my settings on the Edit my Profile &nbsp;› Options page.<br /><br />i'd really like to be able to change the time view and get email notifications.<br /><br />how can i do this?<br /><br />Cheers,<br />tris Software,  Documentation,  Website Suggestions - Wolfram num_1263599846.html#4 Processing Discourse/Software,  Documentation,  Website Suggestions num_1263599846.html#4 Wed, 02 Jun 2010 15:00:40 +0000 dont think so. looks like you may get a key if you sign up for it.<br />http://www.wolframalpha.com/developers.html Software Bugs - Moved: 'Processing - Java integration' num_1275419938.html#0 Processing Discourse/Software Bugs num_1275419938.html#0 Wed, 02 Jun 2010 01:32:07 +0000 <b>This Topic has been moved to </b><a href="num_1275419939.html#0"><i><b>Programs</b></i></a><b> by <i>PhiLho </i></b> Software,  Documentation,  Website Suggestions - Sign up message spelling mistake. num_1273848862.html#1 Processing Discourse/Software,  Documentation,  Website Suggestions num_1273848862.html#1 Tue, 01 Jun 2010 12:18:21 +0000 Thank you. This has been fixed. Software Bugs - Moved: 'Large delay between mouse motion and cursor motion' num_1275391906.html#0 Processing Discourse/Software Bugs num_1275391906.html#0 Tue, 01 Jun 2010 04:39:00 +0000 <b>This Topic has been moved to </b><a href="num_1275391907.html#0"><i><b>Programs</b></i></a><b> by <i>PhiLho </i></b> Software,  Documentation,  Website Suggestions - Please remove the 5 post starting problem num_1270554246.html#12 Processing Discourse/Software,  Documentation,  Website Suggestions num_1270554246.html#12 Tue, 01 Jun 2010 03:21:39 +0000 I think this spamming thing are really disturbing in the sense that they really shock the virtual world and left it with no choice but to implement such 5 post rule. This is a very good way to exterminate those kinds of behaviors that's irritating for all of us. I also extend that these people (spammers) should evolve in a better and meaningful approach, not just like for their own personal ways. This is their challenge to do great things other than to destroy. <img src="yabbfiles/Templates/Forum/processing_one/shocked.gif" border="0" alt="Shocked" title="Shocked" /> Software Bugs - Moved: 'Lines draw incorrectly in PGraphics?' num_1275362893.html#0 Processing Discourse/Software Bugs num_1275362893.html#0 Tue, 01 Jun 2010 01:03:26 +0000 <b>This Topic has been moved to </b><a href="num_1275362894.html#0"><i><b>Programs</b></i></a><b> by <i>PhiLho </i></b> Website,  Documentation,  Book Bugs - Textured Sphere Example num_1274893475.html#1 Processing Discourse/Website,  Documentation,  Book Bugs num_1274893475.html#1 Wed, 26 May 2010 10:06:15 +0000 you can substitute the MercatorMap.jpg image by the following link to make it work:<br /><br />http://upload.wikimedia.org/wikipedia/commons/7/74/Mercator-projection.jpg<br /><br /> Software,  Documentation,  Website Suggestions - Easier code reuse in Processing num_1214651471.html#3 Processing Discourse/Software,  Documentation,  Website Suggestions num_1214651471.html#3 processing@tiemenrapati.com (Rapatsk1) Sun, 23 May 2010 05:14:04 +0000 Indeed! Bump! <img src="yabbfiles/Templates/Forum/processing_one/smiley.gif" border="0" alt="Smiley" title="Smiley" /><br /><br />And upon this suggestion, it would be great if you'd configure Processing to open certain of these librarish pde's in new tabs on any new sketch creation. <br /><br />It'd be great if you wouldn't need to wrap those into classes, because I really disliked how I used my real custom library that wrapped my standard functions:<br /><br />import rapatski.functions.*<br />Functions f;<br /><br />f = new Functions(this);<br /><br />f.dottedLine(0, 0, 300, 300, 2, 1.3); <br /><br />etc. Software,  Documentation,  Website Suggestions - Custom "librarish" tabs num_1274576529.html#2 Processing Discourse/Software,  Documentation,  Website Suggestions num_1274576529.html#2 processing@tiemenrapati.com (Rapatsk1) Sun, 23 May 2010 05:07:10 +0000 Indeed, not far at all. You may delete this post as I'll write some supportive comment on yours. &nbsp;<img src="yabbfiles/Templates/Forum/processing_one/smiley.gif" border="0" alt="Smiley" title="Smiley" /> Software,  Documentation,  Website Suggestions - Implemented testing num_1273943490.html#0 Processing Discourse/Software,  Documentation,  Website Suggestions num_1273943490.html#0 Sat, 15 May 2010 10:11:30 +0000 It'd be nice to see the java code get tested inside the Processing window, so you don't have to mess with moving it around and switching in between the java code and processing window. Website,  Documentation,  Book Bugs - Scrollbar example. num_1273841807.html#0 Processing Discourse/Website,  Documentation,  Book Bugs num_1273841807.html#0 Fri, 14 May 2010 05:56:47 +0000 In the scrollbar example at learning/topics/scrollbar.html it is possible to click on the top slider and then mouse over the bottom slider, activating both sliders simultaneously.<br /><br />I have adapted this example to make a row of vertical sliders, but keep activating them all at once (undesirable!)<br /><br />How to adapt the code at the example above to prevent both bars being activated? <br /><br /> Website,  Documentation,  Book Bugs - Typo in TExtMode () refernce num_1273764002.html#0 Processing Discourse/Website,  Documentation,  Book Bugs num_1273764002.html#0 Thu, 13 May 2010 08:20:02 +0000 here :<br /><br /><a href="file:///Applications/Processing.app/Contents/Resources/Java/reference/textMode_.html" target="_blank">file:///Applications/Processing.app/Contents/Resources/Java/reference/textMode_.html</a><br /><br /><br />Only is repeated twice , is this a typo <br /><br /><br /><i>The SHAPE mode draws text using the the glyph outlines of individual characters rather than as textures. This mode is <b>only only</b> supported with the PDF and OPENGL renderer settings. With the PDF renderer, you must call textMode(SHAPE) before any other drawing occurs. If the outlines are not available, then textMode(SHAPE) will be ignored and textMode(MODEL) will be used instead.</i> <br /><br /><br /><br /><br /><br /> <img src="yabbfiles/Templates/Forum/processing_one/wink.gif" border="0" alt="Wink" title="Wink" /><br /><br /><br /> Website,  Documentation,  Book Bugs - Spam :( num_1265624003_45.html#58 Processing Discourse/Website,  Documentation,  Book Bugs num_1265624003_45.html#58 Tue, 11 May 2010 02:41:58 +0000 Removed (it was user 'sudy'). Thanks. Website,  Documentation,  Book Bugs - I can't login processing bugzilla. num_1267857613.html#10 Processing Discourse/Website,  Documentation,  Book Bugs num_1267857613.html#10 Mon, 10 May 2010 01:40:17 +0000 <b><a class="message" href="num_1267857613.html#7">fjen wrote</a> on May 2<sup>nd</sup>, 2010, 12:17am:</b><br /><div class="quote" style="width: 90%">Please let me know if this works for you!<br />F </div><br /><br />Ah, yes - that worked, thanks!<br /><br />It took me a while to see the private username, so for anyone who encounters this thread, it's white text on a grey background, with a little contact book icon on the left.<br /><br /> <b>Quote:</b><br /><div class="quote" style="width: 90%; overflow: auto;"><span style="color: #ffffff;"><b>Edit my Profile (&lt;thisname&gt;)</b></span> </div><br /><br />Cheers,<br />Dave.