[flexcoders] drag drop tree to tree onto node, not between nodes

2009-05-10 Thread Mic
Will Flex recognize a drop onto a node? The visual position bar when moving the drop up and down the destination tree displays between nodes. When we first add a mgr to the HR tree, that mgr is a leaf. Want to trap a drop directly onto the mgr so can turn him/her into a branch and add people

[flexcoders] After successful URLRequests then ioerrors - no more requests possible.

2009-05-10 Thread beamprosoftware
I'm basically doing a post to a webserver in my local lan and it works perfectly until the server resets etc and then my code fires the IOErrorEvent from my listener and as this routine is on a timer (set for 30 seconds) it runs through the code again after 30 seconds and falls into a try catch

[flexcoders] Exception Processing Message on Vista

2009-05-10 Thread christophe_jacquelin
Hello, I have the messages : Windows no disk Exception Processing Message 0xc013 Parameters etc error when trying to compile Flex 3, ActionScript Project on Flex Builder 3 on Vista What is the solution, Thank you, Christophe

RE: [flexcoders] drag drop tree to tree onto node, not between nodes

2009-05-10 Thread Tracy Spratt
I hope someone has a solution for this, I do not. The tree drop feedback lines will show above or below a child node, and will get longer to indicate a drop point at the level above those, but I have found no way to drop a first child node onto an empty node. Now, I have not researched this

RE: [flexcoders] Exception Processing Message on Vista

2009-05-10 Thread Tracy Spratt
I have seen this myself, and found that if you just click through the error messages, it goes away and does not come back. Have you recently imported a project or a third party library? Also, when in doubt, Clean the project. Tracy Spratt, Lariat Services, development services

[flexcoders] can I get flv duration metadata without playing the flv file?

2009-05-10 Thread hoytlee2000
Hello, I've seen all the examples on getting duration information from an flv file using the netstream function, but they all require you to play the flv first. I was wondering if you could get the info without having to play the flv file. The situation I have is I am ingesting an xml file

RE: [flexcoders] how to know the AIR version in my local pc?

2009-05-10 Thread Jim Hayes
In as3 (I'm pretty sure this is undocumented, and probably unsupported) - var pm:ProductManager = new ProductManager(airappinstaller); trace (AIR version is : + pm.installedVersion); There may be easier or better ways, mind you. -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] .csv import stuff

2009-05-10 Thread Jim Hayes
I did this in as3 last week, in just the way Tracy described. Worked fine, at least for the data I was using - which was admitedly small and fairly simple. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: 10 May 2009

RE: [flexcoders] how to know the AIR version in my local pc?

2009-05-10 Thread Jim Hayes
In as3 (I'm pretty sure this is undocumented, and probably unsupported) - var pm:ProductManager = new ProductManager(airappinstaller); trace (AIR version is : + pm.installedVersion); There may be easier or better ways, mind you. -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Re: Dynamic datasource in ColdFusion via LCDS ES

2009-05-10 Thread Brendan Meutzner
Tom Jordahl provided the answer on this for me. Here's the solution: 1) Prior to implementing this solution, it's important to realize that because LCDS manages the data, switching datasources dynamically could potentially cause issues if there is overlap between identifiers on the records you

[flexcoders] Re: Anyone using Flex with LCDS ColdFusion

2009-05-10 Thread Brendan Meutzner
Hi Joao, Well, I'm glad there's someone else out here :-) http://tech.groups.yahoo.com/group/flexcoders/message/142458 I got some help with Tom Jordahl figuring it out. I'd actually posted a comment on your blog post which related to dynamic destinations setup through CF, but I'm guessing

[flexcoders] Re: drag drop tree to tree onto node, not between nodes

2009-05-10 Thread Mic
Thanks Tracy - for the moment I am having to put a Peer/Child radio button group so I know what the user wants to do. Next question :-) New mgr is a leaf, rb set to child, rep dropped below mgr ... need to change mgr to branch with new rep as leaf. Does one manipulate the xml to do this and

[flexcoders] Re: drag drop tree to tree onto node, not between nodes

2009-05-10 Thread Mic
Think I answered this myself - isBranch looks like it will turn the leaf into branch, which is exactly what I need to do. --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: Thanks Tracy - for the moment I am having to put a Peer/Child radio button group so I know what the user

Re: [flexcoders] Re: drag drop tree to tree onto node, not between nodes [1 Attachment]

2009-05-10 Thread Alan Rother
Yves Riel (r...@cae.com) sent this file to me when I had a similar problem some time back, it totally saved my life. If it helps, drop him(her, not sure...) an email and thank them. =] On Sun, May 10, 2009 at 6:19 PM, Mic chigwel...@yahoo.com wrote: Think I answered this myself - isBranch

[flexcoders] ADG header appearance

2009-05-10 Thread Richard Rodseth
In an ADG with non-sortable columns, how does one eliminate the vertical bar within the column header (the one that normally gets the sort indicator to the right of it). sortable=false doesn't seem to do the trick. Thanks.

Re: [flexcoders] create a file in system using AIR

2009-05-10 Thread kanu kukreja
Thanks for the reply Sam. But it doesn't has the answer of my query. I know how i can create directories at desktop and documents. But i want to create a text file at the location i want lets say C:\test\test1\hello.txt How i can achieve that? Thanks, kanu On Sun, May 10, 2009 at 4:52 AM, Sam

Re: [flexcoders] create a file in system using AIR

2009-05-10 Thread Sam Lai
Whoops, that link had a bookmark to the wrong section. Try this: The second way involves setting the nativePath property of a File instance to the specific file or directory: // Create a new file instance first var file:File = new File(); // Use the string path to the file to get a reference to

RE: [flexcoders] ADG header appearance

2009-05-10 Thread Tracy Spratt
Set sortExpertMode=true. Not exactly intuitive, is it? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Richard Rodseth Sent: Sunday, May 10, 2009 11:49 PM To: