Re: [flexcoders] styleSheets, loading from run-time from a .css file and not fom a swf

2006-12-11 Thread Collin Peters
[mailto: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] *On Behalf Of *Collin Peters *Sent:* Sunday, December 10, 2006 2:45 AM *To:* flexcoders@yahoogroups.com flexcoders%40yahoogroups.com *Subject:* Re: [flexcoders] styleSheets, loading from run-time from a .css file and not fom a swf

[flexcoders] Merge two XML documents

2006-12-15 Thread Collin Peters
. Neither of those would be too efficient I would thing though. Any ideas? -- Collin Peters Lead Software Developer

Re: [flexcoders] Re: Merge two XML documents

2006-12-16 Thread Collin Peters
By merge I mean that this XML root node id=1value1/node node id=2value2/node /root and this XML: root node id=2value2/node node id=3value3/node /root would become this XML: root node id=1value1/node node id=2value2/node node id=3value3/node /root I am current doing this which seems to

Re: [flexcoders] Flex project with apache server setup?

2006-12-16 Thread Collin Peters
Check out this page: http://www.brightworks.com/technology/adobe_flex/with_java.html. There is an article titled: Setting Up A Windows Apache/Tomcat/FDS Server

Re: [flexcoders] Re: Merge two XML documents

2006-12-17 Thread Collin Peters
Collin, Is your data always a flat list of string values? or does it have 'depth'? Because if so, you might need to change how you examine your data. Cheers, Lach On 17/12/2006, at 6:13 AM, Collin Peters wrote: By merge I mean that this XML root node id=1value1/node node id=2value2/node

[flexcoders] How heavyweight is data binding?

2006-12-25 Thread Collin Peters
be. -- Collin Peters Lead Software Developer

Re: [flexcoders] How heavyweight is data binding?

2006-12-26 Thread Collin Peters
, multi-swf app) If there are any better methods I would love to hear them. By all means lets start a discussion on it. But I don't see a single advantage to using Flex's built in methods. Regards, Collin Peters On 12/25/06, greg h [EMAIL PROTECTED] wrote: Collin, But a side question Collin

[flexcoders] Populating a combobox with XML

2006-12-26 Thread Collin Peters
there are three entries. If I put in a label child then it does show up. I'm wondering what piece I am missing in order to properly use the attributes from the XML to populate the combobox -- Collin Peters Lead Software Developer

[flexcoders] Line numbers in stacktraces

2006-12-26 Thread Collin Peters
properties it doesn't seem to do anything. Has anyone used this feature before? -- Collin Peters Lead Software Developer

Re: [flexcoders] Re: Populating a combobox with XML

2006-12-27 Thread Collin Peters
={config_xml.types.type} labelField=label/ If that doesn't work, maybe try using a different name for the extra node. -TH --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Collin Peters [EMAIL PROTECTED] wrote: I have a problem populating a combobox from XML using data binding

Re: [flexcoders] Re: Populating a combobox with XML

2006-12-27 Thread Collin Peters
-- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Collin Peters *Sent:* Wednesday, December 27, 2006 12:41 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: Populating a combobox with XML The point is the when I use

[flexcoders] XML oddities

2006-12-27 Thread Collin Peters
it. -- Collin Peters Lead Software Developer

Re: [flexcoders] Any word on The RIA book??

2006-12-28 Thread Collin Peters
anybody heard anything regarding if/when the book will be available??? The contents of this book have me extremely excited, and is integral to my project that I must finish up in the next couple months. Thanks to anybody that can offer any information. Mike -- Collin Peters Lead Software

[flexcoders] Docs included in 2.0.1 are broken

2007-01-06 Thread Collin Peters
-summary.xsl exists, but no html. I'm not sure if this is supposed to be a usable local copy of the docs or not. Also not sure if this worked in the original version of Flex2 -- Collin Peters Lead Software Developer

Re: [flexcoders] Docs included in 2.0.1 are broken

2007-01-06 Thread Collin Peters
PROTECTED] *On Behalf Of *Collin Peters *Sent:* Sunday, 07 January, 2007 06:40 *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Docs included in 2.0.1 are broken I assume this is a local copy of the Flex2 Language Reference C:\Program Files\Adobe\Flex Builder 2 Plug-in\Flex SDK 2\asdoc\templates

[flexcoders] How to get a full local copy of the language reference

2007-01-07 Thread Collin Peters
was sure there were copyright/legal problems from someone at Adobe. -- Collin Peters Lead Software Developer InTouch Technology GET_CLASS_LIST.sh Description: Bourne shell script

[flexcoders] Possible to use custom variables in flex library path?

2007-01-08 Thread Collin Peters
it is just assets\Cairngorm.swc -- Collin Peters Lead Software Developer InTouch Technology

[flexcoders] Flex/Java job position in Vancouver, B.C.

2007-01-08 Thread Collin Peters
Looking through the archives it appears that Flexcoders allows job postings. I apologize if this policy has changed. Please see posting on craigslist: http://vancouver.craigslist.org/sof/259569707.html Please do not reply directly to this address. See contact information in posting -- Collin

Re: [flexcoders] Re: FLV Thumbnail

2007-01-08 Thread Collin Peters
using an image object and a Bitmap set to the BitmapData (variable snap) but it doesn't display. Anyone know of how to make this work, or a better way? Thanks, John -- Collin Peters Lead Software Developer InTouch Technology

[flexcoders] [Cairngorm] Command calling another command

2007-01-09 Thread Collin Peters
of a certain feature to allow it to be called from other places. It all sounds good to me but I am wondering if there are any reasons not to do this, or if there is another best practice. -- Collin Peters Lead Software Developer InTouch Technology

