Katherine Yang

Results 9 comments of Katherine Yang

@christopherdumas Sorry for leaving this! I haven't had time to work on it, so yes, please feel free!

Aw that's very nice of you, I appreciate it! ☺️ Have fun and good luck!

The source code for ScrollableList shows that it uses the `setOpen()` function to close the list after an item is selected (triggered by `onRelease()`). To counter that, I used a...

Turns out it's because of this line in the source code: ``` _myValueLabel.set( adjustValue( _myArrayValue[ 0 ] , 0 ) + _myValueLabelSeparator + adjustValue( _myArrayValue[ 1 ] , 0 )...

You could try doing this by utilising a combination of Processing's `keyPressed` boolean and Textfield's `submit()` function. I tried it with the `keyPressed()` function instead of the boolean, but I...

Are you accessing the examples through the ControlP5 website ([Slider2D](http://www.sojamo.de/libraries/controlP5/examples/controllers/ControlP5slider2D/ControlP5slider2D.pde), [Slider](http://www.sojamo.de/libraries/controlP5/examples/controllers/ControlP5slider/ControlP5slider.pde))? I think the examples there are outdated! Try looking at the examples on the [reference page](http://www.sojamo.de/libraries/controlP5/reference/index.html) (click on the...

Hi, sure, sorry about the long wait! I tried to preview a JSON file and got this log. ``` 2022-10-20 12:33:51.837 Start processing /Users/katherine/Documents/cases-tool/package-lock.json … 2022-10-20 12:33:51.837 Detected UTI: public.json...

@andij wow, thank you so much, that was the fix for me! sorry to hear that your files are still not showing up :(