[flexcoders] Problem with PrintAdvancedDataGrid in multipage print with groupedcolumns

2009-03-26 Thread Kuldeep Atil
Hi Everyone, I am facing a strange problem while printing with PrintAdvanceddatagrid when there are groupedColumns in my original grid. The validnextpage thing always returns false and the loop continues until the script time gets exceeded. Has anyone faced the same problem ? Any help would

[flexcoders] Re: Problem with PrintAdvancedDataGrid in multipage print with groupedcolumns

2009-03-26 Thread Kuldeep Atil
Edited Line: The validnextpage thing always returns *true* and the loop continues until the script time gets exceeded. --- In flexcoders@yahoogroups.com, Kuldeep Atil kuldeep_an...@... wrote: Hi Everyone, I am facing a strange problem while printing with PrintAdvanceddatagrid when there

Re: [flexcoders] Binding not executed

2009-03-26 Thread Ken Dunnington
Bindings do a lot of checking to try and prevent getting stuck in infinite loops, perhaps that's causing your issue? You might instead try using a property on the parent component that your sub components bind to, i.e. [Bindable] private var someProperty:String; mx:Text id=componentA

[flexcoders] Re: Binding not executed

2009-03-26 Thread reflexactions
Yeah I sort of thought that might be the issue. I have done something similar to your suggestion, though I have had to use a couple of binding tags on the form rather than directly binding the properties becuase in this particular case the sequence of the bindings executing was significant

[flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread edlueze
Some more information about my slow compiler: I'm running on a dual-core HP workstation with 4GB of RAM. I try to limit what else I'm running (usually just Excel and Firefox) and I've been watching Task Manager without noticing anything remarkable. More recently I've been forced to work

RE: [flexcoders] Changelog. - upgrading flex.

2009-03-26 Thread Gregor Kiddie
There was a comment recently (Matt or Alex I think) that Gumbo components wouldn't have scrollbars (but that one could be added). Looks like someone took the first part on board but not the second part. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread

[flexcoders] RangeError: Error #2006: The supplied index is out of bounds. (on addChild())

2009-03-26 Thread sony antony
Hey.. I have created a global instance of a Container  - Panel, and tried adding it to one of the files in my application as addChild(model.panel); here model is the instance of a singleton class in which i create global variables and panel is such a variable.  but this addChild(model.panel)

[flexcoders] RangeError: Error #2006: The supplied index is out of bounds. (on addChild())

2009-03-26 Thread sony antony
Hey.. I have created a global instance of a Container  - Panel, and tried adding it to one of the files in my application as addChild(model.panel); here model is the instance of a singleton class in which i create global variables and panel is such a variable.  but this addChild(model.panel)

[flexcoders] swf module close function

2009-03-26 Thread christophe_jacquelin
Hello, I am searching the equivalent of creationComplete when I exit from the swf module ? Thank you, Christophe,

[flexcoders] Re: Issue with Modules unloading...

2009-03-26 Thread grg_blls
Hi all, I have a similar thread (A module loading issue still open in the forum) of the issue I have while loading modules...(!) As this issue here is obviously in the same context, I did check with my application the memory usage after unloading any previously loaded module. Nothing seems to

[flexcoders] Selected Item getting scrolled to the top

2009-03-26 Thread Rohit Sharma
Hi All, In my application I have a list component which shows list of all the possible games currently going on. What is happening is that when I select a particular game, it automatically gets scrolled to the top during the next update. And then it becomes really difficult for the user to

Re: [flexcoders] swf module close function

2009-03-26 Thread Howard Fore
What do you mean by exit from the swf? Do you mean that the user is closing the browser or trying to go to a different http address. On 3/26/09, christophe_jacquelin christophe_jacque...@yahoo.fr wrote: Hello, I am searching the equivalent of creationComplete when I exit from the swf module ?

[flexcoders] smooth animated scroll effect for list component

2009-03-26 Thread stinasius
how can one animate the scroll effect of a list component?

Re: [flexcoders] Re: Which mobile device can run flash ?

2009-03-26 Thread Tom Chiverton
On Thursday 26 Mar 2009, itdanny2002 wrote: If it can run FP9, that's great ! Any hints ? Which model ? Well my 5y old SE P990i can run v8, so... As I said, there isn't a list. -- Tom Chiverton Helping to completely integrate synergistic prospective revolutionary world-class ROI as part of

Re: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread Tom Chiverton
On Thursday 26 Mar 2009, edlueze wrote: I'll work on doing that other stuff you recommended - compiling with ANT/MXMLC, and generating the line count. I might also try upgrading Flex Just try the mxmlc that comes with Builder, rather than fighting ANT. -- Tom Chiverton Helping to assertively

Re: [flexcoders] Re: Which mobile device can run flash ?

2009-03-26 Thread Sam Lai
Would the Adobe Mobile Central app give you any information? The one that is, I think, bundled in with CS4? I seem to remember it had a database of a wide range of phones, with info such as the screen size and... other stuff when it was announced. Sam On 26/03/2009, Tom Chiverton

RE: [flexcoders] Re: Which mobile device can run flash ?

2009-03-26 Thread Scott
Here's the list: http://www.adobe.com/mobile/supported_devices/ I'm not sure how well it's maintained though. Scott From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tom Chiverton Sent: Thursday, March 26, 2009 6:40

[flexcoders] Re: framework RSL deployment problem

2009-03-26 Thread Dana
Yep, I'm using the swz/swf files originally from the framework/rsls directory, copying them to the same directory as the main application swf before it's packaged into the war. What confuses me is I'm packing up the SAME FILES as the ones I replace them with later on. --- In

[flexcoders] Dynamic tooltip depending on mouse over on a row in a datagrid

2009-03-26 Thread Hubert
Hi, I have a datagrid and when I hover over some row, I want to have a tooltip (or the like) to popup with information particular to that row. Any idea? I can get a tool tip to pop up but only static data, and not dynamic. What I want to know is 1) When hovering over a row, how can I find out

