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

Displaying Large Blocks of Text with Flex for Mobile

$
0
0

Hi,

I have prepared an application for Android in Adobe Flash Builder. In application there are prayers in Arabic as a list. In app , short prayers are displaying quickly, but long prayers are displaying  after a long time. This is my problem.

I share my project file in addition.Can  anybody help me, please?


Note: I used SQLite database in my project as you can see and  I used a font to view prayers in Arabic.

 

 

 

My Project FB 4.7 Link:

My Project FB 4.6 Link:

 

Regards,

 

Burhan


Any information on the future of Flash Builder???????

$
0
0

Hi Adobe, please give us any information on the future of Flash Builder...

Would be much appreciated by many!@

Profiler stopped once intstalling flash player debug 10.1

$
0
0

Hey

 

Any idea on anybody why profiler stopped working after i added the flashplayer 10.1 ?

I can debug the flash builder project but when i try to use profiler builder says Unable to connect to the application to fetch profile data.

how can i fix this?

Flash Builder 4 Premium license not removing watermark from datavisualization components

$
0
0

I installed Flash Builder 4 Premium recently, moved a project I am working on that uses sdk 3.2 over to Flash Builder 4, copied the 3.2 sdk folder from Flex Builder 3 over to the /sdks folder in Flash Builder 4 install directory and the datavisualization components have the watermark overlayed on them when I build and run. What else do I need to do? Shouldn't the Premium license "unlock" those components?

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?

Creating a Survey

$
0
0

I want to create a simple survey that would run as an Air App on a sand alone desktop, using Builder and Catalyst.  I would create a simple 5 question survey with radio buttons in Catalyst and then bring it into Builder to finish.  However, I have no idea what to link it to, to collect the data.  So, can anyone tell me if I can do this with in builder? If so what program would I need to be running locally to collect the data? Access, Excel, Notepad?  Is there a tutorial online that covers this because I have not had any luck finding one? If anyone could give me some direction that would be great!

Thanks

Installed Adobe Flash Player is Not a Debugger: Flash Builder 4.5

$
0
0

Hi. i am using a 64-bit machine, am hitting the dubug btn in Flash Builder 4.5 and getting a message telling me that my version of Flash Player is not a debugger, but today i installed the  32 bit version off Adobe at  -

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

 

Also, my control panel/proprams shows i have the Adobe Flash Player 11 ActiveX 64-bit since over a week ago, and still i get the message telling me to get the proper program regardless of whether i'm using CHrome or IE.

 

help!

Convert a String to Number

$
0
0

Hi all,

 

I’m new with Flex 4, and learning

How to convert a formatted string to a number

example “$54,500.95″ to “54500.95″ in order to do same calculation

any help will be appreciated.


ANT Debug

$
0
0

I'm trying to use ANT with Flash Builder 4 to compile and debug.

 

The compiling is the easy part but having trouble to get the debugger to work.

 

I want to use ANT to Debug SWF file inside Flash Builder, so that breakpoints, console traces and everything works as it should.

 

 

My script so far. Builds The *.as to *.swf and moves from bin-debug to deploy folder. How can I start a Flash Builder Debugger for the created SWF?

 

<!-- this opens the file in Flash Debug Player, but Flash Builder IDE doesn't understand this? -->

<exec executable="open" vmlauncher="true" spawn="false" failonerror="true">
     <arg line="-a '${flashPlayer}' '${DEPLOY_DIR}/${file}'" />
</exec>

 

<!-- to run, compiles and then open -->

<targetname="Compile level 1">
   
<antcalltarget="compile flex file">
       
<paramname="file"value="GameOffice"/>
   
</antcall>
   
<antcalltarget="open player">
       
<paramname="file"value="GameOffice.swf"/>
   
</antcall>
</target>

