Flex :: Accessibility - Reading Out A Label/text?

Nov 28, 2010

I need to make a small app accessible to screen reader.I'm managing to make buttons accessible, but I would also like to have a section of text accessible by screen readers so that users can hear what the text says.

I can't seem to work out how to do this.. I've tried various text controls and set them as focusEnabled, tabEnabled, i've set the accessibility* attributes too but it never seems to work, I cannot tab to a text label and hear the content.

I'm honestly a little new to accessiblity in Flex so apologies if i'm missing something obvious.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Playing A Label, Reading From Var

Apr 8, 2010

on my website there a short animation playing when u click one of the links the animation is in a MC on main timeline, when the animation is at frame 30, the main timeline needs to jump to a specific label

so until now, if u click portfolio, MC starts playing, and after 30 frames this codes brings the maintimeline to label "portfolio"

Actionscript Code:
MovieClip(this.root).gotoAndStop('Portfolio');

With this code, i can only jump to portfolio from MC so i need to code to be more dynamic

so i thought, i create a var, and fill it with a string every time a link is clicked

Actionscript Code:
var geklikt:string = "Home";

then the code in MC checks the content of the var, and then plays the matching label

how should i recode the first line of code, so that it plays the label matching the var?

View 5 Replies

ActionScript 3.0 :: GotoAndPlay Label - Reading From A Var

Apr 8, 2010

on my website there a short animation playing when u click one of the linksthe animation is in a MC on main timeline, when the animation is at frame 30, the main timeline needs to jump to a specific label so until now, if u click portfolio, MC starts playing,and after 30 frames this codes brings the maintimeline to label "portfolio"

[Code]...

View 1 Replies

Flex :: Why Is Accessibility Turned Off By Default

Aug 11, 2009

I'm a blind developer who is considering learning Flex. According to this link when you compile a flex application with the defaults it isn't accessible to screen readers. Why is this, are there performance issues I should be aware of, or was this just an arbitrary choice Adobe made?

View 2 Replies

Flex :: Enable Accessibility In Application?

Feb 13, 2010

The Accessibility best practices for Flex page from Adobe website list four strategies to enable accessibility :

[Code]...

I test if the accessibility is enabled by checking the value of Accessibility.active, which is always false in my sample application containing only a datagrid and some buttons, using the four above strategies. As I'm new to Flex, I don't really know where else I could search to enable it, and no, Accessibility.active = true; isn't a solution, as it's a read-only property

View 1 Replies

ActionScript 3.0 :: Add Keyboard Accessibility To Not Flex?

Mar 4, 2010

I have a flash based Air application I'm trying to add keyboard accessibility to (not flex).

My problem is that MouseEvent.CLICK is not being broadcast when tabbing to and hitting enter on an interactive movieclip.

The yellow hilight rectangle shows up around the movieclip fine, and the same code works perfectly if it's compiled into a non-air swf.

Is there some difference in keyboard interaction when compiling to Air?

View 1 Replies

Actionscript 3 :: Add Accessibility Requirements To A Swf Created Using Mxml + Flex Sdk?

Jul 5, 2011

How to add accessibility requirements to a swf created using mxml+flex sdk? I have a few buttons and textfields in the swf and the impaired user should be able to increase the button size and text size while using the swf. I've looked into flex built-in accessibility features, but its not what I require. I want to run the swf standalone without a browser, so preferably change the size with a visual widget.

View 1 Replies

Actionscript 3 :: Flex 3 PopUpManager Does Not Correctly Enable Accessibility Features

Jan 3, 2012

I have an application written with Flex 3.6 and when I create a modal popup dialog, the buttons and text on that popup do not work correctly with the Accessibility properties that I have defined. The app is compiled with the accessibility flag. I build a simple app to test demonstrate the problem.

[Code]...

View 1 Replies

Flex :: Do 'anything' With The Selected Text In Mx:Label Or Mx:Text?

Jun 19, 2009

