Re: [flexcoders] RichTextEditor modifications

2006-10-31 Thread Carlos Rovira
The best option will be to have a decoupled RTE that allow binding to other controls (other textareas, or even if possible to Text controls). The RTE should be maintained for backward compatibility but will be constructed with a composite (the new one and a TextArea control). What do you think

[flexcoders] Re: auto-scroll datagrid

2006-10-31 Thread Tim Hoff
Hi Paul, You might be spiking because you're trying to set a verticalScrollPosition that is past the end of the dataProvider. Maybe try some thing like this: updateComplete="resultsPlaceHolder.scrollToIndex(resultsPlaceHolder.dataProvider.length);" I didn't test this, but it should work.

RE: [flexcoders] Amazon S3 and http SOAP faults / REST problems.

2006-10-31 Thread Dirk Eismann
IMHO, this is an issue with how the hosting browser passes the HTTP header payload to the Flash Player - you'll either need a proxy or some other server side stuff (a servlet or ISAPI filter would also work I think) Dirk. -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flash Player 9 Beta Available

2006-10-31 Thread Federico Ferri
Wonderful thanks a lot, Tom i'will try as soon as possible, but i'm sure i'm sure i FINALLY (and for ever ) can come back to linux Bye, Federico Tom Chiverton ha scritto: On Friday 27 October 2006 14:43, hank williams wrote: I dont believe there is any way currently other than FB to

[flexcoders] Re: auto-scroll datagrid

2006-10-31 Thread coldfusionpaul
try some thing like this: updateComplete=resultsPlaceHolder.scrollToIndex(resultsPlaceHolder.data\ Provider.length); bingo. thanks, that did the trick. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] how to explode a wedge on mouse over?

2006-10-31 Thread shemeshkale
hello, i have a pieChart. how do i make a specific wedge explode on mouse over on it? mouse out will revert the explosion. plus: how do i alert the wedge under the mouse? got this : mouseOver=Alert.show('over: '+event.hitData.index) but it is error, what is right? -- Flexcoders Mailing List

[flexcoders] Select and copy in DataGrid cells

2006-10-31 Thread Benno Kittelmann
Hello list, How can I enable the user to select and copy text from DataGrid cells where the editable property has been set to false? I know that you can set the property selectable in Label and Text controls, but I'm not able to find something comparable for a DataGrid. What am I missing? I

[flexcoders] Re: Use a Popup as itemEditor in Datagrids

2006-10-31 Thread fritzdimmel
Hi! I was thinking similar to you, but I didn't get it out, how to implement this. How can I react on the itemEditBeginning event within the component. E.g. I've a Canvas as itemEditor. I could open the window on initialize. But: how can I then put some values to the popup? Within the canvas I

RE: [flexcoders] Accordion initialization problem

2006-10-31 Thread Dirk Eismann
You probably need to look at creationPolicy specifically all. oh oh... infinite loop :) Dirk. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To

RE: [flexcoders] MAX examples

2006-10-31 Thread João Fernandes
If you attended max you already have that information, if you didnt, I dont think that youre supposed to get that content. If Adobe wanted to freely distribute it, they would put it on the devnet. Joo Fernandes From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Custom datagridcolumns

2006-10-31 Thread Rick Root
ping... Rick Root wrote: I'm working on a datagrid that has various formatted items in it.. several currency columns, a data column, etc. Using a label function for each seems somewhat overkill. Ie... mx:DataGridColumn width=80 headerText=Legal Credit

Re: [flexcoders] MAX examples

2006-10-31 Thread Tom Chiverton
On Tuesday 31 October 2006 06:15, Matt Chotin wrote: Gotta work through some hurdles to make it happen but it is the team's goal. That's great ! Much more engaging to your legions of developers :-) -- Tom Chiverton Helping to authoritatively aggregate proactive models

Re: [flexcoders] Re: creating charts with AS

2006-10-31 Thread Tom Chiverton
On Monday 30 October 2006 18:08, arnold_charming wrote: var this[test + i]= new LineSeries(); You haven't declared 'this' (as an array ?) anywhere I can see. -- Tom Chiverton Helping to apprehensively accelerate leading-edge action-items

Re: [flexcoders] Cairngorm 2.1 with support for remoteCredentials

