artvl21 / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

Instances of Group class is not moveable with a new version of ControlP5? #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by mo30...@gmail.com on 27 Nov 2012 at 1:18

GoogleCodeExporter commented 8 years ago
With 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.

Original comment by soj...@gmail.com on 28 Nov 2012 at 7:31