Flex

hitTestObject method

Hi allI have a problem with this method. Suppose you have two UIComponents with the same x, y, width and height. In which situations (second) first.hitTestObject can return value false? Thanks in advance,Narek Simard

MyComponent

Hello!on the next Sample of Restaurant Finder sample There are 'stars' to assess a restaurant, it is a basic component of flex builder or it is part of "MyComponent", or was it in AS3? Best regardsNicolas Milesi

Re-initialize the Panel

I have several views, which is a panel that displays data from a web service. I would have these up-to-date whenever the Panel is seen. I guess I have to add a Manager to one of the events Panel so that whenever the Panel is it seen its data refreshs

Components and parameter values

I'm including two components in my Flex application. That is my main application is called Main.mxml and inside I include SecurityTypes.mxml and SecTypeList.mxml. Inside the SecTypeList.mxml, I have a DataGrid and a button. Inside the SecurityTypes.m

Newbie Architecture question

I'm trying to be a good Flex architect and put my script in external .as files using < mx:Script source = "asFile.as" / > to reference the file. The problem is, I'm referencing the different elements of the .as file command (for example, a function t

Using validators

I have a form to add customers to a database, when you have finished the form you click on the Submit button that calls a function that validates each component in the form by running each validator to the form's validate() function. If any of these

Alignment of the label question form

In my current application, I have a lot of forms with each with sets of form elements, as follows: < mx:Form id = "theForm" >< mx:FormItem id = "formName" label = "" name: "width ="100% ">"< mx:TextInput id = "formNameText" text = 'Epsilon' / >< / mx

AS Basic code in MXML question

Im a newb flex with a php background. PHP if I want to add a script in my HTML I just use the <? < code >? > to do. If I could do something like this:<? PHPIf ($value > 5){? >}value is greater than 5<? PHP} else {? >}the value is less than 5<? PHP}?

Displaying the same Image in two different Image controls

We use 2 Flex to dynamically display a large image (2 MB +) that is downloaded from an external web server on a different domain. We would like to take that same image, to scale down and post it in along side the version full size of the image in a t

Navigation in a ViewStack with an accordion

I have a ViewStack of elements that match a set of elements in an accordion. I have seen how a ViewStack can be browsed using a LinkBar, but is it possible to control the display of ViewStack by capturing a change event on an accordion which has it's

Slider component changed event

Hello flexers, I'm pretty new to Flex2 and need to enter the next month for a full screen flex application.In my research I often found some bugs/features that are not yet implemented or fixed, so I'mnot sure if I do not understand the event model in

Need help with EventListeners

I have a component called the MessageBox, which serves a custom shortcut menu by using the PopUpManager.The component has a textField in for a user to enter a message.I need to capture the text of the text field. I have set up an event that is sent f

Rehearsal with XML

I need a little help with the Repeater object. I use it to create a dynamic number of images... the images receive their XML source string, but I do not know how to reference the child node. I have a HTTPService using php to run a query on a mysql da

Extending Panel titlebar

I am trying to extend the object Panel to add command buttons to the upper right of the Panel (in the title bar) I basically copied the source code for an operation similar to the example of adobe: app Store Flex * by adding the following code to my

Where is the flex builder plugin?

Hello From the download site, I see that there is an eclipse total flex builder... BUT where is just the flex plugin? I'm trying to go through the tutorial below and it reference Eclipse plugin and doesn't seem to work with the flex builder on the do

DateChooser problem / bug

HelloI had problem with DateChooser component. If I use the for the initial setting selectedDate property selected date. A calendar is displayed with good months and the year - but the date are not the highlight. Second problem is when I try to go fu

Webservice access problem

Hello I'm a complete newbie to Flex so please be patient with my questions. I am a .NET developer and I'm trying to bind the result I get from my webservice to a simple text box. (Yes, it's a typical HelloWorld application) The mxml code is as follow

NetConnection.Call.Failed on: HTTP: 404 status &amp; quot; Error

Hello!I'm a newbie to Flex and FDS.I read an article "Rich Internet Applications with Adobe Flex 2 and Java" http://Java.sys-con.com/read/210991_p.htm and I followed the steps of tring to get the job of the sample.but without success, several hours p

RuntTime loading of Application Flex components

I'm about to take the plunge and start using Flex to a new web application, but I am concerned about the loading time. Flex compiles applications in a single SWF file that must be downloaded in its entirety by the customer. We add new features to our

blur effect

I currently have a problem implementing the blur effect on a number of different images. I'm able to accomplish this blur effect on a single image without any problems. Looking at aid, there is a field of targets can I pass an array, although I'm not
« Prev 1 2 3 4 5 6 7 8 9 ... 10 Next »