[flexcoders] DSErrorHint

2007-11-28 Thread Romeo Obane
Hi to All, We are currently developing an Image Gallery Application. We have a fluorine service as our gateway to .Net. The developed application is working for a few weeks now, until today we encountered an error regarding the DSErrorHint, I've got some ideas about it but still can't figure

[flexcoders] ItemEditors and ItemRenderers (was Re: Datagrid tab order?)

2007-11-28 Thread Stephen Roy J. Tang
Can you check my sample here: http://roytang.net/sandbox/DataGridSample.swf Source at http://roytang.net/sandbox/DataGridSample.mxml When I tab starting from the textinput and all the way to the last row of the datagrid (row 14), it's still ok. But after tabbing out from row 14 the tab order

[flexcoders] Re: getElement from scope

2007-11-28 Thread johantrax
Like if i create a mx:TextInput id=foo / to work with it on the actionscript just use foo.text = 'bla' for example. The reason you can access foo in your AS here is because when you define an mxml-tag, it basically becomes a public, bindable property of that class. So if you want the same in AS

Re: [flexcoders] Re: string to date, no support for european dates ?

2007-11-28 Thread Tom Chiverton
On Tuesday 27 Nov 2007, johantrax wrote: wrote: Why are you manipulating the String of a DateField, and not the Date ? This is because the call to super.doValidation(value) needs a string as parameter, using the date gives the following validationError: Please enter a year between 0 and

[flexcoders] HistoryManagement

2007-11-28 Thread eric . guesdon
Hi to all, Did you already meet this issue ? I made a simple application with tabnavigator. Within one of its container i put a link to an external html location. So, i expect to play with both Back and Forward navigator Button. Expected behavior is ok with Netscape 9 - FireFox 2 but with

[flexcoders] Bubble chart item

2007-11-28 Thread hworke
Hi, in a bubble chart the bubbles do not show up if the radius of every single bubble are equal. Is it a bug or this is the way it should be? Regards

[flexcoders] Re: string to date, no support for european dates ?

2007-11-28 Thread johantrax
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: DateField.*date* not DateField.*data* Tom, would be nice to use *date*, only.. this isn't a property of the DateField... There is however the property selectedDate, but as stated in the docs: Date as selected in the

Re: [flexcoders] Re: string to date, no support for european dates ?

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, johantrax wrote: Tom, would be nice to use *date*, only.. this isn't a property of the DateField... Sorry, it's selected date. So that doesn't apply for a manually entered date. *Ahh*. With you now :-) If you *must* allow users to type in the box, you want to parse

[flexcoders] Focus Question

2007-11-28 Thread Christopher Olsen
Hello, When I have something like a textInput and it's in focus it gets a blue highlighted border around it... Is there a way to disable that particular border? -Christopher

RE: [flexcoders] Re:Styles for the Title Bar of a TitleWindow or Panel

2007-11-28 Thread Charlie Skinner
Thanks that was very helpful. It turns out that there is a Magic Number, aka 10, that is used to position the Close Button and the Title Text text field. So I guess overriding the layoutChrome() method is my only option. From: flexcoders@yahoogroups.com

Re: [flexcoders] How to force swf reload?

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, v.cekvenich wrote: What (java)script do people us to deploy swf files? SwfObject. We are using adobes .js script, but this does not reload the new swf files when we release a new version. So our users see the old swf version of our app. Is your web server sending

Re: [flexcoders] Previewing Halo styles

2007-11-28 Thread Tom Chiverton
On Tuesday 27 Nov 2007, Amy wrote: from the regular style. I haven't been able to find a graphical representation of these styles. Any ideas? http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html ? -- Tom Chiverton Helping to preemptively disseminate 24/7

Re: [flexcoders] Spreadsheet application in Flex

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, andrii_olefirenko wrote: We started developing a spreadsheet application (not only a component) built in Flex. It's in deep Alpha stage but we are going to extend So, you're next on Adobe's hit list then, right :-) -- Tom Chiverton, waiting for Adobe Office

[flexcoders] Achieving weak-ref VALUE Dictionaries; Alternatives

2007-11-28 Thread Aldo Bucchi
Hi all, I have a situation where I need to pool a certain type of objects based on their value, so that for each for each person ID I have at most one PersonVO living at a certain moment This way I can always test equality as follows: personVO1 === personVO2 instead of a custom value based

RE: [flexcoders] Bubble chart item

2007-11-28 Thread Sunil Bannur
This was a bug, it has been fixed in Flex 3 beta 2. You can also override guardminmax function of numericaxis to adjust your min and max values of the axis. Thanks -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hworke

[flexcoders] Apollo installer

2007-11-28 Thread ecmntech
Hello guys. Just want to ask, if there's any site or anybody have a Apollo installer? Since AIR is for Flex 3. I'm using Flex Builder 2.0.1 TNX.

[flexcoders] VideoDisplay inconsistent behavior, it gets Stuck

2007-11-28 Thread Nadeem Manzoor
Hello Guys I am working on a Flex Media application. I am sending Flv path through Javascript. Everythings is working fine. But, suppose, if i send a fake flv url it throgh an Exception connectionerror and after then it gets stuck e.g. after connectionerror if i am trying to pass a proper flv

[flexcoders] Re: Spreadsheet application in Flex

2007-11-28 Thread andrii_olefirenko
Thanks for feedback 1. yes, the formula evaluator doesn't check for valid ranges yet, though in this case it could be like recursion calculations but it will end up with infinite recursion - which is not good :) 2. yes, it will be implemented cause i''m pretty tired of entering addresses by hand

[flexcoders] c99 its a virus, do not open that mail

2007-11-28 Thread Kun Janos
Sorry :( Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/

[flexcoders] Re: Help! Datagrid bug?

2007-11-28 Thread yossigordin
Hi, I know this problem, happened to me once. This is a known issue that won't be fixed by Adobe. It usually happens when you try to scroll - the data is presented in a wrong way. But it has a solution. Add an event listener for FlexEvent.DataChange in your itemRenderer. In the listener

RE: [flexcoders] Skinning a Panel in Flex

2007-11-28 Thread Clinton D. Judy
Flex 3 Beta 2... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Szeto Sent: Monday, November 26, 2007 7:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Skinning a Panel in Flex Clinton, Support for Scale9Grid in Panel was added in Flex 3.

[flexcoders] Re: Focus Question

2007-11-28 Thread m.ar80
Look into implementation of TextInput.focusInHandler() and override it to set focusManager.showFocusIndicator to false

[flexcoders] Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread ben.clinkinbeard
Sometimes it would be really nice be able to access a list of currently attached listeners by doing something like myButton.listeners. Having that return a collection of objects that expose the event type and handler method would be nice and it doesn't seem like it would be that hard to implement

Re: [flexcoders] Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread Doug McCune
I can see this functionality being useful for various reasons. Ben, are you thinking you want to track down any listeners that are left over that are preventing garbage collection? Doug On 11/28/07, ben.clinkinbeard [EMAIL PROTECTED] wrote: Sometimes it would be really nice be able to access

RE: [flexcoders] Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread Samuel R. Neff
.NET does this and it comes in handy (although usually in situations that would not apply in Flex, such as threading and switching contexts). I agree that if data is stored internally, it should be made available. Sam --- We're Hiring! Seeking a

Re: [flexcoders] Reference to the content area of a Panel component

2007-11-28 Thread Mark Lapasa
I got this thing to work perfectly under Flex 3 but in Flex 2 which I am targeting for, it breaks. In Flex 3, the panel's border metrics give me top:30, left:10, right:10, and bottom:10. I am able to get this from PanelSkin. In Flex 2, the panel's border metrics give me top:0, left:0,

[flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate

2007-11-28 Thread t0ml33
It's a web-services based search application. I'm basically lazy- loading search results into a collection in chunks of 20 or so. The chunks may be non-sequential, so I pad the ArrayCollection with empty items that are replaced as they become available. From what you're saying,

[flexcoders] Re: Cannot change button style

2007-11-28 Thread Amy
--- In flexcoders@yahoogroups.com, shaun [EMAIL PROTECTED] wrote: Amy wrote: A is the label, whereas a is the ID. The code hinting works, so I have no reason to suspect I've gotten that bit wrong. Ahh.. sorry my mistake. :) Well, from the original error message you provided it

[flexcoders] Re: Previewing Halo styles

2007-11-28 Thread Amy
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 27 Nov 2007, Amy wrote: from the regular style. I haven't been able to find a graphical representation of these styles. Any ideas?

[flexcoders] Re: Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread ben.clinkinbeard
That wasn't specifically my thinking but that seems like it would be a super useful benefit of having that info available. I honestly can't remember every situation that has made me want this functionality but the most recent time was when I was trying to determine if a certain function had been

RE: [flexcoders] Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread Jim Hayes
Ben may not have been, but I always have been thinking of this. It would be handy in debugging memory issues for one thing, and also a bit quicker (and surer, given the possibility of missing one?) to loop and clear all than specifically clearing several events on, say, a streamLoader or similar.

[flexcoders] Re: Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread ben.clinkinbeard
I suppose we could monkey-patch a listeners collection... dare me? :) Ugh, I guess we can't since the source isn't available.

[flexcoders] Re:HistoryManagement

2007-11-28 Thread Oruesagasti Aritz
From Adobe Flex 2: Training from the source: Due to security constraints, History Management does not work in Internet Explorer when previewing a local file, meaning that it does not work when previewing local files on your hard drive. However, it will work if the file is on a web server or

[flexcoders] VideoDisplay inconsistent behavior, it gets Stuck

2007-11-28 Thread Nadeem Manzoor
Hello Guys I am working on a Flex Media application. I am sending Flv path through Javascript. Everythings is working fine. But, suppose, if i send a fake flv url it throgh an Exception connectionerror and after then it gets stuck e.g. after connectionerror if i am trying to pass a proper flv

[flexcoders] How to remove the current sort on a Datagrid

2007-11-28 Thread ruidsoares
Hi, I have a Datagrid that the user is able to edit directly. He is also allowed to add a new item in the grid. This is done by using addItem on the ArrayCollection that serves as the data provider for the grid. After that I use the editedField method of the datagrid to give focus to the

Re: [flexcoders] Re: Focus Question

2007-11-28 Thread Christopher Olsen
Thank you for the help it worked great. Daniel Freiman wrote: or you could set the focusAlpha style equal to 0. - Dan Freiman On Nov 28, 2007 8:48 AM, m.ar80 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Look into implementation of TextInput.focusInHandler() and override it to

[flexcoders] Re: Events, itemRenderers, and the horizontalList control

2007-11-28 Thread burttram
Awesome, I'll check out your blog and look into that solution then. Thank you very much. -Brian

[flexcoders] Load HTML from URL into Flex Component

2007-11-28 Thread byte.sensei
I have a Flex 3 application that generates HTML, PDF, and Excel reports from SQL Server Reporting Services. In the case of HTML, I've been using navigateToURL() to load the result into the browser. This works fine, but I'd really like to embed the HTML into a Flex container and wrap the

[flexcoders] S-L-O-W progressBar ... zzz ...

2007-11-28 Thread candysmate
I use the code shown below to update a progressBar, while updating a MS SQL 2005 database from an arraytCollection. It works fine but it seems really slow. Is there a more efficient way to do this please? code (Flex 2.01): private var queryCounter:Number = 0; private function

Re: [flexcoders] Re: Focus Question

2007-11-28 Thread Daniel Freiman
or you could set the focusAlpha style equal to 0. - Dan Freiman On Nov 28, 2007 8:48 AM, m.ar80 [EMAIL PROTECTED] wrote: Look into implementation of TextInput.focusInHandler() and override it to set focusManager.showFocusIndicator to false

[flexcoders] a tree that keeps sorted

2007-11-28 Thread Pan Troglodytes
I'm trying to build a tree (Flex 2) that keeps its nodes sorted, even when you edit them. I keep running into problems, though. Here's the basic app, without the auto-sorting: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical

Re: [flexcoders] Load HTML from URL into Flex Component

2007-11-28 Thread Derrick Anderson
maybe this link can be of some help to you http://www.deitte.com/IFrameDemo3/IFrameDemo.html d. On Nov 28, 2007 10:48 AM, byte.sensei [EMAIL PROTECTED] wrote: I have a Flex 3 application that generates HTML, PDF, and Excel reports from SQL Server Reporting Services. In the case of HTML,

Re: [flexcoders] S-L-O-W progressBar ... zzz ...

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, candysmate wrote: seems really slow. Is there a more efficient way to do this please? How many things are there in activeProductsArray ? You could in crease your batch size (from 1) by using where code in (a,list,of,ids). -- Tom Chiverton Helping to enthusiastically

Re: [flexcoders] Re: string to date, no support for european dates ?

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, johantrax wrote: Thanks for the link, that one was exactly what I was looking for. Think this should be filed as a bug/feature request ? As soon as Flex 3 is open sourced, I'll be submitting the code for inclusion myself, as a replacement for the current Date.parse()

Re: [flexcoders] Re: Previewing Halo styles

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, Amy wrote: Would you mind sharing the steps you'd use to display the selected style in the style explorer? Under 'buttons', pick 'button'. Toggle Button Bar may give you more hints. -- Tom Chiverton Helping to widespreadedly seize leading-edge solutions on:

Re: [flexcoders] Re: Help! Datagrid bug?

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, yossigordin wrote: Add an event listener for FlexEvent.DataChange in your itemRenderer. In the listener function do your code again. It would be better practice to call your creationComplete handler again, rather than cutting and pasting the code into another method.

[flexcoders] Re: S-L-O-W progressBar ... zzz ...

2007-11-28 Thread candysmate
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 28 Nov 2007, candysmate wrote: seems really slow. Is there a more efficient way to do this please? How many things are there in activeProductsArray ? You could in crease your batch size (from 1) by using

Re: [flexcoders] Apollo installer

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, ecmntech wrote: Hello guys. Just want to ask, if there's any site or anybody have a Apollo installer? labs.adobe.com Since AIR is for Flex 3. Apollo was the code name for AIR. Same thing. I'm using Flex Builder 2.0.1 That's nice. -- Tom Chiverton Helping to

Re: [flexcoders] Crazy mx.charts.Legend Runtime Error

2007-11-28 Thread Tom Chiverton
On Tuesday 27 Nov 2007, brianwebb01 wrote: at _Charting_mx_managers_SystemManager/create() Maybe you need to wait until the chart is all setup first - try adding the legend from a button click, as a quick test. -- Tom Chiverton Helping to biannually syndicate dynamic eyeballs on:

[flexcoders] Module Loader

2007-11-28 Thread Gus
Hey all... is there a way to load a module not from an url but an object instance? I have a zip file with a module, I unzipped it with the nochump zip libraries and obtain the instance of the factory for the module ( or at least is what it seems )... but then I canĀ“t find a way to pass it to the

[flexcoders] Update properties from other objects/displaylist

2007-11-28 Thread Boris Horn
Hi flexer, i'm trying to update some properties from an object that is in the same package. When i trace e.g the alpha-value from the public variable (it's a Sprite) it gave me the right value. But when i said e.g something like that: md = new MarkenDisplay; trace(md.markenContainer.alpha)

