Quantcast
Channel: Adobe Community : Popular Discussions - Using Flash Builder
Viewing all 70427 articles
Browse latest View live

Flash Builder 4.6 not opening in PC

$
0
0

HI there. I already read a lot of post talking about that problem happen on mac. My problem is that I am experience this on PC.

 

My flash builder have come with the adobe master collection, and I deleted the folder that was the flashbuilder worskpace and nothing, the same error.

 

When I try to open, it opens the startup screen and then close it with no error messages. Nothing more happens.

 

What I need to do?


what means Mul... can installed in win & Mac

$
0
0

FB4 SHOWS PLATFORM: Mul

DW CS6 SHOWS PLATFORM: Win

 

what means Mul... can installed in win & Mac?

Flash Builder 4.7 downgrade to 4.6 version

$
0
0

Hey,

We have bought a license key for upgrade from Flash Builder 4.0 SE to Flash Builder 4.7 SE, but we need access to Designer View which is not available in FB 4.7.

Our distributor tell us, that it is possible by doing downgrade to Flash Builder 4.6. To do it we should contact with Adobe Support.

 

So our questions are:

1. How can we downgrade Flash Builder from 4.7 SE to 4.6?

2. Could we change our license key to 4.6 license key?

3. How can we download Flash Builder 4.6 binary files?

 

Best regards,

Juri

Flash builder 4.7 throwing errors for no reason - is there a fix?

$
0
0

errorAgain.jpg4.jpgHello,

 

I am using FB4.7, right now on an AS project. For some reason, FB has started "locking up" on runtime errors. Meaning, if I run a code with an error, then fix the error, FB still reports an issue at that line, even if the line is blank.

 

In the attached image, you can see that I am getting a 1009 Error on the second reference to a variable that has been declared directly above - obviously a bs error.  I had a chunk of code there before, that did have the error, but I am still getting the Error, can't test, compile, etc.

 

Very frustrating, no idea what is causing this!!! Thanks for any input!

 

 

FB 4.7 Win7

Using iOS Simulator via Flash Builder on OS X 10.9 Mavericks

$
0
0

Hey Everyone,

 

You will find that if you have updated to OS X Mavericks (currently BETA 13/05/13) the iOS Simulator will not activate from the Flash Builder IDE. FB will prompt to saying you need to enable assistive devices but Mavericks has removed this option from the Universal Access option in the system preferences.


Here is the work around:

 

Activate System Events:

System Preferences > Security & Privacy > Privacy > Accessibility > Tick System Evenh

 

There is no need to restart Flash Builder the simulator should now just work fine.

 

 

Hope that helps prevent a lost few minutes on the old google machine.

Flash Builder 4.6 won't launch (Mac OS X)

$
0
0

Hi.  I'm running Mac OS X Lion.

 

FB 4.6 won't launch.  I read a post to rename the workspace directory but I don't know where this is located on my MacBook Pro.  Can anyone help me troubleshoot this?  If I rename the workspace directory hopefully it will launch, once I'm able to locate that folder.

Cannot get AdvancedDataGridRendererProvider to work

$
0
0

I want to set the first column in an advancedDataGrid to bold when another column in the row is blank. I created a Component mxml renderer to do the trick but I cannot get it to work. I don't think the renderer is even getting called as a break in the renderer is never hit when I run in debug mode.

My code follows. What am I doing wrong? Any help would be greatly appreciated.

Thanks,

John

Here is my AdvancedDataGrid. The provider is an XMLListCollection...

