flashbuilder

Transitioning from FlexBuilder 3 to FlashBuilder 4 ... there and back again.

It's growing pains time again. Some of our stuff requires FlashBuilder 4 and some still requires FlexBuilder 3. Both are installed OK, and no projects use both IDEs. The trouble is, when I go back to work on a FlexBuilder 3 project it takes freakin' forever to build and I get weird errors like these: This doesn't seem to cause any ide...

Spark DropDownList Custom ItemRenderer Issue

I have a Spark DropDownList that has a custom ItemRenderer. The ItemRenderer, upon creation, checks the label text and if it matches certain criteria, then the label text color changes. The label text color is changing, however it is for the wrong label. What appears to be happening is that the label color that is actually being changed ...

SparkDataContainer Scroller not scrolling to bottom of container

I am using a scroller component within a custom skin for a SkinnableDataContainer. I am running into an issue in that the thumbbar of the scroller stops at about the 50% point, however this is actually the end of the scrollable area. In actuality, the thumbbar should be at the bottom of the scroll track. Here's the code for the scroller:...

Flash Builder keeps losing my imported classes...arghh

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 ...

Maintain combobox selected item across TabNavigator Tabs

Hi guys, I've just recently started out using Flash Builder and have a question surrounding states. In fact I'm not entirely sure it is related to states but read on and I hope it will become clearer. I currently have a custom component that contains 3 comboboxes. This resides in a TabNavigator component. The TabNavigator consits of 5 pa...

Drawing Shapes in Flex 4/AS3 addchild issues

Hi All, I am simply trying to draw a rectangle inside of a panel using flex4. I am using spark instead of mx. It complains about addchild being replaced by addelement; however, addelement expects type ivisualcomponent. I think sprite should be of that type; however, it reports an error when trying to use the below code... I have tried a...

Flex Chrome now showing up on AIR app when I compile with Flex 4 SDK

I have an AIR app initially written in Flex 3 that I had removed the Chrome from, but now it shows up when I compile using Flash Builder 4 with Flex 4 SDK. I have <systemChrome>none</systemChrome> <transparent>true</transparent> set in the *-app.xml file and showFlexChrome="false" showStatusBar="false" showTitleBar="false" set in t...

flash builder 4 problem with stylesheets for flex

I recently upgraded to the latest version of flashbuilder. Imported my the project I was working on and now it is riddled with errors. The errors I am getting that I don't understand are that it no longer recognizes the mx namespacse, but now has an mx1 namespace. AnThis is really frustrating since I was almost done iwth this project an...

How do I manage library symbols with linked classes in Flash CS4 to compile/debug in Flash Builder 4?

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/...

Control separate Menu Component

I'm trying to create a menu component for my flashbuilder app but when I separate the menu from the main application it stops working. Can someone show an example of how to do this? Also if this is a bad idea could some explain why? It just seems like it should be a natural thing to do. Thanks Dave ...

Flex Builder / BlazeDS / JBoss / Seam integration issue

What's the best way to develop JBoss/Seam/Flex/BlazeDS based applications? The problem that I'm facing is in having an easy and clean way of having a deployed ear while having Flex/BlazeDS still debuggable from Flex Builder. Everything works just fine if I'm working on an exploded war deployed under "JBOSS_HOME/server/default/deploy"...

Flex/Flash professional Components - What's the equivalent of companies like Telerik?

In the .NET world order, companies like Telerik provide awesome sets of components for web/windows/silverlight. Who are the equivalents in the Flex/Flash universe? I see lots of sites filled with little 10/20 dollar menu components or uploaders, but I'm really looking to find something a step above that. Thank you! ...

Can Flash Builder 4 Premium compile Flex Builder 3 Pro project?

That's about it. Oh, and I don't want to convert the Flex Builder Project making it incompatible with Flex Builder 3 Pro. ...

Loading external SWF with masked content - need width/height

I am loading an external swf using the SWFLoader component. The swf that is being loaded is masked so that only a portion is being shown. However, when it's loaded the actual size of the swf (loader.content.width/loader.content.height) is the complete swf including the masked area. Therefore, the loaded swf does not display properly in t...

Flash Builder 4 "includeIn" property causing design view error

I am creating a custom TextInput component that will define an "error" state. I have extended the TextInput class to change the state to "error" if the errorString property's length is greater than 0. In the skin class, I have defined an "error" state, and added some logic to detect the size and position of the error icon. However, if...

backgroundDisabledColor error when upgrading from Flex3 to FlashBuilder 4

I've upgraded a FlexBuilder3 project to FlashBuilder4, and I am seeing many compilation errors regarding unsupported tag attributes: The style 'backgroundDisabledColor' is only supported by type 'mx.controls.TextInput' with the theme(s) 'halo' Here is the offending mxml element: <mx:TextInput x="245" y="86" id="code1" maxChars="15" c...

FlashBuilder4 RIA on GAE

I want to build a highly scalable "facebook for business" and after much testing am pretty set on FlashBuilder4 (Flex) with Google App Engine (GAE). What are your thoughts on the need/advisability of also using Spring/Cairngorm/etc frameworks? Frankly I don't have extensive experience coding, however feel the "MVC utopia" universally a...

in flashbuilder (flex 4) select enclosing element

Seems Adobe ignores strong movement now towards the productive programming. E.g. flash builder ide lacks keyboard shortcuts that are very useful in eclipse. If code templates, extract method, extract local variables are covered by some not-free plugins (and not cheap) like source mate, expanding selection to enclosing element I cannot fi...

Can you Export/Import Flex (4) Data Services?

Flex newb here. I'm working in flashbuilder 4 (flex4?), and am being asked to create the client-side data services integration 'layer' in a flex app. There is another team working on the actual UI/Presentation. Both parts must be deployed in a single swf. If I use the data/services wizard to build out my service connections (and gene...

bin-debug missing the html file cannot rebuild flex4

I cant seem to recreate my Main.html that is necessary to build from in flashbuilder4 I guess I can do it manually at cost of time but what a bore ! I'm sure this shoudl be possible. Clean rebuilds most of this folder and then runnign the project get the error that it cant find Main.html grrrrrrrr ...