Hi - Re layouts, a common problem is that people start a new layout by copying an old layout. The problem here is that both layouts will then share the same charts ( i.e., charts in both layouts will have the same chart ID's, which can be seen by looking under the 2nd tab in the params ), and so a change made to a chart in one layout will be reflected in all charts with the same ID even if they are in another layout. When you create a new layout, start with a blank one, or if it is easier, you can copy an existing layout but then immediately replace all charts with new copies ( these will have different chart ID's ) and then delete the originals.
Re params reverting to the defaults, if you are including characters other than letters or numbers in the param names, try removing them and use only letters or numbers, that solved a similar problem I was having in the past. Good luck! Steve ----- Original Message ----- From: "kiasap" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, November 29, 2008 11:29 AM Subject: [amibroker] Re: Local and global layouts lost >I know this is not the place for tech questiona, but AB tech support > has not been able to reproduce my problem, and after reading the > reference material and following suggestions, I still have the same > problem. I save all my layouts, which include the 200MA, in every > possible way I find. After opening AB a few times, the 200MA is > replaced by the 25MA, e.g., (not in my saved default). > > --- In [email protected], "ges x" <[EMAIL PROTECTED]> wrote: >> >> This bites me on occasion, too. I don't know why, but I can't seem > to >> figure out where everything is getting stored and my layouts > sometimes get >> scrambled. I've taken to saving the layouts and templates in a > known place >> where I can recover them from. >> >> Obviously I am missing something. >> >> On Tue, Nov 4, 2008 at 1:40 AM, zozuzoza <[EMAIL PROTECTED]> wrote: >> >> > Yes, I have already read that, recovered all files but no help. > So, >> > where is it stored? >> > >> > --- In [email protected] <amibroker%40yahoogroups.com>, >> > "wavemechanic" <timesarrow@> >> > wrote: >> > >> > > >> > > No bug. Have you read the "Files and Directories used by >> > AmiBroker" section of the Users Guide? The layout files are >> > discussed there. >> > > >> > > Bill >> > > ----- Original Message ----- >> > > From: zozuzoza >> > > To: [email protected] <amibroker%40yahoogroups.com> >> > > Sent: Monday, November 03, 2008 4:52 AM >> > > Subject: [amibroker] Local and global layouts lost >> > > >> > > >> > > Where does Amibroker save Local and global layouts? This is not >> > the >> > > 1st time I lose the layout I click on. It pops up empty, and I >> > have >> > > to recreate the indicators one by one. This is very annoying > bug. >> > > >> > > Is there a file where Amibroker saves the layouts? >> > > >> > > Best regards, >> > > zozu >> > > >> > > >> > > ------------------------------------ >> > > >> > > **** IMPORTANT **** >> > > This group is for the discussion between users only. >> > > This is *NOT* technical support channel. >> > > >> > > ********************* >> > > TO GET TECHNICAL 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 >> > > >> > > >> > > >> > > >> > > >> > > >> > ---------------------------------------------------------- >> > > >> > > >> > > >> > > No virus found in this incoming message. >> > > Checked by AVG - http://www.avg.com >> > > Version: 8.0.175 / Virus Database: 270.8.5/1764 - Release Date: >> > 11/3/2008 7:46 AM >> > > >> > >> > >> > >> > > > > ------------------------------------ > > **** IMPORTANT **** > This group is for the discussion between users only. > This is *NOT* technical support channel. > > ********************* > TO GET TECHNICAL 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 > > > >
