Flex :: Webpage That Visually Shows All Available UI Components?

Oct 4, 2010

Is there web page (Adobe or other) that visually shows all the available Flex UI components? (similar to Java Swing's A Visual Guide to Swing Components)

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Loading Components - Content No Longer Shows And The Mask Disappears

Jul 25, 2011

I have an application written in AS3 that is loading swfs written in AS2. Most of them work fine, except for ones that contain the old AS2 accordion component. Loading one results in it working correctly, but each one that is loaded after it breaks the previous one (the content no longer shows and the mask disappears). It's not just limited to the accordion, any of the AS2 components that came with Flash Pro cause breakage. I've tried loading the swfs to separate movieclips, tried using applicationDomain, tried everything else I can think of. Rewriting the swfs in AS3 is not an option due to circumstances out of my control.

View 2 Replies

Flex :: Components - Components - Any Component With The Functionality Such As Horizontally Collapsible Window Or Panel

Aug 22, 2010

Do you know any flex component with the functionality such as horizontally collapsible window or panel I found arc90, but it folds vertically.

View 1 Replies

Flash :: Flex Dynamically Created Components Added To Custom Components

Sep 8, 2009

I am created a dynamically adding a VBox, that contains two images. Into a Custom Component that is derived from UIComponent. The problem is the Vbox that contains the two image is only a really tiny size. I would like the VBox stretch to the size of the two images. This is how I am creating the Vbox....

[Code]...

View 1 Replies

Is It Bad Design To Nest Components Inside Components Using Flex 4

Sep 15, 2010

Is it bad practice/design to nest components inside components using Flex 4? Should I simply be creating components and inserting them into my main application as below, or doesn't it matter?

<com:MyComp1>
<com:MyComp2>
<com:MyComp3>

[code]....

View 1 Replies

Flash :: Edit Visually Created Class In AS3?

Jul 30, 2011

I have some class that I created visually in Flash Professional CS5 by transferring drawn result into a MovieClip and extorting symbol into AS code. Now, I want to add some properties to the class. To be more specific, I've created Ball class and want to add to it variables that will represent vertical and horizontal speeds. How can I edit the class in order to do it? Also, when I wanted to add some visible external element to the class, at first I decided to add MovieClip property in the code itself, but then recalled method .addChild() that worked perfectly for me. Now, I can't do the same with non-visible properties. So, what is the difference between adding visible elements using .addChild() and adding them in the code itself?

View 3 Replies

ActionScript 3.0 :: Create App Where Could Control How Things Will Visually Appear

Mar 1, 2010

I can't decide what i want to use. I've made an admin page using flex adding FAQS to a database plus some other little options.but for the user i want a FAQS search app. I initially thought i would use flex, but i've come to the conclusion Flex is only quick when using the built in components. To me flash would be easier to create an app where i could control how things will visually appear.For example in Flex would it be just as easy in flash if I were to NOT use "lists" and "datagrids?" What if i want to have a "skinless" expand and collapse type menu?

View 14 Replies

Flex :: Iframe Shows Always Top?

Jan 10, 2011

I am using iframes in flex 4 but it is shows always top.i am not able to show the tooltip.how to solve this?

look at the picture.Here i wnat to show the full tooltip of the button but it's hide half becouse of the iframe i need to solve this,how to do this?

View 1 Replies

ActionScript 3.0 :: Keep Object1 Visually Ontop Of Object2 And Object3?

Dec 26, 2008

is there a way were I can keep object1 visually ontop of object2 and object3 ,if object 2 and 3 are constantly by removed and added to the stage?

View 5 Replies

ActionScript 1/2 :: Drag And Snap Puzzle - Visually Incomplete

May 20, 2009

Basically I was instructed to put this code into my main timeline:

function completedPuzzleCheck(){ // add this to your main timeline
if(!numCompleted){
numCompleted=1;
} else {
numCompleted++;
[Code] .....

It all works great but the issue (on a couple puzzles like this) is that a person could move one piece 8 times into the same correct position and the "Great Job" message will pop up although the puzzle is visually incomplete.

View 7 Replies

ActionScript 2.0 :: Component Alignment - Reassignment Of The _x And _y Are Visually Changed?

Sep 4, 2007

My overall project is to create a gallery app (sort of like the mac album browser app) Anyway, all images are loaded from an xml file:


Code:
<imageSet>
<image>[code]....

The reassignment of the _x and _y are visually changed, but for some reason it is towards the bottom and not the middle like it should be. (1000x400px document). Something is up with the component...

View 3 Replies

Flash :: Animation Tool To Explain Software Project Visually

Dec 10, 2011

I have a software project, which involves complex process and calculation. Rather than writing it's logic and business flow in a document, i want it to be explained in some sort of animation visually, which would be easier for some one new to my project.

View 1 Replies

ActionScript 3.0 :: Text To Speech / Narrator For Visually Impaired People

Apr 8, 2010

does anyone have an idea how can i do it? i have loads of text in flash that i want to be narrated for people with poor vision for a project..how do i proceed? the texts are in textArea's btw.

View 3 Replies

Flex :: Detect Whether Scroll Bar Shows Up In Datagrid?

Mar 9, 2010

I want to find out whether the scroll bar shows up in my Datagrid or not.

View 1 Replies

Flex :: ItemRenderer Shows Through ItemEditor On AdvancedDataGrid

Apr 5, 2011

When not editing the cell, it shows a centered date as plain text. When editing, it shows a DateField editor. The second example is exactly the same as far as I can tell, other than the fact that it is an AdvancedDataGridColumn. Using that code with an AdvancedDataGrid, when I go into edit mode I can see the text from the normal item renderer behind the DateField editor (between the text input and calendar icon).

Example 1:

<mx:DataGridColumn id="endColumn"
dataField="endDate"
headerText="End"

[Code]....

View 1 Replies

Flex DataGrid Shows Mixed Data?

Dec 14, 2011

i've working in flex for some years and it seems to me it's an awesome tool. Some days ago i've had an extrange behavior in my datagrid.

I have a php service which reads a database and sends this data to felx. The service and the info saved in the dataprovider in flex are working without problems, but when datagrid shows the loaded info, it shows many cells with wrong data. The data shown seem to be mixed with other cells. I have two registers: "The lightbulb is red" and "The dog is dangerous". But the datagrid shows e.g. "The lightbulb is Dangerous" or "The dog is red". When i see the dataprovider in a breakpoint all data is correct.

But it's even much strange when I click over a problematic cell, this automaticaly changes its content to correct values.

[Code]...

View 1 Replies

AS3 :: Xml : Read MusicXML File In FLASH CS4 In Order To Visually Display The Data?

Jan 6, 2011

I want to create music Visualization in flash by reading the musicXML file.Is there some sort of a class that reads it? or a help guide to understand the musicXML structure and how to use it in order to visualize its music?

View 1 Replies

Actionscript 3.0 :: Loader Class Not Visually Showing Loaded Object On Stage?

Jan 23, 2009

I have this code in a class:

Code: Select allpackage com.jhoyt{
import flash.net.URLRequest;
import flash.events.*;[code]....

and I have this code on the timeline of the movie its being loaded into:

Code: Select allimport com.jhoyt.SSIlaunch;
var ssi:SSIlaunch = new SSIlaunch();
addChild(ssi);

I know its loading because I can put trace actions into the addAndPoint function and it gets called. what can I do to make it display?

View 3 Replies

ActionScript 3.0 :: Loader Class Not Visually Showing Loaded Object On Stage

Jan 23, 2009

I have this code in a class:

[Code]...

I know its loading because I can put trace actions into the addAndPoint function and it gets called. what can I do to make it display?

View 1 Replies

Flex :: Image Shows Up In Design Preview But Not Application

Jun 23, 2009

My embedded images show up in the Flex Builder Design Preview, but are not displayed when the application is run. The images have relative paths (/assets/images/...), and the application is run on the server (wamp). I've appended the path to the compiled location [URL] and tried to display a image in the browser, and the image exists, too. I've compiled it via FlashDevelop, Flex Builder, and Ant. I've deleted and remade the bin/bin-debug/release/bin-release files to no avail.

View 1 Replies

Flex :: FLV Video Shows Wrong Playhead Time?

Jan 2, 2012

I am recording FLV videos with Red5 server and playing them back in a Flex app. I am aware that Red5 does not properly inject the FLV MetaData, so I am using an external commandline tool to get the metadata in there.

Because I am injecting the metadata, my duration of the video is correct.

The problem I am having, and this is true with all FLV players I try to play the video with (even 3rd party stand-alone video players), is the PlayHead time is never started at 0. When I load up the FLV to play and lets say the video is 10 seconds long, the current time label on the playhead starts at 1-2seconds instead of 0 and the horizontal slider current time indicator also is moved away from 0 and is set to 1-2 seconds along the slidebar. the video plays back fine from what I can see though.

Is there a byte in the FLV that I need to change so that it will start the playhead at 0? I realize this is probably something to do with Red5, so if anyone has any work-arounds or potential things to watch out for that may be causing this

View 1 Replies

Flex :: Mutilple Data Shows In Line Charts Legends?

Jul 1, 2010

i had a issue, when the chart data is displaying the legends has to be shown theinformation of the charts.But i need to show the multiple data columns for each each legends has to be displayed.Can any one of you having this type component

View 1 Replies

ActionScript 3.0 :: Server Shows Error Message In Flex Side

Jan 4, 2011

I am using AIR with tomcat..(blaze ds as bridge) but i changed in service.config also in server side but i got the following error.. how to rectify this problem Result : [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url:

View 1 Replies

Flex :: RSL - IE Shows Error #2124: Loaded File Is An Unknown Type?

Jul 22, 2010

Implemeting RSL in Flex 3.2 The build comils perfectly but opening it shows Error #2124: Loaded file is an unknown type. URL:Whereas I have confirmed the requisite files are there in the folder. i.e. SWZ/SWF. I also noticed we assetCache does not contains framework swz.

View 1 Replies

Flex :: Example Flex Zend AMF Sharing Web Services Between Components In ViewStack

Aug 10, 2011

I've been searching for the last couple days but can't seem to find a basic example of what I'm looking for. I'm developing a Flex 4.5 app and in it I have a viewstack of 2 components that use some of the same services. Currently the only way I can get the app to correctly use the web services is by defining 2 different web services that use the same PHP web service file. For example: I have an app, and within it I have a viewstack with tab navigation of 2 components: #1) retrieve a list of all Salary Employees, and #2) retrieve a list of all Contractors. Currently to get it working I am defining a UsersTableEmployees webservice within component #1 and a UsersTableContractors webservice within component #2, but they both point to the same PHP class, and only differ in the arugment value I pass to them. Ie, getUsers("employee") and getUsers ("contractors"). Of course this is not best practice.

Searching StackOverflow and Google gives me many results about ColdFusion and MVC (example What's the best way to share data between components in Flex?), but I'm still confused. Can anyone here point me to a basic example (even sample MVC) and source code of an app that uses Zend AMF and allows different components to call common web services?

View 1 Replies

Flex :: Create Advanced Flex Custom Components Library?

Nov 25, 2011

I want to create a custom component library. the components are customize-able during creation time. means like Accordion or TabNavigator, when we drag and drop the Accordion in flash builder it

<mx:Accordion x="38" y="167" width="200" height="200">
<s:NavigatorContent width="100%" height="100%" label="Accordion Pane 1">
</s:NavigatorContent>

[code]....

View 2 Replies

Actionscript 3 :: Flex Chart With Multiple Y Axis Shows Wrong Horizontal Origin

Jul 16, 2010

I have created a flex chart with multiple Y axis. I want that it shows origin for one of the data series. It shows the line, but on the wrong plase.

Maybe it is because I didn't tell to GridLines which axis use as a source? But, I am not sure if it is possible to do...

how to show horizontal origin on a chart with multiple axis.

Here is an examle which reproduses my problem.

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[Code]...

View 1 Replies

Flex :: 3 - Cachy - Insert A New Record And Query Next Time - Its Shows Previous Results Only

May 13, 2011

I am querying to server through flex,first time its show the result but when I insert a new record and query next time,its shows previous results only(problem facing in IE but not in chrome).

View 2 Replies

Flex :: Bubbling Events Within Custom Components In Flex?

Jan 11, 2010

I am using a custom component within another custom component in a flex mxml application file.Is it possible to bubble events from an inner component to the outer component and handle events in the outer component?

View 3 Replies

Flex :: Localization - Adobe Alert Title Shows Localized Asian Language Correctly?

Apr 8, 2011

I'm creating an alert popup within an Adobe Flex 4 project using the following:

Alert.show(resourceManager.getString('myresource', 'ErrorMessage'), resourceManager.getString('myResource', 'ErrorMessageTitle'), Alert.OK|Alert.CANCEL,this,onExitSuccess,null,Alert.CANCEL);

When my language is of Asian origin (Japanese, Korean, Chinese, etc) the title appears correctly on the Alert, but the message does not. I'm seeing the correct localization values EVERYWHERE ELSE in my application except the Alert popup and in one other instance on a mx:Checkbox control.

I've checked my app and the strings are being returned from the resourceManager correctly but just aren't rendering to the screen. Does anyone have any insight as to what might be causing this behavior?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved