Questions tagged [flexbuilder]

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

720 questions
1
vote
1 answer

Flex / Flash Builder SVN: what files and folders should not be checked into subversion?

Background: Trying to set up my dev. environment in new job. Have subversion installed ok in Flash Builder 4, and checked out the project folders I will be working on. Work to date was developed in FB3, I'm going to be using FB4. The folders/files…
Drenai
  • 11,315
  • 9
  • 48
  • 82
1
vote
1 answer

Automatically resize according to the resolution(FLEX)

i am developing an application with Adobe Flex in Flex builder 3. my application works fine in 1024 x 768 resolution but it doesn't fit in my laptop's screen which happen to have 1366 x 768. my question is how to make my application automatically…
Keshan
  • 14,251
  • 10
  • 48
  • 72
1
vote
2 answers

Reading large CSV file line by line in Flex

I need to read a large CSV file (8-15 MB) and generate a LineChart in Flex AIR. Since Chart need data in structurd format like XML. When I read CSV and convert it to XML object 8 MB file size become 24 MB XML object and not able to graph. Best…
FlexJogger
  • 31
  • 2
  • 10
1
vote
2 answers

Corner radius applied only to specific corners

I've this tabs that I wanted to make rounded only on top-right and top-left corners. But it ended up rounding all 4 corners. What I did:
Rose
  • 2,792
  • 4
  • 28
  • 42
1
vote
2 answers

Flex: rotating buttons and changing focus

I've got a problem with rotated buttons in Flex. They seem to contaminate other components' focus rectangles. Take the following source code, which couldn't be much simpler:
1
vote
2 answers

Adobe native Air app works on windows7 but not on windowsXP?

Well i have an adobe air app that captures screen and saves image on desktop. The App works fine on windows 7 but it just does not work on windowsXp.. The App use native windows exe that was built in C# using Visual Studio 2010. Its video tutorial…
Muhammad Irfan
  • 1,447
  • 4
  • 26
  • 56
1
vote
2 answers

Coded SWF Properties in Flash Builder 4

i want to add a SWF metadata tag to an ActionScript Project in Flash Builder 4, that denotes the default size and background color of the swf. i can do this in Flash Professional, but it doesn't work with ActionScript projects in FB4? can i not…
Chunky Chunk
  • 16,553
  • 15
  • 84
  • 162
1
vote
1 answer

Flex event handler not working

I have created a custom event in flex 3.5. But the handler is not invoked. How to solve this or what is the way to debug this problem? The Event class: package com.saneef.worldlanguages.events { import flash.events.Event; public class…
Saneef
  • 8,620
  • 7
  • 29
  • 42
1
vote
1 answer

flash builder 4 and eclim

Is it possible to get these two working together? When I try to install the eclim (1.6.0) installer complains about the eclipse version.
somewire
  • 231
  • 3
  • 9
1
vote
1 answer

FlashBuilder 4/Flex, set transparent background for web app?

I'm embeding a flex application into a web page using the most recent version of swfobject.js. I've set wmode to transparent and all that but whatever I've enterd for the embeded objects default size, is then a white background within my…
Mark Murphy
  • 2,834
  • 1
  • 31
  • 29
1
vote
1 answer

Error #2025: The supplied DisplayObject must be a child of the caller

I am very new to programming in FLEX. I have inherited a FLEX 4 project that invokes web services to display data to the end user. My default package has one .MXML file, that has the component references to the Login screen (another .MXML file) and…
D3vtr0n
  • 2,774
  • 3
  • 33
  • 53
1
vote
2 answers

Flex canvas with many UIComponents, if one moved are others redrawn/reprocessed?

I have a canvas called Host with many UIComponents as children, sometimes up to 1000 or 3000 items. This is fine for now, as they are not interactive. But, I have added a 'marker line' (a 1 pixel wide UI Component with a colored background) to the…
Drenai
  • 11,315
  • 9
  • 48
  • 82
1
vote
1 answer

dynamically populating textfields in Flashbuilder

I'm trying to wrap my brain around getting data into my project in a way that I can use. I want to use MySQL & PHP my Flashbuilder app and I'm not populating a datagrid so. For simplicities sake, in my database table I have 3 columns "ID, Title &…
dmschenk
  • 379
  • 1
  • 5
  • 19
1
vote
2 answers

Flex Library Project: NativeMenu vs. ContextMenu

I have a Flex Library Project which has both Flex specific classes, and Air specific classes. When I reference the library in an Air project, the compiler complains about an overriding contextMenu in mx.containers.Panel, saying that the param…
gmoniey
  • 7,975
  • 4
  • 27
  • 30
1
vote
1 answer

Flex Builder: not picking up index.template.html

I'm using Flex Builder 3 and in my html-template directory I have my index.template.html. However, Flex Builder is not generating the proper binary .html file for me. What could be wrong? I've diffed the index.template.html to someone's else (whose…
tom
  • 620
  • 1
  • 7
  • 16