<mx:AdvancedDataGrid id="adgFormWithSignatures" visible="{oneStudentSelected}"  x="9" y="407" width="625" height="236"  dataProvider="{formsRequiringSignaures}"  designViewDataType="tree"  doubleClick="adgFormWithSignatures_doubleClickHandler(event)"  doubleClickEnabled="true"  headerColors="{formsSigsHeaderColors}" headerHeight="50"  headerWordWrap="true" variableRowHeight="true" wordWrap="true">  <mx:columns>       <mx:AdvancedDataGridColumn id="formColumn" width="200"            backgroundColor="#EBE9E9" dataField="form" headerText="Form"            headerWordWrap="true" sortable="false"/>       <mx:AdvancedDataGridColumn width="40" dataField="student" headerText="S"            sortable="false"/>       <mx:AdvancedDataGridColumn width="40" dataField="parent" headerText="P"            sortable="false"/>       <mx:AdvancedDataGridColumn width="40" dataField="teacher" headerText="T"            sortable="false"/>       <mx:AdvancedDataGridColumn width="45" dataField="sponsor" headerText="SP"            sortable="false"/>       <mx:AdvancedDataGridColumn width="45" dataField="qualScientSuper"            headerText="Sc Su" headerWordWrap="true" sortable="false"/>       <mx:AdvancedDataGridColumn width="40" dataField="veterinarian" headerText="V"            sortable="false"/>       <mx:AdvancedDataGridColumn width="50" dataField="priorSRCIRB"            headerText="P SRC IRC" sortable="false"/>       <mx:AdvancedDataGridColumn width="50" dataField="resrchInstSRC"            headerText="R SRC" sortable="false"/>       <mx:AdvancedDataGridColumn width="50" dataField="finalSRC" headerText="F SRC"            sortable="false"/>       <mx:AdvancedDataGridColumn width="45" dataField="uploaded" headerText="U"            sortable="false"/>       <mx:AdvancedDataGridColumn visible="false" dataField="formID"            headerText="form ID"/>       <mx:AdvancedDataGridColumn visible="false" dataField="formStudentID"            headerText="formStudentID"/>       <mx:AdvancedDataGridColumn visible="false" dataField="formProjectID"            headerText="formProjectID"/>  </mx:columns>  <mx:rendererProviders>       <mx:AdvancedDataGridRendererProvider column="{formColumn}"       depth="3" renderer="myComponents.SigFormsRenderer"/>  </mx:rendererProviders></mx:AdvancedDataGrid>

 

Here is the SigFormsRenderer.mxml component...


<?xml version="1.0" encoding="utf-8"?><!-- src/myComponents/SigFormsRenderer.mxml --><mx:Label xmlns:mx="http://www.adobe.com/2006/mxml" textAlign="center">  <mx:Script>    <![CDATA[       override public function set data(value:Object):void {            if (value["formStudentID"] == "") {                 setStyle("fontWeight", "bold");            } else {                 setStyle("fontWeight", "normal");            }       }    ]]>  </mx:Script></mx:Label>

Flashbuilder 4.6 / Air 3.0 : Error when trying to open some PDF files with PDFViewer

$
0
0

Hello the Adobe Community,

 

We have developed an Adobe Air app which downloads PDF files and open them in Adobe Reader using PDFViewer.

Some users have this error when they try to open some PDFs "file is damaged and can't be opened".

 

Did you already have this kind of errors with PDFs ?

 

Thank you for your help,

Mehdi D.


Can't Connect to Remote MySQL (60)

$
0
0

I'm trying to connect my project to a remote mysql database, but I'm getting this error:

 

Server error Can't connect to MySQL server on 'ipaddress' (60)

 

I'm using the same connection settings that we use on our regular non-flash website. Doesn't anyone know what 60 means?

How to obtain installed license key

$
0
0

Hi

 

I am trying to find out if there is a way to find my license key for Flash Builder 4 Premium?

 

I've googled around and see that there are registry programs that can locate it.


But is there an official way that I can see my license key? I am unsure what key I used, and my co-worker uses a Mac with a different key. We arent sure who has used what from our key list.

 

My boss is asking me which key I used and I am unsure.

 

Is it in my Adobe account, if I log in and look through my profile?

 

Any ideas?

How to setup Flex SDK with latest AIR SDK?

$
0
0

Now the latest AIRSDK web page has a small link at the bottom for Flex users and it states that Flex users should take the SDK version without the compiler. BUT....

the http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html page says to download the SDK from

http://labs.adobe.com/downloads/asc2.html

but this page now redirects to:

http://helpx.adobe.com/air/kb/archived-air-sdk-version.html

which contains a large list of archived SDK's. So that help page never really says which version of the SDK to use - with or without the compiler. But other forum posts have implied its suppose to be the one with the compiler.

 