[flexcoders] Using multipleSelect with a Datagrid

2007-11-28 Thread greenfishinwater
I have a datagrid with allowMultipleSelect=true. My question is how can I prevent a row from being selected depending on a value within that row. The user clicks a row, I want to look at my status value of that row and if a specific value then allow the select to continue. If it is not the

[flexcoders] Re: Previewing Halo styles

2007-11-28 Thread Amy
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 28 Nov 2007, Amy wrote: Would you mind sharing the steps you'd use to display the selected style in the style explorer? Under 'buttons', pick 'button'. Toggle Button Bar may give you more hints. Is

[flexcoders] Re: Cannot change button style

2007-11-28 Thread Amy
--- In flexcoders@yahoogroups.com, shaun [EMAIL PROTECTED] wrote: Amy wrote: A is the label, whereas a is the ID. The code hinting works, so I have no reason to suspect I've gotten that bit wrong. Ahh.. sorry my mistake. :) Well, from the original error message you provided it

RE: [flexcoders] Re: Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread Samuel R. Neff
you can create your own class like TransparentEventDispatcher which implements IEventDispatcher and internally contains an EventDispatcher object and maintains it's own list of listeners when they are added/removed. Feasible but shouldn't be necessary. Of course if you need to combine this

RE: [flexcoders] Using multipleSelect with a Datagrid

