[flexcoders] implement stage3d while maintaining fp 10.1 support

2012-11-29 Thread Csomák Gábor
Hi! At my company, there is a policy to support 10.1 flash player. I was wondering, if there is a way to implement stage3D if the client is capable, (else display on stage), with Flex 4.1A SDK to compile the AS3 project? Thanks, Gabor

Re: [flexcoders] flash.system::Worker could not be found

2012-11-20 Thread Csomák Gábor
its in air. can I use swf version for air also? On Tue, Nov 20, 2012 at 12:10 AM, Alex Harui aha...@adobe.com wrote: Make sure the swf-version is set correctly. On 11/19/12 12:21 PM, Csomák Gábor csom...@gmail.com wrote: HI! I'm trying to implement workers to an existing Flex/AIR

[flexcoders] flash.system::Worker could not be found

2012-11-19 Thread Csomák Gábor
HI! I'm trying to implement workers to an existing Flex/AIR project, but I get the following runtime error: VerifyError: Error #1014: Class flash.system::Worker could not be found. at line: var worker:Worker = WorkerDomain.current.createWorker(Workers.TUtils_DataToXMLToFileWorker); anybody

[flexcoders] wrong mac debug fp version???

2012-08-29 Thread Csomák Gábor
Hi! I've downloaded the mac debug flash player. the installer said 11.4, but the installed version (capabilities.version) is 10.3. 183.23. can this happen?? is it occur at anybody else? I even uninstalled Flash Player with Adobe's uninstaller, then reinstalled it, and it is still that way..

Re: [flexcoders] Saving Flash Charts in SWF

