Flex :: Navigation Fails In IE?

Aug 24, 2011

In my application, when I have got an modal window with tab navigation enabled for all the fields. When I am working with chrome, the navigation works fine but when i try it in IE, when i press on tab from the last field, instead of going to the first field, the control goes to the address bar. Does anyone know how to rectify this issue? Is it possible to set next-navigable-item on items?

View 1 Replies


Similar Posts:


Flex :: Playbook App Fails To Minimize?

Feb 21, 2011

I am having an issue with a playbook app I am working on. This is the first one i've done using Flex Burrito Hero, and on the simulator I noticed that the app fails to minimize gracefully (when multi-tasking etc). Are there any resources for handling minimization or anything that could help guide me to debug whats going on with that?

View 1 Replies

Flex :: Debugging AIR: ADL Fails To Launch?

Sep 6, 2011

I've hit a snag when trying to debug an AIR app using adl.

Although adl successfully launches, the application never appears on screen / starts up.

eg:

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

[Code].....

Update: I've also since uninstalled and reinstalled Flash Builder (and therefore, the AIR SDK), and it still doesn't work. I think this adds weight to the port conflict, but still leaves me unsure of where / how to proceed

Further update Compiling exactly the same codebase to a AIR installer, installing, and running the application works fine. (Ie., a production release). However, the codebase fails to launch with adl. This pretty much confirms the issue as a local machine config problem somewhere with adl, and not an issue with the codebase.

View 5 Replies

Flash :: TabIndex Fails In A Swf Loaded Into A Flex App?

Jun 25, 2009

I feel like I'm missing something really simple here. I'm loading a AS3 swf containing a form (created by one of our designers) into a flex app. The swf's tabIndex properties work fine when the swf is viewed by itself, however, once it's loaded into the flex app:

<mx:SWFLoader source="form.swf" top="20" horizontalCenter="0" id="formSwf" complete="swfCompleteHandler(event)"/>

the form fields stop receiving focus on tab. I've been looking at the FocusManager in flex, for some sort of solution, but I can't seem to find any examples, and I'm not entirely sure I'm looking in the right place. Am I stuck redoing this form in flex?

View 2 Replies

Php - Flex Fails To Pass Parameters To Httpservice Php Script?

Sep 2, 2010

I am sending two parameters to a php script. The php script works fine if I use the browser to run the script and pass parameters to it like

[Code]...

View 1 Replies

Actionscript 3 :: Flex 4 Fails To Parse XML With Quoted Text

Oct 5, 2010

[code]...

And I get an error: TypeError: Error #1090: XML parser failure: element is malformed.

If I remove the quot part of the title it works fine. How come? Isn't this the proper way to escape "?

View 3 Replies

Flex :: PenWithDefaultApplication Fails On Files In Application Folder

Oct 29, 2010

I'll ONLY recieve an "Error #3000: Illegal path name" if I try to open a file which is placed inside the app-folder of the air. If the file is somewhere else outside of the app-folder it works.

