Flex

If you deselect a datagrid

Hi all...This should be a fairly simple thing to do... but... All I want to do is deselect a row in a datagrid control. So my question is how do I put my datagrid if no row is selected. Thanks in advance for the answer! Have an ordinary day...Kompute

DateFormatter and a DataGrid control

Confuised a bit here. I have a DateFormatter function I want to work with a datagrid control. I can use this function in other areas of the model without any problem. I can't do it to format the data in the datagrid control. So far, that's what I hav

Add children to runtime and related issues.

OK, I have some basic conceptual perhaps questions of you, assistants can answer. I use the flex SDK, I add text components to my component during execution, which works very well. Unfortunetly im stuck on a basic concept that relates to the addition

What becomes an array ActionScript on Java?

I send an array from Flex to a Java assembler, and according to literature tables on ACE becomes java.util.List on Java.The thing is that when I try to mount this Java object in a list application (for example, ArrayList), it throws a ClassCastExcept

No Flex 2 for Mac?

Hello I'm interested in developing Flex applications, but when I went to download the trial version to check it out, the application Builder is only Windows. I'm on a Mac. How is there is no Flex Builder for Mac? Is there a planned? I'd be interested

DataGrid Sorting and itemClick event problem

Scenario:I have a DataGrid. Click its item, it calls an itemClick event to perform certain functions. When I click on his head to sort before I chose to any element, it works fine. But if I chose point first of all, when I sort, it sort first and the

A bug in Canvas.measure crash

This is a bug that has been biting me for a few weeks. Here is a screenshot of Flex when it errors. Maddening error screen capture The program die when measureContentArea (in the package mx.containers.utilityClasses, file CanvasLayout.as) makes a loo

Definition of hideEffect/showEffect in ActionScript code

I can't find a way to set the "effects" of any UIComponents in code. In mxml, it is a simple matter of definition of the attribute and the value as follows:< mx:Image hideEffect = "someEffect" / > But as the compiler complains withimage.hideAffect =

Project forbidden Flex/CF

Hello, the gurus who are familiar with Flexstore and/or phone selector: Partly for the study and in part to prepare a new project, I started to redo the Flexstore sample application using a database provided access and ColdFusion CFCS instead of usin

Why would you use actionscript for events

Just downloaded and installed Flex and working my way through the tutorials (bright eyes). However the 'event' tutorial presents two ways to create an event and associate it with an object. The first uses the design mode to put a function call in the

Simple HTTPService which returns the text

I have made through Google and the documentation for it but still can't find what I want. Basically I have a php file that takes some of the entries, it treats and returns the text, I already know how to transfer the data to the flex php file, what I

Slow down rendering on Datagrids

Not sure if it's my code or what, but I'll have to wait more than 5-7 seconds for a datagrid that I have to return. Code is below... of course, there is a bit of data in there, but again, it seems that too much time used. Here's what the columns look

Change the cursor to pointer/hand

I would like to set the cursor to an image to be a "hand" or "pointer" to indicate to the user that it can click. I read on the CursorManager static class but it seems way too much work for something so simple. Am I missing something? Shiv.

Passing parameter (s) to the fLex SWF compiled object

Recently, I found that by copying sources HTML generated by Flex in my own CFM page, I could add some process on the server side. Now, I wonder if it is possible to change a parameter - or more than one - to the SWF object generated and compiled with

loops for each: the type of the variable

I see warning in the editor telling me that the type of the variables in my curls foreach was not specified. I use an XMLList type (such as the collection) and I can not understand what should be the type of each element.Here is a sample of my code.

Get selectedItem in a ComboBox

I use HTTPService to get an xml from the server document. the resultFomat has the value "e4x".I then assign the lastResult.xxx.xxx to the dataProvider for a ComboBox and the labelField of the comboBox control is set to the attribute "description" (co

ComboBox not compile correctly

I have a ComboBox in a FormItem that is filled with an array of abbreviations of State (created in a Script block). When it compiles each 5th State is empty (for example, [empty] AR CO). If you click on empty place where it should be, it fills the Co

Events and nested components

This issue has been driving me absolutely crazy. I reduced the problematic code down to a rudimentary example that illustrates the problem that I have. Why did this generates a "1009: Null object" error: <? XML version = "1.0" encoding = "utf-8"? >""

Impossible to install the Flash Debug Player

I uninstalled the debug version of the Flash player to make a test and now I can't install it again. I tried: -Uninstalling the entire application from Flex Builder and re - install again.-Uninstall the Flash player and then by running "Adobe\Flex Bu

The control properties

Currently, I am trying to define a number of different control properties, a button in this case, leave in actionscript. I use eclipse and action script, when I type the ID of the control and '.' a number of properties is displayed. Unfortunately, I
« Prev 1 2 3 4 5 6 7 8 ... 10 Next »