Forum

Free Download More Info
Welcome to the Personal Stock Streamer Developers Forum. Anyone can read messages, but you must be a registered user in order to post. (Sorry, we did this in order to prevent forum spam.)

Everyone who is registered for the Developers Forum on this site should now also have permission to log in and post to the Support Forum.  This was done by hand, so we may have missed a couple of people.  Please let us know if you do not have access to both forums.
Subscribe to RSS Feed
PSS Developers Forum -> Create Browser Window
Not logged in.
2006-03-24 17:39:57
1 of 3
#666
Quick Question: How do I create a new browser window. The documentation regarding WindowHandler is a little confusing. Can you give me a quick example?

Thanks,
Travis


Posted by: TRO
2006-03-24 19:17:10
2 of 3
#667
in reply to #666
Technically you don't need a WindowHandler to create a browser window, only to handle clicks and form submissions. When you create the browser window you pass a reference to the object that will handle the events (the WindowHandler) as the third argument, it's just like creating an event handler class.

I would recommend looking at the source code for the Trailing Stop extension for the gory details:

http://www.personalstockstreamer.com/developers/trailin...
 
      
Anatoly Ivasyuk
DTLink Software

Anatoly Ivasyuk
DTLink Software
2006-03-24 19:38:57
3 of 3
#668
in reply to #666
Thanks for the help. I get it. I didn't see that on the trailing stop entry.

Have a good weekend.
      

Posted by: TRO