Flash Builder 4.7, eGit and the 'Label Decorations'

Used 4.6 along with eGit and there were little arrows if you were pushes or pulls behing your remote tracking branch.
Now with 4.7 they are gone. Looked it up under Preferences->Team->Git->Label Decorations->Text Decorations and the { branch_status} decoration was gone. Also it didn´t show anymore in "Add Variables". So I added it back in manually, but to no avail. Problem persists.
Checked whether eGit was the problem with a clean install of Eclipse and eGit and there the little arrow decorations show. Thus it must be Flash Builder. Anyone had/has the same problem and a fix for it??? I´ve been looking and trying for hours to fix this.

Figured it out. Don´t know where the egit installation came from but it was incompatible with fb 4.7.
Added http://download.eclipse.org/egit/updates
to update sites, installed an update, now it works properly.

Similar Messages

  • Is there anyway to change Info.plist settings and use Flash Builder 4.6 to package the iOS app?

    Hi there,
    I've tried to package my app with the latest Xcode 4.5 (version 19 Sep 2012) iOS 6 SDK, Flash Builder 4.6, Flex SDK 4.6 with Air 3.5 Beta overlay.
    and unzip the .ipa file and i found the following automated settings on the Info.plist file was wrong:
    <key>DTPlatformVersion</key>
            <string>5.1</string>
            <key>DTSDKBuild</key>
            <string>9B176</string>
            <key>DTSDKName</key>
            <string>iphoneos5.1</string>
    According to the Adobe specs, these settinsg are unchangeble, is there anyway to change these values to produce .ipa file that with iOS 6.0 settings with Flash Builder 4.6?
    I believe this cause the following appstore submission issue with the iPhone 5 4-inch display splash screen image [email protected]:
    Invalid Launch Image - You app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.
    Many thanks,
    A

    Not everyone here was involved in the conversations that led up to this file, so here are some extra clues:
    In your AIR3.5 folder (or whatever you named the folder) is a lib folder. Inside that is the current adt.jar file. Rename that in case you have to go back to it, and drag the supplied adt.jar file into the lib folder. Now publish your app.
    You won't even need to quit Flash or Flash Builder.
    Once you have the new IPA, go through the usual upload steps to the App Store, using Application Loader, and the file should process ok in iTunes Connect. Note, you will be asked to provide iPhone 5 screenshots.

  • Do I need flash builder 4 to work with the flex sdk?

    Is it necessary to use flash builder 4 to work with the flex sdk?
    Can you build apps just using the open source flex sdk. If so are there tutorials and books on how to do so?
    Thanks in advance for your help.

    No, you don't need Flash Builder to use the Flex SDK. If you download the SDK and unzip it, you'll find a 'bin' directory that has the mxmlc compiler in it. You can compile Actionscript or MXML files using that.
    ./mxmlc MyFlexApp.mxml
    If you are building an AIR application, you will use amxmlc
    ./amxmlc MyAIRFlexApp.mxml
    Then, launch your AIR application using adl
    ./adl.exe MyAIRFlexApp-app.xml
    Hope this helps,
    Joan

  • Gif to swf...what to do to keep this timing of gif, in swf in Flash Builder(FX)? I converted the gif

    http://forums.adobe.com/message/4005827#4005827
    gif to swf...what to do to keep this timing of gif, in swf in Flash Builder(FX)? I converted the gif with FW... but run too fast what ever I do...

    you convert your gif to a swf and you're not happy with the conversion?
    if yes, either look for different conversion software, check for info on your current conversion software or don't convert and load your gif into your swf:  http://creative-geeks.com/blog/2010/06/30/using-animating-gifs-in-flex-and-flash/

  • Upgraded to Mac OSX Lion, have an issue with Flash Builder 4.5.1 and Flex SDK 3.2

    Howdy, I upgraded my mac yesterday to 10.7, and have run into an interesting problem.
    I was using Flex Builder 3 before, using Flex SDK 3.2. After upgrading, I found that Flex Builder 3 is not compatible with Lion anymore, so I had to upgrade to Flash Builder 4.5.
    This is fine, I just figured I would add the Flex 3.2 sdk, which I did. However, after adding my project to the workbench for Flash Builder 4.5, I see the following error:
    http://cl.ly/3J3W0E22402G2I1L2U1Q
    However, as far as I can tell, the following two screenshots mean I have installed the Flex 3.2 sdk:
    http://cl.ly/1S0l1m2u1Z0z053Y3U29
    http://cl.ly/3c3k2B161K1d1y2H332P
    Does anyone know if this is even possible to do? I need to get back into development ASAP. If I can get Flex 3.2 SDK working in this environment, I am pretty sure I will be good to go.
    Thanks so much!
    Andrew

    I can't help you with your problem, but maybe this is a good start:
    http://kb2.adobe.com/cps/905/cpsid_90508.html#main_Flash_Builder
    ..... About that... have you encountered any other issue when using FB 4.5.1 with OS X 10.7.0?

  • I have flash builder 4.5 premium and want to know if there is an extension for php

    I have flash builder 4.5 premium and want to know if there is an extension / plugin to add the php functions or do I have to buy the Flash Builder 4.5 premium for php version?
    I was wanting to add the PHP functions to my current Flash Builder premium 4.5
    I would like to know how to add this if it can be done with my version of Flash Builder 4.5 Premium.
    Thanks
    Maurice

    No I have the Flash Builder 4.5 for PHP version and I am happy to pay for what ever help i need. but I am looking for a component to emable me to build a specific project.
    The project I want to build is a schedule. I looked at an IBM scheduler http://visunetdemos.demos.ibm.com/ganttdemos/humanresources/humanresources.html
    This IMB Scheduler does everything i am looking for but is way over kill. My Project is much simpler. So paying $1000 for this would be excessive.

  • Modify the title and the label of buton close of the help window popup

    Hello everybody.
    I am looking for a way to modify the title of window popup and the label of the close buton of the popup window help text.
    In my item template item, I am using the following in order to pop the window help :
    <a href="javascript:popupFieldHelp'#CURRENT_ITEM_ID#','&SESSION.')
    Thanks for any help.
    Lila

    Hi lila
    Let us say that you have page 1 on which you want to show help for some item....
    So in Post Element Text you can put an image tag ( for help) which onclick will call the function ...
    function helpWin()
    var URL = 'f?p=999:2:&SESSION::NO::';
    w = open(URL,1,"Scrollbars=0,resizable=0,width=600,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    so page 2 is your customisable help page...in which you can put page title ,customise button etc....
    hope it helps
    thanks
    -prashant

  • I can't access most internet pages because I don't have adobe flash player for my powerbook and the download doesn't seem to work?

    I can't access most internet pages because I don't have adobe flash player for my powerbook and the download doesn't seem to work?

    The message requesting that you download Adobe Flash Player takes you to FP requireing an Intel processor. Doesn't work on a PowerPC processor. I fould a hack, installed it & it works with Firefox, TenFourFox & Safari.
    Download this http://www.steelbin.com/FPforFBPPC.zip to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.
     Cheers, Tom

  • Tutorial: Flash Builder 4 beta 2 and PHP Data/Services for beginners

    Hi fellas,
    I've written this tutorial for total beginners to get quickly to FB4 and PHP. Comments welcome
    Flash Builder 4 and PHP Data/Services for beginners
    http://www.flashrealtime.com/flash-builder-4-and-php-data-services/

    Hi,
    The first issue will be the pathing differences between wamp/mamp/xampp, some use www as root others htdoc you need to setup the php services on your local machine rather than importing a project.
    The created services will have a connection array declared at the top of the code that points to the mysql server, in the project default debug folder you will have the config file that has the zend and webserver path
    top of service file
    ============
    var $username = "root";
    var $password = "";
    var $server = "localhost";
    var $port = "3306";
    var $databasename = "zend";
    var $tablename = "clients";
    var $connection;
    amfconfig.ini
    =========
    [zend]
    ;set the absolute location path of webroot directory, example:
    ;Windows: C:\apache\www
    ;MAC/UNIX: /user/apache/www
    webroot =C:/wamp/www
    ;set the absolute location path of zend installation directory, example:
    ;Windows: C:\apache\PHPFrameworks\ZendFramework\library
    ;MAC/UNIX: /user/apache/PHPFrameworks/ZendFramework/library
    ;zend_path =
    [zendamf]
    amf.production = false
    amf.directories[]=Zender-debug/services
    In your main project folder you have a .model folder the file there is an *.fml file that contains your channel endpoints etc.
    David.

  • Flash builder 4.5.1 and Android

    Hello,
    Am new to flash builder 4.5.1...i want to develop an android mobile application using flash..can anyone show some references to get started?Suppose i have a login page..when i click login the page should redirect to a home page..I just created a new project ie,File..>new..>"flash mobile project".I got two files "Main.mxml" and "Mainhome view.mxml"..Now my question is where should i write the code of login page/how can i switch to a new home page when i click login??Please let me understand the wwork flow...show some references or explain the thing..please..
    Thanks

    Moving thread to mobile development and notifying our iOS team to take a look.  If you find a specific issue you consider broken, please post again in the bugs forum and we'll investigate further.
    Chris

  • How to get Flash Builder problems tab (warnings and errors) in english

    Hi,
    my Flash Builder installation is showing the warnings and errors in Finnish. I get the idea behind this and the reason is good, as I'm native speaker of the language. Nevertheless it has some drawbacks when trying to resolve the issue by googling the error because Finnish is pretty marginal language and almost every Finnish Flex developer writes his/her posts in English. So either I have to try to guess the problems correct translation in English, which can be hopeless, or try to google it in Finnish which, as said, returns about zero results.
    That said, I'm wondering if it's possible to change the warnings and problems in English? Do I need to reinstall Flash Builder to accomplish this?
    Best regards,
    Jukka Hämäläinen

    Hi, thanks for fast reply.
    Unfortunately I already tried that with no success. The strange thing is, that in my Flash Builder plugin directory in eclipse.ini the language was already declared as follows:
    -nl
    en_US
    Didn't even touch that, it was there before and still my errors and warnings were (and still stay) in Finnish (everything else in Eclipse is in English).
    Any thoughts?
    Cheers,
    Jukka

  • Firefox 4 Beta has problem when printing shipping pages from Amazon Marketplace, it shows and prints strange symbols instead of the packing slip and the label. Do you have any idea why is that?

    Well, I installed it 2 days ago and yesterday when I tried to print a packing slip and a label for Amazon customers it printed so many strange symbols that were nothing like what they are supposed to be, not even close. When I printed it with another browser it was all fine, so it is obviously a problem of the new version of my favorite browser. Probably something with the encoding, but since I'm not a computer geek, I cannot give more info. :(

    '''If you go the the menu and click "Print Preview" then it will show normally, and will print correctly from there. You must do it this way the first time you try to print though, if you try to print (using the print command) and it is messed up, then it shows it messed up in the preview. It's not a cure, but works for now until this bug is fixed.'''

  • Flash builder 4  compatible   myeclipse and  spring

    Hi ,
    i  did a project  using  flex 3 , spring 2.5 and  myeclipse 6.6  ,  i want to migrate it  to new  flash builder 4 .
    can some one  explain  what are "compatible  versions of  myeclipse  and  spring " for flash builder  4

    WSDL is not on public domain.
    Sending contents of wsdl
    <? 
    xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.4-b01-. -->

    definitions targetNamespace="http://webservice.flexsampleservlet.u0.deere.com/" name="CustomerWS" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://webservice.flexsampleservlet.u0.deere.com/" xmlns="http://schemas.xmlsoap.org/wsdl/">
    <types>
    <xsd:schema>
    <xsd:import namespace="http://webservice.flexsampleservlet.u0.deere.com/" schemaLocation="CustomerWS_schema1.xsd"/>
    </xsd:schema>
    </types>
    Is import of xsd supported by flex webservice connection wizard
    Destination is configured correctly as I can make call to webservice using destination configured in LCDS from flex application

  • I lost flash player for some reason and the download keeps losing connection at 7% copletion. Fire w

    I have lsot flash player and the download states it has lost connection at 7% completion. Always the same message and it doesn't matter if my virus scan and firewall and ie are turned off or are on. I have two hours invested in this so far. Oh, and I am p private individual not a business.
    My original download was a no brainer but this one is.......

    Download the Adobe Flash Player installer directly by right clicking one (or both) of the following links and choosing "Save as".
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    Save the file(s) to your downloads folder - DO NOT run anything yet.
    Reboot your system.
    BEFORE you open anything else, locate and run the installer(s).

  • Building slideshows for emailing and the web.  ie. compressing, max file si

    I need to build a slide show for work with music and wish to email it as well as post it on my website. First, do you recommend using the full size files when building the slide show or resizing them first to help with the compression later. Second, after building the slide show should I export it to imovie and then to quicktime where I can compress it or do you recommend any third party applications? Most important is to use as many images as possible, add music, keep the quality as high as possible and then be able to send it over the web.
    Any suggestions would be great,
    Thanks!!!

    numbers1
    Welcome to the Apple Discussions.
    1. No matter what app or format you use if you want to
    keep the quality as high as possible
    you're going to have a large movie file - very likely too large to email.
    2. iPhoto has a limited enough ability to make slideshows that are cut to music. You can make the entire thing in iMovie or in an app such as PhotoToMovie or Final Cut Express. All of these have greater export options than iPhoto. Here's an example of such a thing made in Final Cut Express: http://www.youtube.com/watch?v=gpIdFcoYsss. The file was exported at HD quality and compressed by YouTube. If Final Cut is beyond your budget then my next choice would be PhotoToMovie.
    3. Don't compress the files in any way until exporting as a movie, you're only adding to the damage.
    Regards
    TD

Maybe you are looking for

  • External displays on IP Hardphones.

    Hi, recently I have had Cisco Call Manager with Unity and IPCC installed in our Head Office. We have over 100 remote sites with various telephone systems. I have imported all sites in our Call Manager Corporate Directory as users to allow the Head Of

  • Intransit Inventory in OBI

    Hello All, I am an end user with very limited OBI experience. Is anyone using OBI to report on Intransit Inventory? We use OBI today to report on hand inventory but we do not have Item and Quantity detail information available for goods intransit bet

  • Additional fields in FI Document - BAdI FI_HEADER_SUB_1300

    Hi, I need to add some additional fields in FI document via transaction F-43. I added them in an append structure in BKPF, implemented BADI FI_HEADER_SUB_1300 and programmed the screen with the corresponding fields.  But it didn´t work with my new fi

  • Mounting an Apple disk image (Intel Mac) under other Unixes/Linux

    Hello, I have started my MacBook in HDD Mode and connected it via Firewire-Cable to my "Main-Server" (Slackware Linux 11.0). From there i created a "Disk-Image" from my MacBooks HDD using "dd" I can mount the disk image within OS X without any proble

  • Adding a new partner function in va01 has to differ in item wise

    Hi all here by adding a new partner function by item level in va01 i hav a z partner table , that has some values , each values differ from item level for eg : item 1 (posnr) 10 , has a new partner called buyers1 posnr 20 has buyers 2 what i am facin