Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread David Pariente
Paul Andrews <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: sábado, 30 de agosto, 2008 17:05:39 Asunto: Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?  Mission accomplished. Use this: body {overflow:visible; height:1500px } In your html template for

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread Paul Andrews
Pariente To: flexcoders@yahoogroups.com Sent: Saturday, August 30, 2008 3:11 PM Subject: Re: [flexcoders] Vertical Scroll Bar in Browser, can be done? i will look for a solution to put scroll bars inside the app changing the design a little...sorry for designer :P thnx to

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread Paul Andrews
, August 30, 2008 3:11 PM Subject: Re: [flexcoders] Vertical Scroll Bar in Browser, can be done? i will look for a solution to put scroll bars inside the app changing the design a little...sorry for designer :P thnx to everyone anyway :) - Mensaje original De: David Pariente

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread David Pariente
Asunto: Re: [flexcoders] Vertical Scroll Bar in Browser, can be done? yah, its like that, the page is in the middle of the spaceand have some kind of shadows on the both sides. If i put scrollbars there design will broke. so i'm trying to find a way to put standard explorer scrollbar,

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread David Pariente
ntent. - Mensaje original De: Paul Andrews <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: sábado, 30 de agosto, 2008 14:23:53 Asunto: Re: [flexcoders] Vertical Scroll Bar in Browser, can be done? I think the OP needs scrollbars at the side of the design because the

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread Paul Andrews
the flex app so that where flex ends and html begins isn't apparent. Paul - Original Message - From: Howard Fore To: flexcoders@yahoogroups.com Sent: Saturday, August 30, 2008 1:12 PM Subject: Re: [flexcoders] Vertical Scroll Bar in Browser, can be done? I'm hav

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread Howard Fore
I'm having a hard time following your explanation of which scrollbar comes from where (And I've had my own scroll issues), but have you thought about modifying the html-template file to use HTML frames (or an iFrame) so the center frame/iframe would have the Flex app and the scroll bars? On Sat, A

[flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread David Pariente
Hi all, I reopen this discussion because i got a case where i need to use vertical scrollbars from the explorer, i tried adding body { margin: 0px; overflow-x:hidden; overflow-y:scroll; } to the html, but then the scrollbar appears, but can't use. we are trying to avoid using the flex scrollbar