We switched the AppStylist to use the new 2010 window, but one of the windows the File tab/button goes away after clicking it. Other windows are fine.
Note: FileMenuStyle is set to ApplicationMenu (to look like Wordpad or Paint) not ApplicationMenu2010.
Joseph,
I have submitted this issue to our development team for further review. The reference number for this issue is 141493. A support case has also been opened for you with reference number CAS-115071-F4S0J7. You will receive more information regarding this issue through the support case.
I see what you mean. I am going to submit this to our development team for further review and I will get back to you with a reference number as soon as I have done so.
Well, I just notice that the File Tab also goes away when accessing any PopupMenu in the left area, so BeforeApplicationMenuDropDown event might just be a coincidence. The problem might be coming from drawing the right area.
I meant that you would create your RecentlyAccessedTransactions list in the BeforeApplicationMenuDropDown event and just have the minimum code in the Form_Load event. Could you try that?
I would suggest that you try that. But I thought that by putting in the code that you had in the sample that you provided, where you added a ButtonTool but there wasn't any list with it, would be enough to ensure that the File button would always be there. At least that seemed to work in the sample.