Questions tagged [flexbuilder]

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

720 questions
0
votes
1 answer

Flex Builder - "Data binding will not be able to detect changes when using square bracket operator"

I am building an app. The first page has a list generated from a local xml which when you select an room type on that list, it pushes the nodes under the selected item; title page, page image, and a new list of products in that room to another list…
0
votes
1 answer

Pasing a value from int to string and viceversa in databinding (Flex 4)

I have a service where a data is in String format and in my form I have a NumericStepper whose value is an integer. The question is that I need to make a bi-directional databinding with the DataType object that keep the value. Is there any way I can…
Apalabrados
  • 1,098
  • 8
  • 21
  • 38
0
votes
1 answer

Show Flex mobile app in Whatsapp gallery button

I would like to know how could i include an application made in Flex mobile to be included in the list when you click on Share button or even when you are in the Whatsapp application, and click on the gallery icon. I do not know where i can get such…
Apalabrados
  • 1,098
  • 8
  • 21
  • 38
0
votes
1 answer

In a step by step way how do I build this open source flex project in flex builder

in a step by step way, how do I build the products in this open source flex project? i have flex builder 3 and a mac with java so I should be able to build this. There is a library and an example project called simpleworld.…
drudru
  • 4,933
  • 1
  • 19
  • 19
0
votes
1 answer

Querying if component is in a position X, Y

I have a set of boxes in a board of 15x15. I have only one eventlistener that catch a Touch Event and once a user tap on the screen, I need to know what box is nearest to such coordinate (x, y) given by the Event. What could be the better way to get…
Apalabrados
  • 1,098
  • 8
  • 21
  • 38
0
votes
2 answers

flex NetStream.DIRECT_CONNECTIONS exists?

i am trying to run a source that i downloaded in Flex Builder 3 but i get some errors: like on this line: sendStream = new NetStream(nc,NetStream.DIRECT_CONNECTIONS); Access of possibly undefined property DIRECT_CONNECTIONS through a reference with…
Omu
  • 69,856
  • 92
  • 277
  • 407
0
votes
1 answer

merge custom skin & custom class into SWC

If I have an *.as file that is my custom component, a SWC class that contains the custom components skins and a css file that tells the custom class how it should look (references the SWC skin file), how do I set up a library project (using…
kenneth
0
votes
2 answers

How do I get Flex Builder to use the selected framework?

I'm attempting to create a Flex Project that will cause the Flash Player to cache the Flex framework. Flex Builder comes with Flex SDK 3.2.0.3958 and setting the Framework Linkage to use Runtime shared Library (RSL) under Project Properties -> Flex…
user56512
0
votes
1 answer

Error in Out Memory FLEX 3

friends It is an urgent problem'm in my flex command when compiling an application in Flex3 gives the error image attached. ERROR: An out of memory error has occurred. Consult the "Running Eclipse" section of the read me file for information on…
user1862819
0
votes
1 answer

Flex: Any way to use something like htmlText in Spark TextArea?

I´m using php services to insert text from MySql, to a TextArea. Ok, with mx textarea is working but how do i manage that with spark!? this is my example with mx: this is an example with…
Rpgccv
  • 137
  • 2
  • 14
0
votes
2 answers

Flex App getting data from MySql via PHP - Examples

I'm learning Flex, I already know how to submit data from a Flex App to a MySql DB using PHP. But thats easy, but getting data... Thats a different story. This isn't a question for sort of speak, its a request. I wanted to ask to everyone that…
Fábio Antunes
  • 16,984
  • 18
  • 75
  • 96
0
votes
1 answer

Flex tree vertical scroll issue

I have a flex tree control bound to an xml data from the database. I have item renderers for the tree items. My concern is, when my tree item size is huge, if I scroll using the mouse, it scrolls in 4-5 items at a time. I need it to scroll item by…
online19
  • 125
  • 5
  • 17
0
votes
1 answer

Could anyone point me in the right direct to fix this?

I am receiving the error Error #2044: Unhandled SQLErrorEvent:. errorID=3115, operation=execute , message=Error #3115: SQL Error. , details=near 'TEXT': syntax error I am trying to learn programming, so I am following a video tutorial exactly. I…
0
votes
1 answer

Properly reading text from server

I have updated my script to what was mentioned below but i am still getting the same syntax erros...Any suggestions??
0
votes
1 answer

Alerts, Dropdown Calendar of DateField, Cursors resulting in null value references once embedded

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…