Title: GDC 2.11 to 2.50.12 upgrade adds blank MenuAction bar at the bottom. Post by: Ben R. on March 07, 2014, 05:46:54 pm I just installed 2.50.12 for x64. It's much faster, which is great as that's why I upgraded the GDC, but for some reason it's making a menu bar at the bottom that replicates the toolbar at the top of the application.
Here is what the application look like in 2.11: (http://i.imgur.com/XfAsUQZ.jpg) And here is 2.50.12: (http://i.imgur.com/igBzM6d.jpg) Here is the property set of the second MenuAction item (which does Delete): (http://i.imgur.com/PSHklwH.jpg) Any thoughts on what would cause this, and how to eliminate the problem? Title: Re: GDC 2.11 to 2.50.12 upgrade adds blank MenuAction bar at the bottom. Post by: Reuben B. on March 09, 2014, 09:54:12 pm What doesn't look right is the value of the name attribute in the screenshot from the property tree. I can't think of a situation where the value for name would be blank like that. It reminds me of a support case where the customer had written a DOM tree manipulation function to change the text and comment attributes, but had written it in such a way that the name attribute was also changed.
The other thing you may want to look at is the value for defaultView. You may find that setting defaultView=no makes the problem disappear, but I think the thing you want to look at first is why the name attribute is blank. Reuben Title: Re: GDC 2.11 to 2.50.12 upgrade adds blank MenuAction bar at the bottom. Post by: Lionel F. on March 10, 2014, 05:35:39 pm Hi Ben,
I think it's expected. Since GDC 2.21, actions without names are now visible as empty buttons. See the GDC 2.21 migration guide for the detailed explaination: https://4js.com/online_documentation/fjs-gdc-manual-html/index.html#c_gdc_MI22x_221.html I hope it clarifies. Best regards, Lionel |