[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 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 got idea why it is?
 thanks!





 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
  



[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 got idea why it is?
thanks!


[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..
Thanks,
Gabor


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 php for ex.)

On Tue, Jun 12, 2012 at 3:55 PM, sidmails mails@gmail.com wrote:



 Hi guys:

 I've created series of animated charts from User data using Flex. Does
 anybody know or is it possible to save the charts in SWF format (instead of
 PNG, JPG) containing User Data plus Animation. In other words, the
 resulting SWF should be a standalone SWF which can be played in Windows
 and/or Web showing User data along with Animation. Any help in this
 direction will be greatly appreciated.

  



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 flash player built in in win8, so flash
will certainly have 80% penetration of pc for years! There will of course
topics where html5 will be better than flash, but flash has a great future.
however, you should look into html5, just to know the basics. our
profession comes with life-long learning, you should think about it. I've
heard this from the mouth of the chief developer of commodore 64. a lot has
changed since than.
hope i helped,
gabor

On Mon, May 21, 2012 at 8:45 PM, mukul saxena
mukul_saxena...@yahoo.co.inwrote:

 **


 Hi,
I am flex developer, I would like to know that how can I migrate our
 flex application to html5 application. Is currently Adobe working such type
 of migration tool? Is Adobe working on to create html5 framework so that
 flex developer can use such tools to enhance their flex skills to develop
 html5 application

 Alex: Do you have any idea about this. Whatever I know that Adobe was
 working on Falcon, but I did not get any information after Feb. It would
 really help me decide my future projects (Develop in Flex or html5).

 Thanks,
 Mukul Saxena

  



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 function like
 this ?

 s:Label id=labela text={getText()}/

 Thank you,
 Christophe

  



[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 you,
Gabor


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,
rather unuse 5% of screen.

On Mon, Feb 27, 2012 at 12:28 AM, verbalgsx gdav...@bluetubeinteractive.com
 wrote:

 **


 Hi guys, I'm creating a custom slide show app for the acer a100, and I set
 full screen in the application descriptor file. The 'soft buttons' at the
 bottome turn to ellipses but the space is not used by the app, I can see
 around 60 pixels are still blocked out at the bottom of the screen.  Is
 there a way to force this ?  I need the images to fill the screen.

 I tried tour de flex and noticed it does go fullscreen either.

  



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 side of things and
 they have a lot of difficulty figuring out which class they need to work
 on(for instance you have your application, then a module, then a component
 which contains an itemrenderer which contains another itemrenderer and on
 of those has some custom component inside).

 If they can just hover their mouse over that element and it tells them
 what class it is it would help them alot.


 On 9 February 2012 07:17, Alex Harui aha...@adobe.com wrote:



 FDB comes with the SDK.  It is command-line, but I use it 99% of the time
 as it is way faster than the GUI debugger in FlashBuilder for most problems
 I have to solve.



 On 2/7/12 11:06 PM, Wouter Schreuders wschreud...@gmail.com wrote:






 Hi All

 Can anyone recommend a debugger for flex that allows you to inspect and
 changed properties at runtime? Something like Flex-Spy or x-ray(for as2),
 but I'm looking for something that is not obsolete.

 Any recommendations?

 Thanks

 Wouter





 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui


  



[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
thanks

On Wed, Feb 8, 2012 at 2:52 PM, claudiu ursica the_bran...@yahoo.comwrote:


  You can't, FP does not provide a close event for that panel. There was a
 request in Jira but I am not sure what the status of this is  You need
 to listen for camera events and guess. There is activity and status events.
 In addition what I do I start a timer and monitor for a couple of seconds
 the camera.currentFps. if that is 0, something is wrong, if is constant
 there is also a chance that the camera delivered frames but stopped,
 otherwise camera is fine.

 HTH,
 Claudiu

   --
 *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:
 
 
 
  Hi!
  Since Stage3D is out, can you play sounds from specific speakers in AIR?
 Like in a 5.1 system, use the center?
  Thanks
 
 
  



[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 gl...@tinylion.co.ukwrote:



 The samples are ok, but it’s the actual langue I dislike.



 I just doesn’t feel very complete to me.



 I really don’t want to take a step back when I was in fact hoping to be
 getting a new version of action script that moved the main language even
 further forward.



 The whole situation just feels like a regression to me.



 *From:* flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] *On
 Behalf Of *Rick Winscot
 *Sent:* 18 December 2011 01:29
 *To:* flexcoders@yahoogroups.com

 *Subject:* Re: [flexcoders] You are the product





 The charts? The dashboard? The app as a whole? Yes… I'd recommend looking
 into the ExtJS samples at Sencha.



 http://www.sencha.com/products/extjs/





 *From: *Dave Glasser dglas...@pobox.com
 *Reply-To: *flexcoders@yahoogroups.com flexcoders@yahoogroups.com
 *Date: *Sat, 17 Dec 2011 17:22:39 -0800 (PST)
 *To: *flexcoders@yahoogroups.com flexcoders@yahoogroups.com
 *Subject: *Re: [flexcoders] You are the product





 Can you do something comparable to this with HTML5/JS/CSS?

 http://examples2.idashboards.com/idashboards/?guestuser=wputil1dashID=260

 If so, do you have any links to examples?

 
 From: Guy Morton g...@alchemy.com.au

 Using HTML/JS/CSS you CAN do apps that look every bit as nice as Flash
 apps, and they run everywhere.
  



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 i
think, it won't kill air. neither flash. of course it will depend on a lot
of things, but the two technologies are good in different segments. you
cannot do a prezi.com in html5, and you cannot do an entire webpage in
flash. (login remembers will not work, etc...)
the key is to know both, and know when to use what.

On Wed, Dec 14, 2011 at 7:02 PM, Kevin MacDonald
kevinmacdon...@gmail.comwrote:



 Hello developers,

 I have come to some unfortunate conclusions about how Adobe operates. I
 would be interested to get your opinions on the matter.

 Some years ago I helped build out a desktop application using Macromedia
 Director. It ran on both Mac and Windows, and was heavily backed by web
 services. In principle it was much like an Adobe AIR app might be today.
 After a few years Adobe bought Macromedia Director, with promises to the
 developer community that they would continue to support it. They came out
 with a few maintenance releases that were extremely buggy, enough so that
 we tried to roll back to the previous version. However, Adobe made sure
 there were some gotchas that made it painful to either stay on the current
 version or roll back. Shortly thereafter they killed Director altogether.

 An Adobe evangelist came to our office and sold us hard on moving to Adobe
 AIR, which we did. We completely re-wrote our application on that platform.
 Now, several years later, Adobe is very obviously moving away from AIR and
 towards HTML5, again with promises to their loyal developers to continue
 supporting it.

 Based on their history what I expect Adobe to do is kill AIR before too
 long. And you should have no doubts that they can make it very painful to
 remain on that platform. For example, AIR apps use whatever version of
 Adobe Reader is installed on the client machine. Adobe Reader updates
 happen independently of updates to the AIR run time. The latest update to
 Adobe Reader broke certain aspects of our client application, something
 that might directly hurt our business. What can you do when the HTMLLoader
 object no longer correctly displays a PDF? What I expected Adobe to do -
 and what the evangelist led me to believe - was that Adobe would evolve AIR
 and Flash Builder towards HTML5 over time, bringing all of us along with
 them. But they don't do that. They scorch the earth and start over.

 So, what's next? I suppose we will hear from Adobe before too long that we
 should run out, buy PhoneGap Builder 1.0, and once again chase their
 code-once-deploy-everywhere carrot.

 We are not the customer. We are the product. We are the means by which
 Adobe makes money for their shareholders, nothing more.  I suppose in true
 jaded developer fashion this should come as no shock to me. But the truth
 is, it never feels nice to be a pawn in someone else's game.

 Kevin
  



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 to the list
orderColl.addItemAt(obj, 0);
*init()*
}
On Fri, Dec 9, 2011 at 4:52 PM, ZIONIST stinas...@yahoo.com wrote:



 Hi Guys, i have finally got the total to update when new items are added
 to the cart. One thing that i have failed to do is to get the total to
 update when quantity is changed and when a product is removed from the
 cart(list component). Any help on this? Here is the latest code that only
 gets the total to update when a new product is added.


 App

 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
 layout=horizontal
 xmlns:ns1=*
 xmlns:ns2=as_logic.*

 mx:states
 mx:State name=dark
 mx:SetProperty target={product}
 name=text
 value=Dark Chocolate/
 mx:SetProperty target={price}
 name=text
 value=50/
 /mx:State
 mx:State name=spread
 mx:SetProperty target={product}
 name=text
 value=Drinking Chocolate/
 mx:SetProperty target={price}
 name=text
 value=100/
 /mx:State
 /mx:states

 mx:Script
 ![CDATA[
 import mx.controls.listClasses.ListData;
 import mx.collections.ArrayCollection;

 [Bindable]
 private var orderColl:ArrayCollection=new ArrayCollection();

 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 to the list
 orderColl.addItemAt(obj, 0);

 }

 public function deleteOrder():void

 {

 //Remove the item from the array collection
 orderColl.removeItemAt(products.selectedIndex);

 }

 public function init():void
 {
 var total:Number=0;
 for (var i:String in orderColl)
 {
 total+=Number(orderColl[i].Price);
 }
 sum.text=usdFormatter.format(total.toString());
 }
 ]]
 /mx:Script

 mx:DefaultTileListEffect id=dtle0
 fadeOutDuration=300
 fadeInDuration=300
 moveDuration=650
 color=0xff/

 mx:CurrencyFormatter id=usdFormatter
 precision=0
 currencySymbol=$
 alignSymbol=left/


 mx:Canvas width=500
 height=300
 mx:Label x=10
 y=10
 text=Milk Chocolate
 id=product/
 mx:Label x=10
 y=36
 text=10
 id=price/
 mx:Button x=10
 y=62
 label=submit
 click=addProduct();init()/
 mx:Button x=10
 y=92
 label=Change State
 click=currentState='dark'/
 mx:Button x=10
 y=122
 label=Drinking Chocolate
 click=currentState='spread'/
 /mx:Canvas

 mx:VBox width=340
 height=340
 horizontalAlign=center
 verticalAlign=middle

 ns2:transparentList id=products

 width=300
 height=300
 dataProvider={orderColl}
 borderStyle=none
 itemsChangeEffect={dtle0}
 ns2:itemRenderer
 mx:Component
 mx:HBox width=100%

 height=100%
 horizontalAlign=center
 verticalAlign=middle
 horizontalGap=0
 mx:Image source=assets/trashcan.gif
 click=outerDocument.deleteOrder()/

 mx:Label text={data.Product}
 styleName=orderLabel/
 mx:Spacer width=100%/
 mx:Label id=price
 text=${Number(qty.text)* Number(oldPrice.text)}
 styleName=orderLabel/
 mx:TextInput id=qty
 width=30
 height=20
 text=1
 styleName=qtyInput/

 mx:Label id=oldPrice
 text={data.Price}
 visible=false
 includeInLayout=false/
 /mx:HBox
 /mx:Component
 /ns2:itemRenderer
 /ns2:transparentList

 mx:HBox
 mx:Label text=Total:
 color=#FF
 fontWeight=bold/
 mx:Label id=sum/

 /mx:HBox
 /mx:VBox

 /mx:Application

  



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
 *To:* flexcoders@yahoogroups.com
 *Sent:* Thursday, December 8, 2011 11:09 AM
 *Subject:* [flexcoders] Air for mobile export/install ipa to ipad


 Hi,

 Normal way it seems need upload ipa file to apple store and install app
 from apple store.

 Do you think if it is possible for me to install the ipa in ipad 2 without
 uploading the ipa file to apple store?

 Thank

 Mark



   



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 development
 account? How to do that if it is possible?

 Thanks

 Mark


  



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 markflex2...@yahoo.com wrote:



 Hi,

 May I develop Air for Android on Kindle Fire?

 Thanks a lot

 Mike

  



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 markflex2...@yahoo.com wrote:



 Hi,

 I am using Flash Builder .I want to debug with device to debug mobile
 application. I use Galaxy 10.1 tablet.

 The problem is the FB can not find the device.

 Please give me a idea to fix this.

 Thanks

 Mark

  



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

2011-12-06 Thread Csomák Gábor
private function updateTotal(){
var summ:Number=0
for(i:String in orderColl){
 summ+=orderColl[i]
}
total=summ
sum.text=total
}

and call this function at the end of init, addProduct, deleteOrder
functions.

On Tue, Dec 6, 2011 at 4:19 AM, ZIONIST stinas...@yahoo.com wrote:



 Tried 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:
 
  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 stinasius@... wrote:
 
  
  
   anyone with an example similar to wht am trying to do?
  
  
  
 


  



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: if you draw something, change a label, etc.. so
anything with a visual change, it won't change immediately, but every 1/24
second (by default) there is a timer event in Flex to apply that changes.
So this error comes when the program refreshes its view. (you know because
of the last row of the error:   at flash.utils::Timer/tick(), and goes to
flex sdk, not your code..) you get very similar error, when you want to
addChild() to an Element for example..

hope I helped..

On Tue, Dec 6, 2011 at 2:24 AM, method_air loudj...@hotmail.com wrote:



 This error started appearing, (the stack trace only has information
 relating to flex sdk classes), anyone know how to fix it:

 ArgumentError: Error #2004: One of the parameters is invalid.
 at flash.display::Graphics/drawRect()
 at
 spark.primitives::Rect/draw()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\primitives\Rect.as:463]
 at
 spark.primitives.supportClasses::StrokedElement/updateDisplayList()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\primitives\supportClasses\StrokedElement.as:143]
 at spark.primitives.supportClasses::GraphicElement/
 http://www.adobe.com/2006/flex/mx/internal::doUpdateDisplayList
 ()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3958]
 at
 spark.primitives.supportClasses::GraphicElement/validateDisplayList()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3942]
 at
 spark.components::Group/validateDisplayList()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:1087]
 at
 mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:736]
 at
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:819]
 at
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1180]
 at flash.utils::Timer/_timerDispatch()
 at flash.utils::Timer/tick()

  



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 Gábor csomakk@... wrote:
 
  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 markflex2007@... wrote:
 
  
  
   Hi,
  
   I am using Flash Builder .I want to debug with device to debug mobile
   application. I use Galaxy 10.1 tablet.
  
   The problem is the FB can not find the device.
  
   Please give me a idea to fix this.
  
   Thanks
  
   Mark
  
  
  
 

  



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 goes
back to your code..

