I'm trying out the FlasBuilder ide with ColdFusion 8 on OS X. When I try to create a new project, I get stuck at the server setup screen that forces you to validate your paths for your ColdFusion root folder and your webroot. Every combination I try says either "LiveCycle Data Services is not installed at the specified location" or "In...
Hi,
created an Eclipse plugin that contributes to the UI by
a new project wizard
a new menu in the context menu of projects in the Package Explorer
a new project nature + builder
a new preference page for the plugin
The plugin works fine when installed in a normal Eclipse instance with Flex/Flashbuilder as plugin.
The problem now is...
Hi,
from video on AdobeTV I tied to play with example empWeb (LiveCycle Data Services).
In Flex Builder 3 (FB3) all works fine. When I tried this on Flash Builder
Beta (FB4) it don't work. When I replaced original xmlns declarations (2009, spark, halo)
by declarations from FB3 (2006) it works. Could you explain why ?
Thanks
juro2
...
I am querying a 3rd party web service and not all the data seems to be making it to the event handler. When I view the request/response in the Network Monitor I see a collection of data objects each containing two string variables (name, url) and two arrays (counts, breakdown). When the result handler receives the data and I view it in d...
I have a Flex application embedded in a Flash application, which was working fine and currently works fine if not embedded. As of last Friday, when embedded the Alerts do not show (no error, just nothing), DateField Calendar dropdowns do not show (null value reference of DateField), and dynamically showing the busy cursor errors (null v...
I've located an icon that I would like to replace in Flash Builder (Eclipse plugin version).
C:\Program Files\Adobe\Flash Builder Plug-in Beta\
eclipse\plugins\com.adobe.flexbuilder.project.ui_4.0.0.235740\
icons\project\obj\fb_mxml_16x16.png
This icon is displayed in the package explorer. However, when I replace the icon in the file...
I'm using the Flash Builder 4 beta, and I have two projects, both of which have Network Monitor enabled. I have two projects, for one of which the network monitor works, and for the other, it doesn't.
The working project is using an HTTPService to connect to an application running on localhost, using POST and GET to retrieve values.
T...
Is there any 'FindBugs like' plugin for Adobe Flex Builder or Flash Builder
...
When using an external css file in my flex/air project I always need to run clean project before I run/debug the application to have changes made in css take effect.
I'm guessing this is because flash builder detects that there already is a css file with the same name in the build directory and does not check for changes in the content....
One of my Eclipse plugins has an error, visible in Product Configuration. The plugin is:
Resource Monitoring Common Feature (Incubation):
I haven't been able to figure out how to fix this. Looked for a way to reinstall but all the product configuration lets you do is disable/enable.
Under Properties / Status for that item it says:
...
I'm doing Flex development in Flash Builder 4 and I haven't been able to find a way to get it to create a .war file. The project creation wizard lets you select a web server to run your project in so I would expect it to be able to create a .war file. The default behavior is just to copy everything into the project name under Tomcat's ...
What is the difference between <fx:Script> and <fx:Declarations>? Do I need both, or is one the new replacement of the other?
...
Hi.
I'm trying to connect from adobe flash builder 4 beta to red5 v0.9 rc2 (latest svn).
i try to connect using the exact following example:
http://www.actionscript.org/resources/articles/615/3/Getting-started-with-red5-server/Page3.html
i get the following error message:
INFO] [NioProcessor-3] org.red5.server.net.rtmp.RTMPHandler - ...
Hi.
I want to be able to load an swf into a flex 4 application in order to use it's classes.
var ldr:Loader=new Loader();
ldr.load(new URLRequest("file://path/to/fileswf"));
ldr.contentLoaderInfo.
addEventListener(Event.INIT, loaded);
function loaded(evt:Event):void { addChild(ldr); }
i receive the error:
Error: addChild() is not a...
i have an HGroup that contains a DataGroup with an ArrayCollection for a dataProvider.
the DataGroup has a VScrollBar attached to it.
how can i make sure that whenever new rows are added to the ArrayCollection, the dataGroup will scroll down ?
this window is gonna be used for a chat application so whenever new rows are added i need to...
Hi.
I'd like to write a program using the facebook-actionscript-api.
The google code's website of facebook api shows that it provides .swc files for flex 3.4 or the sources.
how can I add them to my Flash Builder project ?
Do I need to compile the sources ?
How can I use the swc file in my project ?
any information regarding this sub...
Hi.
I wrote a simple application for facebook and it seems that i fail to login.
I created a test application on facebook and i test my application by going to apps.facebook.com/
i have the following function that is being executed after ApplicationComplete event of my main application.
private function initFacebook():void {
...
Hiya.
I'm using shared objects for a chat application, but i want my red5 to monitor every string that comes in. how can i make sure that the client side won't be able to modify the shared objects ?
In my case the client side is written using adobe flash builder beta 2 (flex4)
thanks!
...
Hey all,
When I run the flex application, I'm expecting to see 25 records from users table of my database in a list component, and all I see is 25 of this: [object User]
I tried to follow this tutorial: http://www.adobe.com/devnet/flashcatalyst/articles/building_datacentric_app_flashcast_flashbuilder_03.html but as he is using ColdFu...
Hey all,
I get the following error message when I try to perform an update in flash builder 4 beta:
[RPC Fault faultString="Error #1090: XML parser failure: element is malformed." faultCode="Client.CouldNotDecode" faultDetail="null"]
at mx.rpc.http::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::processResult()[E:\dev\gu...