You can run several instances but you should be doing that from SEPARATE directories, otherwise if you modify layouts (insert/delete indicators) in each instance running from same directory the edits you made in one instance are later overwritten by another and you end up in messing things up.
Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, October 04, 2007 2:11 PM Subject: Re: [amibroker] Re: File Not Found Again > Yes, I normally have several instances of amibroker > running at the same time. What happened when I am > running several instances? > --- Tomasz Janeczko <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> File not found means that file that is referenced by >> the template/layout does not exist >> (i.e. it has not been saved under given name or was >> saved in different directory). >> You can use Windows File Find to locate it. >> >> But it should never happen unless you are doing >> something weird. >> Are you using multiple running instances and >> cross-save layouts? >> The other reason may be that you have specified >> file-system forbidden name >> - containing forbidden characters like / \ * " ' ? >> >> Formula names MUST be composed ONLY from a-z >> letters, 0-9 digits, hyphen and underscore. >> No other characters. >> >> Anyway it would be much easier if you actually >> described >> in very detail what you are doing step-by-step so we >> can try to reproduce. >> >> Best regards, >> Tomasz Janeczko >> amibroker.com >> ----- Original Message ----- >> From: "wel6" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Thursday, October 04, 2007 4:32 AM >> Subject: [amibroker] Re: File Not Found Again >> >> >> > >> > I also keep getting the "file not found" massage, >> even after I saved >> > the template as default and also save the layout. >> When I load the >> > layout it will show empty pane. If I tried to load >> default template >> > nothing would happened and I am positive that I >> just saved the new >> > template as default. This is quite annoying. >> > --- In [email protected], "umrperumal" >> <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> Ken, >> >> >> >> Just try to delete the default template / layout >> & see. (If you want >> >> the default template/layout, rename it >> temporarily till you carry >> >> out your check). I exactly do not know your >> problem. This is only >> >> a try. >> >> >> >> >> >> perumal >> >> >> >> >> >> >> >> --- In [email protected], "Ken Close" >> <ken45140@> wrote: >> >> > >> >> > My sincere apologies but will some please >> remind me what causes a >> >> plotted >> >> > and saved indicator pane to show up as "File >> Not Found" the next >> >> time AB is >> >> > opened. >> >> > >> >> > I thought I had to use Insert Linked but I have >> tried Insert, >> >> Insert Linked >> >> > and Apply from the Editor Window. Each at one >> time or another >> >> results in >> >> > "File Not Found". >> >> > >> >> > Really frustrating as I thought I had solved >> that but apparently >> >> not. >> >> > >> >> > I have read the new pages on Inserting, and >> Charting and did not >> >> see this >> >> > issue mentioned. I know it has been discussed >> before but I have >> >> forgotten >> >> > (apparently) and can not find previous >> messages. >> >> > >> >> > Thanks for helping on this minor (but >> irritating) point. >> >> > >> >> > Ken >> >> > >> >> >> > >> > >> > >> > >> > 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 >> > >> > >> > >> > >> > >> > > > > > ____________________________________________________________________________________ > Got a little couch potato? > Check out fun summer activities for kids. > http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz > > > > 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 > > > > >
