Re: [flexcoders] Need ideas on how to load and save room descriptions in xml

2007-09-18 Thread Adam Dorritie
On 9/18/07, oneproofdk <[EMAIL PROTECTED]> wrote: > I'm looking for help on how to "describe" a physical room in a xml > file - so I can draw it in a flex container later. > > The task is to be able to describe any room for, where there can be x > walls and x angles. > > One room can be very si

Re: [flexcoders] Re: How to add a toolTip for each node of tree

2007-09-04 Thread Adam Dorritie
On 9/4/07, Baljeet singh <[EMAIL PROTECTED]> wrote: > Thanks for suggestion. I have already tried with dataTipField > property as . but this didn't show any > toolTip for tree nodes. Baljeet, I used the following arrangement to display tooltips: private function getItemTip(item:Object):S

Re: [flexcoders] How to add a toolTip for each node of tree

2007-09-04 Thread Adam Dorritie
On 9/4/07, Baljeet singh <[EMAIL PROTECTED]> wrote: > I am creating a tree with XmlListCollection as data provider to tree. > I want show tooltip for each node of the tree based on name > attribute of XML node in XML file. Below is my sample code:-- Have you tried using the dataTipFunction or d

flexcoders@yahoogroups.com

2007-09-04 Thread Adam Dorritie
On 9/3/07, tctommm <[EMAIL PROTECTED]> wrote: > can someone please provide me the Flash Player Standalone 9r28 Win/Mac > NON-debug version. Is this what you're looking for? http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266&sliceId=1

Re: [flexcoders] Como pasar parametro XMLListCollection por HTTPService ?

2007-06-07 Thread Adam Dorritie
Can't answer the question, but can provide a poor translation with what little Spanish I now remember: Estimados Listeros: Esteemed fellow listers: Necesito pasar un parámetro XMLListCollection por HTTPService a una JSP o Servlet. I need to pass an XMLCollection as a parameter to a JSP servlet

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Adam Dorritie
I find that charts aren't always the best way to express information. Why not provide a table with property values, at risk values, and percentage of property values at risk instead? Great site, btw. On 5/14/07, charlie.szymanski <[EMAIL PROTECTED]> wrote: I have an interesting issue with a

Re: [flexcoders] Flex - ColdFusion data types

2007-01-24 Thread Adam Dorritie
On 1/23/07, Steve Milburn <[EMAIL PROTECTED]> wrote: > In short, the article states "You cannot pass ColdFusion variables to Flex > applications > directly. You must encode them in XML first". Anyway, I am working with > Remote > Object (as you suggested), and I am having no problems doing what

Re: [flexcoders] Slightly OT - The Limitations of CFMX 7.02

2007-01-18 Thread Adam Dorritie
On 1/17/07, Battershall, Jeff <[EMAIL PROTECTED]> wrote: > I've been using CFMX 7.02's ability translate CFCs to AS objects but > have noticed the following limitation: > > If I have an array of objects (like CFCs) in my CFC/AS class def - these > will not translate over the wire and I'm forced

Re: [flexcoders] Re: 64-bit Integers

2007-01-10 Thread Adam Dorritie
On 1/9/07, michael_ramirez44 <[EMAIL PROTECTED]> wrote: > The 64-bit integer limitation is an Actionscript 3 limit not Flex. > The Number data type uses the 64-bit double-precision format as > specified by the IEEE Standard for Binary Floating-Point Arithmetic > (IEEE-754). This standard dictat

Re: [flexcoders] Max OS X Flex Builder 2.01 License Issue

2007-01-08 Thread Adam Dorritie
On 1/7/07, Joost Nuijten <[EMAIL PROTECTED]> wrote: > > Yeah, I agree. It's a bit outdated. This is what I found on the Adobe site: > I'm wondering how many folks are in my position. Adobe is kind enough to permit me to install the Flex Builder 2 with Charting software on my home computer as well

Re: [flexcoders] JUST SAY NO to creationPolicy="all" !

2006-10-31 Thread Adam Dorritie
On 10/30/06, Gordon Smith <[EMAIL PROTECTED]> wrote: > > I've never seen a case where it is necessary to push data into the controls > before they exist. If you must put the data somewhere in the meantime, store > it in data vars, which have none of the startup cost of a visual component, > and

