Ya, if you could email that to me it would be good as I just use a 
RSS Reader for the list and at the end of your message it said the 
file was not stored :)

--- In flexcoders@yahoogroups.com, Spike <[EMAIL PROTECTED]> wrote:
>
> I have modified your code so it now compiles and runs without error.
> 
> There really weren't too many different things that were broken, 
just a lot
> of repetition of the same 4 or 5 problems.
> 
> I'll try to summarize the ones I remember:
> 
> * Applciation tag doesn't have an initialize event any more, use
> creationComplete
> * Not sure if this would cause a problem, but I haven't initialized 
any of
> the bindable variables. I would do that in initFunction()
> * All the bindable variables needed a [Bindable] statement on the 
preceding
> line.
> * I added the functions to the actionscript manually rather than 
copying
> your actionscript file, so it's possible that one or more of the 
function
> signatures was wrong. It's also possible that there was nothing 
wrong with
> them at all.
> 
> I'll try to attach to the code to this message. If the list doesn't 
accept
> attachments I'll email it to you off list.
> 
> Spike
> 
> On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> >
> > Ya. I understand that, but it seems like they threw the baby out 
with
> > the bathwater and dumped everything they had done up to Flex 1.5 
and
> > started from scratch and just haven't built back up to even the 
level
> > of the previous version.
> >
> > And I looked at that page first thing, and made all the changes, 
and
> > still ended up with 100s of errors. I have also looked at the new
> > Flex 2 Explorer and gone though the code in the as files it uses, 
and
> > even when I include the same things they do, I get errors.
> >
> > 1.5 I had a fairly intricate and function application working, 2 
and
> > im having to start with the hello world tutorials to try and 
figure
> > out why things are not working. I would stick with 1.5 at this 
point
> > but we specificaly need to have the ability to create SWFs vs 
being
> > dependent on the server, plus the trial only has 26 more days and 
we
> > aint spending the money for 1.5 when 2 should be gold by the first
> > half of next year. So I am frusterated right now.
> >
> > --- In flexcoders@yahoogroups.com, Clint Modien <[EMAIL PROTECTED]> 
wrote:
> > >
> > > it's alpha... it's not done yet...
> > > there's also a part about the changes between Flex1.5 and Flex 
2.0
> > and AS2
> > > and AS3...
> > > See Migrating Applications to Flex 2 in here:
> > >
> > 
http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhe
> > lp.htm
> > >
> > > On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > It seems like they went out of there way to remove features in
> > coding
> > > > and make things far far more difficult or am I missing 
something?
> > > >
> > > > I have my AS code in different files, and right now have 
nothing
> > but
> > > > function stubs, and am getting no end of errors :/
> > > >
> > > > I create a variable
> > > > var investigatorSelectionGrid_dp:Array = new Array(1);
> > > >
> > > > first thing it does is on the mxml side where I have it 
assigned
> > to a
> > > > dataProvider parameter it says something about possibly not 
being
> > > > able to see changes or something. So I add [Bindable] over it.
> > Then
> > > > it says I can't use [Bindable] on a non-public variable, so I 
add
> > > > public before it. It still says its a "non-public" variable.
> > > > *scream*
> > > >
> > > > It was so simple before and seems to be like pulling teeth 
now, im
> > > > going nuts. I can't belief they would louse up Flex as bad as 
it
> > > > seems they have, so I am hoping I am missing something that
> > knowing
> > > > makes it all atleast mostly as easy as before.
> > > >
> > > > Anyone?!?!
> > > > Tnks
> > > > Greg
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Flexcoders Mailing List
> > > > FAQ:
> > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > > Search Archives: http://www.mail-archive.com/flexcoders%
> > 40yahoogroups.com <http://40yahoogroups.com>
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> 
> 
> --
> --------------------------------------------
> Stephen Milligan
> Do you do the Badger?
> http://www.yellowbadger.com
> 
> Do you cfeclipse? http://www.cfeclipse.org
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




Reply via email to