Questions tagged [flex2]

14 questions
1
vote
3 answers

Moving a Flex GUI window confused by underlying Papervision3D viewport

I'm developing a Flex 2 application, and I noticed that part of the library which is responsible for moving GUI windows (TitleWindows) around when you drag them with the mouse gets confused if there is a clickable (buttonMode = true) sprite beneath…
David Hanak
  • 10,754
  • 3
  • 31
  • 39
1
vote
1 answer

Firebug and AMF post

I have to debug a website that uses a swf to send amf posts to a flex2gateway. In Firefox's "Firebug > Net" I see the POST url and when I click on it, the Post tab shows scrambled jiberish: The response is also scrambled: But the headers and…
1
vote
1 answer

Setting width of textarea to text being entered in Flex 2

How to set the text area width to the length of the text being entered in Flex?
Flexiflex
  • 91
  • 9
1
vote
0 answers

How to get/access the number of components placed in xcelsius 2008 canvas from flex code

How to get/access the number of components placed in xcelsius 2008 canvas from flex code?Which function of Xcelsius sdk can be helpful?
Flexiflex
  • 91
  • 9
0
votes
1 answer

Runtime error on ItemRenderer in Flex 2

When I run my Flex 2 app I get the following runtime error: TypeError: Error #1009: No se puede acceder a una propiedad o a un método de una referencia a un objeto nulo. In other words, the Flex SDK is telling me that the "lb" variable inside my…
Roger
  • 600
  • 5
  • 18
0
votes
1 answer

There is a problem in my lex code, output is not generated by reading an input file

Question is to write a lex Program to Scan and Count the number of characters, words, digits, vowels,consonant, special characters and lines in a file. I have written the code. I also have tried asking chat-gpt for any possible errors or problems,…
Aaryan R Soni
  • 91
  • 1
  • 1
  • 4
0
votes
1 answer

"Error #1006: getAttributeByQName is not a function." Flex 2.0.1 hotfix 2

I am working on some old Flex project (Flex 2.0.1 hotfix 2) and I am rookie in Flex programming. So, I wrote code for accessing some ASP.NET web service: [Bindable] public var users:ArrayOfUser; …
Draško
  • 2,119
  • 4
  • 41
  • 73
0
votes
2 answers

How to set the width of a component(HBOX) dynamically in flex

I have a custom component that is extending the HBOX. Am adding a VBOX and a "HBOX" to it as its children.The VBOX has a label which acts as title to component and adding/deleting a pair of LINK BUTTONS to the "HBOX" dynamically on a particular…
Flexiflex
  • 91
  • 9
0
votes
1 answer

How to remove rollover color in Link Button in flex 2

How do I remove the rollover background,selection color from link button in flex 2.Please help.
Flexiflex
  • 91
  • 9
0
votes
1 answer

Wrap text in tooltip in Flex2

How to wrap the text in tooltip property of any container(canvas, vbox) available in flex?Also please let me know how to access the textfield property of a Tooltip Class so that the "wordwrap" feature could be accessed.
Flexiflex
  • 91
  • 9
0
votes
0 answers

Creating vertical scrollbar

I want to create a vertical scrollbar in such a way that we can do the following: Change the color of the arrow icons of the scrollbar. Change the background color of the arrow icons of the scrollbar. Change the TrackColor of the scrollbar. Change…
0
votes
0 answers

Load File Flex 2

How to load a file from a user selection? In later flex versions is available the method FileReference.load(). But in flex 2 there isn't. I want to do something like this: var fileRef:FileReference= new…
Daniel Moura
  • 7,816
  • 5
  • 35
  • 60
0
votes
1 answer

How do I retrieve formatted input mapped in Excel Cell in Flex in Xcelsius tool

I have a formatted input excel value eg.$650.How can I retrieve this value in Property Sheet Flex Code in Flex ?Is there any function name in Interfaces in Xcelsius SDK function names?If so please help.
0
votes
1 answer

In Flex- special characters entered in TxtBox should be replaced with a blank space

Requirement: I want it to do dynamically. I do not want the user to see a special character entered into the textBox. Instead of the special character the user should see only a blank space entered in the place of the special character. Is it…
Dinesh Kumar
  • 1,469
  • 4
  • 27
  • 46