IB Gateway + SPY++

I've never used IB Controller, but if it is written in java, I would assume it is simply making use of the Robot class...

https://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html

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:
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 :)
 
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.
 
Back
Top