Flex's text-editing controls (mx:TextField, mx:TextArea) offer functions for doing "stuff" with the selected text (selectionBeginIndex, selectionEndIndex, setSelection), but the text-displaying controls (mx:Label, mx:Text) don't seem to offer anything of the sort.After some tinkering, I've tried subclassing Label then writing functions which give access to the underlying TextField instance... But even then, setting the selection didn't work![code]So, is there any better way to access/change the text which is selected in mx:Label and mx:Text controls? Are there "better" controls to use?

View 2 Replies

Flex - Advantage Of Using Mx:Text Over Mx:Label?

Aug 18, 2011

What is the advantage of using mx:Text over mx:Label in Flex?

View 1 Replies

Actionscript :: Place A Text Box Besides A Label In Flex?

Jun 3, 2010

i am trying to make a simple form but when i place a textInput box after a Label it comes in the next line..how do i make the text input box be placed besides the Label?

View 2 Replies

Actionscript 3 :: Flex - Change Label Text?

Dec 1, 2011

I got very basic question. Why this is not working?!

[Code]...

View 1 Replies

Flex :: List Add A Label And Show Text?

Jan 26, 2012

I am trying to add an item to a list and have text display and have a different hidden value when i access selected items. I also need to do this with a loop.

Currently i am trying to add a label and set the labels id to my value. But the list just shows the ID and not the text.

var theLabel:Label = new Label();
theLabel.id = "123";
theLabel.text = "test";
lstLayerList_array.addItem(theLabel);

[code]....

View 2 Replies

Flex :: Adobe - How To Get Text In Label Control Wrapped

Jul 16, 2009

How can the text in a Label control (or a similar control) be wrapped in Flex 4 beta? In Flex 3 I could use the Text control but this is no longer available in Flex 4.

View 1 Replies

Actionscript 3 :: Flex: Remove All Space Around Text In Label

Oct 20, 2010

If I create a mx:Label or mx:Text control in Flex and then set an opaqueBackground to it, I notice that there is some space around the text.

I would like to be able to get rid of that space to where the text is completely flush to the top and bottom of the label. Changing the gap, padding, and leading didn't seem to help. Is it possible to get the text completely flush to the sides of a label?

View 4 Replies

Flex :: Write A Two-line Text In A Button Label?

Mar 9, 2011

Is there a way, for a Button's "label" field, to display text over several lines? Or else to automatically "wrap" the text in several lines instead of cutting part of it?

View 4 Replies

ActionScript 3 :: Flex 4 : Add Text/Label To An Image Loading?

May 18, 2011

I load an image from a url and add it to the stage.

I need a way to add some text to the image before loading it to the stage !

NOTE: add text over the image after it has been loaded

View 1 Replies

Flex :: Get Label Height After Setting Text Property?

Jun 17, 2011

I'm looping through a recordset, and for each item I create at runtime a spark Label and set the text property from a field of the recordset. The labels must have a fixed width and some text goes multiline. I want to arrange the label vertically so I need to know the height of the label so I can place the next label properly, but when I try to read this property, after the labels is added through the addElement mehtod, it returns 0.

how to get the label height?

View 1 Replies

Actionscript 3 :: Change The Label Text At Runtime In Flex?

Oct 17, 2011

i have created a group in run time and then added in it two buttons and one label

addElement (myGroup )
myGroup.addElement ( button 1 )
myGroup.addElement ( label )
myGroup.addElement ( button 2 )

now when i click on one button 2 i can get event.currentTarget.

How can i change the text of label using this event.currentTarget. How can i target the label

View 5 Replies

Flex :: Mx:formitem Multiple Labels - Add A Second Label To A Text Box?

Nov 21, 2011

I'm a new to Flex, and I'm trying to add a second label to a text box.

like this: Label [_______] label 2

So the first label will describe the text box and the second the unit, for example:

cost of cleaning [_______] $ per hour

Can I do this with a label inside the form item?

what I have tried looks like this:

mx:FormItem label="cost of cleaning">
<mx:TextInput id="proSRO2YO" text="" width="120" maxChars="20"/>
<mx:Label text="dollars per hour"/>
</mx:FormItem>

