Some unclear parts about menu editor resources xsmnu
Posted: Fri Jan 15, 2021 6:53 pm
We have few program parts with a windows menu edited with the windows editor. Now we used the X# windows editor with the xsmnu file the first time.
When first saving the menu the menu did not inherit from the menu that had been entered in the properties of the menu in VO. When going into the properties of the root menu item in X# the inherit from field was empty. We inserted it and everything works as before. Probably it has vanished during conversion, but I do not want to verify it, since for this program we have changed to X# development completely. So it is resolved for us.
There is some other part that I do not understand: In the menu there is a sub menu "Window" with the usual items like "Window cascade", "Close all". But there were also the active open windows automatically inserted. The original code contained a row SELF:SetAutoUpdate( 8 ). Now this row has vanished. What I do not understand: Even in the VO code I haven't found a possibility to say that a certain sub menu has this characteristic. It is not a problem to add the self:setautoupdate in the derived menu for us, if it makes to much work. But it would be interesting to understand with what I was working since over 20 years.
When first saving the menu the menu did not inherit from the menu that had been entered in the properties of the menu in VO. When going into the properties of the root menu item in X# the inherit from field was empty. We inserted it and everything works as before. Probably it has vanished during conversion, but I do not want to verify it, since for this program we have changed to X# development completely. So it is resolved for us.
There is some other part that I do not understand: In the menu there is a sub menu "Window" with the usual items like "Window cascade", "Close all". But there were also the active open windows automatically inserted. The original code contained a row SELF:SetAutoUpdate( 8 ). Now this row has vanished. What I do not understand: Even in the VO code I haven't found a possibility to say that a certain sub menu has this characteristic. It is not a problem to add the self:setautoupdate in the derived menu for us, if it makes to much work. But it would be interesting to understand with what I was working since over 20 years.