Re: [flex_india:27447] Re: Vertical and horizontal scrollbar issue.

2009-12-22 Thread Kenrel Alex
did you found the solution? please post it here -- View this message in context: http://old.nabble.com/-flex_india%3A18617--Vertical-and-horizontal-scrollbar-issue.-tp21690367p26889623.html Sent from the Flex India mailing list archive at Nabble.com. -- You received this message because you

[flex_india:22436] Re: how can i change flex default progressbar , preloader to custom preloader

2009-05-22 Thread Alex
here is a very easy code example , i have implemented in my project at this link : a href='http://askmeflash.com/article_m.php?p=articleid=7'http:// askmeflash.com/article_m.php?p=articleid=7/a --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:22065] Re: Reduce swf file size in flex

2009-05-06 Thread Alex
here in this link RSL implementaion and steps to reduce file size are explained http://askmeflash.com/article_m.php?p=articleid=9 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post

[flex_india:18666] Re: Vertical and horizontal scrollbar issue.

2009-01-28 Thread Alex Rudnitsky
IT will not solve the problem, it will remove horizontal scrollbar forever. Horizontal scrollbar should be displayed, but only when it's needed. Currently horizontal scrollbar is displayed everytime when vertical scrollbar appears. --~--~-~--~~~---~--~~ You

[flex_india:18617] Vertical and horizontal scrollbar issue.

2009-01-27 Thread Alex
Hi All, (sorry if this message was duplicated) Everytime vertical scrollbar appears it makes horizontal bar to appear too. It's because of 16 pixels that vertical scrollbar takes. I tried to solve it with measuredWidth() like in the sample code below, but it doesn't sovle the problem. This

[flex_india:18618] Related Scrollbars problem

2009-01-27 Thread Alex
Hi All, Everytime vertical scrollbar appears it makes horizontal bar to appear too. It's because of 16 pixels that vertical scrollbar takes. I tried to solve it with measuredWidth() like in the sample code below, but it doesn't sovle the problem. This should be very common problem. Does anyone