Flex :: Display Content Assist In Flex Builder For All Classes?

Jul 16, 2010

I have a components and classes project library. Within the library, flex builder only seems to display content/code assist options for top level classes (e.g. arguments, Array) but not other classes such as VBox. Also, within the non top level classes, class properties are not provided by content assist.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Make The Content Assist In Flex Builder To Pop Up As Soon As Start Typing And Not Just After Pressing CTRL+SPACE?

Aug 31, 2009

Is it possible to make the content assist in Flex Builder to pop up as soon as I start typing and not just after pressing CTRL+SPACE? It does pop up by itself after a '.' (foo.) or a ':' (var foo:). But to get a list of available variables and methods I have to press CTRL+SPACE.

View 4 Replies

Actionscript 3 :: Flash Builder Hide Class Properties From Content Assist?

Nov 25, 2010

I am extending TextField to create my own implementation of it, and there are some properties & methods I would like to simply remove from use, eg:

override public function setTextFormat(format:TextFormat,[...]):void{}

I would like now to hide setTextFormat from code hinting, so when, in some other class, I type:

var t:MyTextField = new MyTextField;
t.set

And hit ctrl+space I only see setPropertyIsEnumerable(...) and setSelection(...), no trace of setTextFormat(...). But no matter what I do it still appears, I tried @private metatag in asdoc, as well as some made-up (like @remove, @disable, @ignore, @deprecated). Using [Exlude] doesn't work either as, afaik, it works only with mxml. Is there some way to actually accomplish this task? Or am I forever left with useless and redundant code? Some plugin maybe? (I know I can just leave it as is and don't double methods, but, nevertheless, I'd rather have it my way)

View 1 Replies

Flex :: Flash Builder Keeps Losing Imported Classes?

Mar 30, 2010

I've been having this really annoying thing happen the past few days, that has happened before but not as frequently. I create a project in Flash Builder, import some classes, and then on occasion it keeps erasing those classes. So then I get errors in a lot of my datatypes, have to go back through my document and retype the datatype so that it reimports the class.

I know flash builder can be a bit buggy at times

View 2 Replies

Flex :: Flash Builder 4 Include All Classes Being Reset?

Jul 11, 2011

When building a Flex library project in Flash Builder 4, setting the Include all Classes flag in the library properties tells the compiler to include all compiled classes into the resulting SWC file. Sometimes this flag gets reset or ignored. The .flexLibProperties file looks like this:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<flexLibProperties includeAllClasses="true" version="1">
<includeClasses/>

[code].....

View 1 Replies

Flash :: Flex - Manage Library Symbols With Linked Classes In CS4 To Compile / Debug In Builder 4?

Apr 2, 2010

I'm building a video player using Flash CS4 (hereby referred to as "Flash") to create the graphic symbols and compiling and debugging with Flash Builder 4 ("FB4"). Here are the steps I take in my current workflow: --Create the graphic symbols in Flash. I've created a few different symbols for the player, but I'll focus on just the play/pause button ("ppbutton") here. --In the Library panel, I go to the ppbutton symbol's Linkage properties and link to a class named assets.PlayPauseButtonAsset that extends MovieClip. I do not actually have an assets package nor do I have a class file for PlayPauseButtonAsset as Flash will create them for me when I publish.

--In Flash's Publish settings, I set the project to export a SWC that will be used in FB4, called VideoPlayerAssets.swc. --After the SWC is created, I create my FB4 project called "VideoPlayer" and add the SWC to my path. FB4 creates the class VideoPlayer in the default package automatically. --In VideoPlayer.as, I import assets.*, which imports all of the symbol classes I created in Flash and are available via VideoPlayerAssets.swc. I can now instantiate the ppbutton and add to the stage, like this:

[Code]...

View 2 Replies

Flex :: Display Embed Images In Flash / Builder?

Jun 7, 2010

I'm using image embedding in Flex 4 (the same goes with Flex 3). [code]...

When i run the application i see the icon but in Flash(Flex) Builder i can't see the images while working in Design mode. Is there any way to enable image visualization in Flash Builder design mode ? or a better way to include resources.

View 2 Replies

Eclipse :: Flex Builder Debugger Doesn't Display Local Variables

Feb 11, 2010

I am using the Flex Builder 3 debugger almost every day and it's starting to be a real pain that the 'Variables' tab in the 'Flex Debugging' view doesn't show local variables, only 'this' is displayed.

Also I can not add Watch Expressions for local variables.

Am I forgetting something here or is the debugger just very limited?

View 3 Replies

Flex :: Flash Builder - Display Rich Text In AdvancedDataGrid Column?