<!-- compile *.as to *.swf, move from bin-debug to deploy (to fix Flex SVN issues -->
<targetname="compile flex file">
   
<mxmlcfile="${SRC_DIR}/${file}.as"output="${BUILD_DIR}/${file}.swf"
       
actionscript-file-encoding="UTF-8"
       
keep-generated-actionscript="true"
       
incremental="true"
       
static-link-runtime-shared-libraries="true"
       
show-actionscript-warnings="true"
       
failonerror="true"
       
debug="true"
       
optimize="false">

       
<load-configfilename="${FLEX_HOME}/frameworks/flex-config.xml"/>
       
<source-pathpath-element="${FLEX_HOME}/frameworks"/>

       
<compiler.include-librariesdir="${basedir}/libs"append="true">
           
<includename="HelloThereLibGames.swc"/>
           
<includename="HelloThereLibStructure.swc"/>
           
<includename="HelloThereLibUtils.swc"/>
       
</compiler.include-libraries>

       
<metadatadescription="Hello There Production">
           
<contributorname="Fredrick Bäcker"/>
       
</metadata>

   
</mxmlc>
   
<copytodir="${DEPLOY_DIR}"file="${BUILD_DIR}/${file}.swf"/>
</target>

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.

Changing the default workspace

$
0
0

I just installed Flash Builder 4.5 and I was hoping to choose my default workspace from the installer menu. No such luck. Then I changed the config.ini files to update the default workspace (as per http://www.eclipsezone.com/eclipse/forums/t78109.rhtml) - that didn't work. And the tried Preferences > General > Startup & Shutdown > Workspaces, and checked off "Prompt for workspace on startup" which allowed me to successfully update my "default workspace".

 

The problem now is when I delete the "Adobe Flash Builder 4.5" folder in my "Documents" folder (I use a mac), it keeps creating new instances the of "Adobe Flash Builder 4.5" whenever I start or exit the program! So if FB doesn't see the folder, it creates a new one on startup and shutdown. Does anyone know how to make it stop?

 

This is kind of driving me crazy...any help would be much appreciated!

I have licensed version of Flash Builder with Master Collection CS5.5 how to upgrade to Flash Builder 4.7

$
0
0

Did not take advantage of the free upgrade awhile back and need to upgrade my Flash Builder 4.6 licensed in Master Collection 5.5 to version 4.7.

My serial is not working from my MC5.5 and my individual license from my Flash Builder is not working.

Any ideas on to solve this issue?

Tried to purchase an upgrade on their site but cannot find one that will let me upgrade from 4.6 to 4.7.

Flex Builder 4.5 Premium license not working for automation - anything else to try?

$
0
0

So I'm getting the message when I try to record/run a test that the "License not present.  With the trial verison only limited replays are allowed."  I have a valid license key for Flash Builder 4.5 premium edition.  I have read many forums on this subject but none of them help me.  I compile my project either using Flash Builder 4.5 or an ant script invoking mxmlc.  I have modified my flex-config.xml to include "flashbuilder45", and my given serial number with and without dashes (and other combinations).  I do not have a license.properties file.  I'm not sure what else I can do.  I have already reinstalled Flash Builder 4.5.  I am now trying Flash Builder 4.6 with the same results.  This serial number is a group one good for 5 boxes.  My next step is to request a replacement serial number from Adobe, since I can't think of anything else that could be wrong with my setup.

Accessing viewstack problem

$
0
0

Hello communitie

 

hope anyone can help me.

 

I have a custom component with a TextInput with a id="userID" assigned.

and i have a Login button with a id="loginBtn" and have <s:Button id="loginBtn" includeIn="Login" x="318" y="237" height="20" label="Login" click="FlexGlobals.topLevelApplication.gotoView();"/>

 

In the main application i have this

 

public function gotoView():void {

                parentStack.selectedChild.label;

            }

 

<mx:ViewStack id="parentStack" width="1280" height="768">

    <s:NavigatorContent width="100%" height="100%" label="Login">

        <forms:MainSiteForm horizontalCenter="0" verticalCenter="0">

        </forms:MainSiteForm>

    </s:NavigatorContent>

    <s:NavigatorContent width="100%" height="100%" label="Admin">

        <s:ModuleLoader url="views/Administrator.swf"/>

    </s:NavigatorContent>

    <s:NavigatorContent width="100%" height="100%" label="Sales">

    </s:NavigatorContent>

    <s:NavigatorContent width="100%" height="100%" label="Designers">

    </s:NavigatorContent>

    <s:NavigatorContent width="100%" height="100%" label="Retailers">

    </s:NavigatorContent>

</mx:ViewStack>

 

Can someone help me with this please????

example if i type Sales in the TextInput userID and click the Login button i want to switch to that view in the main application.

 

any help will be really apreciated

Strangest error on functioning code blocks

$
0
0

Hi all,

 

Now and then I get the strangest errors on code. It indicates one or more whole function(s) is/are erroneous. I've seen it happen on my own code, on the Feathers UI code and can not make anything of the error Flash Builder produces (see attached image). The error goes away after some 'fiddling' with the code (nonsense modifications and saving again) or sometimes a "clean project" occasionally it's stubborn enough to make me restart the whole thing (sigh).

 

Can anyone make anything of this error?

 

Screen Shot 2014-07-20 at 13.51.15.png

Using:

FB 4.7

OSX 10.9.4

 

Thanks in advance,

Manno


Definition could not be found - but library is there!

$
0
0

Hi,

 

I installed a library (as3isolib) in Flash Builder 4 and started writing code (following a Lee Brimelow's tutorial on www.gotoandlearn.com).

 

So, if I instantiate a new variable, the hint box is there with all the classes and methods and all. After inserting the line, the corresponding import line is also inserted automaticaly.

 

I believe this means the library has been added correctly to the project.

 

HOWEVER... the editor reports error messages all along the code biside all references to the library classes.

The very first error message on the code is "1172: Definition as3isolib.display.IsoView (for instance) could not be found".

 

I don't get it... Any ideas?

 

Thank you!

 

Marcos

unable to locate specified base class ’spark.components.WindowedApplication’

$
0
0

I have seached but I can not find the solution to this problem.

 

I have created a Catalyst project and exported it as an flex file (fxp) and imported it into Flash Builder 4.

 

All I want to do is create a Windows AIR application that will go to Full Screen once the application is launched.  I do not want a chrome window or controlls.  This is an application for a kiosk.

 

After changing "s:Application...."to "s:WindowedApplication....", I recieve a compile error "unable to locate specified base class ’spark.components.WindowedApplication’".  I noticed when I look in the project browser there is no spark\component\WindowedApplication component but there is an application.abc component.

 

I am a newbie and really need assistance correcting this error.  A step by step solution would be appreciated.

 

Here is the begining of my main.mxml file.  Please let me know if you need any more information.

 

<?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"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        xmlns:ai="http://ns.adobe.com/ai/2009"
        xmlns:fc="http://ns.adobe.com/flashcatalyst/2009"
        xmlns:d="http://ns.adobe.com/fxg/2008/dt"
        xmlns:lib="assets.graphics.SPEDCHEK.*"
        xmlns:flm="http://ns.adobe.com/flame/2008"
        xmlns:graphics="assets.graphics.*"
        xmlns:components="components.*"
        applicationComplete="init()">
<fx:Script><![CDATA[
 
  private function init():void
  {
   systemManager.stage.displayState=flash.display.StageDisplayState.FULL_SCREEN_INTERACTIVE
  }

 

Best regards,

 

JC

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?

'Finding occurrences' has encountered a problem

$
0
0

Hello,

 

I am getting constant errors with 'finding occurrences" while editing code in Flash Builder 4.7 beta. The errors occur while "mark occurrences" is turned on, but only affect certain variables in some classes. I haven't figured out a pattern to why this happens.

 

In details, the error given is

"An internal error occurred during: "Finding occurrences".

java.lang.NullPointerException"

 

I have no idea what started this problem; it seems like a bug. Anyone else experience this?

Flash Builder 4.7 JIRA

$
0
0

Dear Flash Builder team,

 

first off, who in his right mind decided to create a single JIRA for Flash Builder and Flex? That makes no sense whatsoever!

With the retirement of bespoken JIRA in April '13, there will effectively be no bug report system for Flash Builder since Apache has nothing to do with that application.

 

You can't possibly sell a $500 application that is buggy as hell without giving the users a convenient way to report those bugs. Having them create bug reports in this forum is just pathetic and plain rude!

 

There is a ton of bugs in this application. The current version is merely in an alpha state, there are nullpointers everywhere!

 

So please Adobe, create a new JIRA for Flash Builder, or even better, fix those bugs that have been reported numerous times in these forums.

 

If there are no plans to invest in that product any more, talk to your supervisors and tell them to stop charging money for it!

Viewing all 70427 articles
Browse latest View live


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