On Tue, Dec 6, 2011 at 6:30 PM, Philip Smith loudj...@hotmail.com wrote:



   it depends on your code.

 The error is happening in the Spark code...

 --
 To: flexcoders@yahoogroups.com
 From: csom...@gmail.com
 Date: Tue, 6 Dec 2011 09:24:20 +0100
 Subject: Re: [flexcoders] ArgumentError: Error #2004: One of the
 parameters is invalid@Graphics/drawRect




 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: if you draw something, change a label, etc.. so
 anything with a visual change, it won't change immediately, but every 1/24
 second (by default) there is a timer event in Flex to apply that changes.
 So this error comes when the program refreshes its view. (you know because
 of the last row of the error:   at flash.utils::Timer/tick(), and goes to
 flex sdk, not your code..) you get very similar error, when you want to
 addChild() to an Element for example..

 hope I helped..

 On Tue, Dec 6, 2011 at 2:24 AM, method_air loudj...@hotmail.com wrote:


  This error started appearing, (the stack trace only has information
 relating to flex sdk classes), anyone know how to fix it:

 ArgumentError: Error #2004: One of the parameters is invalid.
 at flash.display::Graphics/drawRect()
 at
 spark.primitives::Rect/draw()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\primitives\Rect.as:463]
 at
 spark.primitives.supportClasses::StrokedElement/updateDisplayList()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\primitives\supportClasses\StrokedElement.as:143]
 at spark.primitives.supportClasses::GraphicElement/
 http://www.adobe.com/2006/flex/mx/internal::doUpdateDisplayList
 ()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3958]
 at
 spark.primitives.supportClasses::GraphicElement/validateDisplayList()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3942]
 at
 spark.components::Group/validateDisplayList()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:1087]
 at
 mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:736]
 at
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:819]
 at
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1180]
 at flash.utils::Timer/_timerDispatch()
 at flash.utils::Timer/tick()








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 seems do not work.Please give me a guid.

 Thanks

 Mark

  



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:



 anyone with an example similar to wht am trying to do?

  



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 wall of a
 customer (or a Twitter account) with a text message ?

 Do you have any example ?

 Thx
 Christophe Jacquelin,

  



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

