|
List Info
Thread: thought about pixlib and questions
|
|
| thought about pixlib and questions |

|
2007-02-06 19:14:24 |
|
Hi list...
When first Francis has annouced pixioc as a plugin for pixlib, I thought that it will add extra features to pixlib ( which is doing ), but I haven't thought that it will change dramatically the way to build your apz with pixlib.
The thing is now I feel like the "old ( school ) way" ( creating your application class, creating your front controller, your model, .. ) will not be used anymore. Why? cause pixioc is doing everything for you
Pixioc introduce "plugins". For me it's not really plugins ( the next release will add runtime loading, so here it will be plugins for me ;) ) it's more being able to brake apart an application you are doing and while running it, putting everything all together ( ok it looks like a plugin architecture but ... )
Each "plugin" is like the old application.as class we were doing. Creating the model, the frontcontroller, loading your views and setting up everything. So pixioc is doing automatically what you were doing before... Great!!!
so all this to ask... When will u use the old school way?
Now something about the way pixioc is loading the applicationContext.xml file. You can put ref properties for a plugin ( object ) you are creating. I've seen that you can put more than one.
Where those assets are register to the MovieclipLocator? I check the classes but can't find it... If i'm giving a ref to a obejct which is not inheriting to the AbstractPlugin, how will it be handle???
Thanks...
I'm lovin' it.... ++
-- ---------------------------------------------------------------------- Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash:
http://www.webbymx.net http://dev.webbymx.net ----------------------------------------------------------------------
|
| Re: thought about pixlib and questions |

|
2007-02-08 17:24:56 |
|
Ok forget about the ref properties... I was a bit tired I guess. It's part of the argument you are passing to your object, so then you can do whatever you want to...
I39;m finishing the tut on pixioc ( that's why I'm coming with lots of question - most of them stupid sorry :/ )
It';s a bit long to do cause I'm busy right now, but I hope I'll publish it next week..
++
2007/2/7, Xavier MARTIN < zeflasher gmail.com">zeflasher gmail.com
>:Hi list...
When first Francis has annouced pixioc as a plugin for pixlib, I thought that it will add extra features to pixlib ( which is doing ), but I haven't thought that it will change dramatically the way to build your apz with pixlib.
The thing is now I feel like the "old ( school ) way" ( creating your application class, creating your front controller, your model, .. ) will not be used anymore. Why? cause pixioc is doing everything for you
Pixioc introduce "plugins". For me it's not really plugins ( the next release will add runtime loading, so here it will be plugins for me ;) ) it's more being able to brake apart an application you are doing and while running it, putting everything all together ( ok it looks like a plugin architecture but ... )
Each "plugin" is like the old application.as class we were doing. Creating the model, the frontcontroller, loading your views and setting up everything.
So pixioc is doing automatically what you were doing before... Great!!!
so all this to ask... When will u use the old school way?
Now something about the way pixioc is loading the applicationContext.xml file. You can put ref properties for a plugin ( object ) you are creating. I've seen that you can put more than one.
Where those assets are register to the MovieclipLocator? I check the classes but can't find it... If i'm giving a ref to a obejct which is not inheriting to the AbstractPlugin, how will it be handle???
Thanks...
I'm lovin' it.... ++
-- ---------------------------------------------------------------------- Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash:
http://www.webbymx.net
http://dev.webbymx.net ----------------------------------------------------------------------
-- ---------------------------------------------------------------------- Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash:
http://www.webbymx.net http://dev.webbymx.net ----------------------------------------------------------------------
|
| Re: thought about pixlib and questions |
  France |