Re: [flexcoders] Re: [Cairngorm] Command calling another command

2007-01-09 Thread Collin Peters
://cairngormdocs.org/blog/?p=27 Also in case you didn't check this out. http://cairngormdocs.org/ --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Collin Peters [EMAIL PROTECTED] wrote: I don't see any Cairngorm specific mailing lists so I will post my question here as I have seen

Re: [flexcoders] Re: Html in Flex?

2007-01-10 Thread Collin Peters
in xul. -- Collin Peters Lead Software Developer InTouch Technology

[flexcoders] Loading a jpg with Actionscript only project - why doesn't this work?

2007-01-11 Thread Collin Peters
); this.addChild(picLoader.content); } } } The Start trace works, but the Loaded doesn't. Am I missing something simple? -- Collin Peters Lead Software Developer InTouch Technology

Re: [flexcoders] Re: Loading a jpg with Actionscript only project - why doesn't this work?

2007-01-11 Thread Collin Peters
LoaderContext(); context.applicationDomain = new ApplicationDomain( ApplicationDomain.currentDomain ); l.contentLoaderInfo.addEventListener( Event.COMPLETE, onPicLoaded ); l.load( new URLRequest( url ), context ); } -nick --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Collin Peters

[flexcoders] FDS - POJO class data mapping - no int support?

2007-01-22 Thread Collin Peters
/wwhelp.htm?context=LiveDocs_Partsfile=1102.html The Java native type double works just great but I can't get int to work at all. Am I missing something or is this not supported? -- Collin Peters Lead Software Developer InTouch Technology

Re: [flexcoders] FDS - POJO class data mapping - no int support?

2007-01-22 Thread Collin Peters
I'm confused as to why they would not map a Java int to an Integer though. Seems straightforward to me. Better then sending the value into a black hole. I am now trying my test app with an Integer on the Java side and an int on the Actionscript side and am still getting nothing. Actionscript:

[flexcoders] Box layout question - two children with 100% width

2007-01-24 Thread Collin Peters
-- Collin Peters Lead Software Developer InTouch Technology

Re: [flexcoders] alternate build variables to ${FRAMEWORK} in Flex Builder build path

2007-02-01 Thread Collin Peters
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Collin Peters Lead Software Developer InTouch Technology

[flexcoders] Using FSD with AMF0

2007-02-28 Thread Collin Peters
as such though. It is just like remoting for Flash 8? http://www.adobe.com/devnet/devices/pocket_pc.html http://www.adobe.com/support/flash/downloads.html#flash8pro Regards, Collin Peters

[flexcoders] Modules vs RSLs - Are they mutually exclusive?

2007-04-03 Thread Collin Peters
I am wondering if modules have taken over all the functionality of an RSL? From what I can tell, using Modules with load-externs and link-report should be able to split an application up into many SWFs, and reduce file size. Or are RSLs still required in order to have a separate library. What I

[flexcoders] How can I tell if I have the latest hotfix installed correctly?

2007-04-03 Thread Collin Peters
I just installed hotfix 1 from http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401224 How can I tell if it is installed properly? If I goto Help - About Adobe Flex Builder 2 it just says Version 2.0.1. On my co-workers machine he has Version 2.0.143459 If I goto Help - Software

Re: [flexcoders] Modules vs RSLs - Are they mutually exclusive?

2007-04-03 Thread Collin Peters
applications. B On 04/04/2007, at 3:04 AM, Collin Peters wrote: I am wondering if modules have taken over all the functionality of an RSL? From what I can tell, using Modules with load-externs and link-report should be able to split an application up into many SWFs, and reduce file size. Or are RSLs still

[flexcoders] Re: How can I tell if I have the latest hotfix installed correctly?

2007-04-04 Thread Collin Peters
Hmmm... no responses. Does this mean it is impossible to tell what version of the Flex SDK my Flex Builder is using? On 4/3/07, Collin Peters [EMAIL PROTECTED] wrote: I just installed hotfix 1 from http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401224 How can I tell

[flexcoders] Passing the ...(rest) parameter to another function

2007-05-24 Thread Collin Peters
Is it possible to properly pass the ...(rest) parameter to another function without it being converted to a single element array? Example: public static function debug(msg:String, ...rest) { doLog(Level.DEBUG, msg, rest); } public static function error(msg:String, ...rest) {

[flexcoders] Remoting - Authentication and authorization with Acegi

2007-06-04 Thread Collin Peters
Does anyone have any remoting (i.e. RemoteObject) examples of how to do authentication and authorization with Acegi? I have been reading the LiveDocs on securing destinations at

[flexcoders] Bug in Date object - setting month increments timezone

2008-01-04 Thread Collin Peters
Can somebody verify this? When I set the month in the date object the timezone increments code var date:Date = new Date(); trace(date1: + date); date.setFullYear(1963); trace(date2: + date); date.setMonth(6); trace(date3: + date); date.setDate(5); trace(date4: + date); /code Output: date1:

[flexcoders] How to properly pass an error from Java to Flex client

2008-01-09 Thread Collin Peters
We have an FDS Java backend (haven't upgrade to LCDS or Blaze yet) and I am wondering how to properly throw exceptions from Java to the client. So if the backend encounters any exception (RuntimeException, NullPointerException, etc...) the fault method of my responder gets called and passes in a

[flexcoders] Transient data for Java - Flex

2008-10-08 Thread Collin Peters
So the [Transient] flex will prevent data in a Flex object from being serialized across the wire. What about the other way? Declaring a Java variable as 'transient' (Java keyword) doesn't seem to have the same affect Regards, Collin