tabreturn

Results 68 comments of tabreturn

@lei10003 -- the current Processing 4 release (4.0b6) has a Python Mode bug; this should be fixed for the upcoming release (4.0b7). For now, you can use 4.0b5: https://github.com/processing/processing4/releases/tag/processing-1280-4.0b5 If...

@emanouda -- Are you using some networked account? This is known to cause issues: https://discourse.processing.org/t/processing-3-5-4-not-working-with-python-mode/25650

Thanks for flagging that, @Luctins. I'll look into what's going wrong here. For now, you can refer to the Java Processing reference entry: https://processing.org/reference/color_datatype.html

Thanks for spotting that! I've corrected this and created a pull request (https://github.com/jdf/processing-py-site/pull/202)

Thanks, @teacherAmmon. Several of the mouse event functions have this label, yet work fine. The reference is generated from these XML files: https://github.com/jdf/processing-py-site/tree/master/Reference/api_en It appears the site-generator is unhappy with...

Thanks, @FeXd. Best just to break the offending comment across two lines, then?

Hi @mpsftw -- I have some Pi's lying about to test this. What build/version of Processing.py should I use?

The `global pressed` at the top of your file is redundant. What you need to add is a `global` line to the function that must write to the global variable...

Please provide details about your environment (operating system and version of Processing).

Try Processing 3.5.4 instead.