Re: [flexcoders] Binding using as3

2013-01-31 Thread claudiu ursica
look at BindingUtils.bindProperty() C From: aceoohay pa...@compuace.com To: flexcoders@yahoogroups.com Sent: Wednesday, January 30, 2013 11:17 PM Subject: [flexcoders] Binding using as3   I have customized textinput control with a property of x. In my

[flexcoders] FWD:

2012-09-25 Thread claudiu ursica
wow this is crazy you should look into it http://www.business7newson.net/jobs/?alert=15824

Re: [flexcoders] Resetting Chart scale on LineAxis

2012-07-09 Thread claudiu ursica
Hi Karl, Can you share some basic example? I don't know how your chart and data looks like, and how you add/discard new data. I see you already ran into this and did not work... https://userflex.wordpress.com/2011/04/21/update-linear-axis/ C From: k.sigiscar

Re: [flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-09 Thread claudiu ursica
the minimum and maximum properties of the DateTimeAxis to the values of our timeline component). Therefore, we cannot do the same thing as he does to reset the chart scale. Best regards, Karl. --- In flexcoders@yahoogroups.com, claudiu ursica the_braniak@... wrote: Hi Karl, Can you share some

Re: [flexcoders] Tempermental URLLoader.load()

2012-03-25 Thread claudiu ursica
Can you paste the whole class? I did experience issues with Sound.load() this week , so I went and load the sounds via URLLoader. I found it odd at least sound load failed to provide any feedback sometimes. Yet wit URLLoader I always got something whether complete or error. C

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread claudiu ursica
You need to put your stuff inside controlBarContent array. C From: Dave Glasser dglas...@pobox.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Monday, March 12, 2012 5:28 PM Subject: [flexcoders] ControlBar not visible in Flex 4.6   I

Re: [flexcoders] Webcam recording without flash/flex?

2012-03-12 Thread claudiu ursica
As far as I know JS does not have support of capturing camera. If somebody else knows different I would be happy to be proven wrong. Probably you can do the same with silverlight as with flash. C From: mulchand12345 mulchand12...@yahoo.in To:

Re: [flexcoders] Adding a button in VideoPlayer

2012-02-23 Thread claudiu ursica
Can you show code, I assume you marked the button as skinPart. C From: grimmwerks gr...@grimmwerks.com To: flexcoders@yahoogroups.com Sent: Thursday, February 23, 2012 8:41 PM Subject: [flexcoders] Adding a button in VideoPlayer   Ok I don't know if I'm

Re: [flexcoders] privacy settings popup

2012-02-08 Thread claudiu ursica
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

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread claudiu ursica
Are you sure it is exactly 2 minutes? DO you really need to show progress? A spinning animation might suit you better, keep it spinning until the load is done. C From: Venkat M venkat_...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com

Re: [flexcoders] Re: Using arraycollection as text for a flex TextArea Component.

2011-12-27 Thread claudiu ursica
Actually I should show the last one. try txt += entry.OrderNumber + + , + + entry.Produ then the string will have all the entries added not replaced. C From: ZIONIST stinas...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, December 27,

Re: [flexcoders] Resize and Scale Window Content

2011-12-27 Thread claudiu ursica
with percent height and width. But this doesn't work if window is resize by as3 script during creationcomplete phase. If someone has an idea? thanks Le 27/12/11 07:54, Asad Zaidi a écrit :   you can acheive it using Grid control also. depends upon your requirement.   Zaidi From: claudiu ursica

Re: [flexcoders] Re: Using arraycollection as text for a flex TextArea Component.

2011-12-27 Thread claudiu ursica
Either the whole entry is null or one of it's properties. Check which is null, and guard your code if null put empty string or whatever you seem fit for it. C From: ZIONIST stinas...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, December 27, 2011

Re: [flexcoders] Using arraycollection as text for a flex TextArea Component.

2011-12-26 Thread claudiu ursica
What do you want exactly in the text area? Do the formatting by hand: Something like: for all tiem in the collection output:String = itmem.text  + item price + .. + /n; Make sure to keep in sync with the collection. C From: ZIONIST stinas...@yahoo.com To:

