Zaxon Posted February 24, 2005 Posted February 24, 2005 I'm using the Traymenu additions, which are amazing, and I hope they become core code soon. However, after replacing the standard AutoIt3.exe (v3.1.0.15) with the new Traymenu AutoIt3.exe (v3.1.0.15), when I run the application I'm currently building, which initially just displays a GUI window with some controls on it, it was incredibly slow. So, the same code without any Traymenu commands in it: * run under normal AutoIt3.exe starts & displays GUI instantly * run under Traymenu AutoIt3.exe starts & displays GUI after about a long 5 second delay, and runs significantly slower all round Is this slowness a known problem? With tiny sample .au3s, they do run instantly under Traymenu. But under my app, which is currently 892 lines and (for the purposes of this discussion) contains no non core statements, runs like a dog, particularly at startup time.
Holger Posted February 24, 2005 Posted February 24, 2005 Hi Zaxon could you please send me some sample-code, so I can test it. I have no problems here, thatswhy I'm asking for. However I will check it... Regards Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
Zaxon Posted February 24, 2005 Author Posted February 24, 2005 could you please send me some sample-code, so I can test it.<{POST_SNAPBACK}>Ah, the creator of Traymenu, if I'm not mistaken?Sure. I'll send you the actual script that's caused me the problem via a PM, since the script isn't for public release.Let me know your results. I would love to use Traymenu at full speed.Thanks
steveR Posted February 24, 2005 Posted February 24, 2005 OH, the .exe in your .zip file actually replaces the one in the autoit folder. That's why i couldn't figure out how to implement it. AutoIt3 online docs Use it... Know it... Live it...MSDN libraryglobal Help and SupportWindows: Just another pane in the glass.
Zaxon Posted February 24, 2005 Author Posted February 24, 2005 OH, the .exe in your .zip file actually replaces the one in the autoit folder. That's why i couldn't figure out how to implement it. <{POST_SNAPBACK}>Yup, that's how it works. I'm not sure you should be using it without supervision, however.
Holger Posted February 24, 2005 Posted February 24, 2005 @Zaxon: yes, and I will now take a look at it. Will write it to the idealab when updated. My scripts were not so big so maybe thatswhy I didn't see this problem. Thanks for informing Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
Zaxon Posted February 24, 2005 Author Posted February 24, 2005 @Zaxon: yes, and I will now take a look at it.Will write it to the idealab when updated.<{POST_SNAPBACK}>Will look forward to seeing the outcome.
Holger Posted February 24, 2005 Posted February 24, 2005 PreInfo: has to do something with the OnEventMode... can reproduce the problem... Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
Zaxon Posted February 24, 2005 Author Posted February 24, 2005 PreInfo: has to do something with the OnEventMode... can reproduce the problem...<{POST_SNAPBACK}>Oooh. That's what I get for being an event planner...
Holger Posted February 24, 2005 Posted February 24, 2005 Fixed. Thanks Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
Zaxon Posted February 24, 2005 Author Posted February 24, 2005 Fixed.Thanks Holger<{POST_SNAPBACK}>Yeah! Works perfectly!Thanks for the quick response time.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now