Re: [xwt-users] newBrowserWindow options and some more stuff
Charles Goodwin <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <308906BE5D07D5119285009027D61C5722F811@NTFPS1> |
Adam Megacz <[email protected]> writes: > > wouldn't it be more productive from an XWT standpoint to write > > rudimentry HTML/CSS/PDF viewers for XWT and then that removes an need I > > We can't assume that XWT was launched from the shoehorn (you can run > it from the command line). That has nothing to do with the shoehorn or the command line. I'm saying we should concentrate efforts on writing these viewers _in_ XWT. Then, rather than using newBrowserWindow( path.to.pdf ) we can use xwt.newBox().apply( "xwt.pdf" ).loadURL( "path.to.pdf" ); if you get what I'm saying. - Charlie