[flexcoders] Cancelling drag

2009-03-20 Thread Julien Phalip
Hi, I'm using DragManager to drag some objects on the interface. And I'd like the dragging to be cancelled when the ESCAPE key is pressed. But I can't find a way to do it since DragManager doesn't seem to have a method for that. Here's what my code looks like: private function keyHandler(e

RE: [flexcoders] Re: is a flash app completely contains within its object/div tag?

2009-03-20 Thread Tracy Spratt
I can't speak definitively, not having attempted such a thing, but a Flex app runs in the Flash Player plugin which is instantiated by an object/embed tag in the browser. I doubt it can ignore its boundaries. That said, you could probably do what you describe with an absolutely positioned div hol

[flexcoders] Re: is a flash app completely contains within its object/div tag?

2009-03-20 Thread gmoniey22
hmm..so its seems that its possible with javascript...I was hoping to avoid this so that everything was flash based... As for my second question...is there no way to have the flash up use some kind of z-index and make itself look as if it was on top of the actual html page? Essentially, I want

RE: [flexcoders] Is Flex & Actionscript 3 programming language for a total newbie?

2009-03-20 Thread Tracy Spratt
You should learn the technology that lets you do what you want to do. Is there something that you want to build or create? Do you want to make a pretty, fancy web site? Do you want to build production shop floor machine controllers? Why do you want to learn programming? If you just want to st

[flexcoders] Is Flex & Actionscript 3 programming language for a total newbie?

2009-03-20 Thread fred44455
I am totally new to Flex 3 and AS3. But so far I am not understanding all the examples of Flex 3 language reference as well as AS3.I am using a book called Flex 3 essential guide with AS3 and I am also using Lynda.com Flex 3 essentials. But I am not understanding the all material. so I am wond

Re: [flexcoders] is a flash app completely contains within its object/div tag?

2009-03-20 Thread Fotis Chatzinikos
There are a few ways you can do what you want. You could make the flash object 100% both in width and height and then change the container div, or you could change the flash dimentions inside the flash object and then do the same for the containing div via external interface or any other way that

RE: [flexcoders] is a flash app completely contains within its object/div tag?

2009-03-20 Thread Tracy Spratt
A Flex app can communicate with and run javascript in the html wrapper, so if it can be done with javascript, then yes to #1. The second might more complicated, but the same answer applies. Beyond that, I am pretty sure a swf is constrained by its object tag. Tracy Spratt, Lariat Services

[flexcoders] is a flash app completely contains within its object/div tag?

2009-03-20 Thread gmoniey22
2 questions here...both very similar 1. Can a flash app expand, and in turn, make its enclosing div expand. i.e. if the flash app is at the bottom of a page, and it expands, will it increase the entire size of the page? I haven't been able to get this to work in my tests, so I am guessing the a

RE: [flexcoders] AMFPHP Question

2009-03-20 Thread Tracy Spratt
ALL RPC data service calls, including RemoteObject are *asynchronous*. And such calls are non-blocking. You must invoke your check call, then, in its result handler, do the conditional logic to invoke the insert. Tracy Spratt, Lariat Services, development services available _ From

RE: [flexcoders] Re: Arraycollection to xml

2009-03-20 Thread Tracy Spratt
Further, to the original poster, if you want to update the server using xml, that suggests that xml is also your "read" format. Is that the case? If so, you must be converting the xml into an ArrayCollection when you retrieve it, is that so? (this happens automatically with the default resultForma

[flexcoders] Re: AMFPHP Question

2009-03-20 Thread valdhor
The remoteObject is asyncronous. This means that Flex sends the request off to the server and keeps going. The result of myRemoteObject.existRecord.send(myRecord) will always be true if Flex managed to send the request to the server. When the result comes back, Flex jumps to the function you ha

[flexcoders] Re: Add components to custom folder

2009-03-20 Thread Tim Hoff
Probably should have asked that, as well, in the first place. Create a library project and link it to your project, with a source path. Add the component to the library project using Fotis's instructions. -TH --- In flexcoders@yahoogroups.com, "markgoldin_2000" wrote: > > But what if I want t

RE: [flexcoders] Embedding/visualizing special characters issue

2009-03-20 Thread Peter Farland
For ANT, you may have to provide the arguments using the as child tag to or instead of relying on /bin/jvm.config, e.g. something like: Pete -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Christian Giordano Sent: Friday, Ma

[flexcoders] ADG Memory leak.

2009-03-20 Thread Wesley Acheson
I've wasted most of the day trying to figure out why my application was leaking memory. I was dynamically adding and removing columns from the AdvancedDataGrid. I noticed that it was slowing down a lot. I naturally assumed that it was my custom item renderer and even after reading Alex's blog en

Re: [flexcoders] Embedding/visualizing special characters issue

2009-03-20 Thread Christian Giordano
I tried to add the parameter to the java compiling but doesn't seem to work. I'm using Ant and I'm on a mac. Cheers, chr 2009/3/20 Christian Giordano : > Funnily enough it was just the font missing the characters. What was > driving me crazy is that Flash IDE when putting the textfield in the >

[flexcoders] Confusion with custom components

2009-03-20 Thread markgoldin_2000
I have a project that is used as a common library. I have added it to one of my application projects. Everything looks fine and it's working fine. In my common lib I have a number of custome compoments. One is a mxml component. When I choose my application mxlml file and switch to components Tab

[flexcoders] Re: Adding verticalaxis(es) via actionscript

2009-03-20 Thread Trefalgar Bain
--- In flexcoders@yahoogroups.com, "Amy" wrote: > There you go. Try using matching data functions on your axes and serieses. I don't understand how a dataFunction could help put data on the correct axis, when it just formats the data for reading the xField and yField. I'm not saying it doesn'

[flexcoders] AMFPHP Question

2009-03-20 Thread secrit.service
Hi all, I have following issue, which I don't understand. I created a button which will add a record to the database. But before doing so I need to check if a similar record already exists. This is how I thought it could be solved: if (myRemoteObject.existRecord.send(myRecord)) {

RE: [flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread Peter Farland
I doubt it - I've not yet seen a WSDL that needed to explicitly import the SOAP encoding schema for the types section. If you do end up needing it for some reason you'd have to establish a proxy or make a local copy of the schema to avoid Flash Player sandbox security restrictions. Pete

[flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread wubac1
For the sake of completeness for anyone else that may encounter this problem, I've found that for gSOAP, you can specify SOAP 1.1 when generating the WSDL with "soapcpp -1". The (-1) argument also prevents the import statement from being added to the WSDL. --- In flexcoders@yahoogroups.com, "

[flexcoders] Re: Datefield Itemrenderer problem

2009-03-20 Thread greg_lafrance
Your dataField for the column with the DateField is dt but I think it should be date. When you change it to date though it seems the string cannot be converted to a date. Might need a labelFunction. --- In flexcoders@yahoogroups.com, venkat eswar wrote: > > I have a problem with datefield in a

[flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread wubac1
Thanks, Pete. If I remove the import will that import other client types (C++, Java, etc) negatively? --- In flexcoders@yahoogroups.com, Peter Farland wrote: > > There you go - the schema definition for SOAP 1.1 is implied for our > processing of WSDL, so you could remove that import. > > Pet

[flexcoders] Re: Add components to custom folder

2009-03-20 Thread markgoldin_2000
But what if I want to use it from a different project? --- In flexcoders@yahoogroups.com, Fotis Chatzinikos wrote: > > right click src, add folder "components" > > create / move your components there > > and then whenever you need to use them ad the following in root component : > > xmlns

[flexcoders] NativeDragEvents require MouseEvent listener?

2009-03-20 Thread Ken Dunnington
I've just come across a really strange bug (at least I hope it's a bug, as it seems like bad behavior to me.) - Subclass a Canvas in an ActionScript component - Add listeners for NativeDragEvent.NATIVE_DRAG_ENTER and NATIVE_DRAG_DROP (make the listeners simply trace a confirmation message) - P

RE: [flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread Peter Farland
There you go - the schema definition for SOAP 1.1 is implied for our processing of WSDL, so you could remove that import. Pete -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of wubac1 Sent: Friday, March 20, 2009 1:57 PM To: flexcoders@

[flexcoders] Re: Arraycollection to xml

2009-03-20 Thread oneworld95
http://nsdevaraj.wordpress.com/2008/08/20/arraycollection-xml/ (This question's been asked so many times, it should be in an FAQ somewhere!) - Alex C --- In flexcoders@yahoogroups.com, "greg_lafrance" wrote: > > You could parse the ArrayCollection and build up JSON data, then pass the > data t

[flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread wubac1
After removing said import, everything works fine. Assuming the import is extraneous, my issue is with the WSDL generated by gSOAP and not specific to Flex. --- In flexcoders@yahoogroups.com, "wubac1" wrote: > > There is an import: > > http://schemas.xmlsoap.org/soap/encoding/"; > schemaLoca

Re: [flexcoders] Re: Item Rendererer Question

2009-03-20 Thread Fotis Chatzinikos
Do what Greg suggests in the other mail, or make sure that your polling function returns only new items...(quicker and les bandwidth) On Fri, Mar 20, 2009 at 4:43 PM, djhatrick wrote: > Tracy, > > You are right... i am polling with my service > > These duplicates are happening when my service

Re: [flexcoders] Pb with DateField

2009-03-20 Thread Fotis Chatzinikos
use a textinput/drop down to select year, then set the datechoosers year programatically and enable the datechooser to select month and day in the selected year On Fri, Mar 20, 2009 at 10:57 AM, christophe_jacquelin < christophe_jacque...@yahoo.fr> wrote: > Hello, > > I have a DateField that is

[flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread wubac1
There is an import: http://schemas.xmlsoap.org/soap/encoding/"; schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/> --- In flexcoders@yahoogroups.com, Peter Farland wrote: > > Hmm, if it's not the SOAP address location, then perhaps there is a WSDL or > Schema import or include? Can

[flexcoders] Re: Arraycollection to xml

2009-03-20 Thread greg_lafrance
You could parse the ArrayCollection and build up JSON data, then pass the data to PHP and convert to XML there. --- In flexcoders@yahoogroups.com, venkat eswar wrote: > > Hi all, > > > > I am using advanceddatagrid with treestructure. I used Arraycollection > as Dataprovider for advanceddatag

RE: [flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread Peter Farland
Hmm, if it's not the SOAP address location, then perhaps there is a WSDL or Schema import or include? Can you look around in the section? Pete -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of wubac1 Sent: Friday, March 20, 2009 1:23 P

Re: [flexcoders] Re: Sound class Security Sandbox violation ONLY on Internet Explorer - ID3 related

2009-03-20 Thread Fotis Chatzinikos
Ok, after some more debuging testing, this is the situation: IE will correctly load and play an mp3 (without an ID3 handler) only if crossdomain.xml is missing. If crossdomain is there but does not explicitly allow all - or it does not contain the new player 10 tags exception is thrown... Should

[flexcoders] Re: Pb with DateField

2009-03-20 Thread greg_lafrance
Your description of the problem is not sufficient. Please describe it in greater detail. --- In flexcoders@yahoogroups.com, "christophe_jacquelin" wrote: > > Hello, > > I have a DateField that is a birth date. > > But is is long to set the year of the birth date. > > Do you know another co

Re: [flexcoders] bind a text area to a field that i return from a query with a remoteObject

2009-03-20 Thread Ivan Bojer
or even something along these lines: wrote: > bind the textarea's text to a bindable string: > > [Bindable] > private var myText:String ; > > > > and then on your remote response: > > myText = remoteResultText > > On Fri, Mar 20, 2009 at 9:25 AM, johndoematrix > wrote: >> >> how can i b

[flexcoders] Re: round timer

2009-03-20 Thread greg_lafrance
You may be able to adapt this FB3 help sys topic example: "Example: Simple analog clock" Greg --- In flexcoders@yahoogroups.com, claudiu ursica wrote: > > Hi, unfortunately I cannot give you any code since is company property. > However we have something similar. It was designed in flash (some

Re: [flexcoders] Add components to custom folder

2009-03-20 Thread Fotis Chatzinikos
right click src, add folder "components" create / move your components there and then whenever you need to use them ad the following in root component : xmlns:ns2="components.*" then you hust do: On Fri, Mar 20, 2009 at 7:11 PM, markgoldin_2000 wrote: > How can I add my components to

[flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread wubac1
Also, I removed the call to the operation completely and see that the failed request for the crossdomain.xml from xmlsoap.org is generated by the loading of the WSDL: ws = new WebService(); ws.loadWSDL(mywsdlloc); <-- the GET is successful, but it subsequently requests http://schemas.xmlsoap.

[flexcoders] Re: Gallery Drag and Drop

2009-03-20 Thread greg_lafrance
See this FB3 help sys topic: "Using Drag and Drop" --- In flexcoders@yahoogroups.com, Tom Chiverton wrote: > > On Friday 20 Mar 2009, christophe_jacquelin wrote: > > I have 2 Tile List of images (2 galleries). How to do drag and drop between > > the 2 galleries ? > > DragManager. > > -- > Tom

[flexcoders] Re: Item Rendererer Question

2009-03-20 Thread greg_lafrance
Maybe check if the item already exists before adding it to the collection. Greg --- In flexcoders@yahoogroups.com, "djhatrick" wrote: > > Tracy, > > You are right... i am polling with my service > > These duplicates are happening when my service is polling and items are added > to the collecti

[flexcoders] Re: Flex app fails when moved to server hosting web services

2009-03-20 Thread wubac1
The SOAP:address points to the location of my gSOAP CGI for the service. The address points to the same machine on which I am attempting to host the Flex Application. When I run the application in Debug under Flex Builder, I do not see this issue about the xmlsoap.org/crossdomain.xml. --- In

[flexcoders] Add components to custom folder

2009-03-20 Thread markgoldin_2000
How can I add my components to the Components custom folder? I am using Builder 3. Thanks

[flexcoders] getRect returns content area, not display area?

2009-03-20 Thread graham.t...@rocketmail.com
In the following example, I'm trying to get the rectangle of "theParent" from the perspective of "theGrandparent" (theParent.getRect(theGrandparent)). Here is the traced output: 0 0 100 250 0 0 100 100 I expected the rectangle of "theParent" to have a height of 100, which is its constrained h

[flexcoders] Re: Item Rendererer Question

2009-03-20 Thread djhatrick
Tracy, You are right... i am polling with my service These duplicates are happening when my service is polling and items are added to the collection while a filter is already there.. So I guess I need to store the underlying collection and check there... too... This has me scratching my head a

Re: [flexcoders] Drag and Drop

2009-03-20 Thread Fotis Chatzinikos
Christophe, Do you know the story about the wolf, the sheep and crying out wolf without a purpose? If not google for it :-) PS: Explanation: If you keep asking 20 questions a day on simple staff, without reading any tutorials, people will get pissed of and will not reply even when you need real

Re: [flexcoders] Embedding/visualizing special characters issue

2009-03-20 Thread Christian Giordano
Funnily enough it was just the font missing the characters. What was driving me crazy is that Flash IDE when putting the textfield in the field was generously embedding another font to render the missing characters. So the textfield created in the IDE was magically embedding two fonts and was able

RE: [flexcoders] Flex app fails when moved to server hosting web services

2009-03-20 Thread Peter Farland
I'd take a look at the in the WSDL for your service and port (typically towards the bottom of the WSDL) and note the host that is being contacted. What location is mentioned here? -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of wub

Re: [flexcoders] Drag and Drop

2009-03-20 Thread Tom Chiverton
On Friday 20 Mar 2009, christophe_jacquelin wrote: > How to make Drag and Drop between 2 mx:Image ? DragManager, like I said ~4h ago in reply to your other post. Having read the extensive documentation and example code, what is your specific problem ? -- Tom Chiverton Helping to confidentially

[flexcoders] Re: Formatting a TextInput

2009-03-20 Thread donald_d_hook
Faster yet ... sample below define the formatters: == Use in your code: = txtCurrentBalance.text = currencyFormatter.format(account.currentCashBalance); txtGainPct.text = percentFormatter.format((gain / account.initialCashBalance) * 100); --- In flexc

[flexcoders] Drag and Drop

2009-03-20 Thread christophe_jacquelin
Hello, How to make Drag and Drop between 2 mx:Image ? Thank you, Christophe,

Re: [flexcoders] bind a text area to a field that i return from a query with a remoteObject

2009-03-20 Thread Fotis Chatzinikos
bind the textarea's text to a bindable string: [Bindable] private var myText:String ; and then on your remote response: myText = remoteResultText On Fri, Mar 20, 2009 at 9:25 AM, johndoematrix wrote: > how can i bind a text area(or text input) to a field that i return from > a query with a

Re: [flexcoders] Re: problem with XML in flex

2009-03-20 Thread Vikram Singh
Thanks :) From: Michael To: flexcoders@yahoogroups.com Sent: Friday, 20 March, 2009 1:23:39 PM Subject: [flexcoders] Re: problem with XML in flex Type "adobe flex cms" into youtube and you will find a member "mikenku" who created a cms in flex but as an air.

Re: [flexcoders] swf file size changes from build to build?

2009-03-20 Thread Fotis Chatzinikos
Alex, I never used the link-report option before but what i get makes no sense: clean build: link-report file size 94KB - no references to my custom components or external libraries - away3d,etc... total symbols: 177 - total external symbols: 118 - size (bytes) 499601 - optimized size: 277159

Re: [flexcoders] Cursors and datagrids

2009-03-20 Thread Paresh M More
Jason , The right way is var cursor1:IViewCursor = dataGrid.dataProvider.createCursor(); while(!cursor1.afterLast) { cursor1.moveNext(); } On Thu, Mar 19, 2009 at 9:09 PM, Jason Nichols wrote: > I'm not sure if I'm missing something regarding cursors and datagrids... > > I'm trying to implem

[flexcoders] Re: problem with XML in flex

2009-03-20 Thread Michael
Type "adobe flex cms" into youtube and you will find a member "mikenku" who created a cms in flex but as an air. That air program then creates an xml file and uploads it. Hope some code there helps.

Re: [flexcoders] checkbox and text input

2009-03-20 Thread Paresh M More
private function ValidateIP():Boolean { // Validate IP Address var pattern:RegExp = /\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b/; if ( pattern.exec(String(ti_ipAddress.text)) ==

Re: [flexcoders] problem with XML in flex

2009-03-20 Thread Paresh M More
Vikram, U can use string and concat it in the form of XML, and then send to FLEX using Httpservice, FLEX, have a xml parser so u need not have to worry -- Regards, Paresh M. More Software Engineer Nashik/Pune, Maharashtra, India. Email - pareshm...@gmail.com On Fri, Mar 20, 2009 at 11:18 AM, Vi

Re: [flexcoders] URLLoader, FileReference and file download from server - Open or Save options

2009-03-20 Thread Charles Galpin
Vijay, this works for me for png files. I don't expect pdf to behave differently // Flex navigateToURL(new URLRequest(url), "_self"); //Java servlet response.setContentType("image/png"); response.addHeader("Content-Disposition", "attachment; filename=\"" + name + ".png\""); response.setCont

[flexcoders] Re: Activate Text Area

2009-03-20 Thread stuarthuss
I am not sure that I've understood your requirement correctly, but I think you need to use the setFocus() method of the FocusManager to place the focus on the first form item you want to place the cursor in. --- In flexcoders@yahoogroups.com, "christophe_jacquelin" wrote: > > Hello, > > I hav

[flexcoders] Re: problem with XML in flex

2009-03-20 Thread stuarthuss
Have you done Adobe's Exchanging Data Tutorial [ http://learn.adobe.com/wiki/display/Flex/Part+II.+Exchanging+Data ]? This tutorial should provide the help you need. You retrieve XML and Plain Text data from ColdFusion, PHP, Java and ASP.NET servers. --- In flexcoders@yahoogroups.com, Vikram Si

[flexcoders] Re: Formatting a TextInput

2009-03-20 Thread stuarthuss
You can use Flex Framework formatter classes, for a demonstration on how to use them check out the short (6 mins) video "Formatting Data" from Adobe's Flex in a week tutorial [ http://www.adobe.com/devnet/flex/videotraining/ ] It's on Day 3. --- In flexcoders@yahoogroups.com, "christophe_jacque

Re: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1

2009-03-20 Thread Paresh M More
Thanks Tracy for the wonderfull description, Greg, Use this piece of code cmdHttpService.addEventListener(ResultEvent.RESULT, CmdHandler); cmdHttpService.resultFormat = "e4x"; cmdHttpService.useProxy = false; cmdHttpService.contentType = "text/xml" ; cmdHttpService.addEventListener(FaultEvent.FAU

[flexcoders] Re: Formatting a TextInput

2009-03-20 Thread stuarthuss
You can get more info on formatting data at [ http://www.adobe.com/devnet/flex/quickstart/formatting_data/ ]. You might also want to consider validating the data so check out [ http://www.adobe.com/devnet/flex/quickstart/validating_data/ ]. --- In flexcoders@yahoogroups.com, "christophe_jacquel

[flexcoders] Flex 2 Store That Works In Flex 3?

2009-03-20 Thread Michael
When I import the Flex Store that was created in version 2, I run the application but it loads about 75% and then stops. I know Adobe noted that some changes might be necessary for the Flex 2 store to run properly in Flex 3. Does anyone have those changes that must be made or a source link of

[flexcoders] Activate ItemRenderer in AdvancedDataGrid

2009-03-20 Thread yossi.baram
Hi helper, I have an Hirarchy data grid, I actualy took the adobe sample http://inovativeflexdevolopment.blogspot.com/ What is does is creating ObjectHierarchicalData that implements IHierarchicalData. the dataprovider is set accordingly and all looks great. In my grid I can see the parents and al

Re: [flexcoders] Gallery Drag and Drop

2009-03-20 Thread Tom Chiverton
On Friday 20 Mar 2009, christophe_jacquelin wrote: > I have 2 Tile List of images (2 galleries). How to do drag and drop between > the 2 galleries ? DragManager. -- Tom Chiverton Helping to collaboratively industrialize dot-com magnetic essential interfaces as part of the IT team of the year, '

Re: [flexcoders] problem with XML in flex

2009-03-20 Thread Paul Andrews
Vikram, you may have heard of google. Flex + PHP First result: http://www.adobe.com/devnet/flex/flex_php.html Paul - Original Message - From: Vikram Singh To: flexcoders@yahoogroups.com Sent: Friday, March 20, 2009 5:48 AM Subject: [flexcoders] problem with XML in flex I

[flexcoders] Flex app fails when moved to server hosting web services

2009-03-20 Thread wubac1
I have a Flex application that runs fine from my desktop. When I move the files to a virtual machine that already hosts the web services for the app, it no longer works as expected. Now, when the app creates a WebService and calls an operation, I see that the WSDL if located and downloaded, bu

[flexcoders] Synonym Issue

2009-03-20 Thread lehaianh1986
I want to question anybody who know about synonym issue. In my AIR app, I have text area component to compose some document. I want to have synonym function in order to when I click any word in text area, the app show list of synonym word that I can replace this word by another word. I have sear

Re: [flexcoders] round timer

2009-03-20 Thread claudiu ursica
Hi, unfortunately I cannot give you any code since is company property. However we have something similar. It was designed in flash (some circular paths and masks will do the trick) and exported as a flex asset. This is embedded in a flex component which update the timer via a binding. The anima

[flexcoders] Gallery Drag and Drop

2009-03-20 Thread christophe_jacquelin
Hello, I have 2 Tile List of images (2 galleries). How to do drag and drop between the 2 galleries ? Thank you, Christophe

RE: [flexcoders] Combobox Problem

2009-03-20 Thread Alex Harui
Did you handle recycling properly? Have you read the item renderer category on my blog? Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of venkat eswar Sen

[flexcoders] Activate Text Area

2009-03-20 Thread christophe_jacquelin
Hello, I have several Text Area in a same Panel. How to activate the cursor at the beginning of a given text area by program ? Thank you, Christophe,

[flexcoders] Formatting a TextInput

2009-03-20 Thread christophe_jacquelin
Hello, I want that a TextInput to have always the same format : 000/000 with 0 replacing by different numbers. How to force a TextInput to be in a given format ? Thank you, Christophe,

RE: [flexcoders] checkbox and text input

2009-03-20 Thread Tracy Spratt
Certainly this can be done. It is not difficult, it just has several parts. Make sure each step works before going on to the next. * Get your data * Put it in an ArrayCollection * Populate the dataGrid with that Array collection * Create a filter, using a hard coded IP add

[flexcoders] Pb with DateField

2009-03-20 Thread christophe_jacquelin
Hello, I have a DateField that is a birth date. But is is long to set the year of the birth date. Do you know another component or solution ? Thank you, Christophe,

RE: [flexcoders] swf file size changes from build to build?

2009-03-20 Thread Alex Harui
Can you guys compare link-reports of the two builds? Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Fotis Chatzinikos Sent: Thursday, March 19, 2009 10:0

[flexcoders] Re: SQLAssembler createItem issue

2009-03-20 Thread wayne_badu_johnson
I found resolution, sorry for all my typos too :) For someone else with the same issue, in the data-management.xml: INSERT INTO tracking(visits, description, created) VALUES (#visits#, #description#, #created#) SELECT LAST_INSERT_ID() The SELECT LAST_INSERT_ID() solved is

Re: [flexcoders] How do I create a "clickable line" in Flex?

2009-03-20 Thread Brendan Meutzner
You can use the drawing API (ie. graphics.lineStyle(), g.lineTo(), etc...) and "draw" your line on a component layer (UIComponent for instance). Then just add event listeners to the component instance for click, mousedown, etc... There's plenty of documentation for the drawing API methods, and th

RE: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1

2009-03-20 Thread Gregory Kelley
Thansk for the insightful reply. I'm new to flex and am working on an application that was created long before I started on it. I have been refering to existing code to progress my knowledge and have also been reviewing best practices online. The existing code doesn't use strongly typed objects but

RE: [flexcoders] Re: A ModuleLoader issue

2009-03-20 Thread Alex Harui
In the shared code module examples, I would put historyMgr in the shared code module and load it before anything else. Note that if you use the cached framework rsl correctly it should take care of the HistoryMgr problem. Alex Harui Flex SDK Developer Adobe Systems Inc. B

RE: [flexcoders] Re: Convert Air app. to Flex

2009-03-20 Thread Gregor Kiddie
Right, you are using FB to compile your app. You need to change the nature of your project from AIR to Flex so that FB will run it as a Flex App rather than an AIR app (If you just ran the compiled swf through the browser, it should work fine). FB isn't that nice at changing project natures, bu

RE: [flexcoders] How do I create a "clickable line" in Flex?

2009-03-20 Thread Alex Harui
If the line is drawn in a Sprite or UIComponent you can click on it. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of denkzeug_de Sent: Thursday, March 19,

[flexcoders] problem with XML in flex

2009-03-20 Thread Vikram Singh
I need to generate XML with data fetch from database. I am using PHP. then send this generated XML to Flex application and display in flex component like (tree, list or Grid). but i am not getting how to generate XML and passed to Flex? any easy protocol for communicating between Flex and PHP?? a

[flexcoders] bind a text area to a field that i return from a query with a remoteObject

2009-03-20 Thread johndoematrix
how can i bind a text area(or text input) to a field that i return from a query with a remoteObject?

RE: [flexcoders] variable rowHeight in tilelist

2009-03-20 Thread Alex Harui
If you're trying to avoid scrollbars, you must not have that many tiles so use mx:Grid Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of stinasius Sent: Th

[flexcoders] Arraycollection to xml

2009-03-20 Thread venkat eswar
Hi all, I am using advanceddatagrid with treestructure. I used Arraycollection as Dataprovider for advanceddatagrid.Now i want to convert the Arraycollection to xml for storing it to database with php as backend. How is it possible. Please help me

RE: [flexcoders] round timer

2009-03-20 Thread Alex Harui
Look for the Gauge components Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of makeflex Sent: Thursday, March 19, 2009 4:55 PM To: flexcoders@yahoogroups.c