2007-11-28 Thread Alex Harui
http://blogs.adobe.com/aharui/2007/06/disabling_list_selection.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of greenfishinwater Sent: Wednesday, November 28, 2007 9:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using

RE: [flexcoders] Update properties from other objects/displaylist

2007-11-28 Thread Alex Harui
That should work. Are you sure you're looking at the right object? Your example doesnt add md to the displaylist (no addChild call) so maybe that's an issue. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Boris Horn Sent: Wednesday,

RE: [flexcoders] Module Loader

2007-11-28 Thread Alex Harui
can we see how you are getting the instance of the module factory? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gus Sent: Wednesday, November 28, 2007 8:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Module Loader Hey

Re: [flexcoders] Re: Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread Douglas Knudsen
you can maybe add a hook to dispatchEvent in UIComponent? http://www.darronschall.com/weblog/archives/000273.cfm DK On Nov 28, 2007 12:31 PM, Samuel R. Neff [EMAIL PROTECTED] wrote: you can create your own class like TransparentEventDispatcher which implements IEventDispatcher and

RE: [flexcoders] a tree that keeps sorted

2007-11-28 Thread Alex Harui
Tree doesn't really support sorting. We hope to provide an example in 3.0 of how to get Tree to handle sorting From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes Sent: Wednesday, November 28, 2007 8:27 AM To: flexcoders