2006-10-31 Thread Tom Chiverton
On Monday 30 October 2006 17:07, João Fernandes wrote: At MAX I asked if there would be support for setRemoteCredentials for FDS Remoting destinations when working with ColdFusion as back-end and the answer was no. Are you planning to add this feature? Did I imagine reading that in the 2.1

Re: [Junk E-Mail - MED] Re: [flexcoders] Re: A DataGrid with selectable *cells*

2006-10-31 Thread Tom Chiverton
On Monday 30 October 2006 12:30, Dirk Eismann wrote: interface you can get the columnIndex and rowIndex from the listData property. If an item renderer lives inside a DataGrid, listData is of Yeah, but then you need to unselect the previous one (argh !). I have a nearly final version I'll post

Re: [flexcoders] Minimum size of a Flex 2.0 application

2006-10-31 Thread Tom Chiverton
On Tuesday 31 October 2006 00:06, Flex Learner wrote: compiler options we can use to minimize this further. I'm using Flex as a --optimize=true ? -- Tom Chiverton Helping to competently foster eigth-generation content This email is sent

RE: [flexcoders] Re: A web survey based on Flex

2006-10-31 Thread Rick Englert
At its most basic, think of a Local Shared Object as a high-capacity cookie. You're right that it's basically a bunch of name/value pairs, but the "value" can be just about any object type you'd use. I know even less about your setup, but since you're talking about getting the information

[flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread arianrechia
Hi people, I´m very exciting about Adobe Apollo, and I´ve been looking for some download to try the Apollo SDK, but with no success =( anyone already have a apollo alpha realease?? thanxs -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Internationalisation Accordion

2006-10-31 Thread nikko_leborgne
Hello ! In my application, I have an accordion where I hide/show canvas by clicking on diferents items in my interface. Moreover, in my application, I can change the language by clicking on the corresponding flag. And so, that si my problem : When I want to hide a canvas of my accordion, I use

[flexcoders] Code Coverage Testing Tool For Flex...

2006-10-31 Thread kristoffersingleton
So, long ago, I heard a rumor that there was an internal Code Coverage tool for Flex 1.5 that never got ported to 2.0 Is that still the case or is there something out there that can do Code Coverage Testing? ( Matt C? anyone? )Is anyone using a tool that they can point me at for Flex 2.0 /

[flexcoders] problem with refreshing datagrid under IE6 or Firefox

2006-10-31 Thread jbbec_fr
Hi all, I made an UI with flex that take data from a database using HTTPService, and when i modify a row using a form and valid it, the datagrid doesn't refresh when i call the HTTPService That works fine under IE7 but all the others browsers don't work. Have you any idea ? Thy very

Re: [flexcoders] Accordion initialization problem

2006-10-31 Thread Rick Root
Dirk Eismann wrote: You probably need to look at creationPolicy specifically all. oh oh... infinite loop :) Yahoo's greylisting on groups is kind of annoying. Sometimes people respond right away but their emails don't show up for an hour if they haven't posted in a while! Rick --

Re: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread Andrew D. Goodfellow
Yep, I know how you feel. The suspense is brutal. I could have already built and sold like 8 products built on it.There are probably too many holes in it still, or at least that's what I keep telling myself. :o) -AndyOn 10/31/06, arianrechia [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: export to excel

2006-10-31 Thread Anatole Tartakovsky
Ziyad, There is a chapter in the Flex 2.0 book on external communications -three of the examples show different ways to export datagrid to excel Two client - centric approaches are : 1. To use office web component - do Externalinterface to IE browser, and _javascript_to OfficeWeb component

Re: [flexcoders] Isnt there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread Muzak
Apollo FAQ: http://labs.adobe.com/wiki/index.php/Apollo:developerfaq - Original Message - From: arianrechia [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 31, 2006 1:11 PM Subject: [flexcoders] Isnt there any release of Adobe Apollo yet? Alpha maybe Hi

[flexcoders] Datagrid selectedItem on updateChange from Rails dataprovider

2006-10-31 Thread greg.carbon8
I have a datagrid that I'm using as a navigation list and a panel that shows the data for the selectedItem. The panel also has a update form to update the record. When I update a record I need it to select the updated record in the datagrid. In addition, I have a create record form that

[flexcoders] Filtering a Datagrid

2006-10-31 Thread Rick Root
Let's say I've got a datagrid containing a persons gifts to the University. Each item has a gift id, pledge id, legal and soft credit amounts, a fund code to which the gift is being credited, etc. By default, the grid loads all of a persons gifts. I'd like to be able to filter the data by

RE: [flexcoders] Re: gant chart

2006-10-31 Thread Andrew Trice
Glad you like the example. I agree that this is not the best solution, but it is a very reasonable solution for 2 reasons: 1) Its quick and easy and will get the job done for a large number of scenarios. 2) Not all clients want/need the full dependencies. Karls solution is

