Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Browser Resolution
Browser Resolution [message #462730] Tue, 18 October 2005 14:43 Go to next message
Eclipse UserFriend
Originally posted by: kent.generatescape.com

Is there anyway to manipulate the resolution of the browser?
Re: Browser Resolution [message #462738 is a reply to message #462730] Tue, 18 October 2005 15:11 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
No, not programatically. Embedded browser controls should come up with the
correct resolution. Do you want to lower it?

Grant

"kent" <kent@generatescape.com> wrote in message
news:dj2uai$vf5$1@news.eclipse.org...
> Is there anyway to manipulate the resolution of the browser?
>
>
Re: Browser Resolution [message #462742 is a reply to message #462738] Tue, 18 October 2005 16:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kent.generatescape.com

I thought it would be a nice idea. I have a tree control on the left side of
the screen and can take up a fair bit of room, so I thought if I made the
stuff in the browser smaller then it would look better.

Hmm, and thanks for answering the one about two lines.

"Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
news:dj33bv$7pn$1@news.eclipse.org...
> No, not programatically. Embedded browser controls should come up with
> the
> correct resolution. Do you want to lower it?
>
> Grant
>
> "kent" <kent@generatescape.com> wrote in message
> news:dj2uai$vf5$1@news.eclipse.org...
>> Is there anyway to manipulate the resolution of the browser?
>>
>>
>
>
Re: Browser Resolution [message #462747 is a reply to message #462742] Tue, 18 October 2005 19:02 Go to previous messageGo to next message
Asim Ullah is currently offline Asim UllahFriend
Messages: 24
Registered: July 2009
Junior Member
Don't know if this is any help...but
if you're generating the html and the browser plugin is via IE6, then
you can use the 'zoom' DOM attribute to make the page seem smaller (or
bigger).
The following would make a page half size..
<style>
body{
zoom: 0.5;
}
</style>

If the attribute was 2, it would be double the size, etc.
This is IE6 only of course.
Re: Browser Resolution [message #462761 is a reply to message #462747] Wed, 19 October 2005 01:37 Go to previous message
Eclipse UserFriend
Originally posted by: kent.generatescape.com

thanks, I will try that.
"Asim Ullah" <asimullah@hotmail.com> wrote in message
news:12c06502ab88b92b753cbad42204383c$1@www.eclipse.org...
> Don't know if this is any help...but
> if you're generating the html and the browser plugin is via IE6, then
> you can use the 'zoom' DOM attribute to make the page seem smaller (or
> bigger).
> The following would make a page half size..
> <style> body{
> zoom: 0.5; }
> </style>
>
> If the attribute was 2, it would be double the size, etc.
> This is IE6 only of course.
>
>
Previous Topic:Image transparency problem - easy, I think
Next Topic:Dynamic Control in Wizard.
Goto Forum:
  


Current Time: Fri Apr 26 17:57:33 GMT 2024

Powered by FUDForum. Page generated in 0.03375 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top