RE: [flexcoders] How to remove the current sort on a Datagrid

2007-11-28 Thread Alex Harui
If you set the sort with only one sortField, the DG should reflect that. Maybe you can post a test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ruidsoares Sent: Wednesday, November 28, 2007 7:59 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread Alex Harui
You would monkey-patch UIComponent adding overrides of addEventListener and keeping a collection there. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Wednesday, November 28, 2007 9:38 AM To:

RE: [flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate

2007-11-28 Thread Alex Harui
bindings fire at init, then sometimes at component creation time, then again when changed. Folks often see three or more. Paging schemes typically replace entire items so you get one REPLACE event per item. From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] VideoDisplay inconsistent behavior, it gets Stuck

2007-11-28 Thread Michael Wills
First I was going to say you have to put that in a try..catch block, except accessing an invalid URL won't throw the exception in a way the try..catch can work with. Can you add an event listener to your FLV loader similar to this post?

RE: [flexcoders] Reference to the content area of a Panel component

2007-11-28 Thread Alex Harui
some aspects of how Panel gets its borders changed in 3.0. The algorithm will have to be different, but still should be doable. There might be a timing issue as to when you ask. I don't remember the details right now. From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Help! Datagrid bug?

2007-11-28 Thread Alex Harui
Has Adobe refused to fix it? Can you point me to the bug? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yossigordin Sent: Wednesday, November 28, 2007 12:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help! Datagrid bug?

[flexcoders] How to do Dynamic DataGrid and Column Labels

2007-11-28 Thread vkc_nair
Hi All, I have a database table A defined as ID Number Type Char(10) Attribute1 Char(20). . Attribute100 Char(20) to store the data. Another table B to store the labels of Attibute1 to Attribute100 depends on the Value of Type in table A.

[flexcoders] Re: Dynamically Setting width of a TextInput control

2007-11-28 Thread simonjpalmer
I think I have been speaking forked tongue a little. It is an itemRenderer but not for a DataGrid, it's for the springgraph. I was tracing through that code and it appears to create its item renderers as free standing controls on a canvas, hence my remark. In my case I want the nodes in the

[flexcoders] Re: Can't debug FB 3 pieces

2007-11-28 Thread Mike Morearty
You can find the installer for the debug player in the Player subdirectory under the Flex Builder installation. You can also find the current officially-released one here: http://www.adobe.com/support/flashplayer/downloads.html -- however, since you are using the beta, you should use the player

Re: [flexcoders] VideoDisplay inconsistent behavior, it gets Stuck

2007-11-28 Thread Nadeem Manzoor
Thanks for reply. It is really useful to use try catch but in my case it doesn't work, so here is my question Is it possible to check a URL is valid before even loading the file? for example i get an flv path from Web service, before setting this path as a source of Video Display component, i

Re: [flexcoders] Reference to the content area of a Panel component

2007-11-28 Thread Mark Lapasa
I managed to do what I want in Flex 2 by hardcoding the values that I know in Flex 3. I am doing this in a panel's updateDisplayList() override. Gets me by for now. Thx again, Alex. Alex Harui wrote: some aspects of how Panel gets its borders changed in 3.0. The algorithm will have to be

[flexcoders] Events and Non-Display Objects

2007-11-28 Thread bithroop
General question here... I understand Event flow with objects in the display list. They flow either up (bubbling) or down (capture) between parent and child. Maybe an oversimplification but my question really is about how to handle events with objects that are not in the display list. How do you

[flexcoders] Re: Can't debug FB 3 pieces

2007-11-28 Thread Amy
--- In flexcoders@yahoogroups.com, Mike Morearty [EMAIL PROTECTED] wrote: You can find the installer for the debug player in the Player subdirectory under the Flex Builder installation. You can also find the current officially-released one here:

