Re: Uploaded example gui
"chris.kevany" <[email protected]>
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <[email protected]> |
Hi, Updated the upload to "owner_quickmenu_v5.zip" Previous versions failed when you wanted to use quoted words in menu items. You now can use single or double quoted words and even mix them. The cause of the bug was that the "menu_items" string is evaluated when it's passed to the xRoutine. This removes the \ escape characters and you then get this, which throws an error ... xMenu menu1 dummy "item "with" quotes" I added a description to the scipt that explains how the problem is solved. Chris