I used Flex's create application from database option for PHP to generate needed code. Everything worked fine locally. I changed the connection variables for my godaddy account
<?php
/**
...
Flex remote object connection failed in IE8.
Below is the fault detail
faultCode = "Channel.Connect.Failed"
faultDetail = "NetConnection.Call.Failed: HTTP: Status 200: url: 'http://192.16...
HI
I've a componenet A.mxml and in that i'd created a label.
There is another component in A.mxml say B.mxml.
In B.mxml user is selecting a value let say from a frop down.
Now i want to s...
Hello,
I`m really new to Flex and ActionScript so please be patient with me.
I want to implement this script: http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/TabNavigatorInfoWi...
Hi,
is there any way to set the header backcolor for individual columns is advanceddatagrid? I have a requirement to set the header backcolor of first 3 columns to red, next 3 to blue, e.t....
Hi,
I have requirement in Flex3 builder
when I click a button in mxml component I need to get into a particular state of an another mxml component How can I do this in "click" function ...
For some reason when i try to access the selectedDate object in a DateField component I always get a null object reference error, even when there is a selected date. I can't think of anything ...
I am writing an Adobe AIR application that needs to run the mxmlc compiler from within the application. There are two things I don't know how to do:
First, how can I execute a command line ...
I am looking for samples / examples where a button or similar control has been implemented as a movable component (via user interaction) within a parent container such as a Canvas / HBox. I me...
I have other CFC's that i am calling like this one with no problem, but for some reason I get an error. Why is this? For simplicity I put in default parameters in the function. I get the error...
I can't believe how difficult it has been for me to find an answer for this...I've done it in many languages, and am wondering if it is possible in Flex/AS3...
I want to create dynamic vari...
- Can anyone comment on the performance of WebORB using .NET?
- Pros vs Cons?
- Would you recommend? Why So? Why Not?
Thanks!
I have an accordion that I would like to use a papyrus font. How do I do this? I assume you have to embed a font and then somehow set the font for that controller.
Hi, I'm new to Flex Builder 3 and I'm developing an app that will take information entered in a form, and submit that form to several different websites. I want it to open up a browser instanc...
I need to write a new version of my software to deploy on the web and Windows. I have thought that SilverLight or WPF out of browser was the answer since version 1.0 was in C#. But now I'm tol...
Hi, I wrote a client/server app in Flex 3 (client) and Python (server).
Everything worked fine in debug mode. When I build a release build, the ProgressEvent.SOCKET_DATA no longer fires...
var res:ArrayCollection = event.result as ArrayCollection;
if(folderObj.children != null)
folderObj.children.addItem(res[i]);
In the above code, i am getting the following error.
...
i am using a textinput component .
when used a style which contains a font family as Arial
i am unable to load an i18n data
but when i removed the style for that particular component , the...
I have built a (reusable) custom SuburbPicker component (extending Form) that allows a user on keystroke into a txtSuburb FormItem to be presented with a list of filtered possible matches and ...
Dear fellow developers:
I am trying to view a pie chart that I have built in flex in an external component. My code compiles fine, but unfortunately, when I launch the application, the pie...
Hello Experts,
Im having a problem figuring out why the following does not work:
private function test():void
{
Parse1(textarea1.text);
Parse2(textarea2.text);
Parse3(textarea3.tex...
For some reason I can't get the Adobe Spell Checker Squiggy to work in a Flex 3 Popup Window. Has anyone come across this problems before?
I have a function where I pass the name of the button pressed as a string parameter. I then want to use this variable to trigger the click event on a TitleWindow for a button with the same nam...
I'm trying to call a function that is contained within another page, which I have done successfully before.
Main.mxml
------------
//contains namespace
xmlns:Users... />
<Users:Pa...
Hi,
In the same code, i was trying to sort the combobox items and trying to add <Select></Select>, so in getData method, I'm converting the xmlList to XMLListColletcion and then sort it and...