[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Re: Automation Interface - can't open



PureBytes Links

Trading Reference Links




<FONT face=Arial color=#0000ff 
size=2>Hello,
<FONT face=Arial color=#0000ff 
size=2> 
Tomasz 
has provided this file recently on the amibroker.dll yahoo list. I don't know 
if he wishes it to be displayed on this one ?
<FONT face=Arial color=#0000ff 
size=2> 
I 
think that it would be a good thing to have Broker.tlb file installed 
in AmiBroker directory in the installation process. That way, it would be 
automatically updated with any upgrade, and that would save Tomasz some time, as 
he woudn't have to bother by email request.
<FONT face=Arial color=#0000ff 
size=2> 
Best 
regards, Jérôme ULRICH

  <FONT face=Tahoma 
  size=2>-----Message d'origine-----De : William Peters 
  [mailto:williampeters@xxxxxxxxxxxx]Envoyé : vendredi 25 avril 
  2003 14:23À : amibroker@xxxxxxxxxxxxxxxObjet : 
  RE: [amibroker] Re: Automation Interface - can't open
  <SPAN 
  class=375331412-25042003> 
  Hi 
  Dingo
  <SPAN 
  class=375331412-25042003> 
  Where 
  did you get the type libarary from, I can't find it on my machine or the 
  ADK 
  <SPAN 
  class=375331412-25042003> 
  <SPAN 
  class=375331412-25042003>Thanks
  <SPAN 
  class=375331412-25042003>William
   
   
   
  <FONT face=Tahoma 
  size=2>-----Original Message-----From: dingo 
  [mailto:dingo@xxxxxxxxxx]Sent: Thursday 24 April, 2003 7:44 
  PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker] 
  Re: Automation Interface - can't open
  <FONT face=Arial color=#0000ff 
  size=2>William - actually you can use early binding if you use the Broker.tlb 
  type lib.  Although TJ suggested that I use the late binding.  To do 
  early binding you have to add a reference to Broker.tlb in your VB 
  project.
  <FONT face=Arial color=#0000ff 
  size=2> 
  <FONT face=Arial color=#0000ff 
  size=2>Also, after you do this then the object explorer will let you view the 
  different objects and methods.
  <FONT face=Arial color=#0000ff 
  size=2> 
  <FONT face=Arial color=#0000ff 
  size=2>d
  
    
    <FONT 
    face=Tahoma size=2>-----Original Message-----From: William Peters 
    [mailto:williampeters@xxxxxxxxxxxx] Sent: Friday, April 25, 2003 
    1:05 AMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE: 
    [amibroker] Re: Automation Interface - can't 
    openUM Wrote:"do you use a registered 
    version or an eval version of AB?"This does not matter, an eval version 
    should support this.I cant think of any other possible causes at 
    this stage particularily if you can create other objects without any 
    issues.If I understand the other part of your question correctly, 
    Amibroker COM interface doesn't support early 
    binding.Regards,William Peters-----Original 
    Message-----From: uenal.mutlu@xxxxxxxxxxx 
    [mailto:uenal.mutlu@xxxxxxxxxxx]Sent: Thursday 24 April, 2003 4:17 
    PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker] Re: 
    Automation Interface - can't openI can't imagine what the reason 
    might be. WHich OS do you use?And, do you use a registered version or an 
    eval version of AB?(not sure if there are any differences among them in 
    respect tothe COM interface).UM----- Original Message 
    ----- From: "robby4c" <rcole@xxxxxxxxxxxx>To: 
    <amibroker@xxxxxxxxxxxxxxx>Sent: Friday, April 25, 2003 12:57 
    AMSubject: [amibroker] Re: Automation Interface - can't 
    open> Hi UM--> Can't create "Broker.Application", even 
    if AB running.  As I can't> create the object through "OLE/COM 
    Viewer" tool as well (AB running or> not), I am concerned that 
    something is not right.  Anyone else> experience problem with 
    creating "Broker.Application" object??> > --- In 
    amibroker@xxxxxxxxxxxxxxx, uenal.mutlu@xxxx wrote:> > Hi 
    robby4c,> > AB must be running at the same, is it?  
    :-)> > UM> > > > ----- Original Message ----- 
    > > From: "robby4c" <rcole@xxxx>> > To: 
    <amibroker@xxxxxxxxxxxxxxx>> > Sent: Thursday, April 24, 
    2003 11:39 PM> > Subject: [amibroker] Re: Automation Interface - 
    can't open> > > > > > > Hi William-> 
    > > > > > Thanks for your interest.  I've been 
    through all of the help files > > > and other relevant 
    documentation - you may note that the example I > > > gave is 
    essentially from the example scripts in the "Automation > > > 
    Object Model" section of the help, relative to using the new > > 
    > automatic analysis object.  My question rephrased is:  If I 
    run the > > > referenced examples, why do I get the stated 
    error on the JScript > > > statement at the beginning which 
    instantiates the > > > AB "Broker.Application" COM 
    object?  Also, why can I not open this > > > object via 
    the MS OLE/COM Object Viewer tool?  In both cases, > > > 
    JScript/VBScript and Object Viewer, other COM objects can be opened > 
    > > as expected. > > > > > > --- In 
    amibroker@xxxxxxxxxxxxxxx, "William Peters" > > > 
    <williampeters@xxxx> wrote:> > > > Hello,> > 
    > > > > > > If you do a search for "ActiveXObject" in 
    the help file you fill > > > find some examples that will help 
    you.> > > > > > > > Here is an 
    example:> > > > AB = new 
    ActiveXObject("Broker.Application");> > > > > > 
    > > Regards,> > > > William Peters> > > 
    > > > > > > > > > > > > > 
    -----Original Message-----> > > > From: robby4c 
    [mailto:rcole@xxxx]> > > > Sent: Thursday 24 April, 2003 
    1:57 PM> > > > To: amibroker@xxxxxxxxxxxxxxx> > 
    > > Subject: [amibroker] Automation Interface - can't open> 
    > > > > > > > > > > > I've started 
    using the Jscript/VBScript facilities, but I can't > > > open 
    > > > > a new instance of the "Broker.Application" 
    object.  With either > > > > JScript or VBScript, I get 
    the following error:> > > > "Could not create object named 
    "Broker.Application"", in response > > > to:> > > 
    > "var AB = new ActiveXObject("Broker.Application"); (JScript)> 
    > > > > > > > Also, using the "OLE/COM Object 
    Viewer" utility, I see > > > > that "Broker.Application" and 
    "Broker.Document" are registered, > > > but > > > 
    > I cannot create an instance of either through the Object Viewer.  
    > > > > Instances of other COM objects can be 
    created.> > > > > > > > I'm using AB 4.30 on 
    Win XP.  AB otherwise seems to work just > > > fine.  
    > > > > Ordinary VB/JS scripts not requiring 
    "Broker.Application"  appear > > > to > > > 
    > work correctly.> > > > > > > > I must 
    be doing something dumb??  Can't find any reference to this > 
    > > > in past postings.Send BUG REPORTS to 
    bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
    suggest@xxxxxxxxxxxxx-----------------------------------------Post 
    AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: 
    <A 
    href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
    group FAQ at: <A 
    href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
    Your use of Yahoo! Groups is subject to <A 
    href="">http://docs.yahoo.com/info/terms/ 
    Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 
    SUGGESTIONS to 
    suggest@xxxxxxxxxxxxx-----------------------------------------Post 
    AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: 
    <A 
    href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
    group FAQ at: <A 
    href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
    Your use of Yahoo! Groups is subject to the <A 
    href="">Yahoo! Terms of Service. 
    Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 
  SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  Your use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 
  Send 
  BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  Your use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 







Yahoo! Groups Sponsor












Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.