[flexcoders] Re: filterFunction between ViewStack MXML components

2006-10-31 Thread pioplacz
Yes, i want to put my filter function in the main mxml file where all my HTTPServices are locates. I have already apply my filterfunction in the result handler in the HTTPService the problem is that i cannot get it to connect with the textinput located in a MXML ViewStack component. I pass

Re: [flexcoders] Custom datagridcolumns

2006-10-31 Thread Anatole Tartakovsky
Yes, there is - but explanation is a bit long. Please pick up October and November copies of colfusion magazine - there is3-partchapter on advanced datagrid from our book. If unavailable, the code for the articles/chapter is here : http://samples.faratasystems.com/AdvancedDataGrid/index.html

RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-10-31 Thread Shannon Hicks
Some people do have a private beta release, as we got to see some apps at MAX. Word has it the public beta on Labs is going to happen late this year or early next year. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arianrechiaSent: Tuesday, October 31,

[flexcoders] Training from the Source - Can't find my error

2006-10-31 Thread Todd Breiholz
I am working through the Adobe Flex 2 - Training from the Source book. (Excellent book, BTW). I am in chapter 11 on the section Create an inline MXML Item Renderer for Displaying the Remove Button. I can't get beyond this section, because my code won't compile with the following error: 1120:

Re: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Adam Dorritie
On 10/30/06, Gordon Smith [EMAIL PROTECTED] wrote: rant I've never seen a case where it is necessary to push data into the controls before they exist. If you must put the data somewhere in the meantime, store it in data vars, which have none of the startup cost of a visual component, and

RE: [flexcoders] Binding on properties with Class type

2006-10-31 Thread Mozilla By
It seems like binding doesn't work with STATIC variables of type Class. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov Sent: 31 ??? 2006 ?. 17:16 To: flexcoders@yahoogroups.com Subject: [flexcoders] Binding on properties with

[flexcoders] Text editor

2006-10-31 Thread Branko
I'm working on Text editor project in flex and I have got one very strange idea, and I'm not sure if it possible to do it. My idea is making pages in editor similar to pages organization in Microsoft Word.So when You reach the end of the page it will move to next page or when You delete content

[flexcoders] Re: Filtering a Datagrid

2006-10-31 Thread Michael Labriola
Rick, Check out the filter capabilities of the list collections. Basically, the dataProvider of the datagrid can be filtered as you requested. --Mike --- In flexcoders@yahoogroups.com, Rick Root [EMAIL PROTECTED] wrote: Let's say I've got a datagrid containing a persons gifts to the

[flexcoders] Re: popup (with a zoom effect) button label issue

2006-10-31 Thread bhaq1972
if anyones interested. i solved this one. basically, my extended button's label was showing the elipsis ... because the zoom effect was affecting what it thought was the actual width (i think). anyway, all i did was reset the textField.text in updateDisplayList() eg myButton.mxml override

Re: [flexcoders] Re: export to excel

2006-10-31 Thread Jonas Windey
Title: Re: [flexcoders] Re: export to excel What book is that exact? Thanks On 10/31/06 3:46 PM, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Ziyad, There is a chapter in the Flex 2.0 book on external communications - three of the examples show different ways to export datagrid to

[flexcoders] Re: filterFunction between ViewStack MXML components

2006-10-31 Thread Michael Labriola
In your result handler, call the refresh method after you set the filterFunction. --Mike --- In flexcoders@yahoogroups.com, pioplacz [EMAIL PROTECTED] wrote: Yes, i want to put my filter function in the main mxml file where all my HTTPServices are locates. I have already apply my

RE: [flexcoders] Re: DataGrid not displaying nested data

2006-10-31 Thread Joan Lafferty
Try setting the resultFormat to xml or e4x in your HTTPService tag. The default value for the resultFormat property is object which takes the returned XML and parses it into an Actionscript object. Joan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] Re: Tree drag drop: how to get node where item is dropped

