For those who are interested what the issue was:

 

I was moving a window with [hcs/sysgui] automatically during startup.

When the window is visible everything is ok.

 

When the window is hidden with [*** vis 0( most graphical objects mentioned above stop updating their graphics.

I. e. a slider sends the values but the slider stays graphically at the default setting that it had during creation.

 

Now I'm moving windows with [hcs/sysgui] only when they are visible and it works again.

 

Ingo

 

From: Pd-list [mailto:pd-list-bounces@lists.iem.at] On Behalf Of Ingo
Sent: Monday, April 06, 2020 4:34 AM
To: 'Pd-List'
Subject: [PD] Number Boxes, Sliders, Symbols - strange behavior (no graphic update)

 

Hi there,

 

I'm on Debian 32-bit with Pd 0.49.

I'm experiencing all the sudden a strange behavior with number boxes, sliders and symbols.

They are sending values when I click and move the mouse but their graphics do not get updated.

 

I. e. I can change the value on the output of a number box but its graphics are not updated anymore.

If I connect

 

[prepend set]

  |

[      (

 

I can see the values but the number box itself keeps displaying "0".

 

When I open the properties of the number box and press Apply or OK the value will be updated to the latest value but then stay there as far as displaying goes. Still sending and receiving without any graphical update.

 

Does anybody have an idea what is happening and how I can fix this issue?

 

Thanks!

Ingo