Now since we're overlaying the ...plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK folder that would make sense.

But now there's a second overlay instructions page at:

http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html

with different instructions.

 

So my questions are:

   Which overlay instructions are we really suppose to use?

   Which version of the AIR SDK (with or with-out compiler) are we suppose to use?

   What does the Flex Library Project properties -> Flex Library Compiler -> 'Include Adobe AIR libraries' checkbox really do?

        If I've followed the (first) overlay instructions above, does this checkbox now mean I'm using the overlaid AIR SDK 3.6

        with the current Flex SDK I've chosen?

        What if I'm using the Apache Flex 4.9.1 SDK? Will the AIR SDK 3.6 overlay that?

            (Doesn't Apache Flex have AIR 3.4 embedded - will this confuse Flash Builder 4.7 ?)

 

Is it just me, or is this just getting more and more confusing? Can we perhaps get a AIR SDK combo box to go beside the Flex combo box and when we check the 'Include Adobe AIR libraries' then we can select the AIR SDK we want? And get a 'configure AIR SDKs...' link too? Then perhaps we can get completely away from overlays and all this merged SDK nonsense. I've had nothing but problems with it.

 

The real reason I need all this info is because I'm trying to use Flash Builder 4.7 to build an Android ANE and I'm having a devil of a time just trying to find my resources. When I use context.getResourceID() I'm not getting the correct resources - and after reviewing other posts here I came to the conclusion that it might be due to bugs in older AIR SDK's. So really, at the moment I could care less about the latest Flex SDK, I just need to know I'm working from the latest AIR SDK.

 

Thanks in advance.

Packaging error using Xcode 5 simulators

$
0
0

I'm attempting to test mobile Air apps against iOS 7 via the Xcode 5 simulators, through Flash Builder 7.  My apps (Flex 4.6+/Air 3.5+) open just fine in the simulators packaged with Xcode 4. However, once I install Xcode 5 GM, I get the following error:

 

"Error occurred while packaging the application:

SDK is missing GPL component /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator6.1.sdk/../../../../../usr/llvm-gcc-4.2/lib/gcc/"

 

This error is occurring for for any targeted simulator (6.0/6.1/7.0/etc) and any Air version.

 

If I go back to Xcode 4, I don't have any problems up through v6.1 of the simulators.

 

Any thoughts?

 

Thanks

Parks

 

MacBook Pro -- OS X 10.8.4

Flash Builder 7

Flex 4.6+

Air 3.5+

Black bars on iPhone 5 in Ad Hoc build

$
0
0

I'm working on a game for the iPhone/iPad. Everything seems to be working well and has been running nicely on devices, but I've been running into an issue with ad hoc builds on iPhone 5's running iOS 7.

 

In the iOS simulator and on devices, when I do a debug build on a 4-inch iPhone it runs full screen, no problem. However, when I create an ad hoc build on all iPhone 5 devices it launches as if it had a 3.5" screen.

 

I've got a Default-568h@2x.png launch image included.

 

Is there a flag that I'm missing somewhere? This doesn't make any sense.

 

I'm using Flash Builder 4.7 and AIR 3.9

I'm running a Mac on OS 10.9

 

Let me know what other info might be needed to help me figure this out.

flash builder 4.6 flex for mobile with mysql php and json

$
0
0

I am trying to create an app that get data from online mysql server via php service and displays the data in a list

I have been looking all over the internet but had no success in finding a working tutorial and i am frustrated

can anyone help or direct me to a working tutorial please ?

How to apply migration signature to an APK created by Flash Builder

$
0
0

I developed an android application using Flash Builder.

Version 1.0 has been created with an old certificate (.PFX file).

That certificate is expired.

So I create new Version 1.1 with a new certificate.

But when I try to install the new version, the following message has been displayed.


Application not installed: an existing package by the same name with a conflicting signature is already installed.

 

There is a simple solution: Uninstall first version (1.0) and install the new version (1.1).

But I don't want to lose my application data which is created by 1.0 (old version).

Could anyone please suggest a better solution?


Flash Builder 4.7 didn't transfer from old computer - says it's "Up to date" though.

$
0
0

My old imac's hard drive died, and I received my new replacement imac today.  Everything was backed up with Time Machine, so I transferred all the files and apps to my new machine.  Everything came across fine, except Flash CS6 and Flash Builder 4.7.  I was able to find an installer for Flash CS6 on the adobe site, so got that back no problem, but I can't for the life of my find the equivalent for Flash Builder 4.7!  The download link from the Adobe site just opens Creative Cloud, and CC thinks that Flash Builder is "up to date", even though it doesn't exist on the new computer.  Can anyone help me please?

Flash Builder 4.5 and Eclipse Indigo (3.7)?

$
0
0

Hi all,

 

is Flash Builder 4.5 going to work well with Eclipse Indigo (Eclipse 3.7) if I would do a plugin installation???

 

If not, are there plans to do so?

 

Thanks.

Paul

Flash Builder 4.7 on OSX 10.9 (Mavericks)

$
0
0

Hey Everyone,

 

If you've updated to OS X Mavericks BETA and you're unable to start Flash Builder 4.7 visit the following page and download the the file on the right.

 

Install Java 6 and run Flash Builder and everything should work as normal.

 

http://support.apple.com/kb/DL1572

USB Debugging Android OS 4.2.x or Above Failing

$
0
0

Hey all,

 

I starting to get more and more devices that both don't come with a USB driver (relying on MTP) and fail to authorize themselves with Windows. Not all 4.2 devices do this however, I'm noticing Samsung is pretty special in this way.

 

I have the latest Android SDK, the default google USB driver as well. 'adb devices' continuously shows devices as 'unauthorized'. I've read people do simple things like unplug/replug, uncheck/recheck USB debugging, restart the device and all possible combinations of those things in any order. My older devices dutifully ask me upon connection or USB Debugging enablement if the PC I connected it to is allowed and once I click OK the device is authorized (like my 4.1.2 Samsung Galaxy S3). This screen NEVER comes up on newer devices, never offering a way to authorize the device.

 

Android devices that work

  • Samsung Galaxy S3 (4.1.2)
  • Samsung Galaxy Tab 2 7" (4.1.2)
  • ASUS Transformer 10.1" (4.0.3)
  • ASUS Transformer Infinity 10" (4.2.1)
  • Lenovo IdeaTab 7" (4.0)
  • ASUS MeMO SmartPad 10.1" (4.1)
  • Sony Xperia Tablet Z 10" (4.2.2)

 

Devices that refuse to authorize:

  • Samsung Galaxy S4 (4.3)
  • Samsung Galaxy Note 3 (4.3)
  • Samsung Galaxy Tab 3 8.0" (4.2.2)

 

The obvious trend here is, Samsung and anything over 4.2 doesn't seem to work (allow authorization). I can find nothing but Kies software with a "reinstall USB driver" option which I've installed and tried but these devices merely are visible in windows, allow file transfers with no issues, show up in 'adb devices' as 'unauthorized' and in Flash Builder 4.7 they show up as their serial numbers, 'online' and AIR is not installed, with no OS version.

 

Has anyone had any luck with a late Samsung device and USB debugging, or getting the devices to authorize with the OS? As much as I've narrowed it (which doesn't help) is OS 4.2 and up now ask for a RSA fingerprint for authorization from Windows whereas 4.1 and below do not. Somehow only the older Galaxy Tab and Sony are getting this. I guess Samsung is just having an issue (with Win7 Pro 64bit).

 

Any native developers know how to force a device to authorize?

 

Thanks!

Flash Bulder+MySQL,PHP - Channel disconnected before an acknowledgement was received

$
0
0

Hi, I tried some basics with Flash Builder and PHP MySQL. I walked throught this tutorial http://www.flashrealtime.com/flash-builder-4-and-php-data-services/ but when I added a function btnSearch_clickHandler and launched the project in browser to test it, it gave me this error:

disconnected.png

 

I don't know why is this happening. I followed the tutorial step by step. The only difference is that I use Windows 7 with WAMP and Tomas uses MacOS with MAMP

 

I uploaded my project http://www.mediafire.com/file/6ri44igt1hbssrf/phpConnect.zip , can someone take a look at it please? Thanks

Viewing all 70427 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>