2007-02-08 18:08:03 |
Hi Xavier,
i'm eager to read it, the first tut you made on Pixlib help
me a lot to
have an overall understandin of this framework.
Thanks in advance
cheers
guéric
Xavier MARTIN a écrit :
> Ok forget about the ref properties... I was a bit tired
I guess.
> It's part of the argument you are passing to your
object, so then you
> can do whatever you want to...
>
> I'm finishing the tut on pixioc ( that's why I'm coming
with lots of
> question - most of them stupid sorry :/ )
> It's a bit long to do cause I'm busy right now, but I
hope I'll
> publish it next week..
>
> ++
>
> 2007/2/7, Xavier MARTIN <zeflasher gmail.com
> <mailto:zeflasher gmail.com>>:
>
> Hi list...
>
> When first Francis has annouced pixioc as a plugin
for pixlib, I
> thought that it will add extra features to pixlib (
which is doing
> ), but I haven't thought that it will change
dramatically the way
> to build your apz with pixlib.
>
> The thing is now I feel like the "old ( school
) way" ( creating
> your application class, creating your front
controller, your
> model, .. ) will not be used anymore.
> Why? cause pixioc is doing everything for you
>
> Pixioc introduce "plugins". For me it's
not really plugins ( the
> next release will add runtime loading, so here it
will be plugins
> for me ;) ) it's more being able to brake apart an
application you
> are doing and while running it, putting everything
all together (
> ok it looks like a plugin architecture but ... )
>
> Each "plugin" is like the old
application.as
> <http://application.as>
a> class we were doing. Creating the model,
> the frontcontroller, loading your views and setting
up everything.
> So pixioc is doing automatically what you were
doing before...
> Great!!!
>
> so all this to ask... When will u use the old
school way?
>
> Now something about the way pixioc is loading the
> applicationContext.xml file.
> You can put ref properties for a plugin ( object )
you are
> creating. I've seen that you can put more than
one.
> Where those assets are register to the
MovieclipLocator? I check
> the classes but can't find it...
> If i'm giving a ref to a obejct which is not
inheriting to the
> AbstractPlugin, how will it be handle???
>
> Thanks...
>
> I'm lovin' it....
> ++
>
> --
>
------------------------------------------------------------
----------
> Xavier MARTIN aka zeflasher or xxlm
> Visit my website if you love flash:
> http://www.webbymx.net
> http://dev.webbymx.net
>
------------------------------------------------------------
----------
>
>
>
>
>
> --
>
------------------------------------------------------------
----------
> Xavier MARTIN aka zeflasher or xxlm
> Visit my website if you love flash:
> http://www.webbymx.net
> http://dev.webbymx.net
>
------------------------------------------------------------
----------
>
------------------------------------------------------------
------------
>
> _______________________________________________
> Pixlib mailing list
> Pixlib osflash.org
> http://osflash.org/mailman/listinfo/pixlib_osflash.org
>
_______________________________________________
Pixlib mailing list
Pixlib osflash.org
http://osflash.org/mailman/listinfo/pixlib_osflash.org
|
|
| Re: thought about pixlib and questions |

|
2007-02-08 18:22:25 |
|
Cheers. Hopefully you will like this one too... ---------------------------------------------------------------------- Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash:
http://www.webbymx.net http://dev.webbymx.net ----------------------------------------------------------------------
2007/2/9, guéric <
9ueric gmail.com">9ueric gmail.com>:Hi Xavier, i'm eager to read it, the first tut you made on Pixlib help me a lot to
have an overall understandin of this framework. Thanks in advance
cheers
guéric
|
| Re: thought about pixlib and questions |
  France |