Re: [flexcoders] Accordion initialization problem

2006-10-30 Thread Adam Dorritie
On 10/30/06, Rick Root <[EMAIL PROTECTED]> wrote: > I'm building an application with an accordion pane, and I'm having > problems accessing objects declared within a child panel. > > It's as if the children of the accordion pane aren't initialized until > they are displayed. You probably need t

Re: [flexcoders] CFC to AS3 Class Mapping

2006-10-13 Thread Adam Dorritie
On 10/12/06, Derrick Grigg <[EMAIL PROTECTED]> wrote: > I was having a great deal of difficultly getting my CFC classes to map > properly to my AS3 classes. I found a few posts here that dealt with > the issue but nothing seemed to work properly. > > I discovered one key thing that made it all w

[flexcoders] Re: Flashvars using Application.application

2006-09-13 Thread Adam Dorritie
On 9/13/06, niuscha.massoudi <[EMAIL PROTECTED]> wrote: > I had the same Problem like Kyle. It works with the solution from > Adam. But only in Firefox and not in IE. What is the Problem? > I tried also , it doesn't > work. I use IE when I develop here at work and my solution works fine for me. I

Re: [flexcoders] EDI Applications - with Flex as the Front-End

2006-09-12 Thread Adam Dorritie
On 9/12/06, Mike Anderson <[EMAIL PROTECTED]> wrote: > I am vaguely familiar with the EDI Standard (and there are many flavors > out there), and I do also understand that there is much homework to be > done on my end, before I can forge ahead with this project. > > With that said, I would love

Re: [flexcoders] Re: Problems getting started with flashvars and Application.application.paramete

2006-09-09 Thread Adam Dorritie
On 9/8/06, yaagcur <[EMAIL PROTECTED]> wrote: > Looking at the documentation it appears as though either Flex data > services(which I was not planning to use) or HttpServletRequest( which > i have no experience with) might be required. Is there another way via > ColdFusion? > In my case, I'm j

Re: [flexcoders] Re: Problems getting started with flashvars and Application.application.paramete

2006-09-08 Thread Adam Dorritie
On 9/8/06, yaagcur <[EMAIL PROTECTED]> wrote: > Thanks Adam - remarkably similar:) Not sure if that thread sorted Kyle > out but I'm not quite clear how my HTML is falling short. How does the > javascipt AC_FL_RunContent section need amending? The "src" and > "flashvars" are already included

Re: [flexcoders] Problems getting started with flashvars and Application.application.parameters

2006-09-08 Thread Adam Dorritie
On 9/8/06, yaagcur <[EMAIL PROTECTED]> wrote: > I'm trying to get started with passing paramaters to a flex project > > initially based on livedocs > Using the Application.application.parameters object and > Using flashVars as source You might try reading the thread here: http://tech.groups.ya

Re: [flexcoders] Re: Flashvars using Application.application

2006-09-05 Thread Adam Dorritie
On 9/5/06, Kyle <[EMAIL PROTECTED]> wrote: > My html wrapper contains the normal scripts to check the flash > version, etc.. And the embed code looks like this: > Kyle, It looks like what may be biting you is the same thing that bit me for a while. The code you posted looks like the code ins

Re: [flexcoders] Flex / Eclipse under Mac OS X

2006-08-15 Thread Adam Dorritie
On 8/15/06, Samuel D. Colak <[EMAIL PROTECTED]> wrote: Matt, Im actually surprised as this implies specific coding for the browser... I know IE doesn't have this effect and camino (under OSX) appears to run fine. I think that you may be misunderstanding what Matt said.  He said that, " T

Re: [flexcoders] Re: Adding AS3 support to 3rd party editors - legal question

2006-08-03 Thread Adam Dorritie
On 8/3/06, ben.clinkinbeard <[EMAIL PROTECTED]> wrote: > Thanks for the reply, Matt. If this is not ok, what would be > acceptable methods for accomplishing things like code completion in > third party editors? Obviously, doing this requires knowledge of the > structure of all AS3 classes and Lived