Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Anirudh Sasikumar
This is a nice tool for visualizing the data from -link-report: http://joeberkovitz.com/blog/2008/03/26/itdepends-code-dependency-analysis-for-flexair-applications/ http://code.google.com/p/it-depends/ Cheers, -- Anirudh Sasikumar http://anirudhs.chaosnet.org/ On Wed, Apr 1, 2009 at 11:02 AM,

[flexcoders] Complex Charting in Flex

2009-04-01 Thread kotha poornima
Hi, Can anyone suggest how can i draw a chart using this type of xml. ?xml version=1.0 encoding=utf-8? test stock     monthAug/month     close     High45..87/High     Low25.66/Low     /close     close     High45.77/High     Low25.96/Low     /close     open         25.66     /open

RE: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Tim Rowe
Nice find. A quick run over our main application shows mx.core is being bundled in - is this normal? If not, is there a way to have mx.core used as a dynamic link? Surely it's part of the Flex STL and not required for static linking. I mean, can you imagine if every app came with msvcr7.dll

RE: [flexcoders] Making button in data grid invisible based on other columns in the data grid row

2009-04-01 Thread Tracy Spratt
Use binding braces: visible={isButtonVisible()} However, if you do not pass in a variable that is bindable, the function will fire only once. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

[flexcoders] Making button in data grid invisible based on other columns in the data grid row

2009-04-01 Thread Tony Obermeit
I'm trying to control whether a button is rendered programmatically. But the code below returns the following error: Initializer for 'visible': cannot parse value of type Boolean from text 'isButtonVisible()'. Please advise. mx:DataGridColumn headerText=Phone number dataField=phone_number/

RE: [flexcoders] Application.application.parameters.

2009-04-01 Thread Tracy Spratt
The html wrapper does not automatically pass parameters into the swf. You need some java script like this to get the parameters into an array: var _sPassedUrlParms = new String(document.location).split('?')[1]; //Get any passed-in querystring parms then pass that into the SF in the

[flexcoders] Issue with Display of textbox setfocus

2009-04-01 Thread Paresh M More
Friends, I have a Panel, called, Create Array and few text box, when i try to set focus on Name text box it shows me some thing, like, which is in sreen shot, Any solution for it ? Code is mx:Panel title=Create Array width=100% height=100% layout=vertical mx:Form height=100% width=100%

[flexcoders] Re: Making button in data grid invisible based on other columns in

2009-04-01 Thread Tony Obermeit
Thanks Tracy, I tried that but it wasn't any better. I get error Call to possibly undefined method isButtonVisible. Tried making the function definition bindable (not sure if that makes sense) but it wasn't successful. I need to set the button to be visible or not on each row of the data grid.

[flexcoders] Re: Can I set specific AdvancedDataGridColumn to be draggable false?