May 23, 2011

I have some rich text created using the flex (flash builder 4) rich text input control. I want to display at least some of it in a column of an AdvancedDataGrid control.

View 2 Replies

Flex :: Display The Content Of These Pages?

Mar 30, 2011

I have XML pages with some defined structure , now using flex I want to display the content of these pages. The purpose of using Flex is to give better look. If I can use something else which will provide a good UI to display then also its fine.

View 2 Replies

Flex :: Convert Flex Builder 3 Project To Flash Builder 4

Oct 6, 2009

I just upgraded to Flash Builder 4 (beta 2) from Flex Builder 3 which I have been using since it came out. Problem: All the projects that were in my workspace from Flex Builder 3 did not carry over into Flash Builder 4 (e.g. in the "Flex Navigator" view if FB3). Flash Builder 4 now uses the .FXP format to manage projects, but Flex Builder 3 did not. Is there an easy way to get all my projects back into Flash Builder 4?

View 2 Replies

Flex :: Builder - Using Flex Builder With Source Control?

May 25, 2010

When setting up a source control repository for a Flex Builder workspace, what do you consider to be worth checking in? Do you exclude the workspace .metadata folder but keep the .project and other project specific files? Keep both? Throw away both? Is there a guideline you use to decide which is worth holding onto or do you do it out of practical experience?

View 2 Replies

Actionscript 3 :: Make Flash Builder Package Explorer Emulate Flex Builder's Navigator Window?

Apr 21, 2010

Does anyone know if there is a way to make the new Package Explorer window in Flash Builder emulate Flex Builders 'Flex navigator' window?

Bottom line is I don't always need to peer into SWC's, and I don't like having a 'default package' automatically created for me. Not sure why the interface wasn't made simpler, allowing access to more power and complexity only if necessary. I want to focus on the code, not on how to navigate and use the bells and whistles in the coding environment.

View 1 Replies

Flex :: Working With Data In Flex By James Ward / EmpWeb Example In Flash Builder 4.0 Beta

Jul 31, 2009

From a video on AdobeTV, I tried to play with example empWeb (LiveCycle Data Services).In Flex Builder 3 (FB3) everything works fine. When I tried this on Flash Builder 4.0 Beta (FB4) it doesn't work. When I replaced original xmlns declarations (2009, spark, halo)with declarations from FB3 (2006) it works. Could you explain why?I'm using the default SDKs (Flex 3.2 for FB3 and Flex 4.0 for FB4). I investigated this (please see 3 source code examples). Source #1 works OK in FB3 and FB4, Source #2 gives a FB4 compilation error message: [code]

View 1 Replies

Flex :: Upgradation From Builder 3 Standard To Flex Builder3 Professional?

Oct 24, 2009

I had purshased one licenses for each, flex builder 3 standard as well as flex builder professional. First, I installed flex builder 3 standard and entered the license key, it worked. As it was standard charting library has 'flex trial' water mark. Then I tried to uninstall flex builder 3 standard and install flex builder 3 professional again on 'same machine'. But here I faced the real problem, as soon as I run the exe, the license key automatically gets copied from windows registry file and it behaves as standard edition. Then I tried to use 'manage flex license' option and use 'upgrade to professional' option. Now as my key is for 'Flex 3 professional' and not 'upgrade to Flex 3 professional' it does not accept as valid key. I have few softwares which restrict me from reformatting my system

View 3 Replies

Flex :: Get HTML Text From Adobe Flex Builder RichTextEditor?

Jan 29, 2010

How to get HTML text from inputed and edited text into Adobe Flex Builder RichTextEditor control? I mean with valid HTML coming from the Flex RichTextEditor component Not Badly formated HTML, with no spaces, with tags not closed! So we have some text edited with RTE a-la

View 2 Replies

Flex :: License The Application Developed With Flex Builder Trial?

Mar 19, 2010

Can I create an application with Flex Builder Trial ( that I have just downloaded ) and use that application on my website ? But all of you that use Flex Builder have the licence?

View 2 Replies

Can Flash Load A Flex Mx:module Created In Flex Builder 4

Feb 16, 2011

I have a Flex module created in Flash Builder 4 as a swf file. I am trying to load and run in within a Flash application. I can get the module loaded but I can not get the flash application to access any module functions. Here is how I load the module in Flash and the error I get. If I change the module to an application type swf then it loads and runs but now I have two applications on top of each other. I would like the loaded module swf to be able to have access the Flash stage object.

ReferenceError: Error #1069: Property application not found on MyModule__mx_core_FlexModuleFactory and there is no default value.
var loader:Loader = new Loader();

