RE: [flexcoders] Please Help: Shift data Up|Down in array/datagrid

2008-12-09 Thread Alex Harui
What do your datastructures look like before and after? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cox.blair Sent: Tuesday, December 09, 2008 4:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Please Help: Shift data Up|Down in array/datagrid Hi everyone,

Re: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-05 Thread andrea bianchi
Thank you for your answers. Alex: I could try to write an application that loads my swf, but actually I think the swf should work fine since I can run it from debug players. What do you mean with deploying a release swf? I just omitted the -compiler.debug directive and put false as the value of

RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-05 Thread Alex Harui
PROTECTED] On Behalf Of andrea bianchi Sent: Wednesday, June 04, 2008 11:22 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Please, help: the release player displays a blank page in all browsers. Thank you for your answers. Alex: I could try to write an application that loads my

RE: [flexcoders] Please help graphics.beginFill and css issue

2008-06-05 Thread Gordon Smith
Flex 3 however it does not. How does it fail? When you put backgroundColor: #FF in CSS and execute var backgroundColor:Number = getStyle(backgroundColor) what value does this var get set to? It should be 16777215. Gordon Smith Adobe Flex SDK Team

RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-04 Thread Alex Harui
If you deploy a release SWF, it won't ask for the debugger. If you deploy a debug swf and run it on a release player, it should work just fine and not wait to hook to a debugger. So, that shouldn't be the problem. One thing to try would be to write another release SWF that loads your SWF and

RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-04 Thread Tracy Spratt
Does your app do a data service call on start-up? Perhaps you have a security problem that is causing an error on the non-development system, and the release player is not displaying the error. Try to run the app on a non-dev system, but use the debug player. Tracy

RE: [flexcoders] Please help with embedding

2008-05-13 Thread Alex Harui
I think the formatting got lost so we have no idea what your set up is. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Tuesday, May 13, 2008 12:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Please

Re: [flexcoders] Please help

2008-04-24 Thread Tom Chiverton
On Tuesday 22 Apr 2008, markgoldin_2000 wrote: How someone would design it? I am trying to use Timer to monitor setting for the internal dataGrid but that is not going well either. Why not just attach an event listener for some event or other ? Or fire your own when your renderer is done if

Re: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Sherif Abdou
make sure u have a bindable getter/setter dispatch in setter, and update in getter override public function set data(value:Object): void { // drag and drop can call this with a 'string' value (i.e. no xml element tags) so that is odd _data = value; dispatchEvent(new Event(dataChange)); }

Re: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Ganesh Suyampirakasam
Sorry no Idea I am also trying that On 1/29/08, rahultnath [EMAIL PROTECTED] wrote: Hi i am trying to add delete some user details to database.And i did that also.But problem is even after data deleted or added to database,the datagrid does not show the updated data.Else it has to be

RE: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] please help in refreshing datagrid Sorry no Idea I am also trying that On 1/29/08, rahultnath [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi i am trying to add delete some user details to database.And i did that also.But

RE: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Tracy Spratt
If you use the dataProvider API to make the update, the dataGrid will automatically reflect the changes. If you simply assign item property values then it will not. In this case, if your dataProvider is a Collection, you can call the refresh() method. Tracy

RE: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Tracy Spratt
Sorry, like Alex says call itemUpdated(). Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, January 29, 2008 4:18 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] please help in refreshing

Re: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Sherif Abdou
just wondering would the invalidateList(); work too? - Original Message From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, January 29, 2008 3:31:59 PM Subject: RE: [flexcoders] please help in refreshing datagrid Sorry, like Alex says call itemUpdated

Re: [flexcoders] please help itemrenderer accessing

2007-09-06 Thread Tom Chiverton
On Thursday 06 Sep 2007, [EMAIL PROTECTED] wrote: ItemRenderers are tricky because they are recycled. Even resizing the internal image might cause a reĀ­renderer and change which renderer is displaying the image. Once you know the way to do things, it's very easy though (like most Flexy

RE: [flexcoders] please help itemrenderer accessing

2007-09-05 Thread Alex Harui
ItemRenderers are tricky because they are recycled. Even resizing the internal image might cause a re-renderer and change which renderer is displaying the image. I'd write my Renderers to pull from external data sources such as the data in the dataprovider, or if you have to, some extrnal

Re: [flexcoders] Please help!! Reduce alpha value of a color in a bitmap image?

2007-05-29 Thread Johannes Nel
loop, getPixel() setPixel32() On 5/28/07, arpan srivastava [EMAIL PROTECTED] wrote: Hi all, I am facing a lot of problem with bitmap image. Can anyone tell me a filter with which i can reduce the alpha value of a particular color. e.g. suppse i have a flag of Japan in which there is a

RE: [flexcoders] Please Help with CandleStick Chart

2007-02-21 Thread Ely Greenfield
I'm assuming by looking at your data that you have multiple series in this chart, and you're trying to figure out which series they clicked on? The ChartItem has a property called element which points back to the series it's associated with. You can use that to decide whether it's open1,

Re: [flexcoders] please help me