2011-11-30 Thread Csomák Gábor
If(flash.devices...substr(0,3)==mac){
//this is one solution. You can do it with states, add buttons runtime, or

Macbtns.visible=true
Winbtns.visible=false
}
On Nov 29, 2011 8:21 PM, Isabelle Loyer Perso isa_lo...@yahoo.fr wrote:

 **


 Hi,

 I agree with you but my question is not how 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' 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 desapointed, so my question is : is it possible to
 apply
  a different window skin according user Os.
 
  If yes, how to do that.
 
  Thanks
 
 

  



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 desapointed, so my question is : is it possible to apply
 a different window skin according user Os.

 If yes, how to do that.

 Thanks




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
it depends on the app. for ex. my app, sharedboard.net runs smooth even on
iPad..

On Fri, Nov 11, 2011 at 7:25 PM, saurabh rawat rawatsaur...@yahoo.co.inwrote:



 y it doesnt work fast??Any thoughts??
 will it be good to use the flex AIR for adobe to build app on it or the
 usual Android.I think it has Honeycomb 3.1 update and even Android is going
 to provide some queit good pretty fast flavors in Rich UI development.Your
 thougths?
 Rgds,
 Saurabh


 *The ultimate test of a relationship is to disagree but
 to hold hands*...




 --- On *Fri, 11/11/11, Fernando Lobos fernandolo...@gmail.com* wrote:


 From: Fernando Lobos fernandolo...@gmail.com

 Subject: Re: [flexcoders] Samsung Galaxy Tab 10.1 ?
 To: flexcoders@yahoogroups.com
 Date: Friday, 11 November, 2011, 9:30 PM




 we did it , it didnt work pretty fast but its just a prototype

 On Fri, Nov 11, 2011 at 7:32 AM, 
 f...@guitar-learning.comhttp://mc/compose?to=f...@guitar-learning.com
  wrote:



 I just did a prototype app for a galaxy 10.1 and it worked nicely.



 -D



 *From:* 
 flexcoders@yahoogroups.comhttp://mc/compose?to=flexcoders@yahoogroups.com[mailto:
 flexcoders@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 definitely possible.



 On Fri, Nov 11, 2011 at 6:02 AM, markflex2007 
 markflex2...@yahoo.comhttp://mc/compose?to=markflex2...@yahoo.com
 wrote:



 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 possble.

 Thanks for help

 Mark





 __ Information from ESET NOD32 Antivirus, version of virus
 signature database 6620 (2011) __



 The message was checked by ESET NOD32 Antivirus.



 http://www.eset.com


 __ Information from ESET NOD32 Antivirus, version of virus
 signature database 6620 (2011) __

 The message was checked by ESET NOD32 Antivirus.

 http://www.eset.com


   



