Page 1 of 1

Answer Dialog Buttons...

Posted: Fri Apr 09, 2021 4:07 pm
by cmhjon
Hi all,

I have a compiled app for Mac and Windows. When the app opens, the answer dialog is displayed with 4 buttons. On the Mac, I see 4 buttons, but in Windows, I only see 3. I am happy to build a custom dialog/sub-stack in lieu of the answer dialog if needed but wanted to check here first to see if 4 buttons in the answer dialog is possible in Windows.

Thank you,
Jon :)

Re: Answer Dialog Buttons...

Posted: Fri Apr 09, 2021 4:22 pm
by Klaus
Hi Jon,

you can have up to seven buttons in an answer dialog, Mac or Windows does not matter.


Best

Klaus

Re: Answer Dialog Buttons...

Posted: Fri Apr 09, 2021 5:48 pm
by dunbarx
Well, what Klaus said.

But what is going on is another thing entirely. Can you post the standAlone?

If not, can you make a new minimal standalone with exactly the same code that presents the answer dialog and post that?

Craig

Re: Answer Dialog Buttons...

Posted: Mon Apr 12, 2021 2:02 pm
by cmhjon
HI all,

Thank you for the replies. As it turns out, the culprit was a preOpenCard handler on card 1. Although the answer dialog was NOT called by the this handler but by an openCard handler also on card 1, when I removed the preOpenCard handler, the answer dialog displayed all 4 buttons as programmed.

Weird.

Thank you,
Jon