Re: [flexcoders] deep linking and seo

2007-02-20 Thread Brendan Meutzner
Matt, Just a quick reply here... from my standpoint SEO is extremely important. Flex has so many positive selling points for outward facing applications, but clients will often get hung up on SEO as a deal-breaker for transitioning existing applications to Flex... I don't really see deep linking

RE: [flexcoders] Bubbling Events???

2007-02-20 Thread Alex
Try using public instead of private for your function. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Tuesday, February 20, 2007 10:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Bubbling Events??? Hello everyone

[flexcoders] deep linking and seo

2007-02-20 Thread Matt Chotin
Quick little poll for you guys (written late at night, not validated by my bosses, please be gentle...). There has been plenty of discussion on this list and elsewhere about deep linking and SEO for Flex apps. Various solutions are available currently for deep linking like URLKit or SWFAddress. H

[flexcoders] Re: Flex Help Needed (for pay) - Quick and Easy!

2007-02-20 Thread michael_ramirez44
5 - 10 hours @ $65.00/hr. Could you elaborate on "List View" vs "Detail View". Michael Ramirez --- In flexcoders@yahoogroups.com, "relevelopment" <[EMAIL PROTECTED]> wrote: > > I posted on flexjobs group, but am posting here also for posterity. > Hope that's okay. :-) > -- > > I am a web develop

Re: [flexcoders] Gordon Smith - Some Answers about the Datagrid

2007-02-20 Thread Douglas Knudsen
I'm with Bjorn on this and will add...hey its version 2.0! I'm sure we will see tons of stuff around by version 3 and 4, just hard for us noobs currently, eh? Some more articles and documentation for us non Flash folks on creating custom components might be of benefit. I find this difficult to

[flexcoders] Flex Help Needed (for pay) - Quick and Easy!

2007-02-20 Thread relevelopment
I posted on flexjobs group, but am posting here also for posterity. Hope that's okay. :-) -- I am a web developer that is new to Flex, and ActionScript for that matter, and have a project that I am developing a specific Flex application for. Quite simply, it is a member browser for a non-profit cl

Re: [flexcoders] Gordon Smith - Some Answers about the Datagrid

2007-02-20 Thread Jason King
I'm not all that up on designing components but assuming its like the javabeans for guis many years ago, assuming your new component can have some kind of a properties palette where the application developer can set new attributes then I'd definitely say make them more extensible and the RAD w

[flexcoders] Re: help creating XML object with variable data

2007-02-20 Thread scott_flex
Thanks! That did it... makes sense why it did what it did when i had quotes... just in case i really did want that as a literal. I'm a newbie at flex... if only i could get my company to use it more for our web apps unfortunately we have MS Gold certified blinders on sometimes. Go Flex!!

[flexcoders] Binding to a dataprovider in ActionScript

2007-02-20 Thread hartws1
I'm aware that the syntax in mxml is: dataprovider = "{ myArray }" What is (or is there) an equivalent way to perform the same function in actionscript? Thanks in advance for any insight.

RE: [flexcoders] Video is playing "double"

2007-02-20 Thread Karl Johnson
Do you have videoDisplay.autoPlay set to false? By default it is set to true so there is no need to call play after setting the source because it will auto play after having its source set. Karl Cynergy From: flexcoders@yahoogroups.com on behalf of jack_freu

[flexcoders] Re: Webservices request serialization issues.

2007-02-20 Thread ajitparthan
Any updates on this? I am having a similar problem. The webservice defines a generic "filter" object for a get request. Specific filters are extensions or derived elements in the xsd. Using Java Axis, this is as simple as instantiating a the derived filter and passing it in the get request. The XM

[flexcoders] Re: Replace an on screen component.

2007-02-20 Thread VERBAL
thanks Karl, exactly what i was looking for. cheers, Grant --- In flexcoders@yahoogroups.com, "Karl Johnson" <[EMAIL PROTECTED]> wrote: > > In your method that handles the adding and removing of the charts, instead of changing the state or changing the visibility of the chart, you can completely

Re: [flexcoders] Gordon Smith - Some Answers about the Datagrid