Re: [flexcoders] Resize and Scale Window Content

2011-12-26 Thread claudiu ursica
In theory yes, by using percent width and height for components, in practice how much works out of the box depeds on every particular case. C From: hkondylk kondy...@gmail.com To: flexcoders@yahoogroups.com Sent: Monday, December 26, 2011 5:35 PM Subject:

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

2011-12-09 Thread claudiu ursica
You know there is an working example in this book pretty close to your, is flex 4 though but you will get the picture. http://www.amazon.com/Adobe-Flex-Training-Michael-Labriola/dp/0321660501 C From: ZIONIST stinas...@yahoo.com To:

Re: [flexcoders] Pb with List

2011-11-20 Thread claudiu ursica
Images load asynchronously, so it obviously take time and don't load all at once. What class are you using to display the images? C From: cjacquel73 chjacque...@gmail.com To: flexcoders@yahoogroups.com Sent: Sunday, November 20, 2011 3:44 PM Subject:

Re: [flexcoders] Re: Pb with List

2011-11-20 Thread claudiu ursica
: [flexcoders] Re: Pb with List   I use an ItemRenderer with mx:Image Thx, CJ --- In flexcoders@yahoogroups.com, claudiu ursica the_braniak@... wrote: Images load asynchronously, so it obviously take time and don't load all at once. What class are you using to display the images? C

Re: [flexcoders] HTTPService post to return an image?

2011-11-01 Thread claudiu ursica
HTTPService cannot handle binary data and images fall under this category. U have top go URLLoader. C From: method_air loudj...@hotmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, November 1, 2011 7:03 PM Subject: [flexcoders] HTTPService post to return

Re: [flexcoders] pass String with socket

2011-10-25 Thread claudiu ursica
First time when you read the buffer is consumed. Comment the trace and it should work. C From: markflex2007 markflex2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, October 25, 2011 6:39 PM Subject: [flexcoders] pass String with socket   Hi, I

Re: [flexcoders] Flash Builder not tracing, breakpoint functionality lost, no compiler errors

2011-10-19 Thread claudiu ursica
There is some setting that gets overridden, you need to Google for it though I forgot since it happen. I found the answer on a blog. Once you find it is pretty easy to fix. Sorry for not being more precise, i just forgot to bookmark the link. C From:

Re: [flexcoders] PayPal integration - ready made component?

2011-10-01 Thread claudiu ursica
This might help: http://miti.pricope.com/2009/07/30/integrating-paypal-express-checkout-with-air-and-flex/ Dig into the blog there might be other articles on the same topic. C From: mulchand12345 mulchand12...@yahoo.in To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread claudiu ursica
You can embed the keys instead of keeping them in plain site.  check this session I think you will find some useful stuff: http://tv.adobe.com/watch/360flex-conference/encrypting-flex-protecting-revenue-by-andrew-westberg/ C From: Haykel BEN JEMIA

Re: [flexcoders] tv.adobe.com hacked??

2011-09-26 Thread claudiu ursica
I do get the same trailer and then the streaming just freezes... Weird.

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread claudiu ursica
this is definitly better than storing the keys in plain text format, but still easy to crack. Any other suggestions. Thanks, Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Mon, Sep 26, 2011 at 11:33 AM, claudiu ursica the_bran...@yahoo.com wrote:   You can embed

Re: [flexcoders] Which is fast use left righ or width height

2011-09-05 Thread claudiu ursica
If you have value which are constant for with and height use width and height, it will avoid remeasuring. C From: j2me_soul j2me_s...@163.com To: flexcoders flexcoders@yahoogroups.com Sent: Monday, September 5, 2011 2:20 PM Subject: [flexcoders] Which is fast

Re: [flexcoders] ItemRenderer issue

2011-08-29 Thread claudiu ursica
You should override the data setter and try to figure out from there what state the renderer should be in based on the incomming data. The renderers are created by the listbased control that parents them. Depending if you are using visualization or not the control will create renderes for each

Re: Re: [flexcoders] ItemRenderer issue