[flexcoders] Re: can we display datagrid with two dataproviders

2009-03-26 Thread raj_era2k
Alex, thanks for replying but I could find the array list tricks you asked me to see, could you be more specific, if possible give an example. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Probably possible. Look at some of the ArrayList tricks on my blog Alex Harui

[flexcoders] embedding HTML code in Flex

2009-03-26 Thread unestahl
I would like to embed the following HTML code snippet into Flex, so I can stream the audio SWF file. How can I do that? Is there something equivalent in Flex that will accomplish the same thing? BTW, this is an output grabbed from MP3 Sound Stream. There are two SWF files: one contains an

[flexcoders] Here's a Flash plugin for iPhone

2009-03-26 Thread oneworld95
Came across this and wondered what everyone thought of it: http://imobilecinema.com/ It's a plugin for the iPhone Safari to run Flash. - Alex C

Re: [flexcoders] Re: Issue with Modules unloading...

2009-03-26 Thread Tom Chiverton
On Thursday 26 Mar 2009, grg_blls wrote: obviously in the same context, I did check with my application the memory usage after unloading any previously loaded module. Nothing seems to get garbage collected and no memory is released - as was already described here. Loading any other module

Re: [flexcoders] Here's a Flash plugin for iPhone

2009-03-26 Thread Tom Chiverton
On Thursday 26 Mar 2009, oneworld95 wrote: Came across this and wondered what everyone thought of it: http://imobilecinema.com/ It's a plugin for the iPhone Safari to run Flash. That's not via app store, so does it require a hacked iPhone ? -- Tom Chiverton Helping to ambassadorially improve

Re: [flexcoders] Re: Issue with Modules unloading...

2009-03-26 Thread p...@vin Uttarwar
Hi, Actually i have also face the same problem, i found that in my application there are some references to the childs, so thats why they are not able to remove from memory. i have to explicitely remove all childs recursively and also i added weak references to the event listeners in the

[flexcoders] Re: AIR has different behaviour in XML.appendChild() vs Flex for String values?