2012-06-12 Thread Csomák Gábor
you can create a flex project with the graphics and pass the variables as flashvars. it will calculate the display animation runtime, and it will be an swf.but you have to store the variables elsewhere. you could also try reading an xml, but you have to save it somehow. (or get it in runtime via

Re: [flexcoders] About Flex to html5 migration

2012-05-27 Thread Csomák Gábor
adobe is working, but there is no guarantee that it will be released. however, don't expect too much, html is usually slow, plus if you convert an app it will not be as fast as it would be if you'd written it in original language. look at ios flex apps for example.. i heard that ie10 will have

Re: [flexcoders] Modify label text

2012-05-06 Thread Csomák Gábor
add the datachange event listener to the itemrenderer, and on datachange, set the label, or the variable what you bind to it. you can't bind functions. On Sat, May 5, 2012 at 8:53 PM, cjacquel73 chjacque...@gmail.com wrote: Hello, How to modify the text of a label in an itemrenderer by a

[flexcoders] Flashphoner

2012-03-30 Thread Csomák Gábor
Is there anybody who had used Flashphoner before? Please drop me a line!

[flexcoders] [OT] summer job needed in US

2012-03-05 Thread Csomák Gábor
Hi! I'm Gabor Csomak, student in Hungary, Europe. I was wondering, if anyone could offer me a summer job in the US, with Flex, or ActionScript. I'm a Flex pro, with lots of expirience, currently working with Flash Media Gateway. If you're interested, please contact me, and I'll send my CV. Thank

Re: [flexcoders] Flex mobile - fullscreen on acer tablet ?

2012-02-27 Thread Csomák Gábor
It is Android ICS and Honeycomb limitation. You won't access that space on a factory firmware. Try it with the video player. same problem there. I hate this on my Xoom.. but it seems like Android either not want to pay, or not stable enough to use iPads finger gesture like program switching,

Re: [flexcoders] external debugger

2012-02-14 Thread Csomák Gábor
http://demonsterdebugger.com/ is the wery best. i think you'll be happy with it. On Thu, Feb 9, 2012 at 12:22 PM, Wouter Schreuders wschreud...@gmail.comwrote: well the kind of functionality I'm looking for is really for the back end programmers, occasionally they need to dip into the flex

[flexcoders] privacy settings popup

2012-02-08 Thread Csomák Gábor
How to listen if a user already clicked accept, when the camera access popup showed up?

Re: [flexcoders] privacy settings popup

2012-02-08 Thread Csomák Gábor
-- *From:* Csomák Gábor csom...@gmail.com *To:* flexcoders flexcoders@yahoogroups.com *Sent:* Wednesday, February 8, 2012 12:46 PM *Subject:* [flexcoders] privacy settings popup How to listen if a user already clicked accept, when the camera access popup showed up?

[flexcoders] soundchannels for 3+ speakers

2012-02-06 Thread Csomák Gábor
Hi! Since Stage3D is out, can you play sounds from specific speakers in AIR? Like in a 5.1 system, use the center? Thanks

Re: [flexcoders] soundchannels for 3+ speakers

2012-02-06 Thread Csomák Gábor
yes, but i tought, if adobe wants 3d games, then maybe they'll support 3d sounds. thanks :( On Mon, Feb 6, 2012 at 1:15 PM, James Ong yanlile...@gmail.com wrote: No, both are not related. Stage3D is for graphic, not audio On Feb 6, 2012 8:06 PM, Csomák Gábor csom...@gmail.com wrote

[flexcoders] flexunit stage

2012-01-30 Thread Csomák Gábor
Hi! I'm triing to set up a test enviroment for a big app. 3 class use Stage. Anybody knows how can I make the stage non null in flexunit? or how to substitute it? thanks! Gabor

[flexcoders] mac keyboard: differenting the two alt buttons

2012-01-09 Thread Csomák Gábor
Hi! Is there a way to see if the user hit the left or right alt button on a mac keyboard? On windows, keylocation is working, but on mac, its always 0. I'd need it to substitute the windows' alt gr key. Thanks Gábor

Re: [flexcoders] You are the product

2011-12-18 Thread Csomák Gábor
think of it this way: you have a very good opportunity, because you can choose. most bosses tell you, which language you'll need to program in. so i'd be happy in your place. you can cry about a language you don't even use. On Sun, Dec 18, 2011 at 6:45 PM, Glenn Williams

Re: [flexcoders] You are the product

2011-12-16 Thread Csomák Gábor
technology simply changes. i met a guy who was the lead engineer of commodore 64. do you think when he was on the top of his career, he stopped learning? this segment changes a lot. it is a lifelong learning. get used to it. html5 is not ready. even w3c says it'll be in 2014 (as i remember). and

Re: [flexcoders] Re: getting the total of values of an array collection that is updated manually

2011-12-09 Thread Csomák Gábor
public function *deleteOrder*():void{ orderColl.removeItemAt(products.selectedIndex); *init()* } private function *addProduct*():void { //Create an object to hold the data var obj:Object=new Object(); //Assign the variables to it obj.Product=product.text; obj.Price=price.text; //Add the object

Re: [flexcoders] Air for mobile export/install ipa to ipad

2011-12-08 Thread Csomák Gábor
we use https://testflightapp.com/ On Thu, Dec 8, 2011 at 7:39 AM, Tandon, Rishi rishitandon...@yahoo.comwrote: You have to jailbreak your iPAD 2 and then simply drag n drop the ipa to iTunes and sync the ipad 2. -- *From:* markflex2007 markflex2...@yahoo.com

Re: [flexcoders] Question for Air for IOS?

2011-12-08 Thread Csomák Gábor
no, you can't. however you can ask a friend to use his.. On Thu, Dec 8, 2011 at 4:51 PM, markflex2007 markflex2...@yahoo.com wrote: I am develop a app for ISO in Air now. I have not register a Apple developer account now. May I create ipa file in Flash Builder without setting a Apple

Re: [flexcoders] Air app on Kindle Fire?

2011-12-07 Thread Csomák Gábor
yes, with a simple flex mobile project. however if you want to submit it to amazon appstore, be sure to toggle the AIR download link from market.android to amazon.com, on the android settings page, because without this, they won't accept it. On Wed, Dec 7, 2011 at 4:43 PM, markflex2007

Re: [flexcoders] Debug with device?

2011-12-06 Thread Csomák Gábor
update flash builder to the newest. set device to debug mode. install all the drivers. on debug settings, select on device. if it does not help, click the connection help (or something like that, i don't remember exactly) on the debug settings page. On Tue, Dec 6, 2011 at 6:18 AM, markflex2007

Re: [flexcoders] Re: getting the total of values of an array collection that is updated manually

2011-12-06 Thread Csomák Gábor
that but it doesn't work. What am trying to do is to get the total price updated as new objects are added to the arraycollection that populates the list and also when the qty is changed the total updates too. could some one please help me. --- In flexcoders@yahoogroups.com, Csomák Gábor csomakk@... wrote

Re: [flexcoders] ArgumentError: Error #2004: One of the parameters is invalid@Graphics/drawRect

2011-12-06 Thread Csomák Gábor
it depends on your code. error finding method: comment half of the block. If its still the same error, the mistake will be in the other half. if it stopped the error, the error is in the commented half. repeat for the half with the error. repeat until you found the problem.. the error is because:

Re: [flexcoders] Re: Debug with device?

2011-12-06 Thread Csomák Gábor
from manufacturers website. on samsung its kies, on the others i dont know.. On Tue, Dec 6, 2011 at 4:56 PM, markflex2007 markflex2...@yahoo.com wrote: where I can get the drivers. BF never ask me to install drivers. why? Thanks for help Mark --- In flexcoders@yahoogroups.com, Csomák

Re: [flexcoders] ArgumentError: Error #2004: One of the parameters is invalid@Graphics/drawRect

2011-12-06 Thread Csomák Gábor
yes, but you trigger it, because the drawing and other visual functions are not called instantly, but on every timer tick, and the timer's speed is 24 ticks/sec by default. so at every tick spark askes every component if the visuals have changed, and if so, calls the redraw, and thats where it

Re: [flexcoders] How to convert a desktop air application to air for android application?

2011-12-05 Thread Csomák Gábor
create a new flex mobile project (blank), copy everything, then change the windowedapplication to a group, and on the main mobile component place the group. On Mon, Dec 5, 2011 at 12:21 AM, markflex2007 markflex2...@yahoo.comwrote: I try just change WondowsApplication to Application. but i

Re: [flexcoders] Re: getting the total of values of an array collection that is updated manually

2011-12-05 Thread Csomák Gábor
if i get your problem right, this will help. however, i didn't match the name of the arraycollection to yours var sum:Number=0 for(i:String in arraycollectionvar){ sum+=arraycollectionvar[i]; } //here is the sum you need. On Mon, Dec 5, 2011 at 3:57 PM, ZIONIST stinas...@yahoo.com wrote:

Re: [flexcoders] Publish on Facebook

2011-12-01 Thread Csomák Gábor
var facebookShare:String = http://www.facebook.com/share.php?u=+ *urlyouwanttoshare *+ t=+*title*; navigateToURL(new URLRequest(facebookShare)) On Wed, Nov 30, 2011 at 2:11 PM, cjacquel73 chjacque...@gmail.com wrote: ** Hello, How to publish an image from a Flex application to a Facebook

Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-30 Thread Csomák Gábor
to know on witch platform run my application but how to use the good button skin according Os. Thanks Le 29/11/11 16:25, Csomák Gábor a écrit : trace(flash.system.capatibilities.version) is different on mac, win, android, ios On 11/28/11, isa_loyer isa_lo...@yahoo.fr wrote: Hi, I

Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-29 Thread Csomák Gábor
trace(flash.system.capatibilities.version) is different on mac, win, android, ios On 11/28/11, isa_loyer isa_lo...@yahoo.fr wrote: Hi, I' create a window skin for my AIR application. Close, maximise and minimise button are on top right and look like Windows 7. But , mac user are

Re: [flexcoders] Air and Ipad

2011-11-29 Thread Csomák Gábor
yes, definetly.. machinariu for ex. On 11/25/11, cjacquel73 chjacque...@gmail.com wrote: Hello, Is it possible to add an AIR application on the Apple AppStore ? Is it compatible ? Thx, Christophe

Re: [flexcoders] Samsung Galaxy Tab 10.1 ?

2011-11-12 Thread Csomák Gábor
@yahoogroups.comhttp://mc/compose?to=flexcoders@yahoogroups.com] *On Behalf Of *Csomák Gábor *Sent:* Friday, November 11, 2011 2:34 AM *To:* flexcoders@yahoogroups.comhttp://mc/compose?to=flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Samsung Galaxy Tab 10.1 ? i don't have one, but its

[flexcoders] text to speak

2011-11-11 Thread Csomák Gábor
Hi! Does anyone know an AS3 library which reads text out loud? Also, I've been looking for Lee Brimelow's Twitter Alert. I could only find the source, but not the video.. Thanks, Gabor Csomak @csomak

Re: [flexcoders] Samsung Galaxy Tab 10.1 ?

2011-11-10 Thread Csomák Gábor
i don't have one, but its definitely possible. On Fri, Nov 11, 2011 at 6:02 AM, markflex2007 markflex2...@yahoo.comwrote: Does any one develop Air app on Samsung Galaxy Tab 10.1 before? our client plan to develop tablet app on Samsung Galaxy Tab 10.1 ,I just want to make sure it is

Re: [flexcoders] Hello world iOS example

2011-11-01 Thread Csomák Gábor
://www.tricedesigns.com/2011/09/15/air-on-devices-ios-workflow/ Douglas Knudsen http://www.cubicleman.com this is my signature, like it? 2011/10/30 Csomák Gábor csom...@gmail.com its really easy. you create an iOS mobile app.. build it as a normal app. you can only debug on the computer. for deploy, use

Re: [flexcoders] Hello world iOS example

2011-10-30 Thread Csomák Gábor
its really easy. you create an iOS mobile app.. build it as a normal app. you can only debug on the computer. for deploy, use export-release build.. On Wed, Oct 26, 2011 at 8:09 AM, Kevin McDonald kevinmacdon...@gmail.comwrote: Can anyone point me to an end to end example of how to use Flash

Re: [flexcoders] Re: What version of Flash Builder do you have?

2011-10-30 Thread Csomák Gábor
soon there will be 4.6, its available for the prerelease program now.. you'll have it this year, as I think.. On Thu, Oct 27, 2011 at 10:08 PM, valdhor valdhorli...@embarqmail.comwrote: Are you perhaps confusing the versions of Flash Buidler and Flex? The Flash Builder Application is at

[flexcoders] reverse debugging

2011-10-22 Thread Csomák Gábor
Hi! I've downloaded Flash Builder 4.6 prerelease. I couldn't find how reverse debugging works. It's not in the prerelease? If not, will it be in the final version of 4.6? Thanks Gabor

Re: [flexcoders] reverse debugging

2011-10-22 Thread Csomák Gábor
2011/10/22 Csomák Gábor csom...@gmail.com Hi! I've downloaded Flash Builder 4.6 prerelease. I couldn't find how reverse debugging works. It's not in the prerelease? If not, will it be in the final version of 4.6? Thanks Gabor

Re: [flexcoders] reading pdf book into air app

2011-10-10 Thread Csomák Gábor
look at theese: adobe solution: http://livedocs.adobe.com/flex/3/html/help.html?content=PDF_1.html 3rd party: http://www.devaldi.com/?p=212 or check out this to convert pdf to swf: speifically pdf2swf- http://www.swftools.org/pdf2swf.html On Mon, Oct 10, 2011 at 4:31 PM, Gustavo Duenas

Re: [flexcoders] reading pdf book into air app

2011-10-10 Thread Csomák Gábor
oh, i see you have half of the maillist.. please use google, or duckduckgo to search the web for solutions.. 2011/10/10 Csomák Gábor csom...@gmail.com look at theese: adobe solution: http://livedocs.adobe.com/flex/3/html/help.html?content=PDF_1.html 3rd party: http://www.devaldi.com/?p=212

Re: [flexcoders] How to detect change of mobile orientation ? portrain

2011-09-23 Thread Csomák Gábor
on CreationComplete, add addEventListener(StageOrientationEvent.ORIENTATION_CHANGE, orientationChanged); you can debug out the rest On Fri, Sep 23, 2011 at 5:34 AM, j2me_soul j2me_s...@163.com wrote: How to detect change of mobile orientation ? portrain or landscape

[flexcoders] university flex subject

2011-09-10 Thread Csomák Gábor
Hi! Anyone knows of a Flex Subject teach-ed at any university, please contact me! (I'm working on one for TU Budapest, and I need help for the semester plan) Thanks

[flexcoders] air android app on flex amazon app store

2011-09-10 Thread Csomák Gábor
Hi! I've submitted my app to amazon app store, but this came back: Your recent submission of Shared Board is pending due to the following reason(s): Through our testing process, we found that your app requires Adobe AIR to function. We have partnered with the Adobe AIR team, and Adobe AIR

Re: [flexcoders] air android app on flex amazon app store

2011-09-10 Thread Csomák Gábor
Builder, click the Deployment tab and you can select between the Google Marketplace and the Amazon App Store. =Ryan r...@adobe.com 2011/9/10 Csomák Gábor csom...@gmail.com Hi! I've submitted my app to amazon app store, but this came back: Your recent submission of Shared Board is pending

Re: [flexcoders] Re: Mobile-Desktop Desktop-Mobile synching

2011-08-26 Thread Csomák Gábor
sync with dropbox maybe.. On Thu, Aug 25, 2011 at 8:45 PM, valdhor valdhorli...@embarqmail.comwrote: If you can sync to the web why can't you create an embedded web server in the desktop application using an esoteric port number? --- In flexcoders@yahoogroups.com, Amy amyblankenship@...

Re: [flexcoders] Client IP Address and Client Computer Name

2011-08-19 Thread Csomák Gábor
This worked for me: import flash.net.InterfaceAddress; import flash.net.NetworkInterface; var netInterfaces:Vector.NetworkInterface = NetworkInfo.networkInfo.findInterfaces(); var addresses:Vector.InterfaceAddress = netInterfaces[0].addresses; ipAddress = addresses[0].address; On Thu, Aug 18,

Re: [flexcoders] Updating mobile profiles

2011-08-18 Thread Csomák Gábor
go to edit profiles, you add your screen resolution, size and platform (android), and it will be on the list On Wed, Aug 17, 2011 at 7:22 PM, Amy amyblankens...@bellsouth.net wrote: Hi, all; I have an HTC Inspire, and it is not on my list of mobile profiles. I assume that new mobile

Re: [flexcoders] Re: Updating mobile profiles

2011-08-18 Thread Csomák Gábor
@yahoogroups.com, Csomák Gábor csomakk@... wrote: go to edit profiles, you add your screen resolution, size and platform (android), and it will be on the list On Wed, Aug 17, 2011 at 7:22 PM, Amy amyblankenship@... wrote: Hi, all; I have an HTC Inspire, and it is not on my

Re: [flexcoders] Purchase Previous Adobe Licenses

2011-08-17 Thread Csomák Gábor
as i know, you can pay monthly prescription fee for Adobe products.. On Wed, Aug 17, 2011 at 3:11 PM, Dave Cates dave.ca...@gmail.com wrote: Great ;) Makes you wonder why Adobe Licensing never mentioned it though... Dave. On 17 Aug 2011, at 12:54, Paul Andrews wrote: On 17/08/2011

Re: [flexcoders] String format

2010-08-17 Thread Csomák Gábor
var num:int=500 var myString:string=000+num.toString(); trace(myString) //traces 000500 2010/8/17 Christophe christophe_jacque...@yahoo.fr Hello, I have an int : 500 And I would like to have a string with 0 before. String : 000500 How to format such a string ? Thank you,

Re: [flexcoders] Where can I find a lot of Flex 3 AS3 examples?? Code that from other people?

2010-02-28 Thread Csomák Gábor
did you try 'tour de flex'? http://www.adobe.com/devnet/flex/tourdeflex/ 2010/2/28 fred44455 fred44...@yahoo.com I am trying to learn Flex 3 AS3 but I need a lot of examples where can I find this?? I need real examples maybe from real sites or books or even source code in Flex that I could

Re: [flexcoders] How can i access COM PORT with Flex or AIR?

2010-02-26 Thread Csomák Gábor
javabridge is the best solution, i think.. 2010/2/27 creativemindtec sade...@hotmail.com Hello any body know how can i access COM port with Flex AIR? -- before printing, think about enviromental responsibility

[flexcoders] getting html source code from html component

2009-12-12 Thread Csomák Gábor
Hello guys! I've asked two questions so far, but neither found an answer. So I'd like to try it once again: How can I get the HTML source code from a HTML component on the complete event? I've tried to Google it, but i couldn't find an answer. Thanks! Gabor Csomak

Re: [flexcoders] Random Number genrator

2009-12-06 Thread Csomák Gábor
are you looking for this: http://www.kirupa.com/developer/actionscript/tricks/random.htm ?? 2009/12/6 Christophe christophe_jacque...@yahoo.fr Hello, I am searching a random number generator in AS3 where you can setup the seed. Thank you, Christophe, -- before printing, think

[flexcoders] asdoc

2009-12-05 Thread Csomák Gábor
Hi all! I'm looking for some help with ASDoc. I have Flex 4 Beta Eclipse plugin. If I run asdoc in console. like http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WSd0ded3821e0d52fe1e63e3d11c2f44bc36-7ffa.htmlsays, it can't find asdoc. AsDoc is not part of the flex4 installation? Is there a graphic

[flexcoders] 5.1 soundchannel

2009-12-02 Thread Csomák Gábor
Hello! anyone has an idea, how to make a stereo sound played on all speakers in a 5.1 system? thanks!

Re: [flexcoders] remote php

2009-12-01 Thread Csomák Gábor
you can use the urlloader class ( http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLLoader.html ) for faster performance, you should use amfphp. (http://www.amfphp.org/) there are other methods for querying db. From list FAQ: Q: How do I get Flex to query my database? A:

Re: [flexcoders] Changing the background of an AS3 project in Flex

2009-12-01 Thread Csomák Gábor
okay, i realized i have time to look it up: http://gotoandlearn.com/play?id=101 -- you'll need this video at approx. these points: http://gotoandlearn.com/play?id=1017:40 - css background 13:20 - console arg: default-background-color #33 2009. december 1. 23:55 Csomák Gábor írta, csom

Re: [flexcoders] Changing the background of an AS3 project in Flex

2009-12-01 Thread Csomák Gábor
on gotoandlearn.com Lee Brimelow has 3 video tutorials. In one of them, he shows it. You'll have to pass a background parameter to the complier. 2009/12/1 Calbeans jwrigh...@yahoo.com Hi All, I'm working on an AS3 project using Flex and I'm trying to figure out how to change the background

Re: [flexcoders] Re: Changing the background of an AS3 project in Flex

2009-12-01 Thread Csomák Gábor
complier console arg: default-background-color #33 2009/12/2 Calbeans jwrigh...@yahoo.com --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael mportu...@... wrote: In your top-level application MXML file, try adding this attribute to your mx:Application tag: