Hi, everyone
I am using BlazeDS for data-push feature in my Flex application project. From the official tutorial, Getting started with BlazeDS, it shows messaging example with producer/consumer from API.
but how can I implement server side which doesn't need to be invoke from Flex client, but from within server-side instead. I got some...
I have an external xml file and i want to display it in an advanced data grid....as in if i click the parent element the children have to be displayed in the corresponding columns...i'm trying it with my dataprovider but its not working.
How do i do that?...
...
Hi all,
My company is building a Flex application that we may need to port to other platforms:
Silverlight (likely)
Mobile (maybe -- iPhone: Objective-C , Android: Java, etc.)
Desktop (maybe -- AIR, .NET, etc.)
TV sets (maybe eventually)
Currently, I’m looking into application frameworks to build upon and I’m torn between pureMVC ...
can anyboy tell me the equivalent of this in flex
curl --insecure --request POST --basic -u [email protected]:password --header "Content-Type:application/xml" --data-binary "@c:\curl\examples\New_Activity.xml" https://beta.12sprints.com/v1/activities
basicaly this ia a api in which i need to send the user credentials and a xml file...
hi guys,
just facing a difficulty with tree control drag drop..
Suppose i have tree with drag-drop enabled.
I want to which node(id) is droped inside which node.
1]if i drag "Cat1" node inside "Cat3",i want to identify
ids of siblings of "cat1",and "cat3".
2]in general i want to know the ids of current element being moved along wit...
I've got a flex app that hits a remote SOAP service and populates a list with the results.
It works fine when i run it through flex builder, but when i compile the application and move it onto a webserver it can't access the services.
I've tried it from a standalone webserver and on my own machine. I'm assuming that there's a security ...
To crop the image into a selected size by drawing rectangle over it. It should be done in ActionScript 3.0 and Flex 3.0
warm rgds,
...
Hello Stackoverflowers.
Does anybody know how to add a new row to a datagrid via a checkbox.
example:
checkbox 1 : label (PS2)
checkbox 2 : label (PS3)
checkbox 3 : label (PSP)
By selecting one or all of these checkboxes i what to add a new Datagrid row.
Datagrid
Console price
row1 PS2 $20,
row2 P...
I need to realize a multiple-track player. The user can upload multiple tracks and mix (play them together). My problem is to allow the user to define an exact start position of each track to allow a synchronization between them, something like this:
Track 1: start at [x] sec.
Track 2: start at [y] sec.
play/stop
where the user can s...
I believe that OS is Windows or Mac to develop Flex application without headache. I'm working on Ubuntu. I try to use AXDT or Flex Builder 3 for linux to develop AS3. But everytime i change OS to windows when i develop Flex.
What is your opinion ?
...
DISCLAIMER: relatively new to Flex/AS3, I might be missing something obvious.
After doing some research it appears that using the for(var property:String in object) does not guarantee the enumeration order of properties, however it doesn't say anything about modifying the VALUE that property points to as changing the for...in loop. See...
In my flex app I have various custom components done with mxml or actionscript.
I want all of them to extend a base-class where I can define properties/event listeners etc.
Can someone give me an example how to create that base class and how I can extend it in mxml and actionscript components?
...
Hi
What is the main difference Between ViewStack Container and Canvas?
thanks,
ravi
...
We have a Flex app that is currently loading an XML file that contains Multiple Choice Question data. I don't want a user to be able to access this file via http, but if I use HTTPService to load the file (what we're doing currently) it seems as though I have to place the XML file within the public_html folder on our server.
Is there a ...
Hi,
I'm developing on a Rails project that uses authlogic for authentication. And I have a part in that project that is realized with Flex, and I need to know how a user can be authenticated if he or she is logged in or not.
I've set up a webservice called UserSessionService and was trying to get the user who is logged in, but it doesn...
In Flex, is there an easy way to change the size of a Checkbox? I want to make the checkbox bigger, but the label beside it the same font size. Thanks!
...
I'm using Eclipse and I'm wondering what the best Eclipse/Java/Flexbuilder code review tool is. If it matters we're using SVN as our SCM.
Here are the following I've come across:
Jupiter - seems like it's been around for awhile it looks like there is only a single developer on the project and the documentation mentions rather old vers...
I want to add some hidden field in Flex and send to the server
please tell me the solution ?
...
I'm using the FileReference class to upload flvs to a server.
Is it possible to check the flv length not size before allowing an upload?
...
I want to store some values in browser using cookies
but i don't do i do ?
please help me
...