2006-10-31 Thread Jim Laing
I just encountered this problem in our app this morning, and I thought my solution might be helpful for someone out there. Building on Peter's example (1), I also needed to allow a user to drag a new root node onto the tree. That is, if they drag onto an existing node, add it as a child.

RE: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Benoit Hediard
In most cases and in a perfect world, it can be avoided. But in some specific cases, it is very useful, especially to workaround some binding bugs... In our app (a pretty complex one), we use as much as possible the Cairngorm ModelLocator and bindings. But we have some views that could not be

RE: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Benoit Hediard
In that case, we even don't need view helpers, we could set the model directly in our commands. Sometimes, on complex app, bindings don't work as expected, so you have to find workarounds. But don't get me wrong, in 99% of the cases, bindings are the way to go. Benoit Hediard #affinitiz.com

[flexcoders] Re: Custom datagridcolumns

2006-10-31 Thread Michael Labriola
Rick, Just one more comment on your labelFunction versus subclass of DataGridColumn. There are times to subclass, but, what you are doing here really seems like a good argument for a labelFunction. You don't have to build a function for every column, so, if you rewrote your labelFunction like

[flexcoders] Re: Internationalisation Accordion

2006-10-31 Thread camlinaeizerous
My first actual flex app beyond simple sand boxing was multi language and i ran into a similar problem. Long story short I made the accordian only change the items on the active panel by determining which internal canvas it was showing. And would change the other text on the other canvases on

[flexcoders] custom Message Service adapter

2006-10-31 Thread ryanlevere
I'm trying to create a custom message service adapter for my Flex application and I'd like to be able to filter out certain clients from within the 'invoke' method. Does anyone know how to do this? The MessageService method 'pushMessageToClients' can accept a set of subscriber identifiers but

[flexcoders] test eom

2006-10-31 Thread xoconnick
sorry! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * Your

[flexcoders] Convert time string to minutes

2006-10-31 Thread Wally Randall
Does anyone have some AS3 code to convert a time string to minutes: '01:30' = 90 minutes into the day. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups

Re: [flexcoders] Re: export to excel

2006-10-31 Thread Tom Chiverton
On Tuesday 31 October 2006 14:46, Anatole Tartakovsky wrote: 1. To use office web component - do Externalinterface to IE browser, and JavaScript to OfficeWeb component embedded in HTML 2. download Excel file with embedded flash player and use LocalConnection for 2-way communications Eww. We

[flexcoders] Re: negatively scale canvas

2006-10-31 Thread Doug Lowder
Negatively scale as in show at a smaller-than-normal size? mx:Canvas scaleX=0.5 scaleY=0.5 ... / --- In flexcoders@yahoogroups.com, jeff noyes [EMAIL PROTECTED] wrote: anyone know how I would negatively scale a canvas's width? -- Flexcoders Mailing List FAQ:

RE: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Alex Uhlmann
Hi Benoit, can you tell us more wherebindings didn't work for you? Best, Alex Alex Uhlmann Consultant (Rich Internet Applications)Adobe ConsultingWestpoint, 4 Redheughs Rigg, South Gyle,

Re: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Tom Chiverton
On Tuesday 31 October 2006 15:40, Benoit Hediard wrote: But we have some views that could not be configured by bindings or at initialization, so we are using cairngorm ViewHelpers to do that. In order to use viewHelpers, you have to be sure that the view has been instantiated. Why don't your

[flexcoders] Re: DataGrid not displaying nested data

2006-10-31 Thread greenfishinwater
No I did not find any solution. I am getting my data via rails, and I added logic to the rails controller to create extra fields all at the same level, so I don't have to get a nested value. Its a pain in the neck. But I have to try and resolve this in a better way soon. Andrew --

RE: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Tracy Spratt
Well, all Flex developers use containers very early in their work, and referencing / setting properties on hidden components is a basic task common to most all environments. However, manual control of instantiation, and even binding, in order to optimize the performance of an

RE: [flexcoders] Re: export to excel

2006-10-31 Thread Tracy Spratt
A very simple, though primitive solution is to build an html table, put it on the clipboard, and paste it into excel. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Tuesday, October 31, 2006 11:22 AM To:

[flexcoders] Re: ContextMenuEvent on BarSeries - how can I access the item that was clicked o

2006-10-31 Thread cdhbookingedge
Brian did this work for you? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Re: Training from the Source - Can't find my error

