flex3 Questions
2
Solved
My problem: I have a tab navigator, with many forms in each tab. But I have a single global save button. Problem is, if I don't open a Tab, it doesn't get initialized and therefore the forms it con...
Strychninism asked 2/12, 2009 at 11:13
4
Solved
Should I use the change or textInput event to capture user input on a TextInput control? Why?
Occupant asked 12/11, 2008 at 10:17
6
How do I export data in my datagrid to an Excel file in Flex?
Can anyone provide some examples for that? I am browsing but couldn't find out a single example of that kind.
EDIT
Browsed a lot and...
Udall asked 2/11, 2009 at 9:16
9
Solved
I have a custom ItemRenderer that displays 5 text inputs in each of 3 panels:
<?xml version="1.0" encoding="utf-8"?>
<mx:VBox
xmlns:mx="http://www.adobe.com/2006/mxml"
height="300"
wi...
Steamtight asked 18/5, 2009 at 17:56
9
In adobe Flex datagrid height is equally to fix height . I want to make datagrid height is depend data .
Doralia asked 7/11, 2008 at 3:20
4
Solved
Edit 3: Alright, I'm lighting up a Windows Server 2008 R2 VM, installing Flex Builder 3, and seeing if I can get a new project to compile and execute properly. News! I got the IDE up and running in...
Hevesy asked 16/8, 2011 at 20:53
2
Solved
Is anyone able to shortly explain the meaning of the different Flex size properties in a comprehensible way?
What I have so far:
Actual size
width and height. This is the actual (and final) size...
Royce asked 2/8, 2011 at 16:5
6
Solved
I'm creating a new Flex component (Flex 3). I'd like it to have a default style. Is there a naming convention or something for my .cs file to make it the default style? Am I missing something?
Pursuance asked 30/1, 2009 at 21:41
4
Solved
Is there any way to halt execution in ActionScript, such as a sleep() method?
I know that there is a setTimeout() method, but setTimeout() just sets up an event for deferred execution.
Salutatory asked 1/10, 2009 at 22:32
3
Solved
I have to convert one string type field to date datatype in flex.
What can I do solve this problem?
Rhodium asked 12/5, 2010 at 12:46
5
Solved
I'd like to conditionally hide a tab in a TabNavigator. It seems that setting visible doesn't work properly (presumably because this is how the TabNavigator hides the tabs that aren't currently sel...
Sarazen asked 6/5, 2009 at 18:23
1
Solved
I have this code. I want to add Buttons in the second column of the data grird.
<mx:DataGrid width="100%" height="95%" id="id_variableRefList" >
<mx:columns>
<mx:DataGridColumn id...
Hildick asked 12/5, 2011 at 11:38
2
Solved
I have a utility function that will display a filesize in an appropriate form like Windows Explorer does, i.e; convert it to nearest KB, MB, GB etc. I wanted to know if the code that i wrote is cor...
Workout asked 27/4, 2011 at 14:35
1
We are migrating our Flex-3.2 application to Flex 4.1, mainly to take advantage of the new text flow/engine features. In a first step we decided to go with compiling for MX-only and in Flex-3-compa...
Rosana asked 19/8, 2010 at 17:26
3
Solved
I need to have an instance of one common object in every other object, I have. I am doing modifications on the values of this object in every sub object I have.
For example. I have a map of tiles,...
Adultery asked 30/1, 2011 at 18:39
3
Solved
This is my method in actionscript
var urlVars : URLVariables = new URLVariables();
urlVars.myname = byteArr;
var urlReq : URLRequest = new URLRequest('MyServlet');
urlReq.data = urlVars;
urlRe...
Heroine asked 6/12, 2010 at 9:26
1
Solved
for example:
package{
public class A {
var test:String;
public function A()
}
}
class B{
}
the code is in the same file, we call B is inner class, then how to call the constructor of cl...
Vest asked 29/8, 2010 at 8:3
5
Is there a way to add entries to FlexBuilder's build path that are relative?
I'm going to have multiple projects that will use a shared codebase, but I'm having trouble getting them to reference t...
Standridge asked 23/2, 2009 at 19:55
7
How to assign bytearray value to panel background image. If anybody have idea or experiance plz help me to overcome the problem. BRIEF EXP:
I have panel control and want to load image getting from...
Olson asked 25/5, 2009 at 13:43
3
Solved
I would like to build a flex library project automatically instead of the current process, which involves one of our developers compiling it on his machine and then us checking in the resulting .sw...
Harberd asked 8/9, 2009 at 19:27
2
Solved
I'm looking for a way to do something similar to a c/c++ #define in adobe flex.
I'd like to have lots of different paths a project build can take depending on wither or not something was defined. ...
Viridissa asked 26/3, 2010 at 23:59
2
I have following data:
var data: ArrayCollection = new ArrayCollection(
[
{ name: "ProductA", user: {login: "loginA", email: "emailA"} },
{ name: "ProductB", user: {login: "loginB", email: "ema...
Abagail asked 19/2, 2010 at 19:14
7
Solved
I am considering creating a website with the complexity of Facebook that should be able to scale into the millions of users. My question is: Is there any reason not to use Adobe Flex for such large...
Kandis asked 13/2, 2010 at 20:14
1
Solved
I have some shared code between an Adobe AIR App and an Adobe Flex App.
On one line of this code, the program must behave differently depending on if it is running within the Air runtime, or the F...
Digastric asked 12/2, 2010 at 2:4
5
Solved
Action script is developed based on object oriented programming but why does it not support function overloading?
Does Flex support overloading?
If yes, please explain briefly with a real exampl...
Carrera asked 24/11, 2009 at 17:41
© 2022 - 2024 — McMap. All rights reserved.