Quantcast
Channel: Adobe Community : Discussion List - Using Flash Builder
Viewing all 1802 articles
Browse latest View live

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.

Flash Builder

$
0
0

I have Creative suites CS6 and have been mostly using Photoshop and Illustrator. I would like to learn to use Flash Builder. However, when I try to open the program the cover page comes up on the screen and then disappears without opening the program. All of the other programs in CS6 seem to be working fine. What do I need to do in order to access Flash Builder?

An internal error occurred during: "FunctionOverrideProcessor". java.lang.NullPointerException

$
0
0

I'm getting this error every time Flash Builder 4.7 starts. Sometime the same error pops up sporadicly during the development. Good news that I'm not really affected by it, however, it's bit annoying and indicates about some underlaying problem. I can't get any additional information about this exception nor I can find any relevant documentation. Any helps is appreciated. Thx.

 

flash-builder-problem.png

FlashBuilderC v4.7 returns NoClassDefFoundError: com/adobe/flexbuilder/codemodel/common/CMFactory

$
0
0

We are building FlashBuilder projects as part of continuous integration via ANT scripts. It looks something like this:

 

    <target name="main" description="Build all flex projects">

      <fb.exportReleaseBuild project="ProjectA" destdir="somedir" />

    </target>

 

And a .bat file that runs FlashBuilderC with standard parameters:

 

--launcher.suppressErrors -noSplash -application org.eclipse.ant.core.antRunner -data %WORKSPACE% -file "buildFlexContents.xml" main

 

So far this has worked great with FlashBuilder 4 and 4.6, but when we updated to 4.7, the following started to happen (parts of the .log file):

 

!SESSION 2014-04-07 13:25:58.288 -----------------------------------------------

eclipse.buildId=M20110909-1335

java.version=1.6.0_31

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US

Framework arguments:  -application org.eclipse.ant.core.antRunner -file buildFlexContents.xml main

Command-line arguments:  -os win32 -ws win32 -arch x86_64 -application org.eclipse.ant.core.antRunner -data C:\workspace -file buildFlexContents.xml main

 

 

!ENTRY org.eclipse.core.resources 2 10035 2014-04-07 13:25:59.562

!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

 

 

!ENTRY org.eclipse.osgi 4 0 2014-04-07 13:26:02.478

!MESSAGE An error occurred while automatically activating bundle com.adobe.flexbuilder.codemodel (28).

!STACK 0

org.osgi.framework.BundleException: Exception in com.adobe.flexbuilder.codemodel.CMCoreActivator.start() of bundle com.adobe.flexbuilder.codemodel.

          at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:734)

          at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:6 83)

 

..

 

Caused by: java.lang.NullPointerException

          at com.adobe.flexbuilder.codemodel.internal.bridge.WorkspaceSpecification.getStateLocation(W orkspaceSpecification.java:157)

          at com.adobe.flexbuilder.codemodel.internal.bridge.WorkspaceSpecification.getFileInStateLoca tion(WorkspaceSpecification.java:149)

 

..

 

!ENTRY org.eclipse.osgi 4 0 2014-04-07 13:26:02.482

!MESSAGE An error occurred while automatically activating bundle com.adobe.flexide.codemodel.bridge (100).

!STACK 0

org.osgi.framework.BundleException: Exception in com.adobe.flexide.codemodel.internal.bridge.CMBridgeActivator.start() of bundle com.adobe.flexide.codemodel.bridge.

          at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:734)

          at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:6 83)

          at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

 

...

 

Caused by: java.lang.NoClassDefFoundError: com/adobe/flexbuilder/codemodel/metadata/IMetadataManager

          at com.adobe.flexide.codemodel.internal.bridge.CMBridgeActivator.start(CMBridgeActivator.jav a:50)

          at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:7 11)

          at java.security.AccessController.doPrivileged(Native Method)

          at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:702)

          ... 74 more

Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundExce ption: An error occurred while automatically activating bundle com.adobe.flexbuilder.codemodel (28).

          at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:122)

...

 

 

!ENTRY org.eclipse.osgi 4 0 2014-04-07 13:26:02.742

!MESSAGE Application error

!STACK 1

java.lang.reflect.InvocationTargetException

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

 

 

 

Caused by: buildFlexContents.xml:8: java.lang.NoClassDefFoundError: com/adobe/flexbuilder/codemodel/common/CMFactory

          at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:116)

          at org.apache.tools.ant.Task.perform(Task.java:348)

          at org.apache.tools.ant.Target.execute(Target.java:390)

 

I have tried recreating the workspace, and changing -vm JDK paths to try with 1.7 to no avail.

 

Funny part about this is, that it works with FlashBuilder.exe (inside the GUI), but not with FlashBuilderC from the commmand line.

 

Any ideas why it can't find this class?

Flash Builder Won't Open

$
0
0

When I click on the Flash Builder application, the program brings up the loading screen. However, after a few minutes, the loading screen disappears and that's it. I checked my task manager and the program isn't open. So, what's going on? I even tried to open the program directly through the Program Files instead of my desktop, just encase that was a problem. There was no difference. So I don't know what to do. I don't have any problems with any other adobe programs. So why this one?

 

