Hi
I've implemented a own LoginCommand and it works perfectly for all the remote calls from flex. But beside the flex remote objects I'd like to protect some other web resources like html, jsp and swf files so I added a security-constraint with url pattern in the web.xml.
<security-constraint>
<web-resource-collection>
<web-r...
I've created a ComboBox skin by extending mx.skins.ProgrammaticSkin. It's working fine, except I can't figure out how to limit the width of the text. Is there a way to control this within the skin?
See the attached image for an example of the text going too far. I would like it to stop before the separator line to the left of the down ...
I have a Flex app that uses Flash Remoting and the RemoteObject to pull data from a ColdFusion CFC. About 75% of the time it works, but the other times I get a message using Charles (a debugging tool) that says faultString = "Unable to Invoke CFC". FaultCode = "Server.Processing".
Here's my RemoteObject:
<mx:RemoteObject id="carsSvc...
Am using Checkbox as ItemRenderer in tilelist. Am trying to setting
checkbox selected values through xml. I got the values perfectly.. but
checkbox could not bind the values(could not accept that). It's
automatically sets true for all checkboxes.
This is my xml
<PmhTreeAllow>
<PmhTreeAllowname id='1' label ='Allow Text' isField='false...
I'm developing external Flash Panel with Flex Builder 3 which can be opened through Window > Other Panels. While using that panel it opens more .swf windows as popup dialogs. Some of those windows contain input textfields. Those textfields have some character restrictions. The problem is that when viewing those popups only in MAC and onl...
Hi All,
I have a problem in my project.I want to implement Tab bar function under a drop down selection and when once tab bar is clicked it has to be navigated to a data grid.Can any body suggest me the proper direction to implement it.
Thanks,
Brenda
...
Hi all,
I want to know how to work on a single data grid which has tab controls in it.Tabs will be selected depending on the dropdown which is in the header.
Thanks,
Brenda
...
Following up from: http://stackoverflow.com/questions/3021557/as3-printing-problem-blanks-swf-after-print-or-cancel
I am trying to comeup with a function to print without creating a sprite, because that's what it seems to be causing my problem:
public function printScreen():void {
var pJob:PrintJob = new PrintJob();
...
Hy,
Is it possible to resize the application at the same moment when the Accordion size change, to make effect resize og the last one synchronised with resize of Application ?
In my code,, the Application is resized after the resize of Accordion is completed:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www....
How i can create pop-up window (with some text)when focus on TextInput (like in windows xp when i focus mouse cursor on file it shows short info).
ps: example of pop-up in windows xp
...
Hi,
I have advanced datagrid with list of items is displayed.I am using keydown for selecting the rows.But the actual problem is when i am selecting the items after the 2nd item it should move to the 3rd item but instead of that its moving back to the 1st item.I have defined selectionmode property to singlerows even then the result sam...
Hi all,
I have an application which takes live data from internet,
I want to develop another application which reads data from the internet and writes it
to an XML file (i.e. I want to save the state in an XML file).
THE ONLY THING I NEED IS HOW TO WRITE THIS DATA IN AN XML FILE. I WANT TO SAVE THE XML FILE
ON LOCAL DRIVE (SAY C: ...
Hey all,
I currently use iLog Elixir calendar component, and I am not entirely happy. It is buggy, support sucks and I can't play around with the source.
Does anybody know of a good, well maintain flex library project which has a decent calendar / date chooser component?
Thanks,
Sri
...
how do i change the item selected in a combobox selection based on a selection of a datagrid object?
...
Hi,
I have run into a problem where I am removing a component and adding another one.
I have set addedEffect and removedEffect for corresponding component.
But the addedEffect starts before the removedEffect completes.
How can i make them in order ??
I am doing this in actionscript.So, in this case i'm not using state and transition....
I'd like to run the Flex SDK compiler toolchain on our FreeBSD integration server to get around some nasty things like having to check in compiled Flex artifacts (yuck, I know!).
Is this possible? Any success stories? What do I need to do to make it happen?
It's worth noting that we have and use the data visualization components under ...
I am using linkButtons with a background skin inside a linkBar with a dataProvider. A couple of the labels from the linkButtons are too long and distort the linkButton skin. How can I make all of the linkButtons labels the same width?
...
Hi,
I want to slide images from right to left or left to right,is it possible?
Thank's in advance...
...
In order to learn flex as a beginner, which version should I go for or start i.e. Flex 3 or Flex 4 ?
As you might have noticed that both have different components and architecture.
Kindly advise it in details
...
I was given the task of building a flex 3 chart that relates each day(ex: 15/06/2010) of a pre-determined period with a time in hours (ex: 03:34:45 -> that would be 3 hours, 34 minutes, 45 seconds).
In other words, a certain amount of time in hours for each day.
I've managed to set the 'days axis' using DateTimeAxis. But I'm clueless ab...