Flex Builder 3 accessibility settings

Hi, don't know where to ask this question, but I thought I'd give it a try here.
Because of my poor eyesight, I run my computer in high contrast mode.
Flex Builder is optimal for most however I can't find where to set the background color for the pop-up windows - that is to say help the Code and pop Outliner (Ctrl + O).
As it is I can't see any text. Any help muchly appreciated.
Barry

You can set the size of police and style for the dialogs here:

Window > Preferences > General > appearance > colors and fonts

It's not exactly what you asked, but perhaps reworking some of these parameters will more readable for you interface.

HTH,
Matt Horn
Flex docs

Tags: Flex

Similar Questions

  • Error 1120 in flex Builder access of undefined property

    Hello

    I'm trying to Crest a simple xml reader, but flex builder has detected an Error 1120: access of undefined property

    Can someone help me?

    This is the code

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="1024" minHeight="768">
         <mx:Script>
              <![CDATA[
                   import mx.collections.XMLListCollection;
                   import flash.xml.*;
                     import flash.net.*;
                     import flash.events.Event;
      
      
                   [Bindable]
                   private var company:XML;     
    
                   private var xmlString:URLRequest ;
                   private var xmlLoader:URLLoader ;
                   
              "err.1120"     xmlString = new URLRequest("data/data.xml");
              "err.1120"     xmlLoader= new URLLoader(xmlString);
                   
              "err.1120"     xmlLoader.addEventListener("complete", initXml);
              "err.1120 initXml"     
    
                   private function initXml(event:Event):void{     
                         company = XML(xmlLoader.data);
                   }
                   [Bindable]
                   private var companyData:XMLListCollection = new XMLListCollection(company.department);
                   
                   private function treeLabel(item:Object):String
                   {
                        
                        var node:XML = XML(item);
                        if( node.localName() == "department" )
                             
                             return node.@title;
                        else
                             return node.@name;
                   }
         
              ]]>
         </mx:Script>
         <mx:ApplicationControlBar x="0" y="0" width="1045">
         </mx:ApplicationControlBar>
         <mx:TabBar x="10" y="41" dataProvider="viewstack1">
         </mx:TabBar>
         <mx:ViewStack x="10" y="62" id="viewstack1" width="259" height="738">
              <mx:VBox label="Database" width="100%" height="100%">
              </mx:VBox>
              <mx:VBox label="Categoria" width="100%" height="100%">
                   <mx:Tree id="tree" width="256" height="570" 
                              dataProvider="{companyData}"
                              labelFunction="treeLabel"
                              
                              ></mx:Tree>
              </mx:VBox>
              <mx:HBox label="Search" width="100%" height="100%">
              </mx:HBox>
         </mx:ViewStack>
         <mx:DataGrid x="307" y="62" width="272.04547" height="569.3939">
              <mx:columns>
                   <mx:DataGridColumn resizable="false" sortable="false"/>
                   <mx:DataGridColumn headerText="Column 2" dataField="User"/>
              </mx:columns>
         </mx:DataGrid>
         
    </mx:Application>
    
    private var xmlString:URLRequest = new URLRequest("data/data.xml");                private var xmlLoader:URLLoader = new URLLoader(xmlString); 
             // this string you can write only in a function
              xmlLoader.addEventListener("complete", initXml);
    

    for example add creationComplete = "initApp ()" application "

    and to add

    private function initApp (): void

    {

    xmlLoader.addEventListener("complete", initXml);
    

    }

  • Windows 10 most recent overview 10041, Firefox Nightly x 64 Technology, can run, can't access settings, cannot place the cursor in the URL box

    Have Windows over recent Technical Preview build 10041, Firefox Nightly x 64 39.0a1 10. Firefox will be launched, but when the browser seems no entry screen as possible. Cannot access settings, cannot put the cursor in the URL box. Tried unsuccessfully compatibility modes. I can not able to use this browser on Thursday, March 26, but it worked without problem Wednesday, March 25. My speculation would be that among the latest two updates nightly broke it. The displayed issue of Chrome, like Firefox does not.

    Hello, this seems to be a known bug that is being developed (bug #1147953).
    Please also note that windows 10 is in it's pre-release preview State and there are still changes the basic platform, it will not be fully supported by firefox and things are required to be wrong on occasion.

  • Cannot open '... Flex Builder 3\sdks\3.2.0\frameworks\locale\nl_BE'

    I opened a project (a Zip file import), and when you try to build the project I get the following message:

    "Can't open ' C:\Program Files (x 86) \Adobe\Flex Builder 3\sdks\3.2.0\frameworks\locale\nl_BE '.  When we look at the existing folders inside the \locale way, there is en-US and ja - JP, each containing 6 SWC files.

    What are these files and how do I get those lacking?

    Best regards

    Those who are used to the location settings.

    The problem is that you try to compile with a parameter regional nl_BE, when your SDK has only local en_US and ja_JP.

    To get rid of everything that you need to do is the file copylocale.exe to your SDK allows you to copy the settings regional en_US in nl_BE. This will create a folder in your SDK nl_BE, allowing you to compile with this place.

    Run:

    copylocale en_US nl_BE
    

    in the your SDK bin directory.

    More details here:

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=l10n_3.html

  • Flex Builder is required to change a flex application?

    Hi, I made an application swf with Flex Builder 3 using mxml files. Now I have to deliver the application to a designer in my division, so I would like to know, if he wants to modify the application, should it use Flex Builder as well? Adobe CS3 wouldn't be enough?

    I wonder if he can change the design you in flex builder in the tab design (drag drop component...)

    Thank you

    Well, to answer your question topic, Flex Builder is not necessary to change the code MXML or ActionScript that make up a Flex Application.

    You can use Notepad - or any editor of text and re - compile against the SDK command line.  There are also alternatives, FDT comes to mind as one.  There are also a few plugins for Visual Studio.

    None of this solves your real concern.  As far as I know, there are no tools in CS3 [or 4] which will give you a 'Designer-style' access to a Flex Builder project.

    It looks like you want Flash Catalyst; However, it is still in beta and has limited support of the architecture of the Flex 3 components.

  • How better to organize Flex Builder projects within a source code control system?

    Hello world

    I'm working on a team of average size of a company product developers who will use Flex on the front-end, remote access services for Java objects on the server, etc.

    Right now, I just created a sample application with a Flex Builder in Eclipse project and the use of WTP.

    I'm looking for advice or suggestions on the best way to organize a large Flex/Java project for the team with subversion, etc.

    Is it wise to record all of the Flex Builder project (i.e. files properties etc..)?  Our development environments will be identical, because they will be the virtual computer images.

    I did a lot of research and found a few bites, but I thought I'd see if I could get feedback from other people who have experience with this or are organizing their code source etc.

    Thank you very much

    FortPointUIGuy

    1. Yes. Note that once Java and Flex in the same project, I first had to create a Java project, and then something like Flex Project Nature > add Flex Project Nature. Try to do the reverse (start with a Flex project and add the Java code) worked for me.

    2. it's been great. Franck Wolff, the lead developer, has been very sensitive on their forum (even with stupid questions that were actually my fault). He added that some requested features for as3 Enums, and overall we were pretty happy. We do not actually use the fanciful granite features (other than his actionscript generator gas3 of objects for the AMF client-side); We use it mostly just because we moved to her before the Blaze. However, we have no intention to the flame.

    3. Yes, throw us just jars of granite in our war, although maybe this isn't the right thing for everyone. We have a heavy enough demand, so we can dominate the server simply assume. It worked well for us, althoough I do not think that we have already shared our tomcat with any other web apps, YMMV Yes case.

    And no problem - glad you help.

  • Connection problem with the database, the closure of Flex Builder

    Hello

    I developed a web page that connects to a database, reads data and it shows on the screen. I use HTTPService to connect to a php server that supports MySQL data. Everything is OK when I run the Flex Builder web page, but when I run the page doing double click on the file released .html the connection fails and the program generates this error:

    [RPC Fault faultString = "" error #2028: file:///Q:/2009-08-05-1330FinalFrontEnd/bin-release/FrontEnd.swf SWF file with Local file system cannot access Internet URL http://localhost/Test2/Test2.php. "faultCode ="InvokeFailed"faultDetail ="null""]
    to mx.rpc::AbstractInvoker / http://www.adobe.com/2006/flex/mx/internal: call ()
    at mx.rpc.http.mxml::HTTPService/ http://www.adobe.com/2006/flex/mx/internal: call ()
    at mx.rpc.http::HTTPService/send()
    at mx.rpc.http.mxml::HTTPService/send()
    in FrontEnd / submitLabelsQuery)
    in FrontEnd / updateLabels)
    in FrontEnd / ___FrontEnd_SetEventHandler5_handler)

    Does anyone know how can I use the web page without using Flex Builder?

    More information:

    I use Flex Builder 3 to the development of the web page and WampServer 2.0 for the connection with the database.

    Thank you

    Onditz

    Hi Onditz,

    Previously, I also faced the same problem when working with Php as the Backend, the problem is that Flex does not call your PHP page

    It is the way I solved it to export your Flex Project at Flex Release Build.

    Right click on the export of project---> Flex project---> Release Build---> copy all the files on your server where all of your PHP files are and then call the application from the browser

    http://localhost/test2/sample.html. »

  • Installation of Flash builder 4 has somehow broken my launch of running/debugging/profiling of flex builder 3.

    After installing Flash builder 4 neither to him nor to flex builder 3 has been able to launch flex swf:s. After hitting to run or debug flex gives a prompt saying "Flash Player is not found. Flex builder cannot locate the required version of Flash Player. You need to maybe install Flash Player 9 or reinstall Flex Builder. Do you want to try to run your application with the current version? ». The popup itself happened before the installation of flash builder 4. But normally I would hit just Yes and he would use any flashplayer is default.

    Now, if I click Yes it launch command prompt with a path to the installation folder of flex 3 Builder. When running flash builder 4, same happens except the path is the folder of installation of flash builder 4. Flex then begins waiting for connection of the debugger, and after awhile, he invites a timeout message. The title of command prompts is... \workspace\project\bin-debug\filename.swf.

    When you open the SWFs directly from windows, they open fine.

    I used the uninstaller for flash player software and recovered both fp9 & 10 and reinstalled the. That did not help. When we browser everything works fine, the problem occurs only when you launch standalone player. I tried to check the registry settings if there is something wrong, but all the flashplayers paths seem to be ok.

    Is there another hope to solve this problem than to reinstall flex builder 3 and flash builder 4 from scratch?

    You need content installed FP debugger

    http://www.Adobe.com/support/flashplayer/downloads.html download from here and install it and you should see the problem go away

    Download the Flash Player 10 ActiveX Windows control content debugger (for IE) (EXE, 2.03 MB)

  • Flex Builder 3 plugin question extracted Installer

    I downloaded the Flex Builder 3 for Windows plugin today and tried to run in. The InstallerAnyWhere has a popup saying "Please select another location to extract the installer to" but anywhere on my system file I select it still maintains the same question. Only option is to cancel the installation at this point. Anyone know when this will be fixed?

    It seems that our corporate firewall corrupts the download. I have access toa version someone downloaded home and that worked correctly.

  • Flex builder and 1120 error messages

    Hello

    Problem:
    At any given time in my Flex application, when I create a new container/button/whatever and give it an ID, and then use this ID later in some functions, Flex gives me Error 1120 and said that this ID is not defined.

    All the ID:s that I created before this 'point' are working properly.

    for example, I have a textinput with ID = 'test '.

    Then I have a function that uses the value of test.text to something. Works very well.

    Then after that is the problem, I create an another textinput with ID = 'test2' at the same place. And then try to access the same place where worked - the first test2.text - value - and flex commits an error that says test2 is not defined.

    Even you, everything works still, the function gets the value of test2.text access and all is well. Set it's frusthrating to have 40 useless error and then when there is a real mistake, it's a pain the * trying to find.

    It comes to Flex builder 3, and I remember that my Flex builder 2 did the same thing with a project.

    Someone at - it indexes?

    Strange. It occurred in two different .as-files I have included in the beginning of the application. When I made a copy of the files with names different two problem and included instead of the issues, the errors disappeared! Yay.

    Still, it would be nice to know why the mistakes were there on the first point :)

  • From Flex Builder 2

    Has anyone met Flex Builder 2 suspension while starting up? I reboot my system every night until I get home there are a lot of days when I start to Flex Builder 2 the next morning and I get the 'Progress information' dialog box where it says "load project...". «and «Analyze a project...» "but he's right there with a few bars on the progress bar and new bars never appear.

    Up here this morning, it is in this State for more than 5 minutes [and that still looks like the moment I write this]. The Task Manager list as a running app, so I can't finish. I tried to stop the javaw.exe process and try to open the application again, and who does not. The only thing that works is to restart my system again. Most of the time that suits him.

    Also, I noted that when that happens, I also have MS Outlook open and I stop my programs to restart, there is the dialog box "Do you want to archive old items?" opened in Outlook. A strange coincidence?

    Someone else meets this or know of a fix?

    Hmm, very odd, I don't know what is happening here. If it's not too hard, I suggest the deletion of your workspace and starting over.

    Note, when I say 'deletion of your workspace,' I don't want to delete your source code or your projects. Just the directory ".metadata" inside the workspace. This directory contains all of the internal settings of Flex Builder.

    After you do this, you will lose any customizations that you have made, such as preferences Flex Builder, you've changed. In addition, the workspace will come with an empty list of projects; You can use file > import to load the project into the workspace.

  • Installation of Flex Builder 3 Beta beat Flash Player

    Hi, I just installed Flex Builder 3 beta today (OS X 10.4.10) and immediately found that Flash player has been is no longer detected by any browser on my system. When I run uninstall and then re-install the debug player or the standard player, I have the same problem - law on browsers, as if the player is not installed. I am a heavy user of Flex Builder 2 and so obviously it's a bit annoying... any ideas? Safari was accidentally opened during the installation process, but I think that it would likely cause the current installation to fail, not install it all future...

    Thank you
    Erik

    I could solve my problem by changing the solution proposed by this technote.

    The technote identifies a permissions problem with the repertoire of components of non-Safari browsers. In my case, the problem not permissions seems to have been in the directory/Library/Internet Plug - Ins. What tipped me off to the solution was the fact that, after manually removing Flash Player.plugin and flashplayer.xpt from/Library/Internet Plug - Ins directory, subsequent attempts to install Flash Player, gave rise to the "creating file: 1008:5,-5000 access denied error ' I remembered seeing in the technical note. Before you delete these files, Setup would fail silently, perhaps because he has seen the files that it would install already living in the right place and also had no permissions to change the directory.

    In all cases, by the permissions change recommended in the technical note in the directory/Library/Internet Plug - Ins, I was able to install the plug-in, which gave me new access to Flash content in all my browsers.

    Hope this is useful to someone else...

    -Erik

  • Project is unable to get data from the server when more Flex Builder

    I have a strange problem...

    I have a flex project that communicates with multiple PHP files (which are located on a server). These are works very well when I run Flex Builder. For some reason, however it cannot communicate with the PHP files when I download or copy the files from the project elsewhere.

    I thought it might be a problem with some relative paths. But I discovered that although the project works when I run it from pojectFolder/bin/main.html, it does not work if I remove it from Flex Builder (without deleting the project files) and run it from the same file main.html .

    Isn't it strange?

    What you met sounds like a security sandbox issue. When you develop a SWF file using either Flex Builder or the Flash IDE, the SWF file is placed in a security sandbox ' local trust. This means that it can access any resource that is convenient for the development. But when you move the SWF to a server, the SWF file will have a ' remote' security security sandbox and then different rules apply. Using a crossdomain.xml on the remote resource file should solve the problem.

    You should see the security error when you apply. Here is a link for more details:
    http://www.Adobe.com/devnet/flash/articles/fplayer8_security.html

  • Symbol with class in CS3 &amp; lt;-&amp; gt; Flex Builder

    Hello

    I have the following situation. I have an actionscript project in flex builder and I have a .fla in CS 3. In the fla of CS, I created a symbol with a class called HotSpot. Within this symbol, I have a movieclip called 'bg '. In my actionscript in felx Builder project I'm loading the swf from my fla 3 CS and I also speak the symbol of access point.

    My first problem when compiling with CS 3 was, that when I said "bg" in my class of HotSpot, 3 CS complained, 'bg' already existed, so I directly referred to in bg in my class HotSpot, without declaring, and 3 CS was happy. But as you can imagine, Flex Builder is not happy, he told me, 'bg' is not declared, and therefor I can't access it.

    Now, what should I do? If I declare, Flash CS 3 complains if I don't have, complains Flex Builder. ???

    Thank you and see you soon

    OK, I found the solution by myself. It has something to do with the function automatically "declare instances of the scene" in Flash CS3. If you want to work with the same classes between Flex Builder and Flash CS 3, you must disable this feature, because Flex Builder, of course, knows nothing about instances of implicitly declared in Flash CS 3.

  • Change of browser that flex builder launches in

    My default browser is Google Chrome and I when I hit F11 in Flex Builder, it always starts in Google Chrome, but due to some problems in chrome there are bulky troubleshooting. So I want to run in FireFox, but I can't figure out how. I have my default browser the value FF, restarted my compuster and flex still launches in google chrome. I even uninstalled google chrome and then Flex Builder gives me just an error saying that it cannot find google chrome.

    Can someone tell me please how to make so that it can launch in Firefox?

    Thank you!

    I went to control panel > Add Remove Promgrams > Set Program Access Defaults > Custom > choose default Web browser > FireFox

    then I restarted flex... who did it.

Maybe you are looking for