Thanks d, Any chance you'll include this in your SlideShow tool, whereby users can input the required layout for each run? Would be nice.
PS --- In [email protected], "dingo" <[EMAIL PROTECTED]> wrote: > > Ooops! > > Can you tell I was distracted? 8-) > > Dim oAB > > Const cstLayoutDir = "C:\Program Files\Amibroker\Layouts\" > > Set oAB = CreateObject("Broker.Application") > oAB.Visible = True > > oAB.LoadLayout(cstLayoutDir + "Daily Index Monitor.awl") > > Set oAB = Nothing > > > That should be more in-line with your request. > > d > > > _____ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of cstrader232 > Sent: Wednesday, June 28, 2006 2:49 PM > To: [email protected] > Subject: Re: [amibroker] Load Layout from AFL > > > Dingo...could you point me in the right direction to write a script to load > a layout? I'm familiar with the objects guide > http://www.amibroker.com/guide/objects.html. But I don't see how to use it > to open a layout. > > tia > > > > ----- Original Message ----- > From: dingo <mailto:[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, June 28, 2006 11:22 AM > Subject: RE: [amibroker] Load Layout from AFL > > Yes it does, easily done from a script > > d > > > _____ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of Terry > Sent: Wednesday, June 28, 2006 9:49 AM > To: [email protected] > Subject: RE: [amibroker] Load Layout from AFL > > > > There must be a way since BatMan does it, although from a script I think. > > -- > > Terry > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of cstrader232 > Sent: Wednesday, June 28, 2006 07:38 > To: [email protected] > Subject: Re: [amibroker] Load Layout from AFL > > > > Yes, that's what I was afraid of. Really too bad in a way because I have > automated adding symbols to the charts. But when I do that the layouts get > messed up (for some reason the symbols are assigned to charts > alphabetically, so when new ones are added, everything gets switched). So I > then have to manually reload a prior layout. Anyone found a solution to > this? Thanks! > ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/GHeqlB/TM --------------------------------------------------------------------~-> 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 other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
