New topic: HTMLViewer Questions
<http://forums.realsoftware.com/viewtopic.php?t=1845> Page 1 of 1 [ 7 posts ] Previous topic | Next topic Author Message Athrin Onu Post subject: HTMLViewer QuestionsPosted: Tue Jan 03, 2006 7:44 pm Joined: Tue Jan 03, 2006 7:39 pm Posts: 2 I recently got REALbasic Release 4, and I am greatly enjoying the HTMLViewer control. I just have a few questions about it: 1. Is there a way to make images not load? I would greatly appreciate a code snippet or anything of that sort. 2. Is there a way to hide the verticle scrollbar? I'm creating a window that is a client for a game, but the only way I am able to do it is to view the web page inside the HTML viewer. 3. Is it possible to make the viewer show only a Java applet that is embedded in a web page? Please, no MBS solutions. I attempted the MBS HTMLViewer (Not WebKit), and I did not understand the coding steps I had to go through to get it to work. The built-in HTMLViewer is much more simple. Hey, I'm only 13. I can't afford MBS, and neither can my parents Top blakeyrat Post subject: Posted: Tue Jan 03, 2006 8:41 pm Joined: Mon Oct 03, 2005 5:33 pm Posts: 464 But you can afford RB, which costs 5x more? _________________ Hi Are You!? - The Greeting for the 21st Century Top Steve Garman Post subject: Posted: Wed Jan 04, 2006 3:23 am Joined: Fri Sep 30, 2005 3:53 pm Posts: 2833 Location: England blakeyrat wrote:But you can afford RB, which costs 5x more? This may surprise you but for some of us, once we spend our money, it's gone. _________________ Steve Garman Using REALbasic 2008r2 Professional on Windows Vista Ultimate and REALbasic 2009r3 Professional on Linux Ubuntu 9.04 Desktop Occasional blog Top CarlosM Post subject: Re: HTMLViewer QuestionsPosted: Wed Jan 04, 2006 12:50 pm Joined: Fri Sep 30, 2005 9:01 am Posts: 189 Athrin Onu wrote:2. Is there a way to hide the verticle scrollbar? I'm creating a window that is a client for a game, but the only way I am able to do it is to view the web page inside the HTML viewer. If you control the web page (i.e. can change it's source code), just use the following code on the <head> section: <style type="text/css"> html {border: 0; overflow: hidden;} body {border: 0; margin: 0; overflow: hidden;} </style> _________________ Carlos [Win2K/XP - 2005r4] Top Athrin Onu Post subject: Posted: Wed Jan 04, 2006 5:27 pm Joined: Tue Jan 03, 2006 7:39 pm Posts: 2 It's not my web page, though. That's the problem. I just need to view a page of a website that hosts the game. Top Ryan Marcus Post subject: Download and AddPosted: Wed Jan 04, 2006 9:53 pm Joined: Mon Oct 03, 2005 6:42 pm Posts: 141 Location: New Mexico Well, if you don't need any links on that page to work, (or there all direct links, starting with a "http://"), then you could use an HTTPSocket to download the source of the page... Extract what you want.. and then display that in the HTMLViewer. Let me guess... 13 years old.. java applet... Runescape? _________________ Thanks, Ryan Marcus Top icantsing4u Post subject: Re: HTMLViewer QuestionsPosted: Mon Jul 27, 2009 4:04 pm Joined: Tue Dec 02, 2008 3:06 am Posts: 54 bump Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 7 posts ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
