[flexcoders] problem in storing session object in client side

2005-06-25 Thread Bikram Sahu
Hi, I have done much things in flex but recently i want to store the token in client side after user authentication it gives a token which i want to store in flex side and reuse it when user send any other request i have to send it with the requestplease help me regarding this matter i

RE: [flexcoders] Re: why are getter methods called twice when invoked using bracket notation?

2005-06-25 Thread Nihit Saxena
There was a super bug in player 7. Could it be related to that. It required base class methods to be overridden in subclasses with only a super(). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Saturday, June 25, 2005 1:33 AM To:

Re: [flexcoders] Get Audio from servlet

2005-06-25 Thread Markus Mummert
Yes, I was loading the mp3-file by refering with an URL to it: snd.load('http://zuse:7080/flash/audio.mp3',true) This was successful, but not, if I try to transmit the content of this file with a java-servlet to the flash-application:

Re: [flexcoders] Re: question about image cellrenderer in flex samples explorer

2005-06-25 Thread P Trisnadi
Prolly also set the column to center-aligned... (So, both column and content/imagecellrenderer.) - Paulus - Original Message From: Manish Jethani [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Fri Jun 24 05:46:55 2005Subject: Re: [flexcoders] Re: question about image cellrenderer

Re: [flexcoders] Installing Flex CF

2005-06-25 Thread Paul Hastings
Jeff Steiner wrote: IIS Configuration Manager. Under properties of your website, find the configuration button and add the file extensions .mxml and .swf to point at the same jrun.dll that .cfm is pointing to. At this point I restart the website and viola – should serve up your mxml pages

Re: [flexcoders] Flex, C# Web Services, and Dates

2005-06-25 Thread Manish Jethani
On 6/25/05, Matthew Shirey [EMAIL PROTECTED] wrote: [snip] StartDate1974-01-26T00:00:00/StartDate Now I'm assuming that this is not the format Flex expects for a date? If not, I guess it's easy enough to make my own date parser, but it seems like this should just work. You don't have

RE: [flexcoders] Flex, C# Web Services, and Dates

2005-06-25 Thread Rick Bullotta
Are you sure that parseDateString works on -MM-DDThh:nn:ss? My experience has been not From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani Sent: Saturday, June 25, 2005 9:41 AM To: flexcoders@yahoogroups.com Subject: Re:

RE: [flexcoders] Flex, C# Web Services, and Dates

2005-06-25 Thread Rick Bullotta
Thanks, Manish! Turns out the problem wasn't the parser, but the way we were using it. We tried using it in inline script, but had problems doing so. Placing the function in an external AS class worked fine. Is there a way to use the import statement in inline script in an mx:Script block? The

[flexcoders] Using Checkboxes and Images in DataGrid

2005-06-25 Thread tony_lic
Hi all, I want to put some checkboxes and Images in separate columns of a datagrid. Is there any way to do this. The Datagrid will be populating values from a model. I think I should use Renderer or Repeater, but know idea how to use this. Can any one help me in this regards. With

[flexcoders] Training

2005-06-25 Thread jwc_wensan
Hello to All: I have been programming in various desktop environments for over 25 years. The past 10 years in VB and VB.NET. I have spent the past 10 days studying up on Flex, downloaded the trial, samples, tutorials, etc. I have installed Flex and Jrun4. I have previously installed MX

Re: [flexcoders] Trademark Symbol

2005-06-25 Thread Seth Voltz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, this reply is a bit late, but I use this great piece of software for all my Unicode lookup needs: http://www.earthlingsoft.net/UnicodeChecker/ It's Mac only and I haven't looked for a Windows use-a-like yet. Hope this helps (if you have a

Re: [flexcoders] Flex, C# Web Services, and Dates

2005-06-25 Thread Manish Jethani
On 6/25/05, Rick Bullotta [EMAIL PROTECTED] wrote: Is there a way to use the import statement in inline script in an mx:Script block? The compiler complains if we try this. Yes, certainly. mx:Script import foo.Bar; function blah():Void { Bar.bar(); } /mx:Script

Re: [flexcoders] Using Checkboxes and Images in DataGrid

2005-06-25 Thread Manish Jethani
On 6/25/05, tony_lic [EMAIL PROTECTED] wrote: I want to put some checkboxes and Images in separate columns of a datagrid. Is there any way to do this. You need to use a custom cell renderer. See the CheckCellRenderer example: http://livedocs.macromedia.com/flex/15/flex_docs_en/0531.htm

RE: [flexcoders] More Documentation of Cairngorm and Flex Cairngorm Store

2005-06-25 Thread Steven Webster
| any update on the chapter from AS Dictionary? I looked but didn't see | it on the richinternetapps site. Still waiting to receive the PDF from the publisher ... within minutes of us having it, it'll be up on richinternetapps.com Best, Steven -- Flexcoders Mailing List FAQ:

[flexcoders] embedding PDF file

2005-06-25 Thread Ghislain Simard
Is there a way to Embed PDF document inside Flex? -- 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:

RE: [flexcoders] Get Audio from servlet

2005-06-25 Thread jeff tapper
One thinfg i've found with servlet created mp3's is that you need to provide a valid content-length header. Sent with Wireless Sync from Verizon Wireless Original Message From: JesterXL [EMAIL PROTECTED] Date: 6/24/05 1:10 pm To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com

RE: [flexcoders] embedding PDF file

2005-06-25 Thread Stacy Young
No, but converting ur docs to flash paper would allow you to embed them. -Stace From: Ghislain Simard [mailto:[EMAIL PROTECTED] Sent: Saturday, June 25, 2005 8:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] embedding PDF file Is there a way to Embed PDF

Re: [flexcoders] Cairngorm For Dummies?

2005-06-25 Thread Douglas Knudsen
yes, great response Steven. Now, if I could just figure out what view.dispatchEvent( { type:select } ); from GraphicalProductListViewHelper.as in the cairngorn store app does! Doesn't seem to follow the above event/controller/listener approach. DKOn 6/24/05, Malcolm [EMAIL PROTECTED] wrote:

[flexcoders] fade when image changes

2005-06-25 Thread Kim Reddington
I am trying to use the PhotoViewer sample to help me create a fade effect. In the below code, I have a component that successfully fades in when the component (cardfileToImage) is created. I would like the first image to fade out while a new image fades in when the user selects a new