Questions tagged [flexbuilder]

Adobe Flex Builder is the former name of Adobe Flash Builder.

720 questions
1
vote
1 answer

TypeError: Error #1009: but the debugger says that the object is valid

I ran into a problem where I was getting a TypeError: Error #1009: Cannot access a property or method of a null object reference while the debugger was reporting that the object was not null. Traces report that the object is null, but the variables…
umop
  • 2,122
  • 2
  • 18
  • 22
1
vote
1 answer

How to run Flex unit tests from the command line on Linux?

I am setting up a FlexBuilder build under Hudson/Jenkins on a Linux system. I want to execute our unit tests, but do it without using the standard GUI-based test runner. What are my options?
1
vote
1 answer

after updating OSMF.swf: Type was not found or was not compile-time constant: NetGroup and DimensionEvenet

using Flash Builder 4 (and installed flashbuilder401-patch-mac). want to use OSMF: I removed OSMF.swf from project flex 4.1 libs and added osmf.swf v1.5 to libs I installed flashplayer_10_plugin_debug_ub-1 trying to build produces following…
doree
  • 11
  • 1
1
vote
2 answers

Combobox selection inside datagrid

I have a datagrid. In this datagrid I have a combobox item editor. This datagrid also has multiple columns where a user inputs numbers in each column. These numbers are then calculated by formula where the sum is posted in the "total" column. In…
Louie
  • 13
  • 2
1
vote
1 answer

Can the Flex Builder Profiler be used with an AIR application?

I am trying to profile my AIR app in Flex Builder. The app is starting but not the profiler. Is it actually possible to profile AIR apps in FlexBuilder?
dragulesq
1
vote
1 answer

Unable to generate initialization code within Repeater

Problem: Following error is arising if I use NavigatorContent in Repeater. Is there a way to initialize image and lable on which I am encountering following error: Unable to generate initialization code within Repeater, due to id or data …
Uthman
  • 9,251
  • 18
  • 74
  • 104
1
vote
2 answers

Flex Builder, keep flash player running on Error

I got this project, where there this error keeps occurring and its not on my table to fix it right now. I have other priorities. This error isn't that big deal as well for the rest of the project - but everytime this error gets thrown when I…
Kasper
  • 1,282
  • 4
  • 20
  • 39
1
vote
2 answers

Eclipse + Flex Builder: keyboard shortcuts for “open resource” stopped working?

I upgraded from Eclipse 3.4.2 + Flex Builder 3.5 to Eclipse Eclise 3.5.1 + Flash Builder 4.1, and for some reason keyboard shortcuts for “open resource” just stopped working. I can click “Navigate -> Open Resource” without any problems, but no…
David Wolever
  • 148,955
  • 89
  • 346
  • 502
1
vote
3 answers

Themes in Adobe AIR

What is the best way to skin/theme an AIR application. For example, I want to use a dark/blackish theme instead (similar to Tour de Flex) instead of the default gray one.
Abdullah Jibaly
  • 53,220
  • 42
  • 124
  • 197
1
vote
1 answer

How to assign variable as class in Flash Builder 4 Hero SDK

I am trying to assign a variable to a view navigation as follows: protected function list_clickHandler(event:MouseEvent):void { var name1:String = list.selectedItem.vPage; var name2:Object =…
1
vote
2 answers

FlexBuilder compiler bug - IWatcherSetupUtil2 et al

I'm having a problem with FlashBuilder in what is clearly a compiler bug, but I can't track it down. When my project is compiled inside FlashBuilder, I'm getting the following compiler errors: Type was not found or was not a compile-time constant:…
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
1
vote
1 answer

In which way Actionscript 3 reference can be downloaded?

I have used Flash Builder 4 built-in help viewer, and I'm pretty sure there was an option to download the reference. But I have once selected "view help in browser", and from then I can't see an option to come back and use the help viewer as…
Bohoo
  • 1,099
  • 11
  • 25
1
vote
1 answer

Plugin for eclipse for displaying 3D objects

I have a XML file based on UML, which contains information about the classes, methods, packages and I have to interpret it and display it into 3D format where in classes would be represented by rectangles and packages with some other geometric…
Soumya
  • 5,262
  • 8
  • 31
  • 30
1
vote
1 answer

Workaround on FileReference.save() dialog box

Im still new in Flex and currently working on capturing a flash game into a flv video file. Im using FileReference.save() to write the captured file in the user's system. It is working as of now but not the way I want it to be. Is there a way to…
1
vote
1 answer

Developing resolution independent flex web application

Well. I checked this link Flex Cross Resolution Applications and it did not help. Infact, the display varies from browser to browser, (for eg. chrome vs ie8) Chrome has bigger browser window. How to develop flex applications in this case ? I am…
Prabhat
  • 2,261
  • 7
  • 46
  • 74