2007-02-20 Thread Bjorn Schultheiss
IMHO, extensibility. RAD doesn't not pay off when extensibility is limited. Extensibility must be a key consideration in any UI control framework. Unless there is overriding reason for limiting extensibility, that is. regards, Bjorn On 21/02/2007, at 10:17 AM, Matt Chotin wrote: Actually

RE: [flexcoders] Some Components I would like to see

2007-02-20 Thread Shannon Hicks
Message Box: Alert already does this Button with embedded image: Button already has this ability, either with an icon, or by re-skinning the button, depending on exactly what you want Status Bar: ApplicationControlBar does this when in a Panel The rest are great suggestions though. I'd love t

Re: [flexcoders] Some Components I would like to see

2007-02-20 Thread Bjorn Schultheiss
I think i've seen all them already.. cant be bothered gethering links though. Most of them are very achievable using whats already supplied in the framework. regards, Bjorn On 21/02/2007, at 12:58 PM, boy_trike wrote: This list is not in any particular order, just thinking out loud (a

[flexcoders] Some Components I would like to see

2007-02-20 Thread boy_trike
This list is not in any particular order, just thinking out loud (and trying to type as fast as I ramble. Not an easy task!). Most of these are standard "windows" type controls that users are FAMILIAR with! • Message Box (an Alert box with an Image (Red X, Question Mark, etc.) •

RE: [flexcoders] Anyone know when flex 3 is scheduled to come out?

2007-02-20 Thread Shannon Hicks
They're thinking about releasing a *beta* of Flex 3 this year, but nothing is planned. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Tuesday, February 20, 2007 5:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Anyone know when fle

RE: [flexcoders] Anyone know when flex 3 is scheduled to come out?

2007-02-20 Thread Matt Chotin
We haven't announced any timing, but late this year sounds about right. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Tuesday, February 20, 2007 3:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] A

Re: [flexcoders] How to save an ArrayCollection to php via HTTPService

2007-02-20 Thread Muzak
Have a look at JSON: http://www.json.org/ regards, Muzak - Original Message - From: "rkrater" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 20, 2007 5:24 PM Subject: [flexcoders] How to save an ArrayCollection to php via HTTPService Can someone give me an example of how to save an A

[flexcoders] width=100% as maximum, not minimum?

2007-02-20 Thread Reid Priedhorsky
Hi folks, I have the following MXML snippet:

[flexcoders] Anyone know when flex 3 is scheduled to come out?

2007-02-20 Thread Nate Pearson
I think i read late this year, is that true?

[flexcoders] Count of items in a list

2007-02-20 Thread jmfillman
I'm having difficulty in determining if a list has any items already in the list. For example, if a list already has 1 item, I want to set it's dropEnabled property to false, either when the item is added to the list or when the user attempts to drop a 2nd item. Also, if that item is removed fr

RE: [flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

2007-02-20 Thread Gordon Smith
Sometime before March 16th. : ) We're getting close, but I'm not sure that we've announced a date yet. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hilary Bridel Sent: Tuesday, February 20, 2007 3:23 PM To: flexcoders@yaho

RE: [flexcoders] DataGrid Editing issue

2007-02-20 Thread Tracy Spratt
Don't bind to the dataProvider. Instead, onResult, put the data in an instance variable. Then check the status of the dataGrid to determine if it is being edited. I'm not sure of the best way to do this. Setting an instance variable flag when edit starts would be easiest. If it is being edited,

[flexcoders] Re: inserting row into datagrid from popup??

2007-02-20 Thread mthielman11
we are not using E4X. Regular XML. We are able to edit existing records in the popup and have the data show up correctly in the grid. But with adding its REALLY weird. the scroll bar in the grid stops working, no other popups on the screen will work and when you exit the record it actuall

RE: [flexcoders] inserting row into datagrid from popup??

2007-02-20 Thread Tracy Spratt
How are you adding the new item? If you are using e4x methods to add a node to the dataProvider, this should work. What is not working correctly? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mthielman11 Sent: Tuesday, Februar

Re: [flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

2007-02-20 Thread Hilary Bridel
So Apollo Beta is being released when? ;-) Hilary www.bridel.org On 2/21/07, Shannon Hicks <[EMAIL PROTECTED]> wrote: Any plans for other Apollo Camp cities in the future? Shan *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mike Chambers *Sent:* Tuesday,

RE: [flexcoders] Gordon Smith - Some Answers about the Datagrid

2007-02-20 Thread Matt Chotin
Actually when we posted our component plans (http://weblogs.macromedia.com/flexteam/archives/2007/02/the_flex_teams. cfm) we made clear we definitely want the community to participate in building these things too. Bruce, it sounds like you have a set of components in mind and I know that there are

RE: [flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

2007-02-20 Thread Shannon Hicks
Any plans for other Apollo Camp cities in the future? Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Chambers Sent: Tuesday, February 20, 2007 3:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

RE: [flexcoders] Gordon Smith - Some Answers about the Datagrid

2007-02-20 Thread Gordon Smith
> please create more components and charge extra for them. I could give you a list of about 20 that would have a value to most business developers. I'm sure the frameworks team would be interested in seeing your list. Please post it on flexcoders or send it to our product manager Matt Chotin at

[flexcoders] DataGrid Editing issue

2007-02-20 Thread richmcgillicuddy
I have an ArrayCollection that is a data provider to a grid. This collection is updating a few rows every few seconds from a background polling process. There are 2-4 fields that are editable by the user in the data grid. Everytime an update comes through while the user is editing the dataset, the

Re: [flexcoders] Gordon Smith - Some Answers about the Datagrid

2007-02-20 Thread Doug McCune
I did a similar thing with a DataGrid for a quiz statistics reporting tool. Basically we have a few columns with quiz scores: average score, minimum score, etc. The cells are formatted depending on the score, so low scores show up in red bolded text, while high scores show up in green unbold. T

[flexcoders] Gordon Smith - Some Answers about the Datagrid

2007-02-20 Thread boy_trike
--- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > After all, we > can't provide every feature that developers need without bloating our > components, and we've assumed that subclassing will be a commonly used > technique. Gordon: Instead of making components FATTER, c

[flexcoders] Video is playing "double"

2007-02-20 Thread jack_freud
I'm stuck on a weird problem: I've created a component that contains a VideoDisplay. When I set the source and call play(), about 1/2 the time, it seems to be playing a 2nd copy of the video in the background; at least the audio is doubled, causing an echo effect with a variable amount of delay bet

Re: [flexcoders] help creating XML object with variable data

2007-02-20 Thread David Chang
Hi, You don't need the quotes when assigning it to an attribute, myXml:XML = should do the trick. scott_flex wrote: > > how come the following does not work > > var myString:String = "Test data"; > var myXml:XML = > //not string substituion occurs, "{myString}" is just inserted as a > litera

Re: [flexcoders] inserting row into datagrid from popup??

2007-02-20 Thread Yiðit Boyar
you better make the dataProvider a bindable array collection. when adding a new row(=item); just add it to the dataProvider (and do server requests if needed) in the time you add the item to the arrayCollection; the data grid will automatically refresh... - Original Message From: mthiel

[flexcoders] itemrenderer in

2007-02-20 Thread wifi19
hie i'd like to build a itemrenderer in mx list i have code in main with a script to insert line in list myList.dataProvider.addItem({label:grid.selectedItem.titre}); my itemrenderer component http://www.adobe.com/2006/mxml

[flexcoders] inserting row into datagrid from popup??

2007-02-20 Thread mthielman11
We are having some trouble with a datagrid. We have a grid with 2 columns. One is string and one is an item renderer of an image. To add a new record (that needs to display in grid) we open a popup window. We then want that new row to appear in the grid. We arte using XML as the data provider

[flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

2007-02-20 Thread Mike Chambers
fyi We just announced Apollo Camp in San Francisco for March 16th, 2007. ApolloCamp is a one night, single track conference hosted by Adobe covering everything you need to know about getting started with building Apollo applications using Flex. http://apollocamp.eventbrite.com/ I also blogged

RE: [flexcoders] Replace an on screen component.

2007-02-20 Thread Karl Johnson
In your method that handles the adding and removing of the charts, instead of changing the state or changing the visibility of the chart, you can completely remove it using chartParent.removeChild(chartInstance); Then you can add your new one using chartParent.addChild(newChartInstance). chartPa

RE: [flexcoders] Replace an on screen component.

2007-02-20 Thread Ely Greenfield
Hi Grant. The answer is yes, and yes. Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 12:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Replace an on screen component. Hi g

Re: [flexcoders] This would make me very happy, a datagrid on STERIODS!

2007-02-20 Thread Anatole Tartakovsky
Dave, Original question was for computed styles/props on the cell level - task common for BUSINESS data. Example is for overloading row background method - more of standard WEB selector. While similar approach is doable ( replacing DataGrid itemRenderer property) it is neither robust no integr

[flexcoders] Replace an on screen component.

2007-02-20 Thread [EMAIL PROTECTED]
Hi guys, We have a chart displayed on a dashboard amongst other components, when a user selects a different chart we need to remove the chart and display a different one, I was going to use view states but we have lots of different charts and it "seems" that the charts not in the current view a

[flexcoders] Re: Weird WS Error

2007-02-20 Thread ashifsayani
After some digging I found this blog posting, http://merhl.com/?p=3 This should solve your problem. --- In flexcoders@yahoogroups.com, "John Wilker" <[EMAIL PROTECTED]> wrote: > > I've got an app using Web Services. I make the WS call once and it's just > fine, I make the same call again (any cal

RE: [flexcoders] Pausing a for loop

2007-02-20 Thread Tracy Spratt
Not directly. You will to structure the logic with an external counter keeps track of your position, so that you can run the logic of a single iteration to completion, then call the next iteration using callLater, to let the UI catch up. Tracy From: flexco

[flexcoders] Re: How can google index a Flex / SWF site ?

2007-02-20 Thread Derrick Grigg
Not sure how your app is structured but Flex FXT might be a solution http://www.onflex.org/FXT/ Derrick - Derrick Grigg [EMAIL PROTECTED]

[flexcoders] help with httpservice result as dataprovider for datagrid

2007-02-20 Thread Cashorali, Tanya M.
I have a datagrid whose dataprovider is this: I want to be able to double click on a row in the dg, which opens a pop-up window where I can edit information and then update it. The problem is, when I use change or collectionChange, I can't even click on a row because it refreshes as soon as

[flexcoders] Re: This would make me very happy, a datagrid on STERIODS!

2007-02-20 Thread boy_trike
--- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > Bruce, is the problem that you haven't been able to figure out how to do > this, that you don't think you should have to figure it out, that you're > not clear on how to subclass, or something else? Gordon, let me an

[flexcoders] Re: From the Beginning - Workspace projects not compiling

2007-02-20 Thread app.developer
I'll watch the .metadata folder next time this happens. The reason I say next time is this was the 7th time in 8 months this has happened (sad when you keep a log of such things). Precia --- In flexcoders@yahoogroups.com, "kewball51" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogro

[flexcoders] Pausing a for loop

2007-02-20 Thread Brian Holmes
Is there any way to pause a for loop? ( or for each loop) I'm looping over an array of UIComponents and would like to apply an effect to each, pause for about 2 seconds and then continue. thanks, b. *** The information in this e-mail is confidential and intended solely for the individual

[flexcoders] Cnadlestick chart

2007-02-20 Thread Mark
Is there a way to get the candlestick chart to display horizontally? I haven't been able to find a way to do it if there is a way. Thanks

[flexcoders] Re: How do you document your Flex code?

2007-02-20 Thread app.developer
Muzak, Thank you for the reference. Precia --- In flexcoders@yahoogroups.com, "Muzak" <[EMAIL PROTECTED]> wrote: > > Flex 2.01 comes with ASDoc > > http://livedocs.adobe.com/flex/201/html/asdoc_127_1.html > http://labs.adobe.com/wiki/index.php/ASDoc:Using_ASDoc > > regards, > Muzak > > --

[flexcoders] Re: From the Beginning - Workspace projects not compiling

2007-02-20 Thread app.developer
First place I looked was the problem tabno errors. Precia --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 05 Feb 2007, app.developer wrote: > > This is by far not a solution but a work around. I have my old > > install of eclipse & co. to review the

[flexcoders] Bubbling Events???

2007-02-20 Thread Nate Pearson
Hello everyone, I'm trying to get an event in a component to register in my main application. The info gets passed correctly to the application page, but it says that it can't find the "Variable" that I specified (even though it's an event). The btnHover is the event that successfully passes a T

[flexcoders] Re: AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-20 Thread michael_ramirez44
Is this the way you have the mapping setup? Actionscript Classes //Location of PHP classes [RemoteClass(alias="com.virtualro.vo.LoginVO")] [RemoteClass(alias="com.virtualro.vo.TaxVO")] PHP Classes //Location of AS classes $_explicitType = "com.virtualro.shell.vo.LoginVO"; $_explicitType = "com.vi

[flexcoders] Re: This would make me very happy, a datagrid on STERIODS!

2007-02-20 Thread Nate Pearson
Gordon, I'm not sure how to subclass and I don't know how to find out. I have the Flex 2 training from the source book and it doesn't mention subclasses. As a newbie to flex/as3 I find that flex is easy to use if I can see an example or it's standard functionality. What's hard to do is the cust

[flexcoders] bug with showDataEffect and stacked columns

2007-02-20 Thread jer_ela
There appears to be a bug with using a showDataEffect with a stacked column chart. I have a column chart with a showDataEffect set to SeriesInterpolate. It works fine with a single data series or if clustered, but if I changed the type to stacked or 100%, it fails while rendering the effect.

[flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-20 Thread Yiðit Boyar
hi all; i'll buld an application in which the same data (or sth related) is shown in many views; so i will user cairngorm. (php&mysql&amfphp) but the problem is that other clients may change the data(base) so my model values must be updated in these cases. this seems to be a common problem with M

Re: [flexcoders] This would make me very happy, a datagrid on STERIODS!

2007-02-20 Thread Dave Carabetta
This component might help get you down the path to the solution you want. It does row highlighting, and I'm sure you could easily add in styling if you want to. http://flexed.wordpress.com/2006/12/26/customgrid-v10-or-searchgrid-v20/ Regards, Dave. Cynergy Systems, Inc. On 2/19/07, boy_trike <[

Re: [flexcoders] Adobe site

2007-02-20 Thread Brendan Meutzner
I was having issues with the exchange this morning... CF scripts were timing out when I was updating components as well as personal info... Brendan On 2/20/07, Matt Chotin <[EMAIL PROTECTED]> wrote: Which pages were you guys trying to hit. One of our apps apparently hiccupped this morning,

RE: [flexcoders] Adobe site

2007-02-20 Thread Matt Chotin
Which pages were you guys trying to hit. One of our apps apparently hiccupped this morning, though the main website we thought was OK. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul J DeCoursey Sent: Tuesday, February 20,

Re: [flexcoders] Re: Firefox no longer does multiselect in dataGrid

2007-02-20 Thread Paul J DeCoursey
I verified that the MouseEvent is not recognizing the modifier keys being depressed. I submitted a bug to adobe. I was able to verify it on a number of machines here.

RE: [flexcoders] Re: Adding annotationElements programatically

2007-02-20 Thread Ely Greenfield
Rule of thumb in actionscript...there's no way to detect a change in an array. So if you're calling 'push' on an array and expecting some other component to notice, you're going to be unhappy. You need to explicitly inform other components that the array has changed, usually by just passing it

[flexcoders] FlexApps Component 0.9

2007-02-20 Thread Ted Patrick
Today marks the first public release of the FlexApps Component 0.9 that takes pictures of your Flex application at runtime for FlexApps on Flickr. It is like adding a camera into your Flex app for uploading images to FlexApps. Simply add the component into your app and run it. To take a picture, yo

[flexcoders] Re: Weird WS Error

2007-02-20 Thread ashifsayani
I've got the same problem. I don't get the error though when I bypass Cairngorm and just call the WS directly. Did you get this resolved? thanks, Ashif --- In flexcoders@yahoogroups.com, "John Wilker" <[EMAIL PROTECTED]> wrote: > > I've got an app using Web Services. I make the WS call once a

[flexcoders] Re: Automated Email Reports with Flex

2007-02-20 Thread tyriker
Thanks again everyone (and no offence taken Stella). Our big push is to take an existing reporting system and utilize Flex for the "bling" factor it can easily provide. So we're trying to match requirements and expectations of the previous system, without losing any features. Sounds like we're go

[flexcoders] Re: AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-20 Thread Kun Janos
Thanks you Michael, but this is not the answer to I was expecting. Maybe I didn't express myself well enough. I know that I can set the VO directory in the globals.php. But setting that won't map my VO -s. In my application I have com.virtualro.shell.vo.LoginVO or com.virtualro.taxes.vo.TaxVO on F

RE: [flexcoders] How to save an ArrayCollection to php via HTTPService

2007-02-20 Thread Karl Johnson
To send an ArrayCollection over the wire via an HTTPService, you will have to convert the array to some readable format for your php service. Usually this would be xml. So you would need to convert your ArrayCollection to an XML string (could do a foreach on the AC and add a child node to the xm

[flexcoders] FDS survey is not from us

2007-02-20 Thread Matt Chotin
Hi All, If you get a survey about FDS sent to you it is spam and not from us. I didn't view too much source to see if the survey is evil, but it is not sanctioned. All emails from Adobe will use the adobe.com domain, and hopefully you'll even recognize the sender :-) Matt

Re: [flexcoders] Re: Firefox no longer does multiselect in dataGrid

2007-02-20 Thread Paul J DeCoursey
Alright, I've removed and reinstalled the plugin a few times now. It doesn't work can anyone confirm this? I'm on Windows XP SP2, using Firefox and Opera with Flash Player 9,0,28,0 > >

[flexcoders] Re: How to save an ArrayCollection to php via HTTPService

2007-02-20 Thread michael_ramirez44
If you are going to pass complex object back to your php code you should probably be using Amfphp 1.9. Otherwise you have to pass back XML data instead. Michael --- In flexcoders@yahoogroups.com, "rkrater" <[EMAIL PROTECTED]> wrote: > > Can someone give me an example of how to save an ArrayColl

[flexcoders] Re: Firefox no longer does multiselect in dataGrid

2007-02-20 Thread Paul DeCoursey
It actually doesn't work in Opera either, only in MSIE. Must be a corrupted Plugin.

[flexcoders] Re: Adding annotationElements programatically

2007-02-20 Thread durnelln
It seems my brain was the problem - my syntax for adding the annotationElement to the chart was ever so slightly different to the example below (i.e. wrong). It now works (my code, that is - not my brain. Unfortunately...) Nick. --- In flexcoders@yahoogroups.com, "durnelln" <[EMAIL PROTECTED]

[flexcoders] Firefox no longer does multiselect in dataGrid

2007-02-20 Thread Paul DeCoursey
Has anyone experienced this? I just noticed that my Firefox is not allowing me to select multiple rows in a dataGrid. It still works in other browsers on the same machine. I'm not sure if it's related but Firefox did just update itself a few days ago. It's kind of annoying.

Re: [flexcoders] Adobe site

2007-02-20 Thread Paul J DeCoursey
I think there is something else going on. I'm also experiencing issues accessing the site. Clint Modien wrote: > > Hi... it's probably just a bad route... > > Try running a tracert. It'll show you the bad node between you and adobe. > > http://en.wikipedia.org/wiki/Tracert >

[flexcoders] Re: Adding annotationElements programatically

2007-02-20 Thread g_odds
I believe you programmatically add to and remove from annotationElements in a similar fashion to how it is done for series, i.e. var temp:Array = annotationElements; temp.push(myNewAnnotationElement); annotationElements = temp; Try that and see if it solves the problem. Cheers, Graham --- In

Re: [flexcoders] Adobe site

2007-02-20 Thread Clint Modien
Hi... it's probably just a bad route... Try running a tracert. It'll show you the bad node between you and adobe. http://en.wikipedia.org/wiki/Tracert On 2/20/07, Oleg Filipchuk <[EMAIL PROTECTED]> wrote: Hi, do you know what is going on with Adobe site, it's so slow and a lot of site's

[flexcoders] Re: Cannot access a property or method of a null object reference

2007-02-20 Thread Nate Pearson
Thank you Steve! --- In flexcoders@yahoogroups.com, "Steve Cox" <[EMAIL PROTECTED]> wrote: > > If (dataProvider[i].hasOwnProperty("someValue") && > dataProvider[i].someValue != null) > { > > } > > HTH > Steve > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PR

Re: [flexcoders] How can google index a Flex / SWF site ?

2007-02-20 Thread Greg Fuller
How about swfaddress? Is anyone successively using it with flex for SEO? http://www.asual.com/swfaddress/ On 2/19/07, Jonathan Deven (JD) Alexander <[EMAIL PROTECTED]> wrote: Received. Shall review and reply tonight. Jon *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *O

[flexcoders] Re: Adobe site

2007-02-20 Thread Oleg Filipchuk
and the error I've got trying to download product: JRun Servlet Error500 The ClientScope service is not available. coldfusion.server.ServiceFactory$ServiceNotAvailableException: The ClientScope service is not available. at coldfusion.server.ServiceFactory.getClientScopeService(ServiceFa

[flexcoders] Re: Adobe site

2007-02-20 Thread michael_ramirez44
I'm experiencing the same thing and I'm in the United States --- In flexcoders@yahoogroups.com, "Oleg Filipchuk" <[EMAIL PROTECTED]> wrote: > > Hi, do you know what is going on with Adobe site, > it's so slow and a lot of site's areas are temporary unavailable - > communities, downloads It t

[flexcoders] Re: Adding annotationElements programatically

2007-02-20 Thread durnelln
I am also trying to add annotationElements programatically and have a slightly different problem. My annotationElement uses its dataTransform object to convert data values into screen coordinates. If added to the chart's annotationElements in MXML it works fine. However when I try to add it

[flexcoders] Adobe site

2007-02-20 Thread Oleg Filipchuk
Hi, do you know what is going on with Adobe site, it's so slow and a lot of site's areas are temporary unavailable - communities, downloads It takes 10 to 30 sec to show index page, and I'm on 8Mbps connection... I'm in Prague, Czech republic, Europe. And it is the same situation as yesterday.

[flexcoders] How to save an ArrayCollection to php via HTTPService

2007-02-20 Thread rkrater
Can someone give me an example of how to save an ArrayCollection to php via HTTPService. I have a datagrid with a ArrayCollection as the dataprovider. I want to click the save button and it is passed to my php page to then be saved in the database. Any ideas are welcomed. Thanks! ---Here is my co

[flexcoders] Re: error when scroll datagrid vertically?

2007-02-20 Thread michael_ramirez44
Use the Message # [ ] textbox --- In flexcoders@yahoogroups.com, arpan srivastava <[EMAIL PROTECTED]> wrote: > > Hi Michael, > > Can you tell me how to check for post 60726? > > - Original Message > From: michael_ramirez44 <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > S

[flexcoders] Re: amfphp + codeigniter

2007-02-20 Thread joshuagatcke
I seen that flickr has rest web services, I am really just trying to use xmlRPC from flex with PHP. This does not seem that possible. I thought I could close the gap with AMFPHP, but that would be a realy pain. I might as well just trunk through the XML. I am thoroughly disappointed with the

[flexcoders] Using Amfphp 1.9 with Flex 2.01 Tutorial.

2007-02-20 Thread michael_ramirez44
http://gurufaction.blogspot.com/2007/02/using-amfphp-19-with-flex-201- sdk.html

[flexcoders] Re: Datagrid question

2007-02-20 Thread VVV
Thanks Will try and see how it comes up. VVV

RE: [flexcoders] Cold Fusion/Cairngorm VO advice

2007-02-20 Thread jason.proulx
You have 2 solutions for your options below. OPTION 1: If you're not using Data Services, you're safe defining ambiguous Value Objects in the client, and register them against a "generic" CFC on the server, i.e.: [RemoteClass(alias="com.mycompany.myproject.util.Bean")] public class User

[flexcoders] Re: AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-20 Thread michael_ramirez44
Janos, Amfphp 1.9 looks for your VO objects in "services\vo" by default. You can change this in the globals.php file. Michael Ramirez --- In flexcoders@yahoogroups.com, "Kun Janos" <[EMAIL PROTECTED]> wrote: > > Hi all. > > I just upgraded amfphp 1.2 to amfphp 1.9 beta 2 and class mapping is

RE: [flexcoders] observing a model change in cairngorm

2007-02-20 Thread Battershall, Jeff
I've had pretty good luck using mx.binding.utils.ChangeWatcher to map a change event in data to a defined function, thereby allowing me to control the response to the change event. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behal

Re: [flexcoders] Re: Tutorial zoom in a linechart

2007-02-20 Thread Dana Gutride
I have an additional question on this topic. If you just reset the min and max on the horizontal axis, how would you get the vertical axis to recalculate the min/max values that it should show? I've tried calling validateNow() on the chart, but it seems to still take into account the entire set

[flexcoders] Re: Disable RollOverColor within TileList

2007-02-20 Thread shuell2000
--- In flexcoders@yahoogroups.com, "pioplacz" <[EMAIL PROTECTED]> wrote: > > I have a question is it possible to disable the rollover color when u move the mouse over > some item within TileList. What i mean is that color "box" that shows behind the item. Or is it > possible to customise it? >

Re: [flexcoders] DistortionEffects (201)

2007-02-20 Thread flexcodersVK
No compile errors and no exceptions :( On 20-02-2007 15:20, "Tom Chiverton" <[EMAIL PROTECTED]> wrote: > On Tuesday 20 Feb 2007, flexcodersVK wrote: >> Well, I downloaded again the .zip file and started all over with added the >> poject to Flex, but compiling/running the DisortionExamples.mxml

RE: [flexcoders] zip/unzip xml webservice result

2007-02-20 Thread Samuel R. Neff
Why not use browser and web-server level compression? Most browsers support gzip compression, you usually just have to turn it on in the browser (which is often easier said than done but is doable with a little tinkering). That would be a lot easier and more true-to-form than trying to pass zipp

Re: [flexcoders] DistortionEffects (201)

2007-02-20 Thread Tom Chiverton
On Tuesday 20 Feb 2007, flexcodersVK wrote: > Well, I downloaded again the .zip file and started all over with added the > poject to Flex, but compiling/running the DisortionExamples.mxml will show > nothing in my browser. Are there compile errors ? Do you have the debug player installed to see e

[flexcoders] help creating XML object with variable data

2007-02-20 Thread scott_flex
how come the following does not work var myString:String = "Test data"; var myXml:XML = //not string substituion occurs, "{myString}" is just inserted as a literal. but this does: var myString:String = "Test data"; var myXml:XML = {myString} // {myString} is property repaced wiht the text "Tes

Re: [flexcoders] DistortionEffects (201)

2007-02-20 Thread flexcodersVK
Well, I downloaded again the .zip file and started all over with added the poject to Flex, but compiling/running the DisortionExamples.mxml will show nothing in my browser. On 20-02-2007 14:24, "Tom Chiverton" <[EMAIL PROTECTED]> wrote: > On Tuesday 20 Feb 2007, flexcodersVK wrote: >> Do I have

[flexcoders] Help need for making login System in flex

2007-02-20 Thread nsiddiquics
I am making Login System that checks user name and password and then it checks that user name and password is valid from the database so i have problem in making this application in flex.

[flexcoders] FW: Cold Fusion/Cairngorm VO advice

2007-02-20 Thread Dimitrios Gianninas
Forwarding... Dimitrios Gianninas RIA Developer Optimal Payments Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Gasienica Sent: Tuesday, February 20, 2007 5:07 AM To: [EMAIL PROTECTED] Subject: Re: Cold Fusion/Cairngorm VO advice Actually,

  1   2   >