RE: [flexcoders] Re: HttpService not called the first time

2007-11-28 Thread Tracy Spratt
Hee is some sample code that demonstates one way to use AsyncToken. Tracy Sample code using HTTPService, e4x, handler function to populate a list item. Also shows usage of AsyncToken. The DataGrid tag: mx:DataGrid id=dg dataProvider={_xlcMyListData} .../ The HTTPService tag: mx:HTTPService

RE: [flexcoders] Re: HttpService not called the first time

2007-11-28 Thread Tracy Spratt
Data retrieval is very fast. The speed difference should be negligible. Regarding performance, focus on optimizing the rendering, which is the bottleneck. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gers32 Sent:

[flexcoders] Tracing HTTPService Data?

2007-11-28 Thread flexnubslice
Hi there, Thanks in advance for your help. I'm a newcomer to Flex, but am definitely not new to Eclipse being a Java programmer by trade. I've set up a basic HTTPService as introductory project, and quickly found that I can add breakpoints into fault and result events. What I cannot find

[flexcoders] Re: Updating Properties of a Component's Root State

2007-11-28 Thread jandersen1978
Thanks for the idea! I'll test this myself but seems like this is a solution for modifying an explicitly defined state property rather than the default state... I've also been experimenting with manually setting some properties of the move transition that is responsible for sending the

RE: [flexcoders] How to do Dynamic DataGrid and Column Labels

2007-11-28 Thread Tracy Spratt
I have a simple example that builds dynamic columns. It uses the structure of the dataprovider, but should be easily modifiable to use metadata from anywhere. Go to www.cflex.net http://www.cflex.net/ and search on dynamic column. Tracy From:

[flexcoders] accessing nested objects... what am I missing?!?!

2007-11-28 Thread ryanharlin
I have a simple enough question, I think. But I've been struggling with it for two days. I have an mxml application which has a viewstack in it. The children in the viewstack are fr: tags for other mxml files It looks like this: mx:ViewStack id=mainScreens fr:interfacePanel

[flexcoders] Re: Can't debug FB 3 pieces

2007-11-28 Thread Mike Morearty
Hmm. What's the error message? --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Mike Morearty mike.morearty@ wrote: You can find the installer for the debug player in the Player subdirectory under the Flex Builder installation.

[flexcoders] DataGrid Column Width is not The Content WIdth. How do you make it the same?

2007-11-28 Thread wwwpl
DataGrid column widths are set to a default of 100. That means it won't size to it's children. It is very annoying. Does anyone have a work around?

RE: [flexcoders] Tracing HTTPService Data?

2007-11-28 Thread Samuel R. Neff
We use Charles and it's wonderful, especially when working with AMF data. http://www.xk72.com/charles/ HTH, Sam --- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C. metro

[flexcoders] 2 flash/flex objects on one page and flash.ExternalInterface

2007-11-28 Thread Alina Kholcheva
Hi Do you know that there was Flash Player 8 bug when two flash objects could not talk to JavaScript separately and one should get all the calls and then dispatch them to another one? May be you know was it fixed in Player 9? I had player8 and 2 flash object and I used this workaround. For

RE: [flexcoders] Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread Gordon Smith
Does anyone from Adobe have info on why its not and/or if it might be someday? The Player's EventDispatcher class doesn't provide this capability, probably because it isn't part of the Document Object Model Level 3 Events Specification. (The Player obviously keeps a list of listeners, but this

[flexcoders] Embedded asset management strategy

2007-11-28 Thread dave_defusion
In my current project I'm going to be use a handful of icons in quite a few different classes. I was planning on embedding each of these into the application and was thinking that a single class with static properties would be the best way to go. For example if I had a IconAssetManager class which

Re: [flexcoders] a tree that keeps sorted

2007-11-28 Thread Pan Troglodytes
Well, that's really unfortunate, as I'm trying to deliver an application based on Flex 2 that has this behavior. I'm going to try hacking something together to save/restore the tree layout after resetting the dataprovider. If anyone else has any suggestions, I'd really appreciate them. On Nov

[flexcoders] Re: Using multipleSelect with a Datagrid

2007-11-28 Thread greenfishinwater
Thanks for the Link Alex, I'm afraid my use case is rather more complicated than I explained. It is possible to select one of my rows regardless of my status, it is only when multiple rows are being selected that I want to exclude certain rows. In effect a single selection shows a canvas with a