2006-10-31 Thread Michael Labriola
Glad you are enjoying it. We have occasionally seen the same thing. The flex compiler seems to get confused with the inline renderer and the valueObject. This line is the cause: outerDocument.removeItem(valueObjects.ShoppingCartItem(data)); You can literally go an modify this line by adding a

RE: [flexcoders] Re: DataGrid not displaying nested data

2006-10-31 Thread Tracy Spratt
I dont see where you mentioned or anyone suggested a labelFunction(). Will that not work for you? If your dataProvider item is an e4x xml node, then it is easy to use the selection expressions to get data from any nested level you want. Tracy From:

RE: [flexcoders] how to explode a wedge on mouse over?

2006-10-31 Thread Ely Greenfield
What error are you getting? PieSeries has a property called called perWedgeExplodeRadius. This is an array of values from 0 to 1. The Nth value in this array corresponds to how far the nth value in the dataProvider should be exploded. 0 is no explode, 1 is fully exploded (which means

[flexcoders] Re: Convert time string to minutes

2006-10-31 Thread e_baggg
It shouldn't be too difficlut to write this code yourself. I haven't tested this but 'hours' is 0 based so that's why I added 1. var date : Date = new Date(); var totalMinutes : Number = (date.hours+1) * 60; totalMinutes += date.minutes; --- In flexcoders@yahoogroups.com, Wally Randall [EMAIL

[flexcoders] Loop with call to Flex Data Services

2006-10-31 Thread jonathan_merey
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * Your

[flexcoders] Why shadowDirection does not support flexible angles?

2006-10-31 Thread Sergey Kovalyov
Hi All! I have found that it's impossible to assign shadow direction angle for containers. Why so? I found in HaloBorder that it's possible, but due to a lot of private fields and other tricks, it's impossible to hack it. :( Sergey. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread greg h
Regarding Gordons having to repeatedly post on the perils of creationPolicy=All let's all please save the following link and post it on creationPolicy questions (so that Gordon can get back to creating more amazing Flex functionality :-):

[flexcoders] Re: Filtering a Datagrid

2006-10-31 Thread Tim Hoff
Hi Rick, Here is a basic example that you might findhelpful: View Sample -TH__ Tim HoffCynergy Systems, Inc.http://www.cynergysystems.comOffice: 866-CYNERGY --- In flexcoders@yahoogroups.com, "Michael Labriola" [EMAIL PROTECTED] wrote: Rick, Check out the filter

[flexcoders] negatively scale canvas

2006-10-31 Thread jeff noyes
anyone know how I would negatively scale a canvas's width? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web,

[flexcoders] Binding on properties with Class type

2006-10-31 Thread Sergey Kovalyov
Hi All! It seems that binding on properties with Class type does not work. Is it correct? Sergey. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links *

[flexcoders] Cairngorm 2 with Data Management

2006-10-31 Thread laidezmon
Are there any examples out there on using Cairngorm and cairngorm events with the MVC and such, and using Data Manager. I heard at max, that using Cairngorm with DMS is possible, but there dont seem to be any examples of its use out there. The reason I ask is because I understand with pointing

[flexcoders] Using As with a string Class type

2006-10-31 Thread Mark Doberenz
I'm trying to work on a serializer for objects coming from a Web Service call.I've got a clean way of doing it for basic classes, but when the class has another custom class in it, I'm failing to figure it out. Any help would be greatly appreciated. The highlighted code is what I'm having

[flexcoders] Re: How does Digital Editions do read/write across the net without a trust file?

2006-10-31 Thread jeremyrichman
Many thanks for the replies. They also read/write my local files without a trust file -- makes sense that they aren't using just Player. (My problem is that I have intended customers who I need to upload their files without them having to know about trust files or modify their system32 file.

[flexcoders] Re: Horizontal Scroll in Tree ?

2006-10-31 Thread thunderstumpgesatwork
Bump... maybe people missed it last night. This seems like such an obvious problem that it seems like I'm missing something! Also, I can force the scrollbars by setting maxHorizontalScrollPosition, but even then, when you scroll the window, none of the labels redraw! So you don't end up seeing

Re: [flexcoders] Why shouldnt you use a specific event type for a command.execute in cairngorm?

2006-10-31 Thread Rick Schmitty
Thanks for the replies, appreciate it. Could you give a for example of a command that would handle different types of events? I'm thinking of a command as a specific task (which in my world..so far.. has been a specific event) I think I have some tunnel vision here... On 10/30/06, Douglas

Re: [flexcoders] Re: Filtering a Datagrid

2006-10-31 Thread Rick Root
Excellent, thanks all.. those suggestions worked great. The cflex example was very nice. Rick -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To

Re: [flexcoders] Re: DataGrid not displaying nested data

2006-10-31 Thread Luis Eduardo
Tracy, after some search and tests i found: - labelFunction indeed works. But it is a implicit workaround for one limitation of the actionscript 3 and not the Datagrid itself. (there is one line of code inside the datagrid class that take the data using: data = data[dataField] and if

Re: [flexcoders] Re: Custom datagridcolumns

2006-10-31 Thread Rick Root
Thanks Michael... the key part was that I didn't understand the purpose of passing in the datagridcolumn object itself so I wasn't thinking dynamically return currency.format(data[ column.dataField ]); works great, so now I have a single currencyFormat label function... (and another for

[flexcoders] Smugmug?

2006-10-31 Thread Shannon Hicks
Anyone working on tying flex the smugmug API? I'm thinking of starting a side project, but I want to make sure I'm not duplicating efforts. Shan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Why shadowDirection does not support flexible angles?

2006-10-31 Thread Michael Schmalle
Hi,In my opinion...The hack is clear, copy and paste into your own skin class, change the checks to straight angle input and problem solved.The plus side is, using the new borderSkin class style in your components, if you want to add anything in the futrue, it's easy. Peace, MikeOn 10/31/06,

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread Gordon Smith
Just wondering, since I'm working on it... what features of Apollo are people most excited about? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew D. Goodfellow Sent: Tuesday, October 31, 2006 6:15 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Why shouldnt you use a specific event type for a command.execute in cairngor

2006-10-31 Thread Jamie O
If you have one 'Search' event being broadcast from a view that can search in multiple ways depending on user interaction, perhaps it's searching different resources depending on a radio button perhaps? Then you could use the same broadcast event and evaluate the event data to call different

RE: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Gordon Smith
I allowed creationPolicy=all because I thought it should be the developer's decision whether the user experiences a single long wait at startup rather than a bunch of short waits as s/he navigates through an application. (All the waits were more noticeable in Flex 1 and 1.5 before the

Re: [flexcoders] Re: e4x expression passed as string

2006-10-31 Thread Diego Guebel
Hi Mike, Many thanks, that was exactly what I was looking for. I didnt have the chance to see the code but I did some test and it seems to be working fine. At least it returns what it is expected. I have in mind to build some user interface to evaluate e4x expression, I'll back to the list as

RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-10-31 Thread Shannon Hicks
1. Offline support 2. Filesystem access 3. Cross-platform *true* applications, no web browser needed (read: more screen real-estate available!!!) 4. HTML _javascript_ support, as *true* UIContainer objects. You should have seen the demo at MAX where they took the Adobe website, rotated

RE: [flexcoders] Re: Get BitmapData from symbol in SWF file?

2006-10-31 Thread Roger Gonzalez
That looks ok to me at first glance. What error do you get in this case? Are you sure that bgImage is a bitmap? (If you're using Scale-9, it will be a SpriteAsset, for example.) -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joshuajnobleSent:

RE: [flexcoders] Installing FDS As Win2003 WebService

2006-10-31 Thread Shannon Hicks
I wasn't able to get jrunsvc to work with what came with FDS 2 Express, so I ended up installing Tomcat instead. It took awhile to figure out, having never used Tomcat before, but I pieced together the install process form a few different resources, and put it in one handy step-by-step

[flexcoders] Datagrid selected index

2006-10-31 Thread camlinaeizerous
There is probably a really simple solution to the problem i'm having with a datagrid. I have a data grid with several rows in it. Say you select the item at index 5(item 'f') and sort one of the columns. The item 'f' that was at index 5 moves to index 10 and remains selected yet the data grid

[flexcoders] Can't download from adobe flex 2 site in Firefox 2.0

2006-10-31 Thread dirtmediaworld
None of the download links seem to work in Firefox 2.0. at Adobe'sFlex download page. They work fine in IE 6.0 though. I sent a"feedback" message on adobe's site, but thought I'd put something herein case someone on the adobe flex team wanted to know. I didn't havetime to check other versions

[flexcoders] Dynamic View Rendering

2006-10-31 Thread Brian Holmes
I have a directory of about 15 custom viewcomponents (all panels)and I would like to display 3 or 4 of them at a time, How can I dynamically render only the 3 or 4 that I would like to display? Thanks, Brian *** The information in this e-mail is confidential and intended solely for

Re: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread greg h
Code Reuse. User finds my web based application ... Uses it in a browser ... Likes it ... Nice to have the option for them to just download and store a version on their desktop. (One step up from getting bookmarked ;-) Client Side Storage. I am curious to see what type of client side storage

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread Dustin Mercer
Everything!  But mainly 1. Freedom from the browser restrictions, mainly file IO capabilities.  Its going to be awesome to handle files natively. 2. Finally getting out of the browser chrome!  Much more control over look and feel. 3. Integration with devices connected directly to

[flexcoders] Linechart with dynamic series?

2006-10-31 Thread Bill Brown
I was wondering if it is possible to dynamically add LineSeries to a LineChart component at run-time?I'd like to create something like a stock chart where the user can select multiple stocks to display on the stock chart. How would I format the arrayCollection being used as a dataProvider for

[flexcoders] flex2 bugtracking

2006-10-31 Thread Robert W
J'm looking in google for flex bug list but not found any. Is any official or not bug list for flex2? I found some issues and i am in the balance: bugs or my incomplete knowledge. -- Robert Was -- Flexcoders Mailing List FAQ:

RE: [flexcoders] custom Message Service adapter

2006-10-31 Thread Seth Hodgson
Hi Ryan, Are message headers and Consumer selectors, or subtopics (http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=8f1eb6ea) insufficient to manage message routing for your use case? You should be able to use either of these approaches to 'filter out' certain subscribed clients from

Re: [flexcoders] Isn´t there any release of Ado be Apollo yet? Alpha maybe....

2006-10-31 Thread Mike Chambers
Hehe. Gordon is the one building the Flex HTML control for Apollo. mike chambers [EMAIL PROTECTED] On Oct 31, 2006, at 1:25 PM, Shannon Hicks wrote: 4. HTML Javascript support, as *true* UIContainer objects. You should have seen the demo at MAX where they took the Adobe website,

Re: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread John Kirby
Title: quote Greg - I was thinking more "in depth" discussion along this like there is in the Java community. But I know Flex is young... I'd just like to see more detail on the hows and whys? Also it would be nice if the ActionScript profiler

RE: [flexcoders] flex2 bugtracking

2006-10-31 Thread Joan Lafferty
There is a list of bugs in the Flex 2 release notes. This isnt a list of every bug that we have logged internally, but, just a list of bugs that we felt needed to be documented because people may run into them: Flex SDK :

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread Gordon Smith
Gordon, did you attend MAX? No, but maybe next year. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of greg h Sent: Tuesday, October 31, 2006 1:46 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Isn´t there any release of

[flexcoders] Re: filterFunction between ViewStack MXML components

2006-10-31 Thread pioplacz
Still not working it says it cannot connect to the filterInput and genresInput and those two are located in MovieView.mxml --- In flexcoders@yahoogroups.com, Michael Labriola [EMAIL PROTECTED] wrote: In your result handler, call the refresh method after you set the filterFunction.

Re: [flexcoders] flex2 bugtracking

2006-10-31 Thread Robert W
Thanks, i read them, but... I'm searching for something similar to http://bugs.sun.com/bugdatabase/index.jsp or https://bugs.eclipse.org/bugs/ with searching, commenting etc.. Most of posts on this list (and my dilemmas) is about not working intuitively things. But searching mail archive is

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread Gordon Smith
Integration with devices connected directly to the client machine What kind of devices do you have in mind? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dustin Mercer Sent: Tuesday, October 31, 2006 1:55 PM To:

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-10-31 Thread Gordon Smith
is there an Apollo wish list being maintained elsewhere that we can view and post to also? You can send email to [EMAIL PROTECTED] - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of greg h Sent: Tuesday, October 31, 2006 1:46 PM To:

[flexcoders] DataGrid shows empty rows?

2006-10-31 Thread mschumacher74
Hi, I have a data grid that is tied to a dataProvider array that has only one row. However, my dataGrid always draws 7-8 rows showing the items in one and leaving the rest empty. What is the best way to compact the grid so that it does not show any empty rows? I tried calling setRowCount

  1   2   >