The demoapp has gone through serious a serious rewrite to make the code more reusable/flexible. I've also worked a little bit on dynamically binding events through environment variables and execute. Sadly I haven't found a way of truly dynamically binding events (On Event..).
Some of the methods for the browser-class I use are now also chainable. E.g.
Dim browser As New Browser
Call browser.setSize(300, 400).openUrl("http://google.com")
Todays flash shows a little friend-making:
2 comments:
Lookin' good, Tommy. Sadly, LotusScript only allows binding to events in product objects... so even if a COM object publishes events, we can't bind to them.
I read that in the documentation. I guess I was(/am still) hoping for yet an undocumented feature.. :)
Post a Comment