2007-02-08 Thread Daniel Freiman
did you set tabEnabled? - Dan On 2/8/07, h8me4everplus1 [EMAIL PROTECTED] wrote: Please, someone take a look and at least tell me there is no way to do it the way I'm doing it. Setting tabIndex doesn't do anything. I have no idea what to do... --- In flexcoders@yahoogroups.com

Re: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread JesterXL
Components should never know about other components, in this case, a View knowing about another View. They should emit events about their state changing, or some other action being peformed. In the case of a LoginForm, a user clicking the submit button. Additionally, while states are

RE: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread David Terry
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Monday, January 22, 2007 12:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Please Help - Components, States, Transitions Components should never know about other

Re: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread JesterXL
Subject: Re: [flexcoders] Please Help - Components, States, Transitions Components should never know about other components, in this case, a View knowing about another View. They should emit events about their state changing, or some other action being peformed. In the case

RE: [flexcoders] please help me

2006-06-26 Thread ahmed emara
thank you all for being so supportive __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make

RE: [flexcoders] please help me

2006-06-25 Thread Kelly Birr
[Getting Started with Flex 2] http://download.macromedia.com/pub/documentation/en/flex/2/getting_started_w ith_flex2.pdf [Programming Action Script 3] http://www.macromedia.com/go/programmingAS3_pdf There are apparently a few Flex 2.0 books coming out this summer. - Kelly

RE: [flexcoders] Please Help With MXMLC Compile Error

2006-06-20 Thread Tobias Patton
Hi Lance; I had a similar problem and the solution was to remove all the comments from the mxml file that was failing in the compiler. Yes. Thats right. Remove all the comments. It made no sense to me either. Ive been assured by Adobe that this is a known bug that will be fixed

Re: [flexcoders] Please Help With MXMLC Compile Error

2006-06-16 Thread Abdul Qabiz
To be honest, I just use MXMLC for all my Flex 2/AS3 related work. I used FlexBuilder2 for prototyping sometimes, its fast.I never got such error. Can you please post the simplest code that produces this error? I can test on my machine... I am sure, its some config or class path related issue.

RE: [flexcoders] Please Help With MXMLC Compile Error

2006-06-16 Thread Lance Linder
regularly. Lance From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Abdul Qabiz Sent: Friday, June 16, 2006 3:11 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Please Help With MXMLC Compile Error To be honest, I just use MXMLC for all my

RE: [flexcoders] Please Help: Not being able to access the .as class from mxml in Flex 2 Beta 2

2006-05-10 Thread Umesh Garg
Hi, Thanks for replying.Yes, Program.as live in test package and it is in test directory. In the flex builder, there is no compile-time error. I get the error, when I run it. This is the directory configuration:- programview.mxml - test\Program.asAm I missing any

RE: [flexcoders] Please Help: Not being able to access the .as class from mxml in Flex 2 Beta 2

2006-05-04 Thread Peter Farland
Is the Program class correctly declared inside a package test {} block? Does Program.as live in a subdirectory called test? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of eairox Sent: Thursday, May 04, 2006 7:02 PM To:

RE: RE: [flexcoders] Please Help. Http Service WTH

2006-05-04 Thread Matt Chotin
Hi, yes b3 is beta 3 which will be out hopefully soon. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ??? Sent: Wednesday, May 03, 2006 11:33 PM To: flexcoders@yahoogroups.com Subject: Re: RE: [flexcoders] Please Help. Http Service WTH

RE: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Kelly @ Dekayd Media Inc.
I could be wrong but I think the url in the mxml tag has to be a compile time constant. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal Abid Sent: Wednesday, May 03, 2006 1:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid
You mean it has to be predefined? But i dont think so because in that flickr video this is what sho did http://www.flickr.com/services/rest/?method=flickr.photos.searchamp;api_key=64a1ba754a4c588e3aa3ff6077fa0e75amp;per_page=9amp;tags={key.text} and it worked.. Kelly @ Dekayd Media Inc.

RE: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Tracy Spratt
:[EMAIL PROTECTED] On Behalf Of Faisal Abid Sent: Wednesday, May 03, 2006 4:42 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Please Help. Http Service WTH You mean it has to be predefined? But i dont think so because in that flickr video this is what sho did http://www.flickr.com

Re: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal Abid Sent: Wednesday, May 03, 2006 4:42 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Please Help. Http Service WTH You mean it has to be predefined? But i dont think so

RE: [flexcoders] Please Help :: Convert VOB to What for Best FLV?

2005-12-09 Thread Merrill, Jason
Uncompressed AVI has maintained pretty good quality for me. Not that you cant ask here, but for some really good replies, this is a good question for the Flashcomm list, if you would like to also ask there chattyfig.figleaf.com Jason Merrill | E-Learning Solutions |

RE: [flexcoders] Please Help!!!!

2005-10-10 Thread Allen Manning
Alfie, You need to talk to the server for that. I would look in the docs under Remote Object. Best, al -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of AlfrED Sent: 10 October 2005 03:08 To: flexcoders@yahoogroups.com Subject: [flexcoders]