but that results in a second label one line below, I need these on the same line.

View 1 Replies

Mobile - Text Gradient On Spark.label In Flex

Dec 28, 2011

I am using spark.label for Mobiles in Flex, I want gradient on label text instead of solid color. But performance should be kept in mind as it will run on mobile device.

View 1 Replies

Flex :: Get The Line Height Of The Text In A Spark Label?

Jan 31, 2012

How do you determine the line height (in pixels) of the text in a Spark Label?

View 2 Replies

Flex :: Size - Find The Width Of Text In A Spark Label?

Oct 11, 2011

Suppose I have a (Spark) label. What is the best way to find the length of the text in it? I looked at the myLable.measureText("bla bla") method but it says: To measure text in Spark components, get the measurements of a spark.components.Label or spark.components.RichTextfter looking around I cannot find what this is refering to. I tried myLabel.measureWidth() but this does not return anything usefull (it frequently returns zero). Note: I am explicitly setting the width like this:<s:Lable width="{globalWidthVariable"} .../>If the text overflows I would like to increse the globalWidthVariable to the size of the text.

View 1 Replies

Flex :: Hide (or Remove) Label Text Without Changing The Button Size?

Dec 21, 2010

I have a button with variable-length of label text. I have a User Setting that can turn on or off the label text on this button.

How can I implement this?

NOTE: the button's background has a gradient color.

I tried using BlendMode.LAYER, no luck;

I tried using Button.resizeHandler

private function resizeHandler(event:ResizeEvent):void
{
if (event.oldWidth > this.width)

[Code]....

but it only worked if the initial UserSetting value is true.

How about embedded font? I don't know how to apply it to button

View 3 Replies

ActionScript 3.0 :: Make Part Of The Canvas Label Text As Unerderlined In Flex?

Oct 19, 2011

I need to underline particular character of the tab header(like Account) A has to be underlined. We are using tab navigator and canvas container controls to create the tabs in our screen( Canvas label has to be underlined).

View 1 Replies

Flex :: Change Text Color Of Component Label/selected Item In ComboBox?

Jun 2, 2010

When I set style color, it changes both the text color for the selected item/component label and the text in the dropdown menu.

color
Type: uint Format: Color CSS Inheritance: yes
Color of text in the component, including the component label. The default value is 0x0B333C.

I would really like the label to be white and the text to be black.

View 1 Replies

Actionscript 3 :: Programmatically Altering Font Face, Size, Weight And Color Of A Flex Label/Text Component?

Dec 24, 2009

I can change the color of the label in Flex Builder, I can even BIND the color to a variable and that works, but I can't find the Color PROPERTY in order to change or reference it programatically! What is the ActionScript 3.0 code to change the font or color of a piece of text in a Flex RIA - or is caring in what color your text appears too bizzarre a request for a RIA? I wrote whole applications after just minutes of "learning" flex, how come it's taken me three days and I still can't change the color of my stupid label?

View 1 Replies

Flex :: Flex 3 Resize The Label And Text When Resize The Window?

May 11, 2010

i am creating flex 3 component when i re size the window i need to re size the labels and text.how to do this?

View 1 Replies

Actionscript 3 :: CheckBox In Flex 3 - Text Area Which Should Contain The Selected Checkbox's Label / Data

Mar 19, 2012

I need a datagrid, which contains checkbox (4 no's) without multiple selection. And I also need a text area which should contain the selected checkbox's label/data. I tried using arraycollection but I am not getting.

View 2 Replies

ActionScript 3.0 :: Reading LoaderInfo Flashvars Then Chaning Them And Reading Them Again Fails

Oct 24, 2011

I am changing the flashvars variables v1=value&v2=value ect then after the flash movie runs I am changing the variables externally by javascript, so far so good.when flash first loads it reads the vars correctly.when I try to read them ( after the change ) it keeps reading the old values.[code]everything works except I cannot seem to read the changed FlashVars.

View 1 Replies







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