Page 1 of 1

Button runs twice

Posted: Sun May 13, 2018 8:24 pm
by dkwroot
I created a menu script as a button and I noticed that it runs twice when it's pressed. The button exports text to a file, but every time I press it, it exports twice. Does anyone know of a way to prevent this from happening? I've tried flagging it on the first run, but it ignores it. In fact, it seems to treat both executions as the first run.

Re: Button runs twice

Posted: Sun May 13, 2018 8:39 pm
by synthsin75
I don't remember ever seeing that behavior from a button script. Does it run twice if you activate it with an assigned shortcut? If not, maybe it's a repeated mouse click from your system. If it still runs twice, I'd probably have to see the code to diagnose it further.

Re: Button runs twice

Posted: Mon May 14, 2018 1:39 am
by dkwroot
Yeah, I think it's a mouse driver issue. Thanks Wes.