Properties SETLABEL crashing DO

Hello! o)

I played around with status icons in the viewer status bar and..
The first button I created, uhm well, DO didn't like it. Dump attached. o)

Using v12.5.1b

<?xml version="1.0"?>
<button backcol="none" display="both" label_pos="right" textcol="none">
	<label>Label: Test</label>
	<icon1>#logs</icon1>
	<function type="normal">
		<instruction>Properties SETLABEL=!reset</instruction>
		<instruction>Properties SETLABEL=Flagged SETLABELTOGGLE</instruction>
		<instruction>Properties SETLABEL=Checked SETLABELTOGGLE</instruction>
		<instruction>Properties SETLABEL=Pinned SETLABELTOGGLE</instruction>
	</function>
</button>

dopus.20170613.104022.zip (28.7 KB)

It seems multiple entries using the Properties command to alter labels still leads to crashes in DO in v12.6.1.

But I now have seen status icons which hover over an image in the fullscreen viewer - for the first time, nice! o)

Regarding the crashs.. find the dumps attached, thx!
dopus.20170901.150043.zip (157.1 KB)

Thanks for the report! We've reproduced this now and have a fix for the crash on the way for the next update.

Even with the crash fixed, it's worth noting that you can do all four lines in a single command for better efficiency (and to avoid the crash in current versions):

Properties SETLABEL=Flagged,Checked,Pinned

Ok, superb! o)
Thanks for the hint, this was merely a testcase, but good to know! o)

It turned out there was also another bug on our side triggered by the original command (even with ADDLABEL added, which I think is needed), where only the first and last lines had any real effect. That has also been fixed for the next update.