[osflash] MTASC and mCom components

Mark Walters driverjase at gmail.com
Wed Dec 13 10:58:38 EST 2006


You not only have to import the classes, but you need to instantiate the
classes or mtasc still won't include them.
So for com.metaliq.skins.gskin1.ComboBackground:

You would import the class and do something like:

var cb:ComboBackground;
delete cb;

- Mark

On 12/13/06, vipin chandran <vpnatwork at gmail.com> wrote:
>
> Thanks Mark,
>
> I followed your steps from your post.
>
> I made the button work.
>
> But when I tried to do the ComboBox (Combo and List are required for my
> projects) I got some Warnings
>
> Warning : The MovieClip com.metaliq.controls.ComboBox:ComboBackgroundneeds the class
> com.metaliq.skins.gskin1.ComboBackground which was not compiled :
> Please force compilation of this class by adding it to the commandline.
> Warning : The MovieClip com.metaliq.controls.SmartClipList:DemoRowRendererneeds the class
> com.metaliq.controls.DemoRowRenderer which was not compiled :
> Please force compilation of this class by adding it to the commandline.
> Warning : The MovieClip com.metaliq.controls.ComboBox:ComboButton needs
> the class com.metaliq.controls.GraphicButton which was not compiled :
> Please force compilation of this class by adding it to the commandline.
> Warning : The MovieClip com.metaliq.controls.UIObject:Background needs the
> class com.metaliq.skins.gskin1.InsetBackground which was not compiled :
> Please force compilation of this class by adding it to the commandline.
>
> ===================================================
>
> I tried giving import statements for the above classes, still it was
> giving the same warnings.
>
> We can't use FlashDevelop now at this stage of developement. We are using
> MTASC and swfmill though...
> Am i missing something here?
>
>
> On 12/12/06, Mark Walters <driverjase at gmail.com> wrote:
> >
> > Hey Vipin,
> >
> > I've posted a quick getting started guide on compiling the Metaliq
> > components with mtasc, You can check it out here: http://www.digitalflipbook.com/archives/2006/12/metaliq_compone_1.php
> > .
> >
> > Mark
> >
> > On 12/9/06, vipin chandran < vpnatwork at gmail.com> wrote:
> > >
> > > Thanks Mark...
> > >
> > > I am also struggling with various ways to make it work. I have 4 more
> > > days to go before i can make this work. I have bought the latest version of
> > > components. When i contacted them they clearly said, presently it doesn't
> > > support MTASC. I have the source codes even the source FLAs. Please give me
> > > the details of your web site, will be helpful to me.
> > >
> > > All,
> > >
> > > If anybody already has the solution... please let me know
> > >
> > >
> > > Thanking you all....
> > > Vipin
> > >
> > > On 12/9/06, Mark Walters < driverjase at gmail.com> wrote:
> > > >
> > > > Actually, they've released the source code with the latest release (
> > > > http://www.digitalflipbook.com/archives/2006/12/metaliq_compone.php), but straight out of the box they are not currently mtasc compliant. The
> > > > compiler will complain. The past couple of days I've been tweaking the
> > > > classes to compile properly with mtasc. Its pretty straight-forward to fix
> > > > if you know what you're doing. Just making sure certain things are typed
> > > > properly, no local named function definitions, no empty return statements to
> > > > break out of methods if the return type isn't Void, etc. I'll try to touch
> > > > on the details a little more in another post on my site.
> > > >
> > > > Mark
> > > >
> > > >
> > > > On 12/8/06, Abdul Qabiz <mail at abdulqabiz.com> wrote:
> > > > >
> > > > > Seems mCom guys have released new version that works with
> > > > > MTASC....
> > > > >
> > > > > Contact them..
> > > > >
> > > > > -abdul
> > > > >
> > > > > moorthy wrote:
> > > > > > I bought mCom components as my MM components were giving issues
> > > > > when used
> > > > > > with Director.
> > > > > >
> > > > > > mCom is just fine when you use with MMC. But my project is
> > > > > compiled using
> > > > > > MTASC and swfmill.
> > > > > >
> > > > > > MTASC is asking for inclusion of the classes. I tried giving the
> > > > > -cp
> > > > > > and -pack attributes in several ways.
> > > > > >
> > > > > > This is my run.bat file:'
> > > > > >
> > > > > > mtasc -version 8  -cp ".\macromedia" -cp ".\classes" -cp
> > > > > ".\admin" -mx -swf
> > > > > > uiassetsnew.swf -out classes.swf -pack sbg -pack skbg
> > > > > >
> > > > > > swfmill simple application.xml container.swf
> > > > > >
> > > > > > If you have some experience in dealing with this situation, it
> > > > > will be
> > > > > > helpful for me....
> > > > > >
> > > > > > Thanks
> > > > > > Moorthy for Vipin
> > > > > >
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > 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
> > > >
> > > >
> > > >
> > >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20061213/06160a00/attachment.htm


More information about the osflash mailing list