[flexcoders] Re: Flex builder Linux Adobe's Plans

2009-07-19 Thread kaspar.luethi
i also want visual studio for mac os x - even it does not make much sense :) sorry, just in a funny mood... --- In flexcoders@yahoogroups.com, nospam allowed wrote: > > http://bugs.adobe.com/jira/browse/FB-19053 > > For those of you using the Flex Builder on Linux please comment that yowish

[flexcoders] Re: How can detect Flash setting manager popup?

2009-07-07 Thread kaspar.luethi
the sad truth is: you can't, except when using a workaround. register and vote: http://bugs.adobe.com/jira/browse/FP-41 trick is to try to write bitmap data to the stage, which is forbidden when security dialog is open. you cannot detect when and what was changed, though. in my case it did not

[flexcoders] Re: Best APIs, libraries for image editing - scaling, erasing etc

2009-07-05 Thread kaspar.luethi
good question :) check this: http://www.adobe.com/devnet/flash/articles/matrix_transformations_print.html for scaling, flipping etc. and this http://blog.joa-ebert.com/imageprocessing-library/ and this: http://labs.adobe.com/wiki/index.php/Pixel_Bender_Toolkit filters...! you'll like it, if you

[flexcoders] Re: Is there a good log application?

2009-06-28 Thread kaspar.luethi
or "de monsterdebugger"? http://www.monsterdebugger.com k. --- In flexcoders@yahoogroups.com, Jens Halm wrote: > > > > That doesn't help unfortunately. I requires either Firebug or using > > the flashlog.txt which has been the problem in the first place > > Try SOS MAX from Powerflasher: > >

[flexcoders] Re: Flex Ant Build Process

2009-06-23 Thread kaspar.luethi
oh, i'm not sure if it will work the same when building a swc, never made any. k. --- In flexcoders@yahoogroups.com, "kaspar.luethi" wrote: > > check this (-dump-config): > http://kb2.adobe.com/cps/404/kb404341.html > > this will get you a xml config file with (

[flexcoders] Re: Flex Ant Build Process

2009-06-23 Thread kaspar.luethi
check this (-dump-config): http://kb2.adobe.com/cps/404/kb404341.html this will get you a xml config file with (hopefully) all includes, which you can use in your ant task: k. --- In flexcoders@yahoogroups.com, "prat

[flexcoders] Re: subversion ? where do i start

2009-06-23 Thread kaspar.luethi
--- In flexcoders@yahoogroups.com, "luvfotography" wrote: > > Hi, I want to check out a google project, where do I start? > Do I need to install subversion? or find a free subversion host? > mucho thanks, as another option, outside eclipse on windows, use tortoisesvn. A Subversion client, imple

[flexcoders] Re: You can now download peerApp

2009-06-20 Thread kaspar.luethi
maybe you should define a time to meet, otherwise it might get difficult to test "max. users" (as written in another mail). i would say, using FMS and stratus, you might have a MAX in the thousands...nothing you can easily test. you might need to write a tool doing the load test. and maybe you

[flexcoders] Re: Camera deactivation

2009-06-19 Thread kaspar.luethi
it works for me in flex 3.3. and fp10. eventually you have some resource management problems, attaching multiple times or so. k. --- In flexcoders@yahoogroups.com, Leon`e wrote: > > Well, the thing is it doesn't work in my case. I attached camera to Video > object, and NetStream object. I've

[flexcoders] Re: (SOT) Opportunity for FB ? (Hey! Adobe !)

2009-06-19 Thread kaspar.luethi
--- In flexcoders@yahoogroups.com, Matt Chotin wrote: > > We considered this when choosing a bug system for bugs.adobe.com and decided > the investment wasn't really worth it to us. and Jira is a very good choice - love this software. k.

[flexcoders] Re: Camera deactivation

2009-06-19 Thread kaspar.luethi
i assume the light only turns green whan you actually use the camera like using attachCamera on a VideoDisplay object. just use attachCamera(null) on the same object and the camera connection is (kind of) disposed, light turns off. k. --- In flexcoders@yahoogroups.com, Leon`e wrote: > > When

[flexcoders] Re: How to play a wav audio file in flex

2009-06-16 Thread kaspar.luethi
like the koreans should have their own game servers, since they are just too good, some people from a certain geographical area should have their own mailing lists. they not only expect the community to solve their problems without any previous effort of themselves, they also contribute nearly n

[flexcoders] Re: Zoom like Google Map

2009-06-09 Thread kaspar.luethi
don't try too hard - the mousewheel is broken under mac anyway. vote here http://bugs.adobe.com/jira/browse/FP-1283 kaspar > How to make an image zoom like the one in Google map. > The mouse wheel is setting the zoom level. > And the mouse move on the image move the image. > > Thank you, > Ch