2009-04-01 Thread yossi.baram
Does anybody knows if a specific ADvancedDataGridColumn can be freezed? not using lockedColumnCount, because it doesnt work for me :( Thanks --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Tuesday 31 Mar 2009, yossi.baram wrote: columns in an AdvancedDataGrid,

Re: [flexcoders] Issue with Display of textbox setfocus

2009-04-01 Thread Peter Hall
Did you try replacing ExtFormItem with mx:FormItem? I think your problem may lie there. If so, you should ask the person who wrote that code. Peter On Wed, Apr 1, 2009 at 8:04 AM, Paresh M More pareshm...@gmail.com wrote: Friends, I have a Panel, called, Create Array and few text box,

Re: [flexcoders] Issue with Display of textbox setfocus

2009-04-01 Thread Paresh M More
yeah, U have replaced by ExtFormItem and here is the code for that package FlexComponent{ import flash.display.DisplayObject; import mx.containers.FormItem; import mx.controls.Label; public class ExtFormItem extends FormItem { public var align_left:Boolean = false;

Re: [flexcoders] Issue with Display of textbox setfocus

2009-04-01 Thread Paresh M More
Sry i have replaced by ExtFormItem and here is the code for that package FlexComponent{ import flash.display.DisplayObject; import mx.containers.FormItem; import mx.controls.Label; public class ExtFormItem extends FormItem { public var align_left:Boolean = false;

[flexcoders] Re: Custom Classes and Custom Events

2009-04-01 Thread secrit.service
I did some testing and debugging. I even added a button in my main application. The clickevent just shows the number of records of my datagrid. click = Alert.show(myCustComp.myDG.length); And this gives me the exact number of records. Even if I do following : click =

Re: [flexcoders] Issue with Display of textbox setfocus

2009-04-01 Thread Peter Hall
Yes, that looks like the problem. Peter On Wed, Apr 1, 2009 at 11:42 AM, Paresh M More pareshm...@gmail.com wrote: Sry i have replaced by ExtFormItem and here is the code for that package FlexComponent{ import flash.display.DisplayObject; import mx.containers.FormItem;

Re: [flexcoders] Issue with Display of textbox setfocus

2009-04-01 Thread Paresh M More
where can we figure it out ? On Wed, Apr 1, 2009 at 4:31 PM, Peter Hall peterj...@gmail.com wrote: Yes, that looks like the problem. Peter On Wed, Apr 1, 2009 at 11:42 AM, Paresh M More pareshm...@gmail.comwrote: Sry i have replaced by ExtFormItem and here is the code for that

[flexcoders] Re: No message broker found

2009-04-01 Thread Johannes Nel
work around for my use case: because a client uploads a file which then starts the multiple inserts into the managed collection i could refresh that collection from the client side after my upload complete event. Because the client then gets new data, all other clients's (with that managed

Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Guy Morton
If you have multiple modules in the compile, am I right to think the link report only shows the info for the last module built? That's how it seems, but perhaps I'm just missing something... Guy On 01/04/2009, at 4:32 PM, Alex Harui wrote: Yeah, you can specify a more sophisticated path

[flexcoders] Re: Flex Debug Problem

2009-04-01 Thread alexprando
Thank you for the answer but the problems still remains... I've tried to import the project to another PC (WIN XP) and I get these 2 problems: A) if I create a new project (copying my old files later) I get the same problem of my first message B) if I import the project directory there's a new

[flexcoders] Concurrent acces of data by more than one users - throws error

2009-04-01 Thread Simon Mathew
I am a newbie to Flex. I am using Flex, BlazDS, Tomcat 6, MySQL 5.1 for the project I am working on. When more that one users access the database concurrently (which has over 800 records), it throws an error message sying No operations allowed after statement closed. I know this issue has

[flexcoders] removing the alignment AdvancedDataGridColumnGroup's

2009-04-01 Thread james.ch...@rocketmail.com
Hey Guys, Doing a gantt chart style application like doug, as Im building up my advanced date grid, I noticed I DID NOT want the columns all to align under each group. For instance if group 1, consisted of child 1 and child 2, is it possible to have the right hand edge of child 2, cross over

[flexcoders] Concurrent acces of data by more than one users

2009-04-01 Thread Simon Mathew
I am a newbie to Flex. I am using Flex, BlazDS, Tomcat 6, MySQL 5.1 for the project I am working on. When more that one users access the database concurrently (which has over 800 records), it throws an error message sying No operations allowed after statement closed. I know this issue has

Re: [flexcoders] Concurrent acces of data by more than one users

2009-04-01 Thread Fotis Chatzinikos
Probably something wrong with your servlet/tomcat code... You close a connection where you should not closing it or somehting similar... I do not think it has anything to do with flex. On Wed, Apr 1, 2009 at 8:08 AM, Simon Mathew avara...@yahoo.com wrote: I am a newbie to Flex. I am using

[flexcoders] Re: Context Menu Bug in FlashPlayer ?

2009-04-01 Thread valdhor
Not here. I am still using Flash Player 9.0.124. --- In flexcoders@yahoogroups.com, jmfillman jmfill...@... wrote: Thank you for the follow-up. The blankMenu is actually a left over from my actual application and wasn't needed for this sample code. This worked fine in FlashPlayer 9, so

[flexcoders] Re: Context Menu Bug in FlashPlayer ?

2009-04-01 Thread valdhor
I think I know why it crashes (Although it should not crash the browser - it should fail with a Flash null object error. You should file a bug). When a right click event happens, a mouse out event happens first (Why? I don't know. Maybe this is a bug too) so your mouseOt function gets called

Re: [flexcoders] Re: Can I set specific AdvancedDataGridColumn to be draggable false?

2009-04-01 Thread Tom Chiverton
On Wednesday 01 Apr 2009, yossi.baram wrote: Does anybody knows if a specific ADvancedDataGridColumn can be freezed? not using lockedColumnCount, because it doesnt work for me :( Do you have a reproducible test case ? -- Helping to vitalistically transition low-risk fifth-generation

RE: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Gregor Kiddie
If you name the link-reports differently, they shouldn't overwrite themselves. (Coming to this late) You using Ant? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577

Re: [flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Tom Chiverton
On Wednesday 01 Apr 2009, Jeffry Houser wrote: It is most likely due to the massive interface change between 2003 and 2007. I understood that the research showed that this approach was more approachable and easier for beginners. shrug If I were having to retrain thousands of staff from

Re: [flexcoders] Ruben's FlexBook component question

2009-04-01 Thread Tom Chiverton
On Wednesday 25 Mar 2009, Igor Costa wrote: I found a guy who added a couple of public methods but no one that made the size of book re sizable when the screen gets bigger or less. I would imagine it's easy enough to observe the application size, and the re-call the components layout code...

Re: [flexcoders] ADG Memory leak.

2009-04-01 Thread Adrian Williams
Hi All, Here is the Adobe bug that this issue is attached to, including the test case I mentioned (though it returns super() vs. .this) ...as of this morning, they have the bug marked as fixed/resolved in changelist 227803. http://bugs.adobe.com/jira/browse/FLEXDMV-1968 Best, Adrian

[flexcoders] Ellipses in Advanced datagrid's data

2009-04-01 Thread senthilkumarirtt
hi i need to implement ellipses(to avoid truncation of long name of data in column) concept in Advanced datagrid in flex. Ellipses concept: If name(Ex:Senthilkumar) exceed its length,it will show like Senthi..

[flexcoders] Re: Application.application.parameters.

2009-04-01 Thread valdhor
I use a custom QueryString class for this... package { import flash.external.*; import flash.utils.*; public class QueryString { private var _queryString:String; private var _all:String; private var _params:Object; public function get

[flexcoders] How to dispatch an Event in static function?

2009-04-01 Thread flexawesome
hey there, I was trying to dispatch an Event in static function and I got an error msg of 1180: Call to a possibly undefined method dispatchEvent. There is no problem in normal function ( without static function ). Would u pls show me how to address this problem? Thank you so much

[flexcoders] Flash player fails to install on vista!

2009-04-01 Thread Cato Paus
Hi all, this is veard, I have a clean install(Windows Vista Ultimate) on my laptop and IExploer do not want to install the flash player (ActiveX) ! switching to FireFox, up yours MS!

[flexcoders] Re: How to dispatch an Event in static function?

2009-04-01 Thread florian.salihovic
In this case, there is no need to inherit. Instead use a static EventDispatcher instance as a class member, which dispatches an Event in the static function. Best regards. --- In flexcoders@yahoogroups.com, flexawesome flexawes...@... wrote: hey there, I was trying to dispatch an Event in

[flexcoders] Creating exceptions to an eventlistener

2009-04-01 Thread smccran
Hi all, I've got a canvas with an event listener, that allows the user to drag the canvas around. The only problem is that I have a datagrid inside this canvas, and the event listener is interfering with it. IE I cannot drag the slider in the datagrid, or resize the column etc, as the event

[flexcoders] closing-a-pop-up-window-using-the-keyboard-in-flex

2009-04-01 Thread ilikeflex
Hi I seen the example in the code link and it work fine http://blog.flexexamples.com/2008/08/04/closing-a-pop-up-window-using-the-keyboard-in-flex/ but if i change the code in the View MXML to below mx:Script ![CDATA[ import mx.managers.PopUpManager;

[flexcoders] Send an Email, and Email in Form

2009-04-01 Thread christophe_jacquelin
Hello, How to send an Email from a flex application to confirm a registration ? How to verify that the text in an INPUT is corresponding to an email ? Thank you, Christophe,

Re: [flexcoders] Send an Email, and Email in Form

2009-04-01 Thread Wesley Acheson
On Wed, Apr 1, 2009 at 7:18 PM, christophe_jacquelin christophe_jacque...@yahoo.fr wrote: Hello, How to send an Email from a flex application to confirm a registration ? http://www.esnips.com/web/SMTPMailer How to verify that the text in an INPUT is corresponding to an email ? Try

Re: [flexcoders] Flash player fails to install on vista!

2009-04-01 Thread Wesley Acheson
Its still a binary component therfore just as much a risk as an activex one. 2009/4/1 Cato Paus ca...@brannsikring.no Hi all, this is veard, I have a clean install(Windows Vista Ultimate) on my laptop and IExploer do not want to install the flash player (ActiveX) ! switching to FireFox,

Re: [flexcoders] Ruben's FlexBook component question

2009-04-01 Thread Igor Costa
I've tried a lot, read the source code of component but for sure it doesnt fit as it works. scaling the component itself works and pretty smooth set. But the draw things don't really work out. Still getting any feedback I appreciate. Regards Igor On Wed, Apr 1, 2009 at 10:29 AM, Tom Chiverton

[flexcoders] RemoteObject in AS3 Project

2009-04-01 Thread Nick
Hello all! I am trying to use the RemoteObject class along with ResultEvent etc in an AS3 project in FB3. Ideally I would like to remote out using these objects and not have to load the entire Flex framework within an Application container. Is this possible? I have done some searching and my

[flexcoders] TextSnapshot and Flex, who lucky done?

2009-04-01 Thread Igor Costa
Hi there crew. Does anyone here put TextSnapShot Class to work truely with loaded SWF with statics text? This bug http://bugs.adobe.com/jira/browse/SDK-15295 was the only close thing I found googling and is still opened. If you were lucky enough can you tell me the work arround done? the

RE: [flexcoders] RemoteObject in AS3 Project

2009-04-01 Thread Peter Farland
While there shouldn't be too many dependencies, I know rpc.swc depends on this class from framework.swc: http://opensource.adobe.com/svn/opensource/flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig.as ... you could try to mimicking this class and see how

[flexcoders] Re: closing-a-pop-up-window-using-the-keyboard-in-flex

2009-04-01 Thread valdhor
Try this: import mx.managers.PopUpManager; public var popUpTitleWindow:PopUpTitleWindow = new PopUpTitleWindow(); private function button_click(evt:MouseEvent):void { if(!popUpTitleWindow.isPopUp) {

[flexcoders] Re: cant get the hand cursor to show up on the titleBar of the Panel

2009-04-01 Thread gmoniey22
No luck. I kept buttonMode = true useHandCursor = true, while toggling between ALL combinations of mouseEnabled mouseChildren. I get the same results. only a hand cursor around the borders. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Try twiddling mouseEnabled as well.

[flexcoders] Re: Complex Charting in Flex

2009-04-01 Thread Tim Hoff
Hi, Take a look at Using HighLowOpenClose charts (HLOCChart); in the help docs. -TH --- In flexcoders@yahoogroups.com, kotha poornima poorni_ag...@... wrote: Hi, Can anyone suggest how can i draw a chart using this type of xml. ?xml version=1.0 encoding=utf-8? test stock    

RE: [flexcoders] Re: Making button in data grid invisible based on other columns in

2009-04-01 Thread Tracy Spratt
Sorry, that is because of the scoping opf the itemRenderer. Use visible={outerDocument.isButtonVisible()} but still, even when that compiles and works, you still have functional problems. Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] Re: RemoteObject in AS3 Project

2009-04-01 Thread valdhor
channelSet = new ChannelSet(); amfChannel = new AMFChannel(my-amf, http://myserver.com/WebORB/weborb.php;); channelSet.addChannel(amfChannel); myService = new RemoteObject(); myService.channelSet = channelSet; myService.destination = WeborbTesting.MyService; myService.requestTimeout = 30;

[flexcoders] Re: Creating exceptions to an eventlistener

2009-04-01 Thread Tim Hoff
Hi, First, make sure, in the Canvas tag, that mouseChildren=true. You can also check in the drag event handler function if the currentTarget is a canvas or not: if ( !event.currentTarget is Canvas ) { event.stopImmediatePropagation; } There are probably better ways to do this, but this

[flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Tim Hoff
Ha, still laughing at autoschediastically. :) -TH --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Wednesday 01 Apr 2009, Jeffry Houser wrote: It is most likely due to the massive interface change between 2003 and 2007. I understood that the research showed

[flexcoders] Has anyone done a file upload and download, store data into database

2009-04-01 Thread timgerr
I am in need of a flex app that will upload a file and that file will go into a database using PHP backed. I know what most of this has to do with PHP, I am not sure how to take the data out of flex and hand it back to the user via flex. Has anyone done something like this? Thank you,

RE: [flexcoders] Has anyone done a file upload and download, store data into database

2009-04-01 Thread Tracy Spratt
Yes, it is not difficult. The examples in the docs are nearly usable as they are. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: Wednesday, April 01, 2009 2:38 PM To:

Re: [flexcoders] RemoteObject in AS3 Project

2009-04-01 Thread mark . jonkman
Hi Nick The dependancies really get a bit convoluted due to the localization classes that are intertwined for error messages and the like. Literally almost drove me to drinking trying to get this stuff to stand by itself - even just the ArrayCollection class to stand by itself. At best I've

[flexcoders] Re: cant get the hand cursor to show up on the titleBar of the Panel

2009-04-01 Thread Tim Hoff
Hi, the text field is on top of the titleBar. Try this: package controls { import mx.containers.Panel; public class MyPanel extends Panel { override protected function createChildren():void { super.createChildren(); titleBar.buttonMode = true;

[flexcoders] Re: RemoteObject in AS3 Project

2009-04-01 Thread Nick
Thanks everyone! I really learned alot from your posts!! I think I found the solution to my problem. I am using the NetConnection object described in this post: http://www.oscartrelles.com/archives/as3_flash_remoting_example It seems to be giving me the same results as I was looking for with

RE: [flexcoders] Re: RemoteObject in AS3 Project

2009-04-01 Thread Peter Farland
If you're comfortable with calling the NetConnection API directly and are fine with having to manage connectivity issues, faults, setting up request/response messages etc... then you could go that route. Pete -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Re: closing-a-pop-up-window-using-the-keyboard-in-flex

2009-04-01 Thread ilikeflex
Hi valdhor Thanks for your solution and it works but the issue is that i cannot do popUpTitleWindow = new PopUpTitleWindow(); every time. I want to use only one instance of the popUpTitleWindow . Thanks ilikeflex --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Try this:

[flexcoders] Re: cant get the hand cursor to show up on the titleBar of the Panel

2009-04-01 Thread gmoniey22
Thank you...that did it. I added the same thing for the statusTextField, and it works perfect. Thanks again. --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi, the text field is on top of the titleBar. Try this: package controls { import mx.containers.Panel;

Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Guy Morton
FlexBuilder How can I get individual reports? There's only one spot where I can request the link report, afaik. Guy On 02/04/2009, at 12:26 AM, Gregor Kiddie wrote: If you name the link-reports differently, they shouldn’t overwrite themselves. (Coming to this late) You using Ant?

[flexcoders] Running AIR application with ADL in Linux

2009-04-01 Thread rfkrockteekers
Is it possible to debug AIR applications on Linux using ADL? If I try and run it from command line by ./adl, I get errors saying cannot execute binary file. Is there something I need to do to make it work? I'm using Ubuntu 8.04, and Flex 3.3.0.4582. I'm able to compile AIR apps just fine with

RE: [flexcoders] Running AIR application with ADL in Linux

2009-04-01 Thread James Ward
You need to overlay the AIR SDK on top of your Flex SDK: http://blogs.adobe.com/ashutosh/2009/03/flex_builder_linux_with_air_15.html#comments I think the adl that you are trying to run is the Mac version of adl. -James From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

Re: [flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Guy Morton
On 01/04/2009, at 11:49 AM, Jeffry Houser wrote: Given the traffic on this list, I hardly think that the 2-3 on- topic posts I've seen from Scott in the past week classify as spam. Give him a chance, he's only just warming up. ;-) Guy

[flexcoders] Re: closing-a-pop-up-window-using-the-keyboard-in-flex

2009-04-01 Thread valdhor
OK, slight variation: import mx.managers.PopUpManager; public var popUpTitleWindow:PopUpTitleWindow; private function button_click(evt:MouseEvent):void { if(popUpTitleWindow == null) {

[flexcoders] Re: Has anyone done a file upload and download, store data into database

2009-04-01 Thread timgerr
I have seen many for uploading something then storing the item in a directory. I think I can figure the upload out, but the download part I am not sure how to do. I don't know how to take binary data and convert it to a picture or document. If you know of a link that shows this being done,

[flexcoders] Re: closing-a-pop-up-window-using-the-keyboard-in-flex

2009-04-01 Thread ilikeflex
Hi valdhor It worked and thanks a lot. Thanks ilikeflex --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: OK, slight variation: import mx.managers.PopUpManager; public var popUpTitleWindow:PopUpTitleWindow; private function

RE: [flexcoders] Re: Has anyone done a file upload and download, store data into database

2009-04-01 Thread Tracy Spratt
Can you be more clear on what you want? Download typically means to take a physical file from a remote file system and save it in a local filesystem. There is no conversion involved. Perhaps you do not mean download? What kinds of file formats are you talking about, and what do you want to

[flexcoders] Problem migrating from Flex 2 to Flex 3

2009-04-01 Thread sruthi
Hi we have a component some thing like this. This code works properly with Flex 2, but when we try to migrate to flex 3 we are getting ERROR 1067: Implicit coercion of a value of type Array to an unrelated type classes.ixrev.industry:ResultObject. CellData.mxml - mx:Canvas

[flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-04-01 Thread nateross83
I am experiencing the same problems trying to profile an AIR 1.5 app. Here is my stack trace: Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation:

[flexcoders] Re: TextSnapshot and Flex, who lucky done?

2009-04-01 Thread Igor Costa
Well, Let me share with others here, finally I found a solution for this problem. Than in future who work with TextSnapshot (with static texts) and Loaded swf can play smooth in Flex. Here's my attempt. private var mySnap:TextSnapshot; private var

RE: [flexcoders] Problem migrating from Flex 2 to Flex 3

2009-04-01 Thread Tracy Spratt
Maybe a name collision with the result event? Also, have you cleaned the Project? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of sruthi Sent: Wednesday, April 01, 2009 4:12 PM To:

[flexcoders] Re: Has anyone done a file upload and download, store data into database

2009-04-01 Thread timgerr
Sorry for not being clear. I want to transfer a file (image or document) to my back end PHP using flex. I then want PHP to convert the file to binary and store the data into a database. I think I know how to do that. I then want to be able to retrieve that data from a query to the back end

[flexcoders] Adding tabs dynamically

2009-04-01 Thread markgoldin_2000
I am having a problem adding tabs to tabnavigator. While I am going in one order tabs are generated in a different then mine. Here is some code although it's simplified: // Scan thru scanning each zone and add as many as needed zoneNumber = resultXML.children().length(); currentZone = 0;

Re: [flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Cole Joplin
More importantly, I have a concern. There is plenty of room in RIA and Microsoft-oriented forums and groups to make their case. I'm even fine with some open debate in Flexcoders. What I don't want to see is Microsoft's Rich Platforms Product Manager, let alone other Microsofties, spamming our Flex

[flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-04-01 Thread Tim Hoff
Hi Nate, Unfortunately I'm still having the problem as well. The difference is that mine shows up only when launching an Air app. I'm able to run the profiler just fine, but for some reason the profiler swf is trying to be loaded with a regular launch. I tried Alex's suggestion (mm.cfg) with

Re: [flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Sam Lai
2009/4/2 Cole Joplin cole_jop...@yahoo.com: Scott uses Microsoft's participation in standards bodies and knowledge of gui research that clearly expresses an authority posture to legitimize his point. The typical posts here are overtly subjective developer opinions taken with a grain of salt.

Re: [flexcoders] Adding tabs dynamically

2009-04-01 Thread Sam Lai
How are you adding the tabs to the tabnavigator? 2009/4/2 markgoldin_2000 markgoldin_2...@yahoo.com: I am having a problem adding tabs to tabnavigator. While I am going in one order tabs are generated in a different then mine. Here is some code although it's simplified: // Scan thru

RE: [flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-04-01 Thread Alex Harui
Is there a preloaderSWF in your mm.cfg or is one being written there as you launch the app? 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 Tim Hoff Sent:

Re: [flexcoders] Flash player fails to install on vista!

2009-04-01 Thread Sam Lai
This just sounds like the tech support calls I get from customers. Given you're a developer, I expected better - What was the error message, how is it not installing? 2009/4/2 Cato Paus ca...@brannsikring.no: Hi all, this is veard, I have a clean install(Windows Vista Ultimate) on my laptop

Re: [flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Maciek Sakrejda
Can we perhaps have a separate flexcoders-scott-barnes list to discuss whether or not Scott Barnes should be allowed to post to flexcoders and to what extent? Every post by Scott generates three to five posts discussing whether or not his commentary/evangelism is welcome here--this is unarguably

[flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Bjorn Schultheiss
Agreed.. Welcome flexcoders-scott-barnes http://groups.yahoo.com/group/flexcoders-scott-barnes I didn't really feel like it fit under the tech category so i placed it under online relationships. Enjoy We now have a place for all of our Scott Barnes loves Adobe conversations. --- In

[flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-04-01 Thread Tim Hoff
Actually, I couldn't find that specific file on my system (vista ultimate). The closest thing that I could find was C:/Windows/System32/Macromed/Flash/FlashAuthor.cfg. Any clue where that file might be located? It didn't come up in a search. When I launch an Air app, this is what shows in the

Re: [flexcoders] Why SharedObject.flush so slowly

2009-04-01 Thread iiley
Hi claudiu, thanks for the tip, that's a good idea, but well, if user all the time being active, then exit, the data may lose, but however, it's better than before now. 2009/3/31 claudiu ursica the_bran...@yahoo.com Runned into the same issue and we decided to write on the Flex Idle event

[flexcoders] Re: Adding tabs dynamically

2009-04-01 Thread markgoldin_2000
From the inside of a new Tab: TabNavigatorObj.addChildAt(this, TabNavigatorObj.getChildren().length - 1); --- In flexcoders@yahoogroups.com, Sam Lai samuel@... wrote: How are you adding the tabs to the tabnavigator? 2009/4/2 markgoldin_2000 markgoldin_2...@...: I am having a problem

[flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Tim Hoff
There's already two members on that list. I wonder if you can change the lauguage setting from English to MicroSpeak? :) -TH --- In flexcoders@yahoogroups.com, Bjorn Schultheiss bjorn.mailingli...@... wrote: Agreed.. Welcome flexcoders-scott-barnes

Re: [flexcoders] Re: Ribbon in FLEX

2009-04-01 Thread Guy Morton
There were two, but then I left. The only thing worse than being talked about is not being talked about. Guy On 02/04/2009, at 12:33 PM, Tim Hoff wrote: There's already two members on that list. I wonder if you can change the lauguage setting from English to MicroSpeak? :) -TH

[flexcoders] Search auto the other web

2009-04-01 Thread btc132
Can you help me! I have a program, now i want that when i blacken a word after to click right mouse to it and to select search function, it will auto link to a web that i defaulted after to fill the word in the web next auto click Search button. Thanks so much!

[flexcoders] Error on deserialization of Array Collection in Flex: RangeError: Error #2006

2009-04-01 Thread bphish313
I am getting this error during deserialization: RangeError: Error #2006: The supplied index is out of bounds. The error occurs in AbstractMessage.as when it attempts to read input of timestamp. After that my fault handler gets this error: faultCode:Server.Acknowledge.Failed faultString:'Didn't

RE: [flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-04-01 Thread Alex Harui
http://livedocs.adobe.com/flex/3/html/help.html?content=logging_04.html Looks like it will be in c:\users\username 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

[flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-04-01 Thread Tim Hoff
Nailed it! C:\Users\Tim\mm.cfg: TraceOutputFileName=C:\Users\Tim\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt ErrorReportingEnable=1 MaxWarnings=0 TraceOutputFileEnable=1 PreloadSwf=C:/dev/workspace/.metadata/.plugins/com.adobe.flash.profiler/\

Re: [flexcoders] AutoComplete with multiple items

2009-04-01 Thread Mark Carter
I too, would like this? Does anyone know of such a component? -- View this message in context: http://www.nabble.com/AutoComplete-with-multiple-items-tp16840144p22840425.html Sent from the FlexCoders mailing list archive at Nabble.com.

Re: [flexcoders] AutoComplete with multiple items

2009-04-01 Thread Guy Morton
Yahoo has a bundle of components you can drop into your projects. Google it (how ironic). On 02/04/2009, at 2:57 PM, Mark Carter wrote: I too, would like this? Does anyone know of such a component? -- View this message in context:

[flexcoders] Ellipsis in Advanced datagrid(in flex)

2009-04-01 Thread senthilkumarirtt
hi i want to implement the ellipsis concept in Advanced datagrid in flex to avoid truncation of lengthy name of data.

RE: [flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-04-01 Thread Alex Harui
Glad that worked. For the record if you kill a profiler session unexpectedly (which can happen when the profiler barfs or hangs on a large app) it won't clean up mm.cfg and you can run into this problem. And even if you don't get security errors in other configs, you'll find your debug

Re: [flexcoders] Re: Complex Charting in Flex

2009-04-01 Thread kotha poornima
Hi, Sorry this is not what iam asking. I need to create a column chart with one bar representing high value and one bar representing low value. Like this it has to continue for all the high and low values in the same key(in this case month). And repeat the same for all the keys.I hope you got

Re: [flexcoders] Re: Application.application.parameters.

2009-04-01 Thread Vikram Singh
Thanks dear friends.. I got solution by both 2 methods. (Application.application.parameters AND external class QueryString) Best Regards. From: valdhor valdhorli...@embarqmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, 1 April, 2009 7:20:09 PM