Hello, > I'll bet that there's an old Polish saying along the lines of: "If you want > it right, do it yourself"?
Yes you are right, but I just thought that if I buy "market leader" then it would work OK, and I would be able to concentrate on more important things than UI. OK, that's my problem anyway. I can confirm that customized toolbar is not loaded with the beta. Only docking panes are loaded properly. Below is the procedure to restore old settings if you want to revert to old version. The procedure requires working knowledge of RegEdit. There are two things you need to do to restore old UI. Restore these 2 registry keys: 1) HKEY_CURRENT_USER\Software\TJP\Broker\CommandBars47-Controls\Controls to string value: "C:\Program Files\AmiBroker\Broker.exe-CommandBars47" (or whatever installation path you use) and 2) HKEY_CURRENT_USER\Software\TJP\Broker\CommandBars47-Controls\LoadFromFile to DWORD value = 1 Last step is to restore Broker.exe-CommandBars47 file inside AmiBroker directory from the backup. There are high chances are that this file is intact because 5.01 saves the config file in completely different location and under different name, so restoring registry keys should be enough. Then run 5.00 official or previous versions and it should load old toolbar. Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "dingo" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, October 05, 2007 12:31 AM Subject: RE: [amibroker] AmiBroker 5.01.0 BETA - "SPEED BOOST" > I'll bet that there's an old Polish saying along the lines of: "If you want > it right, do it yourself"? > > d > >> -----Original Message----- >> From: [email protected] >> [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko >> Sent: Thursday, October 04, 2007 6:27 PM >> To: [email protected] >> Subject: Re: [amibroker] AmiBroker 5.01.0 BETA - "SPEED BOOST" >> >> It seems that not "all" customizations but only toolbar >> customizations. >> Customization of docking panes is loaded OK. >> >> I found the reason for this: I compiled 5.01 with new version >> of UI library I am using >> and this new version uses new format for storing toolbar >> customizations and apparently don't load old one. >> Arghh........ I start to think that moving to 3rd party >> library was a mistake. >> I already complained to library vendor. Will keep you updated. >> >> Best regards, >> Tomasz Janeczko >> amibroker.com >> ----- Original Message ----- >> From: "Tomasz Janeczko" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Thursday, October 04, 2007 11:16 PM >> Subject: Re: [amibroker] AmiBroker 5.01.0 BETA - "SPEED BOOST" >> >> >> >I can confirm - this is being investigated. >> > >> > Best regards, >> > Tomasz Janeczko >> > amibroker.com >> > ----- Original Message ----- >> > From: "Dennis Brown" <[EMAIL PROTECTED]> >> > To: <[email protected]> >> > Sent: Thursday, October 04, 2007 10:36 PM >> > Subject: Re: [amibroker] AmiBroker 5.01.0 BETA - "SPEED BOOST" >> > >> > >> >> Just a heads up. I just installed this and now all my custom UI >> >> elements are gone --reset back to defaults. >> >> >> >> Dennis >> >> >> >> On Oct 4, 2007, at 3:31 PM, Tomasz Janeczko wrote: >> >> >> >>> Hello, >> >>> >> >>> A new beta version (5.01.0) of AmiBroker (code name >> "SPEED BOOST") >> >>> has just been released. >> >>> >> >>> http://www.amibroker.com/devlog/2007/10/04/amibroker-5010-beta- >> >>> released/ >> >>> >> >>> The code name for this release is "SPEED BOOST" as it brings 2x >> >>> speed increase for backtest and optimizations. This is >> the result of >> >>> many days of code profiling and tweaks. The result is achieving >> >>> dual-core performance on old computers (no hardware update >> >>> necessary) >> >>> >> >>> Portfolio backtester on average 2x faster for both multiple and >> >>> single-security tests (some trivial, frequently trading >> systems may >> >>> observe upto 5x speedup on multiple securities during >> long analysis >> >>> periods). Note that AFL engine speed has NOT changed as compared >> >>> to 5.00. Speed increase comes from backtester tweaks >> alone, so the >> >>> longer AFL code is the less speed-up you will see, because >> >>> backtester processing would account for smaller part of overall >> >>> execution time. >> >>> >> >>> >> >>> There is also new Code Profiler available from AFL Editor, Tools- >> >>> >Code Check & Profile, that shows detailed report on how >> many times >> >>> each function is called and how much time it takes to execute. >> >>> >> >>> Best regards, >> >>> Tomasz Janeczko >> >>> amibroker.com >> >>> >> >>> >> >> >> >> >> >> Please note that this group is for discussion between users only. >> >> >> >> To get support from AmiBroker please send an e-mail directly to >> >> SUPPORT {at} amibroker.com >> >> >> >> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: >> >> http://www.amibroker.com/devlog/ >> >> >> >> For other support material please check also: >> >> http://www.amibroker.com/support.html >> >> >> >> Yahoo! Groups Links >> >> >> >> >> >> >> >> >> >> >> > >> > >> > Please note that this group is for discussion between users only. >> > >> > To get support from AmiBroker please send an e-mail directly to >> > SUPPORT {at} amibroker.com >> > >> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: >> > http://www.amibroker.com/devlog/ >> > >> > For other support material please check also: >> > http://www.amibroker.com/support.html >> > >> > Yahoo! Groups Links >> > >> > >> > >> > >> > >> >> >> Please note that this group is for discussion between users only. >> >> To get support from AmiBroker please send an e-mail directly to >> SUPPORT {at} amibroker.com >> >> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: >> http://www.amibroker.com/devlog/ >> >> For other support material please check also: >> http://www.amibroker.com/support.html >> >> Yahoo! Groups Links >> >> >> >> > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > >
