Thanks mark. Now its not giving warning messages.

Still i am in some situation, where the application which i am developing
now is started by some person and i am continuing from it.

The current architecture i will explain you. It is a quiet big game
application. We are embedding the game in director and deploying.

The people who started this made the entire flash application as a UI
component. So the game itself is a custom V2 component. I am against this
idea, but i was forced to follow these as the development was 60% over. Now
we have found an issue that the V2 combo box component and list component
are causing the application to freeze in win2k os and low config. So we went
for mCom. Now even after i am able to compile mCom components using mtasc,
the combobox is not working. I have removed all the V2 components from every
swf file. The combo box gets populated and its throws the 'open' event. But
i can't select an item from the list. The scrollbar doesn't work...

So I think the list box which is coming in combobox is not working, though
it gets populated.

We have mtasc to build a classes.swf and swfmill which places this on stage
and define the component architecture and creates a container.swf.

Please advice on the architecture we are using (which i am not supposed to
change now) and the probable reason for all these errors.

Thanks in advance

On 12/13/06, Mark Walters <[EMAIL PROTECTED]> wrote:

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 <[EMAIL PROTECTED] > 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:DemoRowRenderer needs 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 < [EMAIL PROTECTED]> 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 < [EMAIL PROTECTED]> 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 < [EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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
> > > > > > [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