Combobox retrigger the callback
-
Is there a way to trigger the CB when reselecting the item that is already selected?
(you might wonder why the heck I would do that, simply because the popup that I open from the selected item might be closed, so I'd like to reopen it from the combobox without the need of another button...)
Secondly, if there is only one item in the combobox, you can't select another one to trigger the CB as a workaround
Of course there is the possibility of running my own system using a panel, but I'd rather keep the stock combobox here... -
More an excavation than a bump
-
Maybe you could get the desired behaviour using a broadcaster. Here's a starting point:
HiseSnippet 896.3ocsV02aZbCF2GIW63V2Tqz9.XwecHEgf1t1pFMsLHjJzJInQZTkplpL9LfU7Ye6rurfpxmn8kaeCVedt6.tTPooHM9CvOu+yOuYFkZ3Bq0jR7pe9hDAw6Q9iWncy6MmI0jAGS79Q+gLqSjRKX0cQByZEQDOu8dCxvq99j7O+6u1koXZtXMKB4BijKdqLV5VyczQ+tToNgEINWFWQ6mez.tQ2ynLY.d1yuMIgwujMSbJCUqlOw6A8ijNS5XGyIrfNcMQKFO2725B8uPZkSTBjnCYL3nB1jdykpnQKuqVBwa+Qqu46Uby+I+gxH4J9qy.ONW.csEUyAd0tKH04a.RdUfz9EP5I9i4oxD2ZIHd9d+AZnfLkAo5pPoPWRs+pleOCng10Jlco3jTfXkEgunc6CnvWMOLHHPpURsfNMSycRilho+3Iltlq6ftH0nB4l3DiFb1AzqXpLQyfOETGDZMJQqjTo1EVv+vfa.WtLxyDtdKsLrwJu1nYKKJI228XJ0DnDGtYXQzAMCVGcBm9Kz95Y.NawSEPVtapgEwyaJC+jL50zB2SmXtlFaxrBvlFGPYoyrul9gJ3WbE7yedC36I7VLmiwmetYEJGhl1GUwVEvG.tWI4WZomoUKPxFH3PODE8VIfBMfiF4VSUkznZCENFMh4X.wxDb3WhlsjMWoBlCu.SsgMwjayCqTlN03DmoCyMO3l.5WJZ5zsJqL6p.DuMw37X5cYXnNKdhHsZq.pHzvd6ofGb+lB3EMKUTznGnktyRDkzmXTQX2MddyYFRY2FN8ThPPUW9ryiKmcVVIIxHbzYUgkjeEprq5Hx6FbLTtV5LvuPrRDoNIdk7NVbErKqXvrt+wB6kNSRttk0K3ZeOC80DOeu+Ah4B7vX3PLKm2dvQoSDCw6g9cBdZvyf0karV.VHYhxTL2s2RgqiKE.EsasZ.G+0VoaQ000eCqtZemqttuP7I9ijN97siwZaAiPo3+CLVtv+G76Ocpf6VCv88O486518uR3+CSlSpmMj4RkXo9zr3wv6bbADcsVnrX4uF1RWP2FowLvXgNJm3+fOkB6fzdkB6rTHzDwSMejWLHfOo7c4b.LoyeAsN7TNPS2r2mDCuv8QN+1tZCCe5tZ3y1UCe9tZ3OuqF9hc0vWtqF9putg3e.42xbl3hwFBY3n946p775qYPGXd2J4y7SNJmJ
-
@d-healey Why didn't I think using a BC at first... Thanks Dave I'll dig in this direction !