andreas schlegel

Results 36 comments of andreas schlegel

Hi, all the messages are sent: 1) but do they arrive on your android device? They might have been dropped on the way (UDP is an unreliable protocol and packet...

Hi, programmatically it is not possible to check if a Network message listener (TCP or UDP) was able to listen for incoming messages. Though this would make sense to add....

Hi, are you trying to assign the value of variable _val_ to controller _temp_? To apply such changes you need to update the value for _temp_ when _val_ changes, which...

Hi, this is not ideal and not intuitive but to set the background you need to go the following route and apply changes to the [Label class](https://github.com/sojamo/controlp5/blob/master/src/controlP5/Label.java) of a [Textlabel](https://github.com/sojamo/controlp5/blob/master/src/controlP5/Textlabel.java)...

sorry not sure how to help here.

Hi, sorry for not following up earlier. the default properties format changed from .ser to JSON. Do add the following line after you have created an instance of ControlP5 to...

if the serialized format works for you, why not stick to it? I am aware of the error thrown when saving in JSON. Arrays are not saved properly, this affects...

Not sure what mono is.

there was a discussion in issue #17 regarding controlFrames and why they don't work with 3.x anymore. at the end of the thread you will find a link to a...