IB Gateway + SPY++

Discussion in 'App Development' started by Xraptor, Jan 8, 2017.

  1. Ryan81

    Ryan81

    #21     Jan 9, 2017
  2. southall

    southall

    No IBController listens for window/frame create events (addAWTEventListener)
    and then recursively descends the Component tree of the Login Frame to find the controls and invokes setText() on the userName and Password JTextFields and doClick() on the Login JButton.
     
    Last edited: Jan 9, 2017
    #22     Jan 9, 2017
  3. #23     Nov 4, 2017
  4. InvBox

    InvBox

    #24     Nov 4, 2017
  5. Sorry, it's there now. Soon I'll also make a NuGet package.
     
    #25     Nov 4, 2017
  6. InvBox

    InvBox

    batch files not the best way for redistribution. Also it reqiures pre-configured windows environment. Pure C# will be more elegant for this case.
     
    #26     Nov 4, 2017
  7. Yeah. I'm aware of that. This is something I have done primarily for my self and then decided to publish. But thanks for your opinion, I added this to my TODO list :)
     
    #27     Nov 4, 2017
  8. InvBox

    InvBox

    Not worked for me. Seems some programs has diff paths than in your env.

    Anyway thank you for sharing.
     
    #28     Nov 4, 2017
  9. It's more matter whether IB Controller works for you. You can make it work by adjusting and running IBControllerGatewayStart.bat. The library I provided justs sets some variables here and runs it. Nothing else.
     
    #29     Nov 4, 2017
    InvBox likes this.