2011-08-29 Thread claudiu ursica
override the data setter in order to reinit my itemrenderer and set the visualization to the parent listbase component can impove the performance of my code right ? At 2011-08-29 20:28:55,claudiu ursica the_bran...@yahoo.com wrote:   You should override the data setter and try to figure out from

Re: Re: Re: [flexcoders] ItemRenderer issue

2011-08-29 Thread claudiu ursica
the useVIrtualLayout to true s:List useVirtualLayout=true / At 2011-08-29 20:42:50,claudiu ursica the_bran...@yahoo.com wrote:   What do you mean by set the visualization to the parent listbase component? From: j2me_soul j2me_s...@163.com To: flexcoders@yahoogroups.com Sent

Re: [flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-08 Thread claudiu ursica
Same here, I don't do php on regular basis but whenever I needed to do something I was able to pull it through. And at least where I come from, php hosting is really cheap. I only saw a presentaion by Ben Forta regarding Cold Fusion. It did not seem rocket science but I don't know how hard it

Re: [flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-07 Thread claudiu ursica
AMFPHP works with flash also. You need to update the data yourself within controls since no bindings are available, but it will be working. C From: enridp enr...@yahoo.com.ar To: flexcoders@yahoogroups.com Sent: Tue, September 7, 2010 5:09:34 PM Subject:

Re: [flexcoders] Find in Files in Flash Builder 4

2010-09-06 Thread claudiu ursica
ctrl + shift + f or under eclipse ctrl + h C From: markflex2007 markflex2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Mon, September 6, 2010 6:39:20 AM Subject: [flexcoders] Find in Files in Flash Builder 4 Hi I use Flex Builder 3 before . I can

Re: [flexcoders] I don't know if I need Flex (please help me to decide)

2010-09-06 Thread claudiu ursica
You know that RemoteObject is built on top of NetConnection. What you ultimately do is make remote procedure calls. You don't need flex but then you need to do the work yourself. Serialization and de-serialization on the server side. On the other hand flex is open source so If you don't need

Re: [flexcoders] Cairngorm 2.2.1 with Flex 4

2010-09-05 Thread claudiu ursica
Cairngorm 2.x is not officially supported anymore by Adobe. You'd be better of trying to move towards the Parsley framework (w/o) Cairngorm 3 libs. Or you can try a relatively new kid on the block Robotlegs. C From: pritesh_mics pbhaw...@deloitte.com To:

Re: [flexcoders] External CSS file in Flex 4

2010-09-03 Thread claudiu ursica
Even when loaded run-time the css file comes compiled as a .swf. So what you are trying to achieve there is kind of impossible unless you can somehow compile the swf with PHP. Which I have not heard to be possible yet but maybe I'm mistaking. C From: Ghost

Re: [flexcoders] couple questions about android / air

2010-09-02 Thread claudiu ursica
1. You need to install the air and then your application in order to work on the phone. Air you can download from the market If i remember correctly. 2. I developed and deployed used Flash CS5. Check the adobe labs there are lots of air for android stuff there. It probably tell you how to do it

Re: [flexcoders] Re: Flashbuilder 4.0.1 debugger issue?

2010-09-01 Thread claudiu ursica
Hi, Happened to me and still happens from time to time, just pops out of the blue at 57%. There are some solutions if you google for them, but none of them seemed to work for me. In the end I fixed it all the time by creating a new project and taking from there the contents of the

Re: [flexcoders] Re: 3D Carousel in Flex 4?

2010-08-29 Thread claudiu ursica
? Thanks -- got their coverflow working, but am stuck trying to create a carousel layout! --- In flexcoders@yahoogroups.com, claudiu ursica the_bran...@... wrote: You'll get that by implementing a custom coverflow layout class. http://www.rialvalue.com/blog/2010/04/14/carroflow-another-3d

Re: [flexcoders] Overriding Item Background In ItemRenderer Problem.

2010-08-29 Thread claudiu ursica
Working alternating 2 color renderer. Should give you a headstart: oddColor and evenColor are defined in css file. You can justg hardcode them in here. In took out data code and labels, left the skeleton ... ?xml version=1.0 encoding=utf-8? xmlns:s=library://ns.adobe.com/flex/spark

Re: [flexcoders] Flex PHP Service with Date Parameters Help

2010-08-27 Thread claudiu ursica
I am not sure where your problem is in the php code. However if you think the date is the issue use timestamps which are basically numbers. I did that successfully in the past. On the flex side you can write an utility for translating that into a date for display purposes. Which line is 61 in

Re: [flexcoders] Perplexed: An XML Love Story

2010-08-26 Thread claudiu ursica
I just tried your first scenario: package { import flash.display.Sprite; public class Test extends Sprite { private var xml:XML = urlsset url http://www.nmh.org/nm/2-9991

Re: [flexcoders] Perplexed: An XML Love Story

2010-08-26 Thread claudiu ursica
Ok had a look into the raw xml also. You need to define a namespace for the schemaLocation to be bound to. Here is the code that works on my machine ... package { import flash.display.Sprite; public class Test extends Sprite { private var xml:XML =

Re: [flexcoders] Perplexed: An XML Love Story

2010-08-26 Thread claudiu ursica
over the url node value to get multiples? On 8/26/2010 10:49 AM, claudiu ursica wrote: Ok had a look into the raw xml also. You need to define a namespace for the schemaLocation to be bound to. Here is the code that works on my machine ... package

Re: [flexcoders] Perplexed: An XML Love Story

2010-08-26 Thread claudiu ursica
package { import flash.display.Sprite; import flash.events.Event; import flash.net.URLLoader; import flash.net.URLRequest; public class Test extends Sprite { private var loader:URLLoader; private var list:XML; public namespace test

Re: [flexcoders] 3D Carousel in Flex 4?

2010-08-25 Thread claudiu ursica
You'll get that by implementing a custom coverflow layout class. http://www.rialvalue.com/blog/2010/04/14/carroflow-another-3d-layout-for-flex4/ http://www.flexstuff.co.uk/2009/12/23/flex-4-coverflow-layout/ This should get you started... Cheers, Claudiu

Re: [flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-25 Thread claudiu ursica
Normally you should have a list and an underlying as a model dataprovider for your list. You could also keep a currentSelectedItem property in the model and bind the list selectedItem to that. You work with the underlying data and the list updates itself accordingly. Hopefully :). HTH, C

Re: [flexcoders] retrieve row # from XMLList w/ Namespaces for combo selectedIndex?

2010-08-25 Thread claudiu ursica
Parse the xml into a custom class/collection, and upon insertion you can assign a custom id e.g. the number of the row. C From: MicC chigwel...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wed, August 25, 2010 8:58:40 AM Subject: [flexcoders] retrieve row #

Re: [flexcoders] Automatic Calculation of TextInput Bounded Variables

2010-08-25 Thread claudiu ursica
If you pass to the function a bindable variable or more it will execute every time the input parameters change their values. C From: Angelo Anolin angelo_ano...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wed, August 25, 2010 5:03:45 PM Subject:

Re: [flexcoders] textInput modification

2010-08-12 Thread claudiu ursica
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/fl/controls/TextInput.html Events: changeDispatched when user input changes text in the TextInput component. http://www.adobe.com/livedocs/flex/2/langref/mx/controls/TextInput.html change Dispatched when text in the

Re: [flexcoders] flex 4 TabBar skinning...

2010-08-11 Thread claudiu ursica
I only skinned a ButtonBar in FX4 i was using it as a language bar, I still have the code somewhere if you think it would help... C From: grimmwerks gr...@grimmwerks.com To: flexcoders@yahoogroups.com Sent: Wed, August 11, 2010 6:37:53 AM Subject:

Re: [flexcoders] Flex 4: addEventListener in loop

2010-08-10 Thread claudiu ursica
Why are you calling java can't you just validate on client? Presumably not... can't you just pass the whole datagrid data once to java and perform once there the validation? How do you populate the datagrid in the first place? If you get data from the server you should already have it valid

Re: [flexcoders] Re: Flex 4: addEventListener in loop

2010-08-10 Thread claudiu ursica
/SQL, comparing some values and so on, so if the values are correct I save that row using a service from LCDS. hope this helps? Sending the whole datagrid data once to java? hm, seems to be a good idea --- In flexcoders@yahoogroups.com, claudiu ursica the_bran...@... wrote: Why are you

Re: [flexcoders] Re: Flex 4: addEventListener in loop

2010-08-10 Thread claudiu ursica
, validate them and return only errors. Thanx again Claudiu for your help. Regards, Adnan --- In flexcoders@yahoogroups.com, claudiu ursica the_bran...@... wrote: Ok I see your point. However it is really a bad idea to make a service call for each row. You need to perform validation on client side

Re: [flexcoders] link button from a rss

2010-08-10 Thread claudiu ursica
Put the code inside a click event handler that should do it. C From: Gustavo Duenas gdue...@leftandrightsolutions.com To: flexcoders@yahoogroups.com Sent: Tue, August 10, 2010 9:58:16 PM Subject: Re: [flexcoders] link button from a rss nope, I tried your

Re: [flexcoders] How to declare a Complex Type : String + int-

2010-08-09 Thread claudiu ursica
Unless I am reading you wrong: package com.whatever { public class Compex { public var stringval:String; public var intval:int; } } C From: Nini7016 Nini7016 nahloulaha...@hotmail.com To: flexcoders@yahoogroups.com Sent: Mon,

Re: [flexcoders] Browse And Image File

2010-08-08 Thread claudiu ursica
http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/ Should be what you are after, as long as you are ok with losing the image after you close the application. C From: Christophe

Re: [flexcoders] Flex 4 data management - how do I approach this?

2010-08-08 Thread claudiu ursica
Hi, There is a very good chance I don't understand exactly what the issue is here. I never bind to generated services directly. I use a domain model, in the client and also in the business layer. If you do that you only create data on the client when the user, you, whoever clicks the button call

Re: [flexcoders] Heavy Data load

2010-08-02 Thread claudiu ursica
What do you donwload there? 100MB is huge. You could use FileReference if we're talking about files, images etc cause you can benefit from the progress events being fired C From: fayaz140284 fayaz.r...@gmail.com To: flexcoders@yahoogroups.com Sent: Mon,

Re: [flexcoders] Reload an application

2010-07-23 Thread claudiu ursica
Make a javascript call through external innterface telling the browser to reload the whole html page. That will include reloading the flex app also. C From: Christophe christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Fri, July 23, 2010

Re: [flexcoders] Web Services and ObjectProxy question for the Flex Gurus

2010-07-22 Thread claudiu ursica
Are you generating the VO's on the client side? C From: flexcodemonkey michael_reg...@dell.com To: flexcoders@yahoogroups.com Sent: Thu, July 22, 2010 2:39:24 AM Subject: [flexcoders] Web Services and ObjectProxy question for the Flex Gurus It seems like

Re: [flexcoders] Upload component

2010-07-08 Thread claudiu ursica
What do you use as back end service? Takes tops 1day to write 1 from scratch though... C From: Christophe christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Thu, July 8, 2010 10:36:14 AM Subject: [flexcoders] Upload component Hello, I

Re: [flexcoders] Data Import Web Service... Where has it gonein FB4?

2010-06-25 Thread claudiu ursica
Data Services Tab, usually near Problems one or Data Button /Connect to Web Service C From: Nick Middleweek n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Fri, June 25, 2010 4:11:51 PM Subject: [flexcoders] Data Import Web Service... Where has

Re: [flexcoders] Android Hero denies XMLSocket or Socket connection? ....errors #2031, #2048

2010-06-16 Thread claudiu ursica
I am not using the FP 10, I tried running code I AS2 instead of AS3 I was able to talk to the server from the Android emulator when compiled with air. Bu that runs only on Foryo (Android 2.2) I still have 2.1 on these phones and a version of flash lite. The thing is I cannot find anywhere

Re: [flexcoders] How to upload a file with FileReference ?? Any help please :( :(

2010-06-03 Thread claudiu ursica
I might be reading this the wrong way but in FILE_UPLOAD_ URL you should put the path to the server script that will save your file on the server. C From: Nini7016 Nini7016 nahloulaha...@hotmail.com To: flexcoders@yahoogroups.com Sent: Thu, June 3, 2010

Re: [flexcoders] How to store information in Cookies ???

2010-05-27 Thread claudiu ursica
You use a flash SharedObject. Google for example there are plenty of them like this one http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_5.html C From: Nini7016 Nini7016 nahloulaha...@hotmail.com To: flexcoders@yahoogroups.com Sent: Thu, May 27,

Re: [flexcoders] Error #2063: Error attempting to execute IME command anyone?

2010-05-12 Thread claudiu ursica
It seems that the error is generated when I use the Alert.show(); Removed all the aAlert and it doesn't show anymore. The weird thing is that on the development machine I don't get this error. I use win7 with flex 4. However when deployed it is happening. The strage thing is that when

Re: [flexcoders] thunderbolt

2010-05-04 Thread claudiu ursica
I have used it a while ago, basically it is the same as logger, but you need to define a different debug target. Google a little bit I was able to make it run in under an hour, don't remember by heart what needs to be done but is really trivial. C From:

Re: [flexcoders] Loading FXG files at runtime

2010-04-19 Thread claudiu ursica
Count me in :), C From: Mark Lapasa ma...@hitgrab.com To: flexcoders@yahoogroups.com Sent: Mon, April 19, 2010 4:36:29 PM Subject: Re: [flexcoders] Loading FXG files at runtime This is an interesting question. I would like to know the answer too. On

Re: [flexcoders] Question about the flash detection kit script

2010-04-01 Thread claudiu ursica
Embed the swf with swfobject javascript library. C From: Raymond Brown silenttr...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thu, April 1, 2010 5:47:09 PM Subject: [flexcoders] Question about the flash detection kit script

Re: [flexcoders] Embedded an image list

2010-03-22 Thread claudiu ursica
Why would you want to embed when you can load them at runtime ? C From: Christophe christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Mon, March 22, 2010 11:02:31 AM Subject: [flexcoders] Embedded an image list Hello, How to embed an image

Re: [flexcoders] Embedded an image list

2010-03-22 Thread claudiu ursica
I'm still trying to understand what you are trying to achieve... But you should be able to loadn the xml at run time, parse it and load the images from the path that you read from the xml ... C From: Oleg Sivokon olegsivo...@gmail.com To:

Re: [flexcoders] Re: Issue in Flex application deployed in Load balanced environment

2010-03-06 Thread claudiu ursica
I had the something similar more that one year ago: we did something like this in the delegate which had the service instance service.method = POST; service.contentType = application/x-www-form-urlencoded; var call : Object = service.send({test:ping}); In our

Re: [flexcoders] Can't move titlewindow in an Application

2010-03-05 Thread claudiu ursica
in creation complete add this.isPopUp = true; Make sure u get rid of all the listeners ... C From: xmwang1982 ask...@gmail.com To: flexcoders@yahoogroups.com Sent: Fri, March 5, 2010 4:30:30 PM Subject: [flexcoders] Can't move titlewindow in an Application

Re: [flexcoders] Re: Can't move titlewindow in an Application

2010-03-05 Thread claudiu ursica
. --- In flexcod...@yahoogro ups.com, claudiu ursica the_braniak@ ... wrote: in creation complete add this.isPopUp = true; Make sure u get rid of all the listeners ... C _ _ __ From: xmwang1982 ask...@... To: flexcod...@yahoogro ups.com Sent: Fri, March 5, 2010 4

Re: [flexcoders] help - code assist stopped working

2010-03-04 Thread claudiu ursica
Did you by any chance upgraded to a newer release than beta 2? C From: Chris Sheffield cmsheffi...@gmail.com To: flexcoders@yahoogroups.com Sent: Thu, March 4, 2010 7:55:03 PM Subject: [flexcoders] help - code assist stopped working I apologize. This is

Re: [flexcoders] Pb with mx:List

2010-03-03 Thread claudiu ursica
Do you use some custom renderer in there? C From: Christophe christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Wed, March 3, 2010 11:39:16 AM Subject: [flexcoders] Pb with mx:List Hello, I have a List, but the selected item is selected

Re: [flexcoders] Flowing Containers

2010-02-26 Thread claudiu ursica
Try with the flow box from the flexlib C From: criptopus sd_br...@ntlworld.com To: flexcoders@yahoogroups.com Sent: Fri, February 26, 2010 4:34:43 PM Subject: [flexcoders] Flowing Containers What I need is a mx:HBox that allows me to put Tick Boxes in it

Re: [flexcoders] Strategies for switching between testing and deployment addresses

2010-02-25 Thread claudiu ursica
We keep out URL's in an external XML file which is deployed on different environments. When app loads make a call to the Servlet and gets the URL's. The Servlet returns the configuration according to the environment that it is deployed on. HTH, C From: Nick

Re: [flexcoders] Is removing a child from DisplayList better the visible=includeInLayout=false?

2010-02-24 Thread claudiu ursica
Removing is expensive it is better to hide, or to try reparenting. C From: tntomek tnto...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wed, February 24, 2010 6:14:39 AM Subject: [flexcoders] Is removing a child from DisplayList better the

Re: [flexcoders] Binding Issues with ArrayCollections

2010-02-24 Thread claudiu ursica
In a non related thins you shouldn't have view refereces in your model - modelLocator.view.fields . You could listen for the COLLECTION_CHANGE event in the view and see it that fires when you add the item. If so you can do the update in the handler by hand. On the other hand if you use list

Re: [flexcoders] Pb with mx:image and Path on server

2010-02-23 Thread claudiu ursica
Try to see the image in your browser. The you'll know that the path is correct. C From: Christophe christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Tue, February 23, 2010 4:56:35 PM Subject: [flexcoders] Pb with mx:image and Path on server

Re: [flexcoders] Dynamically naming classes

2010-02-22 Thread claudiu ursica
When you iterate you can assign an id of item_ and the current iterated item. I haven't used the component but I'm sure you can assign that id somehow to the page. C From: Wally Kolcz wko...@isavepets.com To: flexcoders@yahoogroups.com Sent: Mon, February

Re: [flexcoders] executeNextCommand() Cairngorm - Why?

2010-02-18 Thread claudiu ursica
Eventually it dispatches the event for you. The fact that you are new to Cairngorm is actually good. You should move towards dependency injection and other framework (e.g. PureMVC w/Spring Actionscript, Parsley). The Cairngorm as we all use to know it will not be around that much. C

Re: [flexcoders] How much knowledge in Java do you actually need to be hired as a Flex Developer

2010-02-18 Thread claudiu ursica
It depends on the company. At Betfair we have dedicated java teams so the UI teams only do UI. Doesn;t matter if it is Flex/Flash/HTML/Ajax, we rarely touch the java code. You are not screwed you just need to find the right employer :). C From: fred44455

Re: [flexcoders] Deep Object Copy?

2010-02-16 Thread claudiu ursica
Write your own utility. Do something recursive it takes some time but it will fit your needs. C From: Nick Middleweek n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Tue, February 16, 2010 11:03:38 AM Subject: Re: [flexcoders] Deep Object Copy?

Re: [flexcoders] Flex call javascript

2010-02-10 Thread claudiu ursica
http://curtismorley.com/2008/11/01/actionscript-security-error-2060-security-sandbox-violation/ HTH C From: markflex2007 markflex2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wed, February 10, 2010 5:15:30 PM Subject: [flexcoders] Flex call javascript

Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread claudiu ursica
I usually had a finite number of xml's 4 or 5 per project top. So I wrote custom parsers/unmarshallers and use e4x. Works like clockwork :) C From: W.R. de Boer w...@innerfuse.biz To: flexcoders@yahoogroups.com Sent: Tue, February 9, 2010 4:02:54 PM Subject:

Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread claudiu ursica
You can give a try. Probably somebody will figure it out after all. C From: W.R. de Boer w...@innerfuse.biz To: flexcoders@yahoogroups.com Sent: Tue, February 9, 2010 5:00:11 PM Subject: Re: [flexcoders] Best practices regarding XML to VO conversion Hi

Re: [flexcoders] Problem with dealing with loads of XML data

2010-02-09 Thread claudiu ursica
Tile list with TextInput as a renderer? C From: shail shail_l...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tue, February 9, 2010 7:54:22 PM Subject: [flexcoders] Problem with dealing with loads of XML data Hi, In my application I created a panel full

Re: [flexcoders] Can I get 1:1 tuition in London or Paris?

2010-02-08 Thread claudiu ursica
You need something like an official training or what exactly? C From: Nick Middleweek n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Mon, February 8, 2010 10:32:44 AM Subject: [flexcoders] Can I get 1:1 tuition in London or Paris? Hi guys,

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-04 Thread claudiu ursica
As Peeyush Tuli menstioned, you can go with the automatic conversion also. I just don't like the bunch of generated classes it is one abstract and one implementation for almost everything in there. However there's no room for error in there. It is a matter of choice in the end :). C

Re: [flexcoders] how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-04 Thread claudiu ursica
Use an itemrenderer with 2 states one is the loading spinner the other is the loaded image. C From: ZIONIST stinas...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thu, February 4, 2010 10:43:22 AM Subject: [flexcoders] how to show a preloader (loading

Re: [flexcoders] Trying to use an Array inside a VO.

2010-02-04 Thread claudiu ursica
try param2:Array= null C From: laurence5905 lmacne...@comcast.net To: flexcoders@yahoogroups.com Sent: Thu, February 4, 2010 12:18:47 PM Subject: [flexcoders] Trying to use an Array inside a VO. I have a Value Object called EventVO. Inside this object, I

Re: [flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-04 Thread claudiu ursica
Well when the loading is triggered (you probably call a service) you send a notification to the component to switch to the loading state. On loading COMPLETE it changes to the image. C From: ZIONIST stinas...@yahoo.com To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Assigning arrays...

2010-02-04 Thread claudiu ursica
Array.splice method (Array.concat or Array.join) check the docs I don;t know them by heart. C From: Laurence lmacne...@comcast.net To: flexcoders@yahoogroups.com Sent: Thu, February 4, 2010 6:02:46 PM Subject: [flexcoders] Assigning arrays... I need to

Re: [flexcoders] auto close popups

2010-02-04 Thread claudiu ursica
Put t timer inside the custom pop-up, give it a certain life span and close the pop-up on Timer event. C From: Glenn Jones tgjone...@gmail.com To: flexcoders@yahoogroups.com Sent: Fri, February 5, 2010 12:02:27 AM Subject: [flexcoders] auto close popups I

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread claudiu ursica
n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Wed, February 3, 2010 12:46:21 PM Subject: Re: [flexcoders] WSDL objects - Flex value objects Hey, thanks for the reply... I'm not sure how that helps though? Thanks On 2 February 2010 16:56, claudiu ursica the_braniak@ yahoo.com

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-02 Thread claudiu ursica
Google for Object Translator custom class. C From: Nick Middleweek n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Tue, February 2, 2010 5:27:34 PM Subject: [flexcoders] WSDL objects - Flex value objects Hello, Does anyone know of a way to

Re: [flexcoders] Using a VBox container inside a ListItemRenderer

2010-02-01 Thread claudiu ursica
I had the list index issue myself back in the days but under flex 3. I manage to fix it by implementing the IDropInListItemRenderer myself in my custom renderer. You should be able to do this with the spark component. HTH, Claudiu From: Cory

Re: [flexcoders] Web development with Flex

2010-01-31 Thread claudiu ursica
Yes From: Christophe christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Sun, January 31, 2010 11:46:09 AM Subject: [flexcoders] Web development with Flex Hello, Is it possible to developp Html/php classical websites with Flex animations

  1   2   3   >