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.
I can't seem to find the file upload/attachment feature. Was it removed?
Hi,
This could be accessed through the 'OPTIONS' tab above when you are writing your post. Could you please attach a project which reproduces the issue?
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
I have attached a sample VS2010 solution.
The ZIP file contains;
- VS solution/project
- Offec2007Black.isl (ignore the 2007 name; we just didn't change the name.)
Joseph,
Is the "File" button missing only the first time you click it? I looked at your sample and moved your code from the "BeforeApplicationMenuDropDown" event into the "Form1_Load" event and it seems to work better. Take a look at it and let me know what you think.
File is missing even on successive clicks. If you actually wait for a bit, it will eventually display.
I'm not sure if I can move the code to the Load event. The content that I'm building is a list of recently accessed transactions. Access can happen in multiple ways and different places, so BeforeApplicationMenuDropDown is the most appropriate event to rebuild the list.
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.