I created a LaTeX class for thesis fn my school.
And then I created a LyX Layout for Word users (I really don't want to discuss whether is a good strategy).
My problem is, some commands that I created in my class need two or more arguments and some of these has 4 or more possible results, such as acronyms.
My acronyms command receives 2 arguments AC and TXT. According specific conditions, the user can choose the result as "TXT (AC)", or "TXT (AC)", or "(AC - TXT)", or "(AC - TXT)".
So I think the best way to solve this is using a dialog, changing the LyX UI.
But I didn't find any documentation for creating a dialog in LyX.
Can anyone help me?