[osflash] My logging statements are getting eaten all of a sudden

Leif Wells leif.wells at gmail.com
Mon Aug 15 12:44:12 PDT 2005


If I were you, I'd 
- quit Eclipse
- delete the Flashout plugin
- restart Eclipse using the -clean parameter
- quit Eclipse
- reinstall the Flashout plugin
- start Eclipse
- set up the Flashout preferences

then test and see if it works.

Leif



On 8/15/05, The Chris Method <thechrisproject at gmail.com> wrote:
> I'm pretty sure the Flashout class is getting compiled in.  I'm using the
> FAME combo right now.  The Flashout class is in my Eclipse project and is
> included as a import into the class.  And I'm pretty sure that MATSC would
> give me a compilation error if that were the case.
>  
>  How does one enable/disable the flashout log window?
>  
>  And wild guesses are great... the problem is just something stupid and
> small that I've missed.
> 
> 
> On 8/15/05, David Rorex < drorex at gmail.com> wrote:
> > Wild guesses:
> > 
> > Make sure flashout class is getting compiled in 
> > Make sure the flashout log window is enabled
> > 
> > On 8/15/05, The Chris Method <thechrisproject at gmail.com> wrote:
> > > I swear logging was working fine last week when I was working on this 
> > > project.  I'm not sure where to start with hunting down this problem.
> > >
> > >  I have a method that looks like this:
> > >
> > >      private function handleReset():Void
> > >      {
> > >          scale = 100; 
> > >          activeArea._x = initial_x;
> > >          activeArea._y = initial_y;
> > >          Flashout.info("update size: " +
> > > activeArea.loaderArea.contentPath);
> > >          Flashout.info ("someNum_txt: " + someNum_txt.text);
> > >          updateSize();
> > >      }
> > >
> > >   I'm not getting any logging statements in my Flashout panel, and I'm
> > > baffled.  The method is definitely being executed, but the logging is 
> > > absent.
> > >
> > > _______________________________________________
> > > osflash mailing list
> > > osflash at osflash.org
> > > http://osflash.org/mailman/listinfo/osflash_osflash.org
> > >
> > >
> > >
> > 
> > _______________________________________________
> > osflash mailing list
> > osflash at osflash.org 
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
> > 
> 
>  
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
> 
> 
>



More information about the osflash mailing list