It's Adobe Flash Builder 4.6 Premium.

How do I search an entire workspace for a text string in flash builder 4.7? It used to be ctrl shft f, but that doesn't work anymore.

$
0
0

I just upgraded from Flash Builder 4.0 to 4.7.  I used to be able to search my entire workspace using control+shift+f, but now, that works as some sort of text formatter.  How do I do this in 4.7?

 

Thanks for your help.

import illustrator data in FB

$
0
0

How can I import Illustrator CC 2014 graphs in Flash Builder 4.7?

FXG is no longer supported in Illustrator CC.

 

Thanks!

Rolf


i am developing a flex web application which needs to access Other domain ,is there any other way other than cross domain policy available ? please help

$
0
0

i am developing a flex web application which needs to access Other domain (Payment Gateway API),is there any other way other than cross domain policy available ? please help.

we donot have access other domain thats why we want other solution..

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?

FlashBuilder won't start

$
0
0

Using windows 7.

 

Starting via double clicking the executable results in the loading screen and then nothing.

 

SOMETIMES, when started via the command-line, a popup appears after the initial splash screen saying that "the workspace is currently in use", which suggests that FlashBuilder is still running - which it isn't.

 

When started from the commandline using the FlashBuilderC.exe I get:

C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)>flashbuilderc.exe

Exception in thread "Thread-5" org.eclipse.swt.SWTException: Device is disposed

        at org.eclipse.swt.SWT.error(SWT.java:4282)

        at org.eclipse.swt.SWT.error(SWT.java:4197)

        at org.eclipse.swt.SWT.error(SWT.java:4168)

        at org.eclipse.swt.widgets.Display.error(Display.java:1258)

        at org.eclipse.swt.widgets.Display.wake(Display.java:4873)

        at org.eclipse.ui.application.WorkbenchAdvisor$1.run(WorkbenchAdvisor.java:797)

Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper$4

 

Any Ideas?

 

Also, why is Abode support so bad?  I don't see many Adobe support comments on the Adobe forums and when going through the support portal http://helpx.adobe.com/contact.html?product=flash-builder&topic=using-my-product-or-servic e the phone number they provide isn't in use!!

 

I can't believe how expensive this product is for the quality it provides - my other post http://forums.adobe.com/message/5338632.

Error "Could not resolve to a component implementation...", after overlaying with AIR SDK 13.0

$
0
0

Just installed FB 4.7, overlayed with AIR SDK 13.0, started FlexMobileProject and I get this error "Could not resolve <s:ViewNavigatorApplication> to a component implementation...", which I can't get rid of. Tried 3-4 times, error stays.

I overwrote the Flex sdk 4.6.0 with Air SDK 13.0.

Is this a bug? Please help.

Error will not let me connect to my web service. adobe flash 4.7 (trial)

$
0
0

Good afternoon, I want to know why I can not connect to the service web service in adobe flex 4.7 (trial mode), do not know if that's why.

I need your help. thank you,

there is nothing more, do not charge anything.

2014-08-05 15_49_32-Flash - ServicesWCF_src_views_ServicesWCFHomeView.mxml - Flash Builder.png

how can i get design view in flash builder 4.7?

$
0
0

I am not able to get design view so it will be difficult to develop UI components


can't submit serial during installation

$
0
0

During the installation of Flash Builder 4.7 Standard, at the point where I entered my serial number, the installer is unable to connect to Adobe's server. My Internet connection is working as I am able to browse the web, but the installer just would not connect.  So, I continued the installation without the serial number, thinking I would be able to enter it from within Flash Builder... WRONG. Flash Builder will not open because, since this is a re-install, the license has expired. OK, so I uninstalled FB, again, and tried to re-install it, again. Same problem. If I try the Offline Activation page (Offline Activation) it asks for a request code that I do not have.

So, how can I get a request code?

I need help how to make IconItemRenderer http://www.adobe.com/cn/devnet/flex/articles/engadget-iconitemrenderer.html

Impossible to debug AIR Application on Mac OS X Maverick. After several seconds AIR App freezes and Mac OS console displays : adl caught causing excessive wakeups. Can you help on that issue ?

$
0
0

After launching my app in debug mode, app starts correctly, and after few seconds, apps completely freezes, there is no possibility to pause it, and Mac OS console gives such message :

 

06/08/2014 17:27:58,000 kernel[0]: process adl[2941] caught causing excessive wakeups. Observed wakeups rate (per sec): 1278; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45028

 

Note that on another mac, i don't have that issue, with the same application.

can't run/test an application in flash buider

$
0
0

Hello guys,

 

im fairly new to action script 3  and flash buider, i have imported several application to flash builder, the file extension is .as, but i can't either build or run the application.
the second question: one of the imported projects has a yellow sign over the file (warnning/error sign).

 

thank you

Flash Builder Newbie

$
0
0

Hi Guys

 

I am fairly new in flash builder, I would like to get a few comments and some guidance as to how to read and understand the code and the pattern it follows.

 

Thank You

 

Abdul-Qaadir

Viewing all 1802 articles
Browse latest View live


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