private var file:File = File.documentsDirectory;
public function download():void{
var pdfFilter:FileFilter = new FileFilter("PDF Files", "*.pdf");

[Code]....

When i try to get the same file and copy it to another place it's doing fine.

Why that? Something special to do if i wanna open files which are inside the appfolder? It also don't work in debug mode - bin-debug.

View 1 Replies

Flex :: Why AsyncHandler In FlexUnit Fails In Capturing TIMERCOMPLETE Event

Feb 22, 2011

I am testing timerevent with flex unit. Follwing is the code which i tried ,it always goes to cmdFailed function (Time out function).I am new to flex unit.[code]

View 1 Replies

Actionscript :: Flex 3: Data Assignment To A Subcomponent Fails In An MXML Component

Aug 26, 2009

I'm trying to propagate an assignment to the data parameter of a sub-component through it's parent component's setter. Like this:

<CustomComponent
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns="components.*"

[Code].....

When I ran my application, the sub-component never received its data. When debugging and stepping to the line marked "ref #1", the debugger jumps out of the method and continues on to something else as if the method was complete. It seems like some exception or error was thrown but the console gives no indication of what is wrong with this assignment.

Environment: This is using Flex SDK 3.2, with the Flex Builder 3 plugin for Eclipse on Windows, with Flash 9 Debug ver. for IE7.

Note: With this particular example I'm trying to avoid Binding on purpose. I mean, why can't I manually push the data to the sub-component rather than binding it?

View 2 Replies

Flex :: Loading A Module Fails The First Time Load() Is Called, But Succeeds After?

Jul 19, 2011

I have a Button that when clicked loads a Flex module in my AIR application. However,occasionally the Module fails to load the first time the button is clicked, but it works the second time it's clicked. When I debug it in the debugger the READY event is not fired so the remaining logic is never called.

var moduleInfo:IModuleInfo = ModuleManager.getModule(managedModule.url);
moduleInfo.addEventListener(ModuleEvent.READY, function(event:ModuleEvent):void {
trace("ModuleEvent.READY called.");

[code]....

View 2 Replies

Flex :: URLLoader Fails Randomly Without Throwing An Error Or Dispatching Any Events

May 29, 2009

In Adobe AIR 1.5, I'm using URLLoader to upload a video in 1 MB chunks. It uploads 1 MB, waits for the Event.COMPLETE event, and then uploads the next chunk. The server-side code knows how to construct the video from these chunks.

Usually, it works fine. However, sometimes it just stops without throwing any errors or dispatching any events. This is an example of what is shown in a log that I create:

Uploading chunk of size: 1000000
HTTP_RESPONSE_STATUS dispatched: 200
HTTP_STATUS dispatched: 200
Completed chunk 1 of 108

[Code]....

View 3 Replies

Flex :: App Fails To Compile With Mxmlc Command-line But Works With Flash Builder IDE

Apr 21, 2011

i have this flex app (it's a flex project created from flash builder), and it compiles fine when i build it from the IDE.it fails to compile when i do it from command line through mxmlc.i am invoking the mxmlc at the location "flash-builder-installation"sdks"flex-ver"inthe mxml file is test.mxml.i don't have any dependency on any of custom swc file.i am getting the following type errors when i compile it.[code]

View 2 Replies

Flex :: Fails With "Error: Could Not Resolve <s:Application> To A Component Implementation"

Mar 22, 2010

I'm just starting with Adobe Flex on linux, and can't get the hello world example to work. My application.mxml file is simply

[Code]...

View 1 Replies

Flex 4 :: Change Image On Mouseover / Mouseout Function Fails When Mouseover Quickly?

Mar 6, 2011

I have a basic mouseover in my flex application which changes an image onmouseover and changes it back onmouseout using the code mouse Over "functionToChangeImageSource()" and another one to mouseout.It works fine when you slowly mouse over and out, however if I quickly move the mouse over it, it occasionally stays on the mouseover image and the mouseout function doesnt appear to kick in. Is there anything I can do to fix this, or does anyone have any ideas why its happening?Also, I've tried the rollOver and rollOut instead but it has the same problem.[code]I'd imagine you're correct about the mouseover event not completing before mouseout is but how to I fix this?

View 3 Replies

Flex :: AIR: Url Navigation Via <a> Link In HtmlText?

Jun 17, 2011

I have AIR application and mx:Label with htmlText property [URL]. For some reason nothing happens when I click it. It works in not-AIR application, but does not in AIR one.

View 1 Replies

Flex :: Cross Navigation From One View Navigator To Other?

Apr 13, 2012

Suppose I have two tabs in my app:

<ViewNavigator id="tab1" firstView="Tab1">
<ViewNavigator id="tab2" firstView="Tab2">

I go into Tab1, and start pushing other views onto the stack

navigator.pushView(Tab1View1)
navigator.pushView(Tab1View2)

and so on....

Now I want to jump directly, with NO TRANSITIONS, from one of the views deep in Tab1, into one of the views in Tab2. How do I do this?

View 1 Replies

Actionscript 3 :: Keyboard Navigation In Flex Datagrid?

Aug 21, 2009

I want to implement an Excel like keyboard (arrow) navigation in an Advanced Datagrid in Flex.The docu at [URL]states that arrow keys can be used to navigate around cells. However, in my case that does not work. I can only navigate rows up and down

When focus is on the AdvancedDataGrid control:

* Use the Left, Right, Up, and Down Arrow keys to move between cells.

* Use the Shift+Home and Shift+End keys to move to the first and last column in current row.

* Cells are only selected by default, they are not editable.

* Press the F2 key to make a cell editable.

View 2 Replies

Flex :: View Navigation On Blackberry Playbook

Apr 14, 2011

I'm creating a pure actionscript 3 mobile project for Blackberry Playbook. One problem I have came across is that there seems to be no inbuilt way to handle view navigation. In flex mobile projects, we have the spark.components.ViewNavigator component, but this isn't available on a pure AS3 mobile project. These two links are both making their own libraries for view navigation...

[Code]....

View 2 Replies

Flex :: Menu/Submenu Navigation For IPad?

Mar 21, 2012

I just finished creating a large online flex app with 43 different screens. I am using a mx:MenuBar with four main menus and a couple of submenus to navigate between these screens.I am now trying to convert this into a iPad app as well, but the mx:MenuBar does not appear to be supported in mobile flex. Is there any way I can replicate this sort of navigation system in mobile flex? The user needs to be able to move between any of these pages at any time, and 43 tabs will obviously not work

View 3 Replies

Flex :: Creating A Multi Column Navigation Bar For Viewstack?

Oct 5, 2010

I have created a Viewstack and using a Tile component and repeating LinkButtons I was able to make a multi column navigation with the viewstack as the dataprovider. My question is can this be done better? My code is below and I am wondering if I took the long way around this approach.

<?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 :: Populate A Mx:ViewStack Dynamically With A DataProvider For A Tabbed Navigation?

May 12, 2011

I'm very sleepy right now, so this is just an example of what I want (obviously this code is wrong):

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

[code].....

View 1 Replies

Flex :: Mobile - Start A Phones Native Navigation Tool ?

Jun 2, 2011

I am building a mobile application in Flex 4.5 and from this app I would like to start the device's native navigation tool, like Google Navigation for example.Is there a way to open the Navigation App using Flex 4.5?

View 2 Replies

Flex :: Use A SplitViewNavigator Component To Show Master/Detail Navigation?

Feb 10, 2012

I am having an issue with using the SplitViewNavigator component in flex 4.6 using Adobe Flash Builder.

[UPDATED]* * *

I am building a reddit app for the blackberry playbook tablet, and am making use of reddit's API. I have three mxml views: RedditReaderHomeView .mxml, redditFeed.mxml, and subredditList.mxml. In RedditReaderHomeView.mxml I have a splitViewNavigator. In left side of my SplitViewNavigator resides subredditList.mxml,and on the right side resides redditFeed.mxml. On initialization, redditFeed.mxml pulls in XML data to populate its list with reddit entries, and subredditList.mxml pulls in XML data which populates its list with subreddits(categories) to display. When a user clicks on of the subreddit entries on the left, the redditFeed.mxml on the right should update so that the data it pulls are entries from the subreddit category that was selected on the left. In other words, classic master/detail navigation. Category on the left, which opens entries of that category on the right.I have a function that passes the url of the selected subreddit over to redditFeed.mxml.

subredditList.mxml - here a subreddit is selected and its url is sent over to a function in redditFeed.mxml

public function list_clickHandler(event:IndexChangeEvent):void {
var RSSItem:Object = redditList.dataProvider.getItemAt(event.newIndex);
var thisItem:Item = RSSItem as Item;[code]....

View 1 Replies

Login Fails After Update

Oct 1, 2010

Just updated from FMS 3.5.2 to 3.5.4. After this I'm not able to login onto the server.I've tired to check the fms.ini file without any luck. I've tried to login using both localhost and domain/url. I've tried to use a backup of the conf-folder but all responses from the installation is: "login attemt to the server below failed".It worked PERFECT before the update. There has been no changes in firewall etc. during updateinstallation.

View 7 Replies

Actionscript :: My Compiler Fails Silently

May 1, 2009

I have a large FLA (about 13 MB) which used to compile fine.

Recently, when I try to publish it, the AS 3.0 files are not getting compiled (Generated size report says 10 bytes for AS3 code) and the swf just keeps blinking (due to the unavailability of the class code for the components). When I tweak around a bit with the class path (and finally restoring it to where it was), sometimes it works

Is there any reason, why the compiler would silently fail. Does flash have any cyclic dependency problems (like in old include statements in C). I somehow see this as a compiler crash. I know there might something wrong with my code but it doesnt show any error.

View 2 Replies

Media Server :: FMS 3.5.2 Upgrade Fails

Jun 13, 2009

Tried to upgrade to FMS 3.5.2 on CentOS 5. No dice. Listener doesn't start. No other (as far as I know) services running on :1935. Admin server works, but not Streaming Server.

View 2 Replies

Importing Large Images Fails

Jul 25, 2009

I use Flash primarily for animation. The project I'm working on currently is a hefty 1920 X 1080 square pixel file and currently weighs in at 187mb because of all the sounds and jpg images.It's 2 minutes long.

The problem occuring is new to me as I've never worked with projects this long or in this resolution. Or with this much data (sound effects, jpgs, etc).

The problem is this: I'm trying to import a high resolution photograph (3500x2500) onto the stage or even just in the library. I'm using the photos to get an idea on where the final animation will be placed (photo backgrounds, flash animation, composited in After Effects, think Roger Rabbit).

View 1 Replies

ActionScript 1/2 :: Using LoadMovie To Load Swf Fails?

Jan 23, 2010

I''m currently working on a school project, but I'm having issues with getting the flash loaded with loadMovie. I've read on several forums how to use the command, If I use the command, it loads the flash file. But all variables are undefined and the movieclip in which I loaded the swf file also remains empty.

I've tested the situation with a random jpg and this works.

I'm getting kinda desperate, since I've first tried to use scenes without succes..

View 4 Replies

Professional :: Flash 10.02 Update In OS X Fails

Feb 17, 2010

I have the CS4 Creative Suite, I just got done checking for updates msg and downloaded all.
 
Dreamweaver, Acrobat and all others were installed but for some reason Flash is still at 10.0 I downloaded manually as well and still I'm on build
10.0.0.544

View 6 Replies

Flash :: Professional CS5 Fails To Start?

May 27, 2010

I've bought the new Adobe Web Premium CS5 and I have big problems with the Flash Professional CS5.

First time the application started correctly, but didn't start next time. I always had to remove all application settings in "Documents and Settings/user/Local Settings/Application Data/Flash CS5", what is already not very good.

View 13 Replies







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