Cabbage Logo
Back to Cabbage Site

Possible bug — Session persistency with unique identifiers

Hey Rory,

Having a strange issue that a customer noticed…some comboboxes aren’t saving state with the session.

This one does not recall correctly
combobox bounds(260, 40, 60, 20), channel("AttWave"), text("PART", "HARM", "SAW", "NOISE"), colour(0,20,20), fontColour (218,218,218), value(1), $COMBO1, _scrambleCombo(1)

This one does
combobox bounds(330, 13, 60, 20), channel("DelayMode"), text("TIME", "TEMPO"), colour(0,20,20), fontColour (218,218,218), value(1), $COMBO1

The only difference is the unique identifier _scrambleCombo(1)

Once I remove _scrambleCombo(1) from that one, it recalls correctly. Is this a bug or is the syntaxt wrong?

Hi @chronopolis, looks like a bug, but can you try putting the macro at the end and testing? I’m just wondering if there might be a macro issue?

false alarm — it’s something in my code i think…

phew! that wasn’t an issue I was looking forward to tackling with one hand!

i fixed it… it was some weird stuff on my end… case closed!

1 Like