Re: [flexcoders] LCDS + MD5 + PostGreSQL and JRun4

2009-10-15 Thread Daniel Nelson
Holy Crap, someone other than myself is using JRun and LCDS. Awesome! I can't help you with your problem as I have never used PostgreSQL, but could I get your contact info as I have never ran across anyone using JRun outside of ColdFusion development. Feel free to contact me at

Re: [flexcoders] LCDS data service error in IE (but not in Firefox)

2009-08-07 Thread Daniel Nelson
Are you making your calls over SSL? Make sure you have add-no-cache-headersfalse/add-no-cache-headers in your channels in your services-config.xml file. On Fri, Jul 17, 2009 at 8:21 PM, postwick p...@ubeek.com wrote: I have a destination set up and in Firefox and IE all creates, updates, and

Re: [flexcoders] Moving flex app (coldfusion) to a production server

2009-08-06 Thread Daniel Nelson
I would suggest that you don't compile against the services-config.xml file in your flex project. Instead you should be dynamically setting up your remote calls. Makes moving from development to production a lot easier On Thu, Aug 6, 2009 at 5:28 AM, Tom Chiverton

[flexcoders] AdvancedDataGrid example

2008-03-05 Thread Daniel Nelson
HI, I am trying to layout some data using the AdvancedDataGrid, but having a hell of a time getting it to look right. Attached is a mockup of what I want the grid to look like. Maybe someone can provide a small sample of how to achieve this with the AdvancedDataGrid. -Dan attachment:

Re: [flexcoders] Flex collaborative portal designed for Max 2006

2006-10-13 Thread Daniel Nelson
Great Job! I think I clicked on every link wanting to see more. Can I ask what you used for your chat? Once again, I loved the application. Had a nice overall feel to it. -Dan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] best general purpose way to keep textarea scrolled to bottom

2006-07-13 Thread Daniel Nelson
Maybe this old post will help See: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg19784.html Hope it helps. -Dan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Flex2: version control plugin

2006-03-25 Thread Daniel Nelson
I use http://sourceforge.net/projects/vssplugin/for eclipse. It works pretty good. On 3/24/06, dos dedos [EMAIL PROTECTED] wrote: Is there the eclipse plugin for single-user version control (with diff, label, branch, merge, etc)? New Yahoo! Messenger with Voice. Call regular phones from

Re: [flexcoders] Parsing Unterminated xml elements in Flex 2.0 Beta

2006-03-05 Thread Daniel Nelson
Thanks for the response Matt. I tried the legacy XMLDocument class, but it was a no go and got the same errors. Oh well, I will just have to catch these errors and parse the unterminated nodes manually. -Dan On 3/4/06, Matt Chotin [EMAIL PROTECTED] wrote: I don't think we allow invalid XML

[flexcoders] Parsing Unterminated xml elements in Flex 2.0 Beta

2006-03-04 Thread Daniel Nelson
Hi all, I was wondering if you can parse unterminated XML elements inflex 2.0 beta. For example I want to parsethe following stringflash:streamroot intoaXMLNode. I keep getting this error XML parser failure: Unterminated element. In flash 8, I can successfully parse unterminated XML, A flash 8

Re: [flexcoders] Re: Xiff and Flex

2006-03-01 Thread Daniel Nelson
We plan on releasing the source and api in a couple of months. -Dan On 3/1/06, Jonathan Miranda [EMAIL PROTECTED] wrote: Yeah, our company is probably going to start using Wildfire, Psi ( psi.sf.net – really good jabber client my buddy wrote) and an internal flex application. Any plans on

Re: [flexcoders] Dynamically generating tabs:: using the createTab() Method

2006-02-16 Thread Daniel Nelson
ashish, I can't seem to find createChild in the flex api? Where are you getting this method from? I only see addChild(). -Dan On 2/15/06, ashish [EMAIL PROTECTED] wrote: function addtab(){tabs.createChild(mx.containers.VBox , undefined, {label:'newBtn',id:'secondOne',