Re: [flexcoders] Tracing HTTPService Data?

2007-11-28 Thread Lex
Thanks for the response. So there's no built-in debugging service available? Seems odd that we have no means to capture HTTP request responses inside of Flex.

[flexcoders] Re: Tracing HTTPService Data?

2007-11-28 Thread simonjpalmer
You can get at the contents of the messages using mx:TraceTarget on the client, which will spit a whole load of stuff to your console in debug mode. I don't use an http service, but I know that on the server you can alter the level of logging by adjusting the contents of the logging tag in

[flexcoders] How use hasOwnProperty() in combination with namespace

2007-11-28 Thread hannes.stockner
Hello This is my xml: foo xmlns=http://www.test.com/; atest/a c btest2/b /c /foo I created a namespace object: var ns : Namespace = xml.namespace(); To trace out the content from a I used for example: trace(xml.ns::a); This works fine. But now I want check with the hasOwnProperty() method

RE: [flexcoders] Tracing HTTPService Data?

2007-11-28 Thread Peter Farland
Please log an enhancement request for tooling to do this inside of Flex Builder. http://bugs.adobe.com/flex/ For now, I'd suggest using an HTTP sniffer. I've found Paros Proxy to work well as a client side proxy, making it possible to debug HTTPS requets too. Pete

[flexcoders] Differences between itemUpdated and setItemAt for ArrayCollections

2007-11-28 Thread j_lentzz
Hi, I have a general question about when to use the two methods itemUpdated and setItemAt on ArrayCollections. if you use obj = getItemAt(someIndex) and then change some properties in the obj, what difference is there between using setItemAt(obj,someIndex) or using itemUpdated(obj)? Is there a

[flexcoders] itemEditEnd preventDefault

2007-11-28 Thread Richard Rodseth
I have an item renderer/editor that does as-you-type validation using standard Flex validators, and updates a valid property in the data. I wish to prevent the edit from ending if the data is valid. When tabbing, the following works in column one, but not in column two (the last editable column):

[flexcoders] Re: Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread ben.clinkinbeard
Why in subclasses and not EventDispatcher itself? Ben --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Does anyone from Adobe have info on why its not and/or if it might be someday? The Player's EventDispatcher class doesn't provide this capability, probably

[flexcoders] Re: Differences between itemUpdated and setItemAt for ArrayCollections

2007-11-28 Thread syndicate_ai
--- In flexcoders@yahoogroups.com, j_lentzz [EMAIL PROTECTED] wrote: Hi, I have a general question about when to use the two methods itemUpdated and setItemAt on ArrayCollections. if you use obj = getItemAt(someIndex) and then change some properties in the obj, what difference is there

[flexcoders] Re: Shouldn't we use Flex to built website

2007-11-28 Thread bouiaw
Hi, I have read all this very interesting, but old post, about Flex templating. I currently work on Igenko, a Java/Flex CMS/ecommerce software based on PureMVC/GraniteDS/JBPM/Jackrabbits technos. The Backoffice will be in Flex, no problem for that. But I really don't know how to generate

RE: [flexcoders] Automation and LCDS

2007-11-28 Thread Matt Chotin
Automation will be included in Flex Builder 3 Professional, you can access it in the current beta. It was a part of LCDS in the Flex 2 timeframe though. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nhflexer Sent: Wednesday, November 28, 2007 12:47 PM To:

[flexcoders] Using Tweener for effect (such as showEffect)

2007-11-28 Thread dave_defusion
I would like to use the Tweener class for my showEffect hideEffect, however with Tweener whenever you add a tween it kicks off straight away. I tried doing my tween inside a method and using that as the effect e.g.: this.setStyle( 'showEffect', this.testShowEffect ); private function

[flexcoders] Automation and LCDS

2007-11-28 Thread nhflexer
I have been told by a potential partner that the automation framework requires LCDS. Is that true? There is nothing in the documentation to indicate that is the case but the partner said they couldn't get it to work without LCDS. We are not using LCDS but would like to use the automation framework

[flexcoders] Re: Am I the only one who wishes EventDispatcher exposed its listeners?

2007-11-28 Thread ben.clinkinbeard
If you want this functionality vote for it here: https://bugs.adobe.com/jira/browse/SDK-13763 --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Does anyone from Adobe have info on why its not and/or if it might be someday? The Player's EventDispatcher class

  1   2   >