Questions tagged [flash-builder4.5]

Adobe Flash Builder4.5 is an Eclipse based IDE for Flex application development.

This IDE helps developers to develop Flex based application for Web,iphone and Android.Licenses can be obtained for Flash builder 4.5 from Adobe. It is also bundled with Adobe Creative Suite 5.5 Web Premium and Adobe Creative Suite 5.5 Master Collection.

172 questions
0
votes
2 answers

HTTP service get/shows wrong value

I'm populating an advanceddatagrid through a http service call. I define a HTTPService in my mxml file like this: It receives this simple "XML file" ...
Jan Sander
  • 35
  • 7
0
votes
1 answer

Highlight a List component

Sometimes the users forget to select from a Spark List component. Other funtionality depends on the selection from this list component. I want programmatically make this list component flash red three times or any equivalent effect to catch the…
Jan Sander
  • 35
  • 7
0
votes
1 answer

Flash Builder hanging when attempting to embed fonts

It seems when I try to include a CSS stylesheet that has embedded fonts Flash Builder 4.7 hangs. It usually makes it to 87% or 94%. I have no clue what it could be. Any pointers would help. Update: I 've removed almost all of the fonts. Now it's…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

flash builder 4.5, 64 bit version download

Can anybody share the link for Flash builder 4.5, 64 bit version. because of some Graphs issues I cannot use Flex 4.6 and flash builder 4.7 don't support the design view. I tried the Adobe official site but FB 4.7 is available. Thanks
0
votes
1 answer

flash builder 4.6 Scaling Issue

Can anyone explain me how to scale the image in canvas in flash builder 4.6, Scaling of image in component , can i get some examples .. it should set almost all size screen
0
votes
1 answer

How to return a value through a call back function inside a function?

The way I get data is through a callback function [processclinicResults], and it gives the array Collection to the value object _ClinicVO. I have a problem that I can not directly get the return arrayCollection through getTableContent function, I…
0
votes
2 answers

How can i create sql-like AS3 ArrayCollection grouping

I have an arrayCollection which I created dynamically like one at bottom: arrCol = ({"ID":ids[i][0], "Price":ids[i][1], "OtherInfo":ids[i][2]}); I want to group data and summarise Price by ID. If this ArrayCollection was a SQL table, I could use a…
0
votes
1 answer

Remove Item from DataProvider causing ERROR 1009

This is a view-based project for Android using Flash Builder 4.5 In my views.ListView I have a list element like this Global is a…
0
votes
2 answers

Tweens working on Added to Stage, but not in response to button click

I have four multiple choice questions (sprites containing text fields) that I initially set to not visible. When a button is clicked, I make them visible, then I want them to fade to alpha 0, with only the correct answer remaining. The following…
David
  • 703
  • 1
  • 15
  • 31
0
votes
1 answer

Flex: Hiding a tab in TabNavigator

I have set the tab ViewNavigator atrributes visible="false" and includeInLayout="false". But the tab still appears. Here's my code:
0
votes
1 answer

Retrieve hashmap values from java servlet to flex

I am working on "migration from JSP to FLEX, and java as back-end. I am novice in java and JSP. I am stuck at getting values from a java servlet where it takes httprequest and there is a function called forward(request,response) which responds as…
user1647017
  • 283
  • 1
  • 2
  • 14
0
votes
1 answer

flex 4.6 : Pass Objects between views using actionscript 3

I using flex 4.6 to build mobile application. i want to pass objects between views. i use in the first view User.name = Username.text; User.Pass = Password.text; navigator.pushView(views.masterHomeView ,…
Sameh
  • 45
  • 7
0
votes
1 answer

Tips to boost performance of TileLayout?

I am targeting mobile using FlashBuilder, I am using TileLayout to view items of data, I am setting useVirtualLayout to "true" I have some questions please: Is item renderer resued by default? or shall I set it to true my self? How can I control…
simo
  • 23,342
  • 38
  • 121
  • 218
0
votes
1 answer

flex creating local sqlite

am trying to convert xml to sqlite in my mobile flex application which should populate a list in the application but am getting these error : SQLError: 'Error #3115: SQL Error.', details:'no such table: 'words'', operation:'execute',…
sayydo
  • 55
  • 6
0
votes
1 answer

how to show the aspx design in flex 4.6/how to retrieve the aspx page in to flash buildr 4.6

In my project we need to retrieve/show the aspx page in flash builder 4.6 and we are trying the code like in mxml application(main page)... protected function imgtesting_clickHandler(event:MouseEvent):void { // TODO…
Srikanth Sri
  • 31
  • 10