[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 possble.

 Thanks for help

 Mark

  



Re: [flexcoders] Hello world iOS example

2011-11-01 Thread Csomák Gábor
oh, sorry for the misled.. i meant: you can't debug on windows.. (is that
right?)

On Tue, Nov 1, 2011 at 1:38 PM, Douglas Knudsen douglasknud...@gmail.comwrote:



 no, you can debug on the device.

 Here's a great fully detailed post on how to set your stuff up for iOS
 http://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 export-release build..


 On Wed, Oct 26, 2011 at 8:09 AM, Kevin McDonald kevinmacdon...@gmail.com
  wrote:



 Can anyone point me to an end to end example of how to use Flash Builder
 to build, deploy and debug an iPad app, preferably one that doesn't gloss
 over glorious amounts of important detail?

 Thanks!

 Kevin MacDonald



  



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 Builder
 to build, deploy and debug an iPad app, preferably one that doesn't gloss
 over glorious amounts of important detail?

 Thanks!

 Kevin MacDonald
  



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 4.5.0.x

 The Flex SDK is at 4.5.1

 You can download Flex SDK builds at
 http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5

 Adobe packages the two items above and calls it Flash Builder 4.5.1


 --- In flexcoders@yahoogroups.com, Kevin MacDonald kevinmacdonald@...
 wrote:
 
  If I launch Flash Builder and go to Help -- About I see Flash Builder
  version 4.5.0.308971, not 4.5.1. I have run all available software
 updates.
  I called Adobe and they said there is no FB 4.5.1. Yet, there is this
  Release Notes page on the adobe site.
  http://kb2.adobe.com/cps/905/cpsid_90599.html However, I am unable to
 find
  a place where I can download 4.5.1.
 
  Anyone know what's up? Am I missing something?
 
  Kevin
 

  