2009-03-26 Thread Francis Potter
I just downloaded the latest nightly build of SDK 3.4.0, and there is a fix there that works for me. The change is in the constructor for XMLEncoder and is commented as addressing SDK-18326. However I agree with the comment on SDK-18326, from reading the code it appears that the fix will only

Re: [flexcoders] Here's a Flash plugin for iPhone

2009-03-26 Thread Nick Collins
It does required a jailbroken iPhone, as it says you need to use Cydia or the Installer app to install it. Also of note is it is not a Flash Player for the iPhone, but rather allows the iPhone to play FLVs. On Thu, Mar 26, 2009 at 8:24 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On

Re: [flexcoders] Here's a Flash plugin for iPhone

2009-03-26 Thread Tom Chiverton
On Thursday 26 Mar 2009, Nick Collins wrote: It does required a jailbroken iPhone, as it says you need to use Cydia or the Installer app to install it. Also of note is it is not a Flash Player for the iPhone, but rather allows the iPhone to play FLVs. So it's not a plugin for the iPhone Safari

[flexcoders] Re: Here's a Flash plugin for iPhone

2009-03-26 Thread oneworld95
Yep, it requires a jailbroken iPhone. - Alex C --- In flexcoders@yahoogroups.com, Nick Collins ndcoll...@... wrote: It does required a jailbroken iPhone, as it says you need to use Cydia or the Installer app to install it. Also of note is it is not a Flash Player for the iPhone, but rather

[flexcoders] How to restore the default work space in flex builder 3?

2009-03-26 Thread krshnaonweb
HI!! I am new bie in flex here. How to restore the default work space in flex builder 3, ? Thanks .kr

[flexcoders] losing queryString parameters when launching from UNIX prompt

2009-03-26 Thread netdeep
I need to run my flex app on a headless server. I am launching my app via a command line script in Solaris. It works but for some reason, I am losing much needed parameters in my URL by the time it gets to flex. What could be causing this? Command line args for app [/bin/sh, -c,

[flexcoders] Re: Dynamic tooltip depending on mouse over on a row in a datagrid

2009-03-26 Thread Stuart Greenberg
What you want to look at is the dataTipFunction. You tell the DataGrid that you have a function to handle the data tip. The function is passed an object that represents the data row. You return a string to be displayed in a tool tip. You also have to set showDataTips to true for each column

[flexcoders] Re: Here's a Flash plugin for iPhone

2009-03-26 Thread oneworld95
Sigh. Got my hopes up too quickly :) - Alex C --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Thursday 26 Mar 2009, Nick Collins wrote: It does required a jailbroken iPhone, as it says you need to use Cydia or the Installer app to install it. Also of note is it

Re: [flexcoders] Re: Here's a Flash Video browser plugin for jailbroken iPhones

2009-03-26 Thread Paul Andrews
The title is pretty missleading too.. - Original Message - From: oneworld95 oneworl...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, March 26, 2009 2:15 PM Subject: [flexcoders] Re: Here's a Flash plugin for iPhone Sigh. Got my hopes up too quickly :) - Alex C --- In

[flexcoders] Re: RangeError: Error #2006: The supplied index is out of bounds. (on addChild())

2009-03-26 Thread valdhor
Generally, not without seeing some code. A couple of thoughts... addChild assumes this. What is this at the time of the call? addChild counts the number of display children and does an addChildAt(count + 1). If you do a this.getAllChildren(), how many elements are in the array? What are the

[flexcoders] Re: How to restore the default work space in flex builder 3?

2009-03-26 Thread valdhor
Go to File-Switch Workspace-Other... and browse to a new directory. Why would you want to do this? --- In flexcoders@yahoogroups.com, krshnaonweb krshnaon...@... wrote: HI!! I am new bie in flex here. How to restore the default work space in flex builder 3, ? Thanks .kr

[flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread mmormando
Hm, as you said in a later post, I'd suspect the xml file, or perhaps other resources. I'm working on a fairly large project, some Java, a few graphics and css, as well as 70+ modules of various sizes and our build time with a little homegrown Maven plugin is coming in at under 8 minutes.

[flexcoders] Strongly typed responses from RESTful web services

2009-03-26 Thread djepyon
Hey flexiverse, is there a way to generate dto's and have strongly typed result objects from REST services in flex?

[flexcoders] embad Flex application in HTML page?

2009-03-26 Thread markflex2007
Hi, I am working in a Flex application and compile it to swf. I need add the Flex application to a html page in other application. I know the default application is a swf cover whole html page when I debug Flex in Flex builder. I confuse how to add flex application to a existing html page.

Re: [flexcoders] Re: How to restore the default work space in flex builder 3?

2009-03-26 Thread krshnaonweb
Did try that By mistake, I did close all workspace windows I need to get default work space, just like when I open like in flash. Please help me out here. Thanks in advance. Kris On Thu, Mar 26, 2009 at 8:13 PM, valdhor valdhorli...@embarqmail.comwrote: Go to File-Switch

RE: [flexcoders] Re: Issue with Modules unloading...

2009-03-26 Thread Alex Harui
In our testing properly cleaned up modules unload. You cannot use System.totalMemory to determine if the module unloads. Modules that bring in style declarations for components not in the main app stick in memory because they get registered with the StyleManager. In such a case, the styles

Re: [flexcoders] Re: How to restore the default work space in flex builder 3?

2009-03-26 Thread mark . jonkman
Do you mean like Windows - Perspectives - Reset Perspective?? That would reset the Flex Debug perspective or Flex Developer perspective back to the original adobe defaults. Sincerely Mark R. Jonkman - Original Message - From: krshnaonweb krshnaon...@gmail.com To:

[flexcoders] Re: ItemEditors Memory Leak

2009-03-26 Thread flexcoder99
Appreciate your prompt responses. We are using Flex SDK 3.0 Which version was the fix put in? Last time I tried to change to 3.3 there were many runtime exceptions in our application which did not happrn with 3.0. ecause it needed extensive testing to uncover all the RTEs and we did not have

[flexcoders] What is a fair price - Opinions Please.

2009-03-26 Thread Wally Kolcz
I have been asked to make an AIR application that is a 100 question quizzer. Wants it done by next Tuesday. Simple quizzer that compares the answer to what the person entered then adds either a 1 or 0 to a running total. Client would like to know a price on it, but I never developed a Flex/AIR

[flexcoders] BackgroundColor DateField

2009-03-26 Thread christophe_jacquelin
Hello, How to set the background color of a DateField ? Thank you, Christophe,

[flexcoders] Combobox - force direction

2009-03-26 Thread markgoldin_2000
Is it possible to force a direction a combobox opens up to? Thanks

Re: [flexcoders] What is a fair price - Opinions Please.

2009-03-26 Thread Alan Rother
Fair is a complicated subject. When figuring out what you should charge for something you should look at a number of factors: - What is your time worth to you? - This can be measured by any number of personal measuring sticks. How much free time do you generally have available,

[flexcoders] GUMBO: Is it my code or do the STATES have bugs?

2009-03-26 Thread flexaustin
I have these two components (large callout and small callout) and they can both be displayed on the main stage at the same time via clicking a marker. If you click on a blue marker you get a large callout. If you click on a red marker you get a small callout. Should be fairly simple , right?

[flexcoders] using lockedColumnCount doesnt freez my column..

2009-03-26 Thread yossi.baram
Hi, I set lockedColumnCount=1 in my AdvancedDataGrid tag and I can see the first column is marked with vertical line but when I Horizontally scroll its not freeded and remains inplace :( The first column dissapear with the rest of the other columns, What am I doing wrong? Thanks Jo

[flexcoders] HOW can I convert a string into a DataGridColumn ?

2009-03-26 Thread sailorsea21
Hi everyone, I have the folowing script that adds the % symbol: public function dataGridPercent(item:Object, column:DataGridColumn):String { var str:String = item[column.dataField]; return str + %; } This works fine but it breaks my export to excel script. I'm thinking because

[flexcoders] Re: Combobox - force direction

2009-03-26 Thread valdhor
Maybe: http://www.typeoneerror.com/forcing-combobox-component-open-direction-in-flex/ --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: Is it possible to force a direction a combobox opens up to? Thanks

RE: [flexcoders] Re: ItemEditors Memory Leak

2009-03-26 Thread Alex Harui
Look for change 4684 in Subversion (3.3 branch) Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexcoder99 Sent: Thursday, March 26, 2009 8:21 AM To:

[flexcoders] Re: using lockedColumnCount doesnt freez my column..

2009-03-26 Thread grg_blls
Hi, This is an old issue. I have no answer but I can point you to the following older posts, (message numbers: 130147, 129920, 129917, 129219, 118902) I hope this will be working in the new version. Thank you George --- In flexcoders@yahoogroups.com, yossi.baram yossi.ba...@... wrote: Hi,

[flexcoders] Re: using lockedColumnCount doesnt freez my column..

2009-03-26 Thread yossi.baram
So, I guess it doesnt work for you still... Any way, thanks for you reply man :) --- In flexcoders@yahoogroups.com, grg_blls grg_b...@... wrote: Hi, This is an old issue. I have no answer but I can point you to the following older posts, (message numbers: 130147, 129920, 129917, 129219,

RE: [flexcoders] HOW can I convert a string into a DataGridColumn ?

2009-03-26 Thread Tracy Spratt
That should not break anything. A labelFunction works at the display level and does not affect the underlying dataProvider contents. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

Re: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread Matt Chotin
Also, if everything is an individual MXML application file but then you're editing code that they depend on, you're compiling all of those individual MXML files each time. That's going to take a significant amount of time because each one has to be linked. What happens if you don't have lots

[flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread arieljake
Hi highly recommend defragmenting your HD. --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Thursday 26 Mar 2009, edlueze wrote: I'll work on doing that other stuff you recommended - compiling with ANT/MXMLC, and generating the line count. I might also try

[flexcoders] Suggestion for the Suggestion Box

2009-03-26 Thread djhatrick
How about in a future version of Flex, releasing the text engine for Buzzword as a component in Flex, please The rich text editor is really lacking, I am preaching to the converted here, but there's more and more demands for better text integration into Flex by the people who we make flex

[flexcoders] ViewStack and show()

2009-03-26 Thread Richard Rodseth
Is there really no event dispatched by a component when it is is made visible within a viewstack?

Re: [flexcoders] What is a fair price - Opinions Please.

2009-03-26 Thread Wesley Acheson
This all seems reasonable. Its more or less the metric I would use too. It will probably sound daunting to a private client though. If you want to break into doing this on a regular basis. You might want to charge considerably less especially as you said it was your first private work. Its in

Re: [flexcoders] embedding HTML code in Flex

2009-03-26 Thread Jeffry Houser
You can't embed HTML like this in a Flex Application. I'd look into the Loader class ( http://livedocs.adobe.com/flex/2/langref/flash/display/Loader.html ) to see about loading those swfs in your Flex App. I would expect you have to load up both SWFs and that they would need a way to

Re: [flexcoders] Suggestion for the Suggestion Box

2009-03-26 Thread Jeffry Houser
Flash Player 10 introduced some native text handling features which, as I I understood made some of the of the Buzzword Team moot. I suggest you take a look at the Text Layout Framework from Labs. http://labs.adobe.com/technologies/textlayout/ djhatrick wrote: How about in a future

[flexcoders] RightClick Menu Added - not visible sometimes

2009-03-26 Thread duraibalaji
Hello flex Experts, I have added new menu in Rightclick (custom menu). i have disabled the existing one(print) and added GO BACK as menuitem. Sometimes this menu is not appearing on Rightclick. let me know, if there are any solutions for this. Thanks in Advance regards DB -- View this message

[flexcoders] Start Column Chart Y-axis from non-zero value

2009-03-26 Thread GeeTee
Hi everyone, I was making a stacked column chart (in which a user can see the data between a 'Start Date' and an 'End Date' using a date field) in which the bottom part would show a cumulative data till that day while the top part would show the data for that day. No matter what the start date

RE: [flexcoders] ViewStack and show()

2009-03-26 Thread Tracy Spratt
Yes, the show and hide events are dispatched when you would expect. Why did you think there was not? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Richard Rodseth Sent: Thursday,

[flexcoders] is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread gmoniey22
I want the user to select a file and have my flash app parse it for information, and then display that info in the app. But it seems like all of the FileReference functions abstract the upload/download process to a server. Am I missing something? Thanks

[flexcoders] Re: embad Flex application in HTML page?

2009-03-26 Thread unestahl
Check out this article: http://livedocs.adobe.com/flex/3/html/help.html?content=wrapper_13.html The HTML code should look something like this: object classid=clsid:d27cdb6e-ae6d-11cf-96b8-44455354 width=100 height=100 codebase=http://active.macromedia.com/flash7/cabs/

[flexcoders] Re: losing queryString parameters when launching from UNIX prompt

2009-03-26 Thread netdeep
Well, I figured it out. You need to put the url in quotation marks. --- In flexcoders@yahoogroups.com, netdeep deep...@... wrote: I need to run my flex app on a headless server. I am launching my app via a command line script in Solaris. It works but for some reason, I am losing much

Re: [flexcoders] is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread Alain Thibodeau
You mean just getting file info or actually parsing the full file data? If it's just the basic file information, I think you can get that with the FileReference... If you are looking for more power, swfStudio will give you all the power you need: http://www.northcode.com/index.php  

[flexcoders] Bug in Gumbo or Adobe's Fig Callout funtion being called anonymously??????

2009-03-26 Thread flexaustin
So I have been working with Gumbo and I also happen to be using Adobe's Fig Callout (http://www.adobe.com/devnet/flex/samples/fig_callout/). Anyway, I have two different mxml classes that are based on the Fig component. One we will call SmallCallout and the other is BigCallout. If you click a

[flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread gmoniey22
No, I actually want to parse the file. This seems like it should be a trivial task. --- In flexcoders@yahoogroups.com, Alain Thibodeau thibodeau.al...@... wrote: You mean just getting file info or actually parsing the full file data? If it's just the basic file information, I think you can

[flexcoders] Re: [101] measured width vs. explicit width vs. width

2009-03-26 Thread gwangdesign
Thanks Gordon for the clarification. Authority's guide is always appreciated! --- In flexcoders@yahoogroups.com, Gordon Smith gosm...@... wrote: Yes, this is close. The measure() method typically sets the measuredWidth and measuredHeight based on how much room a component needs to display

[flexcoders] Re: ItemEditors Memory Leak

2009-03-26 Thread flexcoder99
I am getting following error checking out flex source code into SVN. I am using SVN plugin for Eclipse ? RA layer request failed svn: PROPFIND request failed on '/svn/opensource/flex/sdk' svn: PROPFIND of '/svn/opensource/flex/sdk': Could not resolve hostname `opensource.adobe.com': The

[flexcoders] linkBar labelFunction

2009-03-26 Thread kpjj31
I have a linkBar that uses an arrayCollection as a dataProvider. How would I use the lableFunction if there is no viewStack containers.

RE: [flexcoders] Re: ItemEditors Memory Leak

2009-03-26 Thread Alex Harui
Did you file bugs for RTE's not predicted by the release notes? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexcoder99 Sent: Thursday, March 26, 2009

[flexcoders] Re: linkBar labelFunction

2009-03-26 Thread Tim Hoff
labelField=myFieldNameInTheArrayCollection -TH --- In flexcoders@yahoogroups.com, kpjj31 joe.g.ja...@... wrote: I have a linkBar that uses an arrayCollection as a dataProvider. How would I use the lableFunction if there is no viewStack containers.

[flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread djepyon
If its a remote file this can be done by using Loader.loadBytes() and parsing the ByteArray. You would need AIR to load the bytes of a local file though. --- In flexcoders@yahoogroups.com, gmoniey22 gmonie...@... wrote: No, I actually want to parse the file. This seems like it should be a

Re: [flexcoders] Re: linkBar labelFunction

2009-03-26 Thread joe . g . james
Thanks, but I would like to be able to update the field name. mx:LinkBar id=roles_nav dataProvider={grouproles} labelField=ROLE ex : ROLE = Group Administrator labelFunction return Manage Employees ROLE = Group Presenter labelFunction return Manage Presentations Joe James

[flexcoders] Re: Combobox - force direction

2009-03-26 Thread markgoldin_2000
But if I change framework source code I will have to restore the change every time I upgrade the framework, right? --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Maybe: http://www.typeoneerror.com/forcing-combobox-component-open-direction-in-flex/ --- In

[flexcoders] Re: linkBar labelFunction

2009-03-26 Thread Tim Hoff
There's nothing built-in to do that for a LinkBar. Either extend LinkBar or add transient fields to the VO's in the ArrayCollection. -TH --- In flexcoders@yahoogroups.com, joe.g.ja...@... wrote: Thanks, but I would like to be able to update the field name. mx:LinkBar id=roles_nav

RE: [flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread Tracy Spratt
I have heard that FP 10 will allow access to the file contents. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djepyon Sent: Thursday, March 26, 2009 6:19 PM To:

RE: [flexcoders] linkBar labelFunction

2009-03-26 Thread Tracy Spratt
labelFunction will not care about the dataType of the dataProvider. It will still get a reference to each item in the dataProvider and needs to build and return a string. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com

[flexcoders] Re: framework RSL deployment problem

2009-03-26 Thread Darrell Loverin
I would do a file compare between the RSLs files in FB and the war. They may be different even if they have the same name because FB will rename RSLs to match the RSL URLs in the project definition. -Darrell --- In flexcoders@yahoogroups.com, Dana caid...@... wrote: Yep, I'm using the

[flexcoders] Re: linkBar labelFunction

2009-03-26 Thread Tim Hoff
Oops, my bad; didn't see labelFunction in LinkBar. Look at the examples in thd docs for List. -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: There's nothing built-in to do that for a LinkBar. Either extend LinkBar or add transient fields to the VO's in the

[flexcoders] Re: linkBar labelFunction

2009-03-26 Thread Tim Hoff
mx:LinkBar id=roles_nav dataProvider={grouproles} labelFunction=roleLabelFunction public function roleLabelFunction(item:Object):String { switch (item.ROLE) { case Group Administrator: return Manage Employees; break; case Group

Re: [flexcoders] ViewStack and show()

2009-03-26 Thread Richard Rodseth
I see it now. I wasn't looking at the top-level component within the navigator, and I guess it doesn't cascade. Also, I did seem some archive messages which seemed to indicate that show wasn't dispatched. Fair enough, I have another approach. Thanks. On Thu, Mar 26, 2009 at 11:39 AM, Tracy

[flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread gmoniey22
yes it will, using the FileReference.load(), and then accessing FileReference.data. I got this working on FP10 sdk 3.3. It took a while to get flexbuilder to play nice however. --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: I have heard that FP 10 will allow access to

Re: [flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread Paul Kukiel
Yes in FP10 and the 3.3 SDK you can load data client side. I have had trouble getting this to work on osx and linux though: http://blog.kukiel.net/2009/02/file-manipulation-client-side-with.html There are a few links on the entry to some decent references. Paul. On 26/03/2009, at 8:34 PM,

[flexcoders] interface question: function get vs. public var

2009-03-26 Thread arieljake
What is the final word, because I swear I have seen it work and not work. If I define an interface that says function get parameter():Object; Will it suffice to create a public property called parameter: public var parameter:Object; ??

RE: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread Tim Rowe
I originally said the same thing in the response I wrote, but removed it on the basis of getting more info before just jumping to random ideas. However, a defrag of all drives should pretty much be done as a scheduled task on any non-SSD system nightly, imo. Just set it up to run at 3am every

RE: [flexcoders] interface question: function get vs. public var

2009-03-26 Thread Alex Harui
Nope, gotta define a getter. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of arieljake Sent: Thursday, March 26, 2009 6:00 PM To:

[flexcoders] Re: interface question: function get vs. public var

2009-03-26 Thread wubac1
A concrete object does not an interface make. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Nope, gotta define a getter. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com