
controlp5 - issue #67
Instances of Group class is not moveable with a new version of ControlP5?
What steps will reproduce the problem? 1. I downloaded Processing version 2.0b6 and ControlP5 library version 2.0.3. 2. I ran the example of "ControlP5group". 3. I dragged the "g1" with pressing my alt key. 4. But I could not move the "g1".
What is the expected output? What do you see instead? I expected that the "g1" object was dragged.
What version of the product are you using? On what operating system? Processing 2.0b6 ControlP5 2.0.3 with my Mac OS X 10.8.2
Please provide any additional information below. I also tried to move the "g1" in the example with Processing 1.5.1 and ControlP5 1.5.2. I could move the "g1" object.
Comment #1
Posted on Nov 28, 2012 by Happy RhinoWith version 2.0.3 the shortcut functions (including dragging) are disabled by default, you need to call
cp5.enableShortcuts();
to be able to drag items around.
Status: WontFix
Labels:
Type-Defect
Priority-Medium