[flexcoders] Re: FileReference.upload

2009-01-30 Thread Tim Hoff
Oh wait. maybe it's because the example is for AIR. Maybe not available for Flex apps. -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hmm, not sure what to tell you. Flex3? -TH --- In flexcoders@yahoogroups.com, tchredeemed apthorp@ wrote: I don't have

RE: [flexcoders] drag and drop ('into' the list items, while not adding to the list itself; Ex: iTunes)

2009-01-30 Thread Tracy Spratt
http://livedocs.adobe.com/flex/3/html/dragdrop_8.html Now that only give you control over the drop functionality. You still need to extract the necessary key values form the source and target data, and build your update data structure and send it to the server, however you are doing that.

[flexcoders] Re: How do I html decode a string? ex: Iacute

2009-01-30 Thread aphexyuri
A hack if all fails: (?) var stringWithHtmlLits:String = lt; its ok gt;; var t:TextField = new TextField(); t.htmlText = stringWithHtmlLiterals; var nonLits:String = t.text; --- In flexcoders@yahoogroups.com, Greg Hess flexeff...@... wrote: Ah, I believe those HTML entities. You may find

[flexcoders] QuickTime Movies

2009-01-30 Thread markdemich
Is it possible to display QuickTime Movies from an Air app? It seem that VideoDisplay only does FLVs.

Re: [flexcoders] QuickTime Movies

2009-01-30 Thread Rich Tretola
Or f4v which is mp4. Just rename your mp4 as fv4. On Fri, Jan 30, 2009 at 6:32 PM, markdemich d...@intellipro.com wrote: Is it possible to display QuickTime Movies from an Air app? It seem that VideoDisplay only does FLVs.

RE: [flexcoders] drag and drop ('into' the list items, while not adding to the list itself; Ex: iTunes)

2009-01-30 Thread Jim Hayes
But I'm still puzzled as to how to fire the proper SQL statement for each drop; essentially it's an INSERTĀ  [URL from drop] INTO table WHERE columnĀ = [the drop acceptor's label string]. So it's [URL from drop] and [the drop acceptor's label string] values that you need, essentially?, or

Re: [flexcoders] FW: Sandbox violation:Access denied

2009-01-30 Thread Jamie S
Try using Security.allowDomain() in the swf you are loading in. Jamie On Fri, Jan 30, 2009 at 7:15 AM, Sanket kumar Subhash Ghorpade sanket.ghorp...@nihilent.com wrote: Hi, I wrote an application that has an SWFLoader to load another swf movie/application into the main

RE: [flexcoders] FW: Sandbox violation:Access denied

2009-01-30 Thread Tracy Spratt
Also, in the error message, thaere is a mix of web server urls and file system paths. This pretty much will never work anywhere other than under Flex Builder. If you are runniing your swf from a web server url, as almost everyone does in production, you need to make your loaded swf

RE: [flexcoders] Oh WTF? Web Services: Anyone work with Blue Disaster (I mean Dragon)?

2009-01-30 Thread Wally Kolcz
This is what get from E4X. I have no idea on how to this to an easier format to use like what I get from an ArrayCollection with a RemoteObject. Do I use XMLListCollection? Any hint on how? If I declare my userData variable as public var

RE: [flexcoders] Highlighting Label text characters

2009-01-30 Thread Alex Harui
A Label as a renderer will be trying to reset its .text from the dataprovider data unless you've wired it up differently. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Greg Hess Sent: Friday, January 30, 2009 12:50 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Conditional compilation for variable declarations

2009-01-30 Thread Alex Harui
Conditional compilation is not the full equivalent of #ifdef in C. I don't remember if variables are off-limits, but they might be. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jimmy5804 Sent: Friday, January 30, 2009 8:46 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: ItemEditors and rowHeight

2009-01-30 Thread Alex Harui
Can you get the row to resize in other ways outside of an edit session? I assume you have variableRowHeight=true? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gregor Kiddie Sent: Friday, January 30, 2009 8:23 AM To: flexcoders@yahoogroups.com Subject: RE:

RE: [flexcoders] [flexcoder] RemoteClass + ArrayCollection question

2009-01-30 Thread Alex Harui
Did you specify RemoteClass for MenuItemPackage? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Curtis Barrett Sent: Friday, January 30, 2009 7:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] [flexcoder] RemoteClass + ArrayCollection question Right

[flexcoders] Line chart: how to materialize data points with dots?

2009-01-30 Thread flexindesign
Is there any way to have dots marking data points on a line chart? Basically, I would like to avoid a blank chart when only one data point exists and also would like to visually materialize data points in a chart with date axis, so a line joining two data points days apart do not look like it

<    1   2