On Mar 8, 2007, at 12:11 PM, slave wrote: > Hi >> Have you looked at the Language Reference entry for the HTMLViewer? >> The HTMLViewer control is a plain-jane HTML mechanism for creating a >> simple browser. It's not a full-blown web browser control. If you >> want the addition of javascript support (or anything more than simple >> HTML 4 support), you'll need to parse and manage the commands >> yourself. >> >> Tim >> > > thanks Tim... I thought there could be a simple way... the NewWindow > method might have had some more possible arguments like the required > width, height and so on... it's a pity that it doesn't have it :(
If you're speaking of the example in the LR, that's just a method you'd call - you can modify it to accept size parameters. After you instantiate the new window, simply set its .Top, .Left, .Width, and .Height values before returning. Tim -- Tim Jones [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
