[flexcoders] Re: Where are the Scroll Bars on the Web Page At ?

2008-09-04 Thread seulaterbuddy
I need to make a change that I just caught now. I did not mean FLASH app, I meant to say FLEX app. --- In flexcoders@yahoogroups.com, "seulaterbuddy" <[EMAIL PROTECTED]> wrote: > > i noticed that when i made my Flash app to a size of 1024x768 and when > i viewed the

[flexcoders] Re: Where are the Scroll Bars on the Web Page At ?

2008-09-04 Thread seulaterbuddy
I have done that and, unfortunately it did not work. --- In flexcoders@yahoogroups.com, Nik Derewianka <[EMAIL PROTECTED]> wrote: > > In the html-template/index.template.html file change line ~77 to read > instead of the default which turns it off > explicitly. > > And if someone trie

[flexcoders] Where are the Scroll Bars on the Web Page At ?

2008-08-29 Thread seulaterbuddy
i noticed that when i made my Flash app to a size of 1024x768 and when i viewed the page in a browser it had no scroll bars on the botom or the side to allow me to move arround within the web page, why ?

[flexcoders] No Scroll Bar in Browser

2008-08-26 Thread seulaterbuddy
i noticed that when in FLEX, I make my template say 1024 x 768 or larger than my browser window is, there are no scroll bars that let my move around the page. is there are way to enable this ?

[flexcoders] Re: Method variable scoping problem with Flex compiler

2008-08-16 Thread seulaterbuddy
no, lets say count was 10. for (var i:int=0; i < 10; i++) { // do something } at the end of the loop I = 9, then it would i++, so at the very end it would be 10. --- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "toofah_gm" wrote: