Thanks everyone

--- In flexcoders@yahoogroups.com, "Jignesh Dodiya" <[EMAIL PROTECTED]> 
wrote:
>
> it same happened to me some tilmes ago...............little 
mistakes makes
> it so difficult...luckily we have YELLOW WARNING SYMBOLS ,,,they 
are really
> frendly
> 
> On 3/8/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
> >
> > Oh yeah, one other thing.
> >
> > This has taught me to ::
> >
> > Treat the little yellow warning symbols as friends saying "the 
more of me
> > you get to go away, the more time on development I give you", 
spoken from
> > the mouth of the "yellow warning  sprites".
> >
> > Yes, they are you closest friends...
> >
> > Peace, Mike
> >
> >
> >
> > On 3/8/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
> > >
> > > Sorry, ;(
> > >
> > > Search this list, about a month - 3 weeks ago I had the same 
issue and
> > > well, happy fishing!
> > >
> > > My problem was an id had the same name as a var myProp 
declared in an
> > > <mx:Script> tag.
> > >
> > > So essentially, I had;
> > >
> > > <mx:Script>
> > >
> > >    var myButton:Button;
> > >
> > > </mx:Script>
> > >
> > > <app....
> > >
> > >    <mx:Button id="myButton" />
> > >
> > > </app..
> > >
> > > When I found this and changed the var myButton:Button to 
public var
> > > myButton:Button, I got the REAL error, duplicate public 
property.
> > >
> > > I had over 30 different files that could have had this in it, 
I got
> > > lucky.
> > >
> > > Long story short, this one little problem cost me 2 days on a 
component
> > > project, but I moved on for awhile to get a fresh look..
> > >
> > > Peace, Mike
> > >
> > >
> > > On 3/8/06, bhaq1972 < [EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi
> > > > In one flexbuilder2 project containing approximately 15 
simple mxml
> > > > apps ( most of which are copies of ones from the livedocs). 
I am
> > > > getting 'an internal build error has occured. please check 
the error
> > > > log' error. As follows.
> > > > Any ideas. cant go any further. any help will be appreciated
> > > >
> > > > thanks
> > > >
> > > > java.lang.OutOfMemoryError
> > > > !SESSION 2006-03-08 16:17:22.310 ----------------------------
--------
> > > > -----------
> > > > eclipse.buildId=unknown
> > > > java.version=1.4.2_09
> > > > java.vendor=Sun Microsystems Inc.
> > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > Command-line arguments:  -os win32 -ws win32 -arch x86
> > > >
> > > > !ENTRY org.eclipse.core.resources 2 10035 2006-03-08 
16:17:23.834
> > > > !MESSAGE A workspace crash was detected. The previous 
session did
> > > > not exit normally.
> > > >
> > > > !ENTRY org.eclipse.ui 4 4 2006-03-08 16:17:29.836
> > > > !MESSAGE Invalid Menu Extension (Path is invalid):
> > > > zorn.standalone.actions.OpenRunConfigurations
> > > >
> > > > !ENTRY org.eclipse.ui 4 4 2006-03-08 16:17:29.852
> > > > !MESSAGE Invalid Menu Extension (Path is invalid):
> > > > zorn.standalone.actions.OpenDebugConfigurations
> > > >
> > > > !ENTRY zorn.project 4 43 2006-03-08 16:19:29.484
> > > > !MESSAGE Uncaught exception in compiler
> > > > !STACK 0
> > > > java.lang.NullPointerException
> > > >       at flex2.compiler.abc.Compiler.parse(Compiler.java:143)
> > > >       at flex2.compiler.API.parse(API.java:1104)
> > > >       at flex2.compiler.API.parse(API.java:1072)
> > > >       at flex2.compiler.API.batchInner(API.java:156)
> > > >       at flex2.compiler.API.batch(API.java:260)
> > > >       at flex2.compiler.API.compile(API.java:361)
> > > >       at zorn.project.compiler.Compiler.compile
(Compiler.java:186)
> > > >       at
> > > > 
zorn.project.compiler.internal.FlexIncrementalBuilder.buildApplicatio
> > > > n(FlexIncrementalBuilder.java:333)
> > > >       at
> > > > zorn.project.compiler.internal.FlexIncrementalBuilder.build
> > > > (FlexIncrementalBuilder.java:224)
> > > >       at org.eclipse.core.internal.events.BuildManager$2.run
> > > > (BuildManager.java:593)
> > > >       at 
org.eclipse.core.internal.runtime.InternalPlatform.run
> > > > (InternalPlatform.java:1044)
> > > >       at org.eclipse.core.runtime.Platform.run
(Platform.java:783)
> > > >       at 
org.eclipse.core.internal.events.BuildManager.basicBuild
> > > > (BuildManager.java:168)
> > > >       at 
org.eclipse.core.internal.events.BuildManager.basicBuild
> > > > (BuildManager.java:202)
> > > >       at org.eclipse.core.internal.events.BuildManager$1.run
> > > > (BuildManager.java:231)
> > > >       at 
org.eclipse.core.internal.runtime.InternalPlatform.run
> > > > (InternalPlatform.java:1044)
> > > >       at org.eclipse.core.runtime.Platform.run
(Platform.java:783)
> > > >       at 
org.eclipse.core.internal.events.BuildManager.basicBuild
> > > > (BuildManager.java:234)
> > > >       at
> > > > org.eclipse.core.internal.events.BuildManager.basicBuildLoop
> > > > (BuildManager.java:253)
> > > >       at org.eclipse.core.internal.events.BuildManager.build
> > > > (BuildManager.java:282)
> > > >       at 
org.eclipse.core.internal.events.AutoBuildJob.doBuild
> > > > (AutoBuildJob.java:139)
> > > >       at org.eclipse.core.internal.events.AutoBuildJob.run
> > > > (AutoBuildJob.java:200)
> > > >       at org.eclipse.core.internal.jobs.Worker.run
(Worker.java:76)
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Flexcoders Mailing List
> > > > FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > > Search Archives:
> > > > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > >
> > > >
> > > >
> > > > SPONSORED LINKS
> > > >   Web site design development<http://groups.yahoo.com/gads?
t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=
Computer+software+development&w3=Software+design+and+development&w4=M
acromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L
-4QTvxB_quFDtMyhrQaHQ> Computer
> > > > software development<http://groups.yahoo.com/gads?
t=ms&k=Computer+software+development&w1=Web+site+design+development&w
2=Computer+software+development&w3=Software+design+and+development&w4
=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig
=lvQjSRfQDfWudJSe1lLjHw> Software
> > > > design and development<http://groups.yahoo.com/gads?
t=ms&k=Software+design+and+development&w1=Web+site+design+development
&w2=Computer+software+development&w3=Software+design+and+development&
w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.s
ig=1pMBCdo3DsJbuU9AEmO1oQ>  Macromedia
> > > > flex<http://groups.yahoo.com/gads?
t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+sof
tware+development&w3=Software+design+and+development&w4=Macromedia+fl
ex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZ
I36cYzBjw> Software
> > > > development best practice<http://groups.yahoo.com/gads?
t=ms&k=Software+development+best+practice&w1=Web+site+design+developm
ent&w2=Computer+software+development&w3=Software+design+and+developme
nt&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166
&.sig=f89quyyulIDsnABLD6IXIw>
> > > >  ------------------------------
> > > > YAHOO! GROUPS LINKS
> > > >
> > > >
> > > >    -  Visit your 
group "flexcoders<http://groups.yahoo.com/group/flexcoders>"
> > > >    on the web.
> > > >
> > > >    -  To unsubscribe from this group, send an email to:
> > > >      [EMAIL PROTECTED]<flexcoders-
[EMAIL PROTECTED]>
> > > >
> > > >    -  Your use of Yahoo! Groups is subject to the Yahoo! 
Terms of
> > > >    Service <http://docs.yahoo.com/info/terms/>.
> > > >
> > > >
> > > >  ------------------------------
> > > >
> > >
> > >
> > >
> > > --
> > > What goes up, does come down.
> > >
> >
> >
> >
> > --
> > What goes up, does come down.
> >
> > --
> > Flexcoders Mailing List
> > FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> >
> >
> >
> > SPONSORED LINKS
> >   Web site design development<http://groups.yahoo.com/gads?
t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=
Computer+software+development&w3=Software+design+and+development&w4=M
acromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L
-4QTvxB_quFDtMyhrQaHQ> Computer
> > software development<http://groups.yahoo.com/gads?
t=ms&k=Computer+software+development&w1=Web+site+design+development&w
2=Computer+software+development&w3=Software+design+and+development&w4
=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig
=lvQjSRfQDfWudJSe1lLjHw> Software
> > design and development<http://groups.yahoo.com/gads?
t=ms&k=Software+design+and+development&w1=Web+site+design+development
&w2=Computer+software+development&w3=Software+design+and+development&
w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.s
ig=1pMBCdo3DsJbuU9AEmO1oQ>  Macromedia
> > flex<http://groups.yahoo.com/gads?
t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+sof
tware+development&w3=Software+design+and+development&w4=Macromedia+fl
ex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZ
I36cYzBjw> Software
> > development best practice<http://groups.yahoo.com/gads?
t=ms&k=Software+development+best+practice&w1=Web+site+design+developm
ent&w2=Computer+software+development&w3=Software+design+and+developme
nt&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166
&.sig=f89quyyulIDsnABLD6IXIw>
> >  ------------------------------
> > YAHOO! GROUPS LINKS
> >
> >
> >    -  Visit your 
group "flexcoders<http://groups.yahoo.com/group/flexcoders>"
> >    on the web.
> >
> >    -  To unsubscribe from this group, send an email to:
> >     [EMAIL PROTECTED]<flexcoders-
[EMAIL PROTECTED]>
> >
> >    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> >    Service <http://docs.yahoo.com/info/terms/>.
> >
> >
> >  ------------------------------
> >
> 
> 
> 
> --
> jignesh dodiya
>







--
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