MTASC 1.09

My command line to mtasc has -trace util.Flashout.traceReplacer, and the Flashout class is in the util folder, which is in my root src directory.  This was working fine the other day.

On 8/15/05, Daniel Wabyick <[EMAIL PROTECTED]> wrote:
What version of Flashout and Mtasc are you using?  I believe the syntax
changed around mtasc 1.07 to one where you pass
-trace=Flashout.trace   in the command line to mtasc, and then try
TRACE("HelloWorld"). I don't think Flashout.info() is used in my setting
as well.


Also, make sure that Flashout is included via putting this in some class
that you know is included.

var fl:Flashout;

Best,
Daniel


The Chris Method wrote:

> I did all this and the problem persists.  I didn't have to re-enter my
> Flashout prefs after reinstalling.  I know that those prefs are
> usually kept in the .metadata folder in my workspace, so I'm geussing
> they didn't get erased.  Was that an integral step?
>
> -chris
>
> On 8/15/05, *Leif Wells* < [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     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 <[EMAIL PROTECTED]
>     <mailto: [EMAIL PROTECTED]>> 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 < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> 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 <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> 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 <http://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
>     > > > [email protected] <mailto:[email protected]>
>     > > > http://osflash.org/mailman/listinfo/osflash_osflash.org
>     > > >
>     > > >
>     > > >
>     > >
>     > > _______________________________________________
>     > > osflash mailing list
>     > > [email protected] <mailto:[email protected]>
>     > > http://osflash.org/mailman/listinfo/osflash_osflash.org
>     <http://osflash.org/mailman/listinfo/osflash_osflash.org>
>     > >
>     >
>     >
>     > _______________________________________________
>     > osflash mailing list
>     > [email protected] <mailto: [email protected]>
>     > http://osflash.org/mailman/listinfo/osflash_osflash.org
>     >
>     >
>     >
>
>     _______________________________________________
>     osflash mailing list
>     [email protected] <mailto: [email protected]>
>     http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>osflash mailing list
>[email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to