2007-02-11 15:00:12 |
|
| Hello xavier,
yes ref are references that you can pass as arguments to constructors and methods calls of an object.
Good work on you upcoming tut! 
francis Le 9 févr. 07 à 00:24, Xavier MARTIN a écrit : Ok forget about the ref properties... I was a bit tired I guess. It's part of the argument you are passing to your object, so then you can do whatever you want to...
I'm finishing the tut on pixioc ( that's why I'm coming with lots of question - most of them stupid sorry :/ ) It's a bit long to do cause I'm busy right now, but I hope I'll publish it next week..
++
2007/2/7, Xavier MARTIN < zeflasher gmail.com">zeflasher gmail.com >:Hi list...
When first Francis has annouced pixioc as a plugin for pixlib, I thought that it will add extra features to pixlib ( which is doing ), but I haven't thought that it will change dramatically the way to build your apz with pixlib.
The thing is now I feel like the "old ( school ) way" ( creating your application class, creating your front controller, your model, .. ) will not be used anymore. Why? cause pixioc is doing everything for you
Pixioc introduce "plugins". For me it's not really plugins ( the next release will add runtime loading, so here it will be plugins for me ;) ) it's more being able to brake apart an application you are doing and while running it, putting everything all together ( ok it looks like a plugin architecture but ... )
Each "plugin" is like the old application.as class we were doing. Creating the model, the frontcontroller, loading your views and setting up everything. So pixioc is doing automatically what you were doing before... Great!!!
so all this to ask... When will u use the old school way?
Now something about the way pixioc is loading the applicationContext.xml file. You can put ref properties for a plugin ( object ) you are creating. I've seen that you can put more than one. Where those assets are register to the MovieclipLocator? I check the classes but can't find it... If i'm giving a ref to a obejct which is not inheriting to the AbstractPlugin, how will it be handle??? Thanks...
I'm lovin' it.... ++
-- ---------------------------------------------------------------------- Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash: http://www.webbymx.net http://dev.webbymx.net ----------------------------------------------------------------------
-- ---------------------------------------------------------------------- Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash: http://www.webbymx.net http://dev.webbymx.net ----------------------------------------------------------------------_______________________________________________ Pixlib mailing list Pixlib  osflash.or g">Pixlib osflash.org |
| Re: thought about pixlib and questions |

|
2007-02-11 16:12:30 |
|
Thx francis... Btw, when would you using the pixlib way instead of the pixioc? Cause as I said before pixioc is doing everything by default... Cheers
2007/2/12, Francis Bourre <
peterphonix usa.net">peterphonix usa.net>:Hello xavier,
yes ref are references that you can pass as arguments to constructors and methods calls of an object.
Good work on you upcoming tut! 
francis
Le 9 févr. 07 à 00:24, Xavier MARTIN a écrit : Ok forget about the ref properties... I was a bit tired I guess. It's part of the argument you are passing to your object, so then you can do whatever you want to...
I'm finishing the tut on pixioc ( that's why I'm coming with lots of question - most of them stupid sorry :/ ) It's a bit long to do cause I'm busy right now, but I hope I'll publish it next week..
++
2007/2/7, Xavier MARTIN < zeflasher gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">zeflasher gmail.com >:
Hi list...
When first Francis has annouced pixioc as a plugin for pixlib, I thought that it will add extra features to pixlib ( which is doing ), but I haven't thought that it will change dramatically the way to build your apz with pixlib.
The thing is now I feel like the "old ( school ) way" ( creating your application class, creating your front controller, your model, .. ) will not be used anymore. Why? cause pixioc is doing everything for you
Pixioc introduce "plugins". For me it's not really plugins ( the next release will add runtime loading, so here it will be plugins for me ;) ) it's more being able to brake apart an application you are doing and while running it, putting everything all together ( ok it looks like a plugin architecture but ... )
Each "plugin" is like the old application.as class we were doing. Creating the model, the frontcontroller, loading your views and setting up everything.
So pixioc is doing automatically what you were doing before... Great!!!
so all this to ask... When will u use the old school way?
Now something about the way pixioc is loading the applicationContext.xml
file. You can put ref properties for a plugin ( object ) you are creating. I've seen that you can put more than one. Where those assets are register to the MovieclipLocator? I check the classes but can't find it...
If i'm giving a ref to a obejct which is not inheriting to the AbstractPlugin, how will it be handle??? Thanks...
I'm lovin' it.... ++
-- ----------------------------------------------------------------------
Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash: http://www.webbymx.net
http://dev.webbymx.net ----------------------------------------------------------------------
-- ----------------------------------------------------------------------
Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash: http://www.webbymx.net
http://dev.webbymx.net ---------------------------------------------------------------------- _______________________________________________
Pixlib mailing list Pixlib  osflash.or g" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Pixlib osflash.org
_______________________________________________ Pixlib mailing list osflash.org">
Pixlib osflash.org http://osflash.org/mailman/listinfo/pixlib_osflash.org
-- ---------------------------------------------------------------------- Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash:
http://www.webbymx.net http://dev.webbymx.net ----------------------------------------------------------------------
|
[1-6]
|
|