[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
aww :(
thanks for the answer!

On Sat, Oct 22, 2011 at 10:29 PM, Ryan Stewart r...@ryanstewart.net wrote:



 Hi Csomák,

 The reverse debugging feature was just shown as a sneak at MAX, so it's not
 in 4.6. Hopefully it will make it into a future version of Flash Builder.

 =Ryan
 r...@adobe.com


 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 
gdue...@leftandrightsolutions.com wrote:



 can I read a pdf book into an air app or do I have to call it to be
 read by the adobe reader?
 Also can I read the pdf into air using an mx: HTML component from a
 title window?

 Thanks for your help.

 gustavo

  



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
 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 
 gdue...@leftandrightsolutions.com wrote:



 can I read a pdf book into an air app or do I have to call it to be
 read by the adobe reader?
 Also can I read the pdf into air using an mx: HTML component from a
 title window?

 Thanks for your help.

 gustavo

  





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 version
2.7 will function properly in our store. The Adobe team has provided updates
and instructions in their blogs here: http://blogs.adobe.com/cantrell/ ***
To point users
directly to the Adobe AIR page on the Amazon Appstore use the following
Download URL: http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air

Please correct the issue(s) we found with your app submission so we may
continue working to get it in the Appstore.

When completed, go to the Amazon Appstore Developer Portal to re-submit your
application.

If you have any questions, please do not hesitate to get in touch with us
using the following link: https://developer.amazon.com/help/contact-us.html.

I don't quite get it, what do I have to do.. Anyone solved that?
Thanks
Gabor


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

2011-09-10 Thread Csomák Gábor
awesome, thanks!

On Sat, Sep 10, 2011 at 5:34 PM, Ryan Stewart r...@ryanstewart.net wrote:



 My hunch is that when you packaged up your AIR application in Flash
 Builder, you just used the defaults and pointed them to the Google
 Marketplace. When you go to export a release build in Flash 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 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 version
 2.7 will function properly in our store. The Adobe team has provided updates
 and instructions in their blogs here: http://blogs.adobe.com/cantrell/*** To 
 point users
 directly to the Adobe AIR page on the Amazon Appstore use the following
 Download URL: http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air

 Please correct the issue(s) we found with your app submission so we may
 continue working to get it in the Appstore.

 When completed, go to the Amazon Appstore Developer Portal to re-submit
 your application.

 If you have any questions, please do not hesitate to get in touch with us
 using the following link:
 https://developer.amazon.com/help/contact-us.html .

 I don't quite get it, what do I have to do.. Anyone solved that?
 Thanks
 Gabor


  



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@... wrote:
 
  Hi, all;
 
  I have been searching for a tutorial/example that shows how to get data
 from a mobile app to a desktop version of the same app, and vice versa, but
 I have only come up with examples that synch to the web. Can anyone point me
 to at least the basics of how to accomplish synching between mobile and
 desktop?
 
  TIA;
 
  Amy
 

  



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, 2011 at 10:24 AM, K.C Baruri kcb_do...@yahoo.com wrote:


  Dear All,
 I have published a Flex project in IIS  which is wcf service oriented. Now,
   I am facing a problem to catch IP address from Flex(Action Script) .  From
 wcf can retrieve easily , but I want to take it from Flex. Can you please
 help me regarding this?

 Thanks
 Kumaresh
  



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 profiles are being added all the time, somewhere, but
 I'm not sure how to get FB to go get them. Can anyone point me in the right
 direction?

 TIA;

 Amy

  



Re: [flexcoders] Re: Updating mobile profiles

2011-08-18 Thread Csomák Gábor
 *your screen res is 480x800 which is the same, as HTC  desire's, what is in
that list, so you don't have to do anything, just select that.*

yes, in fact, there are many devices. there are 57 certified Android devices
(http://www.adobe.com/flashplatform/certified_devices/), and a lot more that
runs air/flash, but unoficially (zte, viewsonic, zenithink, ...) (and most
of them have the same screen res)
I'd be sad, if I had a 100 long dropbown list, and i have to write samsung
galaxy s, and then still go down to select S2 for example.
The popular devices are there, and anybody can add more, if they want to.


On Thu, Aug 18, 2011 at 8:53 PM, Amy amyblankens...@bellsouth.net wrote:



 Do they not have any sort of central repository, so EVERY developer doesn't
 have to do this? It's not like there are that many phones in the world that
 are capable of running AIR.


 --- In flexcoders@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 list of mobile profiles. I
   assume that new mobile profiles are being added all the time,
 somewhere, but
   I'm not sure how to get FB to go get them. Can anyone point me in the
 right
   direction?
  
   TIA;
  
   Amy
  
  
  
 

  



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 11:41, Dave Cates wrote:

 Hey,

  Am I missing something or does this page not provide what you need? (a
 Coldfusion 8 license?)

  http://www.adobe.com/products/coldfusion/coldfusion8/buy/


 Looks like there isn't a problem after all.


  Dave.

  On 17 Aug 2011, at 10:52, Paul Andrews wrote:



 On 17/08/2011 10:37, Brendan Meutzner wrote:

 Paul,

  Thanks for the response.  As far as having many licenses involved, yes,
 potentially.  However, we're just beginning the sales process, and right now
 wouldn't be able to buy a chunk of licenses... it's really a situation when
 we sell the software, we need a license.

  I did actually speak to enterprise licensing, and didn't get much help
 there either.  They actually pointed me towards outside sales partners, to
 which I've gotten no response.


 That's a pity. Seems a little short-sighted of Adobe - I guess they're
 making enough as it is. I think many companies would take into account your
 situation and see it as a route towards future upgrades. The reverse side of
 the coin, I guess, is the product lifetime. There is an expectation of
 ongoing support when a product is bought so I guess in the bigger picture,
 that involves a cost to adobe by not being able to retire product for
 support quite so soon in the future.

 All pointless speculation on my part. Pity there's not a reseller with old
 boxed product on the shelves.



  Brendan



 On Wed, Aug 17, 2011 at 1:48 AM, Paul Andrews p...@ipauland.com wrote:


   On 17/08/2011 09:23, Brendan Meutzner wrote:

 Hi All,

  Was wondering if anyone had insight into the possibility of purchasing
 previous versions of Adobe product licenses.  I know this is a bit off
 topic, but Adobe sales (phone line) is telling me they have no way to do it,
 and I just can't believe that.  I'm hoping someone within the forum has
 possibility come up against this before and might have some advice.  We've
 got a product based on Flex using ColdFusion 8 with the LCDS ES license
 included and moving to CF9 and the associated $30k license just isn't
 feasible.  I know that BlazeDS is an option, but the work involved in
 refactoring the code to use BlazeDS looks daunting.  We're already using CF
 on the backend, and we just want to keep purchasing CF 8 licences for this.

  Thanks in advance for any help/advice,


  Sounds like you have many licences involved. If so you might want to get
 hold of an Adobe rep that deals with corporate clients. They are far more
 likely to have latitude to cut a deal.


  Brendan









  



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,
 Christophe,

  



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 purchase. Thanks for your time.

  




-- 
before printing, think about enviromental responsibility


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 about enviromental responsibility


[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 way to use it? Do I have to run it in console every time
I change the comments?

If somebody has a good explanation, please share it with me!

Thanks!
Gabor Csomak


[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: Flex does not have any native database integration functionality. you
will require some server-side tier that will do the database access and
send the data back to Flex via one of three protocols:

* RemoteObjects: Fastest. communicates with server side EJB's or POJOs using
AMF, a binary, compressed format.
* HTTPService: uses HTTP protocol. Sources can be JSP, ASPx,.NET, files, any
url
that returns HTTP.
* WebService: Slowest. Uses SOAP protocol. Sources can be .Net, or any
WebService.

2009/12/1 gandalfhr gandal...@yahoo.com



 Hi,
 i opened an account at 000webhost.com and put some of my php files that
 access mysql there. How do i use those php files in flash builder? In all
 the tutorials i have seen, people use localhost as Root URL and some local
 folder for Web Root..

 Plz help

  




-- 
before printing, think about enviromental responsibility


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...@gmail.com:

 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 from that default light off blueish color to
 something different. I looked at the index.template.html file and figured
 that I can do it in there, but it appears that I can't. Anyone have an idea
 on how to do this?? Thanks in advance.

  




 --
 before printing, think about enviromental responsibility




-- 
before printing, think about enviromental responsibility


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 from that default light off blueish color to
 something different. I looked at the index.template.html file and figured
 that I can do it in there, but it appears that I can't. Anyone have an idea
 on how to do this?? Thanks in advance.

  




-- 
before printing, think about enviromental responsibility


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:
 
  mx:Application
  xmlns:mx=http://www.adobe.com/2006/mxml;
  backgroundColor=#ff
  
 
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Calbeans jwright04@ wrote:
  
   Hi All,
  
   I'm working on an AS3 project using Flex and I'm trying to figure out
 how to change the background from that default light off blueish color to
 something different. I looked at the index.template.html file and figured
 that I can do it in there, but it appears that I can't. Anyone have an idea
 on how to do this?? Thanks in advance.
  
 

 Since it's all AS3, i don't have an MXML file =( I guess I can just publish
 another HTML file and just use that one. It's just one less step I wanted to
 take, but I guess it's not a huge problem.

  




-- 
before printing, think about enviromental responsibility