[code].....

View 1 Replies

Actionscript 3 :: Flex Web Application Resize Method(and Scale X / Y) Not Working On Server But Works On Local Flex Builder

Oct 18, 2011

I have a quite different problem with resizing. I have a Flexbook component which uses the middle part of screen (center) with a html header menu and footer. The problem: The scaling works perfectly when we run in the local machine ( Flexbuilder). But when we deploy it to the server its like scaling never existed.. The requirement: when user maximizes the window or minimizes it, the Flexbook should be resized to fit the screen.

[Code]....

View 1 Replies

Actionscript 3 :: Get Started Using Flex And Ecplise Without Using Flex Builder?

Dec 27, 2009

I am a ASP.NET web developer who wants to learn Flex and Actionscript. I want to first learn how to develop web applications using Flex without having to pay for Flex Builder. From what I have researched so far there is a way to get Flex working with Eclipse and I did stumble upon this website: [URL]

I tried to download the components they used, but I am still not sure how to get Flex working. Can somebody please point me to a step-by-step guide on how to get started using Flex in Eclipse?

So, far it looks like you download Eclipse 3.5 + Flex 3.5 SDK + various plug-ins listed, but I'm not sure what to do next.

View 4 Replies

Flex :: Develop And Compile A Flex Application Without Builder?

Mar 8, 2010

How to develop and compile a Flex application without Flex Builder?

View 2 Replies

Flex :: Builder - Deploy Flex App Using Different Web Service Urls?

Sep 28, 2011

Is there some sort of configuration settings in FlashBuilder 4.5 where you can easily switch between webservice urls? Right now I have to delete and recreate the web service every time I switch from local to production and vice versa.

View 2 Replies

ActionScript 3.0 :: Difference Between Flex Builder And Flex SDK?

Jun 7, 2010

what is a difference between in flex Builder and Flex SDK?

View 5 Replies

Flash :: Flex - Migrating A Project From Builder 4.0 To Builder 4.5 Is Producing The Error "The Required Skin State 'disabledWithPrompt' Is Missing"

Nov 28, 2011

I am trying to migrate a project from Flash Builder 4.0 to Flash Builder 4.5. After Flash Builder prompts me to choose my new SDK, I choose 4.5, Then I get the following error:" error "The required skin state 'disabledWithPrompt' is missing".

View 1 Replies

ActionScript 3.0 :: Use Flex Classes From Flex Library Project?

Mar 4, 2012

If I create a Flex Library project, am I able to use Flex classes from within the library?

The reason I ask is because I'm working in a Flex Library project and trying to use the mx.rpc.soap package. I can import the the package without an issue, and even get code hinting making me think the package is available. Of course I can even see the swcs included in the project. However, when I try to instantiate the WebService class, I get an error when building. Flash Buidler IDE doesn't tell me what the error is, and I don't go into debug mode when I continue with building. I haven't tried connecting to the service yet, just importing the Class and creating a new instance.

View 3 Replies

Flex :: Contentprovider - Content Provider For Adobe Flex?

Mar 19, 2012

Does Adobe Flex have provide a Content Provider for sharing data between two applications?

If not, is there an alternative way for Flex apps to share information without being connected to the internet?

View 1 Replies

Call A CGI Script In FLEX 3 And Display The Result Back In Flex Application?

Nov 14, 2011

How can i call a CGI script in flex 3? Also how can i retrieve the result of exection of that cgi script?

For example, lets say my CGI script(hello.cgi) just display "hello world". How can i call this script from flex 3 and then retrieve the result, i.e. hello world , so that it can be displayed on my flex application.

View 1 Replies

Flex :: Datagrid - Display A Multi-line Column Header Using The Flex Spark Data Grid?

Apr 13, 2011

How can you display a multi-line column header using the Flex Spark Data Grid for Flex 4.5?

View 5 Replies

Flex - Importing Flash Builder 4.5 Project Into Flash Builder 4.5.1?

Jun 27, 2011

I have an AIR project that I was working on Flash Builder 4.5 which now I'm trying to import to my updated Flash Builder 4.5.1 and it is prompting me to fix some paths before the import is completed. I'm kinda clueless what I should put in those fields.

[URL]

The project access a web server to retrieve data using JSON.

View 2 Replies

Flex :: Flex - Display DateTime On Linechart?

Sep 8, 2009

I need to create LineChart that display datetime points, for example:

public var stockDataAC:ArrayCollection = new ArrayCollection( [
{date: "2005,7,27,22,15,30", close: 41.71},
{date: "2005,7,27,22,16,30", close: 42.21},

[code].....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved