[flexcoders] RAITest, Selenium, QuickTest, Silk?

2008-08-27 Thread Douglas McCarroll
Hi All, My company is thinking of implementing automated functional testing for our Flex-based application. Do any of you have experience with these products that you'd care to share? Or, if not, do you know of any insightful online articles, etc? Thanks in advance! Douglas

Re: [flexcoders] Re: How does AIR apps connect to database?

2008-08-10 Thread Douglas McCarroll
It sounds like you want to connect to a local DB. BlazeDS works fine to connect to a remote DB but for a local DB the standard approach is the use the SQLite DB that is built into the AIR runtime. On 8/10/08, Joshua Jackson <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com , > "ha

Re: [flexcoders] When not to use weak references?

2008-07-14 Thread Douglas McCarroll
http://www.joeberkovitz.com/blog/2007/06/20/moment-of-weakness-weak-event-listeners-can-be-dangerous/ On Mon, Jul 14, 2008 at 9:43 PM, Tim Rowe <[EMAIL PROTECTED]> wrote: >Use strong references when you're adding an event listener to the same > instance dispatching an event. If it's an ano

Re: [flexcoders] Flex combining Struts, Spring, Hibernate

2008-06-12 Thread Douglas McCarroll
http://www.brightworks.com/technology/adobe_flex/with_java.html http://www.brightworks.com/technology/adobe_flex/blazeds.html On Thu, Jun 12, 2008 at 5:52 AM, kamel <[EMAIL PROTECTED]> wrote: > Hi all, > I have an application developed with Struts, Spring, Hibernate I want > to integrate Flex

Re: [flexcoders] eed simple CRUD application using Flex, Mysql and PHP

2008-05-22 Thread Douglas McCarroll
I'm not a PHP person, but some of the examples listed here may be helpful: http://www.brightworks.com/technology/adobe_flex/with_php.html On Thu, May 22, 2008 at 3:00 PM, andrej770 <[EMAIL PROTECTED]> wrote: > I am a newbie at Adobe Flex. I want to create a simple Address book > in Flex using

Re: [flexcoders] Flex,PHP ,PHPAMF(OR WEBORB) and Cairngorm Demo links need

2008-05-12 Thread Douglas McCarroll
http://www.brightworks.com/technology/adobe_flex/cairngorm.html http://www.brightworks.com/technology/adobe_flex/with_php.html http://www.brightworks.com/technology/adobe_flex/code.html Also, I invite you to attend the Boston Flex Application Incubator Group online, most Monday evenings: http:/

Re: [flexcoders] Vista and LiveCycle DS Express

2008-05-09 Thread Douglas McCarroll
a. I don't think that you're off-topic. A lot of people post LCDS questions to this list. b. I'm working with BlazeDS on Vista with no problems. No guarantee, but BlazeDS and LCDS share so much tech that I'd be surprised if you have problems... On Fri, May 9, 2008 at 3:50 PM, ntman12001 <[EMAIL P

Re: [flexcoders] Java - Air communication via BlazeDS

2008-04-29 Thread Douglas McCarroll
I believe that BlazeDS is a Servlet and thus needs a Servlet container like Tomcat, etc. But it's open source, so you can look at the code yourself. On Tue, Apr 29, 2008 at 2:52 PM, Dima Gutzeit <[EMAIL PROTECTED]> wrote: > Hi to all Flex fans, > > I have one question i need to explore. > >

Re: [flexcoders] SOT: BlazeDS, J2EE, ColdFusion, JBoss

2008-04-25 Thread Douglas McCarroll
I'm not a CF person, but I can answer one part of this. While BlazeDS comes with a "turnkey" Tomcat install, it is relatively simple to install BlazeDS on an existing Tomcat install. I did this about a month ago - I don't remember the details - I just read the instructions and it was painless. On

Re: [flexcoders] Re: Cairngorm ModelLocator array filter...

2008-04-22 Thread Douglas McCarroll
gt; I will find that. > >By the way Douglas, I am having hard time to keep track of all these > different >event, command, component, factory modules. Is there any way I can >draw a visual diagram from which I can visually see which event it tied > with >whi

Re: [flexcoders] Re: Cairngorm ModelLocator array filter...

2008-04-21 Thread Douglas McCarroll
y, it is true that Cairngorm made writing enterprise > > application very > > easy but there are just too many classes and I am really having hard > > time > > to keep track of what is doing what I guess I need to use UML. Any > > suggestion which one

Re: [flexcoders] Re: Cairngorm ModelLocator array filter...

2008-04-18 Thread Douglas McCarroll
> Any suggestions? Yes. Show us the code where you are trying to do this. :) On Thu, Apr 17, 2008 at 9:13 PM, Vivian Richard <[EMAIL PROTECTED]> wrote: > > > >In my main application's creation complete event function I assigned >one of my Modellocator's arraylist to its filter function.

Re: [flexcoders] Seeking tutorial that connects Flex with various architecture

2008-04-13 Thread Douglas McCarroll
You might find some useful links on these pages... http://www.brightworks.com/technology/adobe_flex/testing_debugging_agile_methods.html http://www.brightworks.com/technology/adobe_flex/with_java.html http://www.brightworks.com/technology/adobe_flex/cairngorm.html Douglas On Sat, Apr 12, 2008

Re: [flexcoders] What hosting compagny are you using for Flex + (Blaze || LCDS)

2008-04-13 Thread Douglas McCarroll
I'm going to be grappling with the same question soon, so I'd also love to hear what people are using. Here's an interesting article on using Amazon's EC2: http://weblog.cahlan.com/2008/04/easy-setup-guide-for-blazeds-zero-to.html Douglas On Sun, Apr 13, 2008 at 2:49 PM, guillaumeracine <[EMAIL

Re: [flexcoders] Integrating FlexUnit unit testing with Build Process

2008-04-05 Thread Douglas McCarroll
I wrote a post on this a couple of months ago... http://www.brightworks.com/flex_ability/?p=57 On Fri, Apr 4, 2008 at 4:55 PM, Justin Bozonier <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm a first time poster looking for some information on what you guys > do to integrate your unit tests f

Re: [flexcoders] best way to update a display object's VO's x and y props?

2008-04-02 Thread Douglas McCarroll
Hi Rich, I don't think that I have a great answer for you on this but I have a few questions/thoughts. It sounds as though you want the PageItem's position to initially be set from the VO's x/y, then you want the VO's x/y to reflect the PageItem's x/y as it is dragged. Why don't you *not* have t

Re: [flexcoders] Flex connection with Database

2008-04-02 Thread Douglas McCarroll
Hi Chitra, You might want to check out this post: http://www.bfaig.org/blog/?p=60 The Boston Flex Application Incubator Group is going to be creating several different examples that access a MySQL database using different server-side approaches. I posted an extremely simple example that uses Bla

Re: [flexcoders] errors in livedocs

2008-01-21 Thread Douglas McCarroll
Still down. Would it help move things along if we users begged and pleaded? :) We need this... Douglas On Jan 18, 2008 2:07 AM, Gordon Smith <[EMAIL PROTECTED]> wrote: > > Is it just me ? > > No, it isn't working for me either. I'm cc'ing some folks on the > documentation team. > > Gordon Smit

[flexcoders] Meeting Tonight :: LCDS :: Adobe Boston User Group

2007-12-12 Thread Douglas McCarroll
Topic: LiveCycle Data Services Presenter: Ben Elmore (on video) Date:Wednesday, December 12, 2007 Time:7:00 PM Cost:Free Where: MIT's Stata Center, Room 124 Map: http://tinyurl.com/2u36bt Note: The Stata Center's doors are generally lo

Re: [flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-11-27 Thread Douglas McCarroll
> On Monday 26 Nov 2007, Douglas McCarroll wrote: > > This is obviously an important question. Going beyond one CPU takes us > > from "free" to "lots of money". What will "free" handle? I've been > > My guess is that it works out ch

Re: [flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-11-26 Thread Douglas McCarroll
does anyone else have any experience with this? This is obviously an important question. Going beyond one CPU takes us from "free" to "lots of money". What will "free" handle? I've been curious about this for quite a while and have yet to run across any informatio

[flexcoders] Adobe Boston User Group :: Meeting Tomorrow :: Custom Component Development

2007-10-16 Thread Douglas McCarroll
Hi All, This month we're trying an experiment: We're going to show a video of Doug McCune's presentation at the 360 Conference, discuss it, and perhaps play with component development in FlexBuilder a bit. Details here: http://www.abug.us We hope that you can join us! Douglas

Re: [flexcoders] Ant + SWC

2007-10-15 Thread Douglas McCarroll
Check out Antennae: http://code.google.com/p/antennae/ Douglas On 10/12/07, Richard Rodseth <[EMAIL PROTECTED]> wrote: > > A colleague is setting up Ant builds for our project, and hasn't found > a (good) way to build a SWC without having to specify every class to > include in the SWC. Any poi

[flexcoders] Adobe Boston User Group :: Meeting Tomorrow :: Creating FOTOBlendr

2007-09-11 Thread Douglas McCarroll
Hi All, Those of you who attended the AIR Tour in Boston got a chance to see Todd Prekaski give a very quick five minute presentation on his AIR Derby submission, FOTOBlendr. ABUG has decided to give him a bit more time (actually, an hour or two) to talk about coding issues, etc. Details here: h

Re: [flexcoders] FlexUnit asserError()?

2007-05-31 Thread Douglas McCarroll
Just posted on my blog about this: http://www.brightworks.com/flex_ability/?p=39 Thanks again, Angus. Douglas McCarroll wrote: > > Thanks, Angus! > > Angus Johnson wrote: > > > > Douglas, > > > > One way to test for failure: > > > > try &

Re: [flexcoders] FlexUnit asserError()?

2007-05-30 Thread Douglas McCarroll
t is expected > } > > hth > Angus > > On 31/05/07, *Douglas McCarroll* > <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi All, > > I'd like to write FlexUnit tests that confirm that certain things > cause > my code

[flexcoders] FlexUnit asserError()?

2007-05-30 Thread Douglas McCarroll
Hi All, I'd like to write FlexUnit tests that confirm that certain things cause my code to throw errors. assertError(), so to speak. I don't see any way to do this. Is there a way? Thanks in advance! Douglas ----- Douglas McCa

Re: {Disarmed} [flexcoders] Just getting started, hitting walls...

2007-05-30 Thread Douglas McCarroll
> May need to look at Cairngorm for a unified approach for large applications Yes. A couple of resources: http://cairngormdocs.org/ http://www.brightworks.com/technology/adobe_flex/cairngorm.html Also, I like Joe Berkovitz's ideas on architecture: http://www.adobe.com/devnet/flex/articles/bl

Re: [flexcoders] Embedding Verdana font & "may shadow" error

2007-05-22 Thread Douglas McCarroll
proceed at your own risk" times. Just know that it is a bad and unsafe practice. > > Dan Freiman > nondocs > > On May 22, 2007, at 4:26 PM, Douglas McCarroll wrote: > >> "the embedded font 'Verdana' may shadow a device font of the same name. >

[flexcoders] Embedding Verdana font & "may shadow" error

2007-05-22 Thread Douglas McCarroll
rather cryptic suggestion in the second sentence of the warning. Any ideas? Thanks in advance! Douglas ----- Douglas McCarroll Flex Developer http://www.brightworks.com 617.459.3840 -

Re: [flexcoders] Can any one explain Cairngorm architecture

2007-05-16 Thread Douglas McCarroll
Hi Praveen, I've gathered the best resources I've found here: http://www.brightworks.com/technology/adobe_flex/cairngorm.html Another good resource: http://cairngormdocs.org/ Especially our blog's 'Cairngorm Code Examples" category: http://cairngormdocs.org/blog/?cat=6 Best way to learn is t

Re: [flexcoders] Flex FDS security

2007-05-08 Thread Douglas McCarroll
Jeremy, I'm not at all sure that these address FDS, but they may be of some use: http://store1.adobe.com/products/flex/whitepapers/pdfs/flashsecurity.pdf#search=%22Adobe%20Flash%20Security%20and%20Adobe%20Enterprise%20Solutions%20pdf%22 http://www.adobe.com/devnet/flex/articles/flex_security_wp/

[flexcoders] Does FDS run on Vista?

2007-05-02 Thread Douglas McCarroll
JRun? Thanks, Douglas ----- Douglas McCarroll Flex Developer http://www.brightworks.com 617.459.3840 -

Re: [flexcoders] Cairngorm and compile time generated errors

2007-03-28 Thread Douglas McCarroll
If I recall correctly, this is because you are using the SWC for your Cairngorm code. Point your project at some Cairngorm source code, and give it a try. Douglas bparvizi1 wrote: > > I'm using Cairngorm in Flex Builder Eclipse. However, in my .as and > mxml files the compile time error checki

Re: [flexcoders] about :New Project: FlexCRUD -- Create Update Delete for Flex/amfphp/cairngorm

2007-03-14 Thread Douglas McCarroll
http://www.crowefun.com/flexcrud/doku.php Yiðit Boyar wrote: > hi; > when i saw your [EMAIL PROTECTED] about your project; i saved it in case > i need... and now i need to try it > but the link does not work. > is there any other link that i can download your project ? > thanks... > > - Orig

Re: [flexcoders] [FDS2+Spring/Hibernate] VOs reaching the backend with id=0 ("unsaved-value" problem)

2007-01-19 Thread Douglas McCarroll
glas Carlos Rovira wrote: > > Thanks Douglas, > > Thanks for the response. > > In that case, how people deal with the fact that hibernate expect IDs > with null value instead of 0? > Or maybe I'm missing something? > > > > > On 1/19/07, *Douglas M

Re: [flexcoders] [FDS2+Spring/Hibernate] VOs reaching the backend with id=0 ("unsaved-value" problem)

2007-01-19 Thread Douglas McCarroll
have code on the java side that converts zeros back to nulls. There are discussions about why this is the case in the archive if you want to do some searching... Douglas --------- Douglas McCarroll CairngormDocs.org Webmaster http://www.CairngormD

Re: [flexcoders] FDS: DataService.getItem, AsyncToken and IResponder

2006-12-24 Thread Douglas McCarroll
Hi James, I think that this thread addresses your problem. Also contains my thoughts on a workaround: http://tech.groups.yahoo.com/group/cairngorm-documentation/message/113 Douglas - Douglas McCarroll CairngormDocs.org Webmaster http

Re: [flexcoders] hibernate + many-to-many + inserting records

2006-12-20 Thread Douglas McCarroll
: http://www.brightworks.com/technology/adobe_flex/with_java.html Good luck! When you find a solution, please consider blogging about it. :-) Douglas --------- Douglas McCarroll CairngormDocs.org Webmaster http://www.CairngormDocs.org Flex Developer

RE: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-13 Thread Douglas McCarroll
Hi Jeff, > I could not follow the code.txt > link in your post I wonder why that wouldn't work for you. Let's try again. I've posted the file again with a different name: http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associations/code_2.txt Can you see this one? > I s

Re: [flexcoders] Re: Cairngorm: Event to Command Decision Making (Cairngorm Store 2.0)

2006-12-09 Thread Douglas McCarroll
ld be a logical place to put your lists and your logic... Other thoughts, anyone? Douglas --------- Douglas McCarroll CairngormDocs.org Webmaster http://www.CairngormDocs.org Flex Developer http://www

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-09 Thread Douglas McCarroll
PS. Be careful. I just checked the links in this post and the code page was retrieved from my cache. The new version does *not* have and error message at the top. Hit refresh if it does. :-) Douglas Douglas McCarroll wrote: > Douglas McCarroll wrote: > >> Thanks. I'll le

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-09 Thread Douglas McCarroll
Douglas McCarroll wrote: > Thanks. I'll let you know how it goes. Still stuck. :-) Same "Page request made for item with id = '{filmId=null}'" error. I believe that I've implemented Jeff's suggestions. I've refreshed this code listing

Re: [flexcoders] Cairngorm: Event to Command Decision Making (Cairngorm Store 2.0)

2006-12-08 Thread Douglas McCarroll
nd your dropdown to displayStatesUS. My 2c - I'm fairly new to Cairngorm... :-) Douglas - Douglas McCarroll CairngormDocs.org Webmaster http://www.CairngormDocs.org Flex Developer http://www.brightworks.com 617.459.3840 --

Re: [flexcoders] Re: Cairngorm Newbie Question - Please set me straight

2006-12-06 Thread Douglas McCarroll
= responder.onResult; > call.faultHandler = responder.onFault; > } > private var responder : Responder; > private var service : Object; > } > > > On 12/6/06, *Douglas McCarroll* < > [EMAIL PROTECTED] > <mailto:[

Re: [flexcoders] Re: Cairngorm Newbie Question - Please set me straight

2006-12-06 Thread Douglas McCarroll
eates an instance of the ServiceLocator and > > executes .getRemoteObject("queueService") > > The queueService is configures in Services.mxml as > > > > > id="queueService" > > destination="ColdFusion" >

Re: [flexcoders] Re: Cairngorm's Anaemic Domain Model

2006-12-05 Thread Douglas McCarroll
still isn't clear (at least to me) whether there's a standard way to pass in a conflict() method. Have you found your way to clarity on this, Adobe? :-) Douglas - Douglas McCarroll CairngormDocs.org Webmaster http://www.CairngormD

Re: [flexcoders] Cairngorm Newbie Question - Please set me straight

2006-12-05 Thread Douglas McCarroll
r its Commands had finished and that then did something when all were finished. Other Cairngorm programmers, wiser than I, will probably ask you wise questions about why you wish to pull data from six different data sources... :-) Douglas ---------

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-04 Thread Douglas McCarroll
Thanks. I'll let you know how it goes. Jeff Vroom wrote: > > Ø Do I need a fourth destination for the FilmActorID class? > > Nope, that instance is managed by the FilmActor destination. It does > not have its own “id” so it can’t be in a separate destination. > > Jeff > > -- Flexcoders Mail

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-04 Thread Douglas McCarroll
s – both hibernate and FDMS will support that and since > you do not have any additional properties in the mapping table, it is > pretty common to avoid an extra type. > > You are right though that this fix will not greatly improve the > performance. We are still going to need to

Re: [flexcoders] FDS number NaN

2006-12-02 Thread Douglas McCarroll
= null > XPos = 0 > byline = > publishedDate = null > dateCreated = null > pageDef = null > copyForSearch = true > validFromDate = null > validToDate = null > deployedPath = > createdByUser = null > bylineOccupation = > body = &g

Re: [flexcoders] Cairngorm’s Anaemic Doma in Model

2006-12-02 Thread Douglas McCarroll
g/?p=20 I'm not sure that it addresses the main thrust of your concern, but it does talk about using more than "a collections of dumb value objects"... Douglas --------- Douglas McCarroll CairngormDocs.org Webmaster http://w

Re: [flexcoders] FDS number NaN

2006-12-01 Thread Douglas McCarroll
m not using a primitive, I am using Long. I wonder what > it does for those. > > Jeff > > > */Douglas McCarroll <[EMAIL PROTECTED]>/* wrote: > > Jeff, > > I'm not sure that this will help you find a solution, but it confirms > that this is a kn

Re: [flexcoders] FDS number NaN

2006-12-01 Thread Douglas McCarroll
quot; Douglas ----- Douglas McCarroll CairngormDocs.org Webmaster http://www.CairngormDocs.org Flex Developer http://www.brightworks.com 617.459.3840 - Jeff Krueger wrote: > All, > > I am finding that when I pass a action

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-30 Thread Douglas McCarroll
messed up because of that? It might be worth > changing that to an int if that is an easy test to run. > > I will try to get a chance to look at this more tomorrow. > > Jeff > > -Original Message- > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> >

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-30 Thread Douglas McCarroll
e - I > do not think we've tried id properties as short values so maybe > something is getting messed up because of that? It might be worth > changing that to an int if that is an easy test to run. > > I will try to get a chance to look at this more tomorrow. > >

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-29 Thread Douglas McCarroll
Jeff Vroom wrote: > 4) If you turn on debug logging in the server for > the “Endpoint.*” logging category, you’ll see the > object graph which is sent to the client after > your fill. I am curious if the time is being > spent loading the data from the database or > sending data to the client

Re: [flexcoders] Cairngorm ServiceLocater Problem

2006-11-29 Thread Douglas McCarroll
mode. You should be able to find out where/when your code is attempting to create instances. Hope this helps, Douglas - Douglas McCarroll CairngormDocs.org Webmaster http://www.CairngormDocs.org Flex Developer http://www.brightworks.com

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-28 Thread Douglas McCarroll
nce to look into the test case in more detail > later. Regards, > > Jeff > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Douglas McCarroll > *Sent:* Tuesday, Novem

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-28 Thread Douglas McCarroll
pping your client classes to your domain > objects. Am I wrong? > > - Richard > > On 11/28/06, *Douglas McCarroll* > <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi All, > > This is essentially a repost of my "How to im

[flexcoders] many-to-many managed association in Hibernate destination

2006-11-28 Thread Douglas McCarroll
Hi All, This is essentially a repost of my "How to implement Lazy Hibernate?" question. I'm still completely stuck. Here's the error message I'm getting: [RPC Fault faultString="Page request made for item with id = '{filmId=null}'. The item was not in the cache and the adapter's get method f

Re: [flexcoders] FDS and AMFPHP

2006-11-28 Thread Douglas McCarroll
Philippe, I don't use PHP but have been collecting interesting links in case I start. :-) I suspect that one or more of them will help: http://www.brightworks.com/technology/adobe_flex/with_php.html Douglas ----- Douglas McCa

Re: [flexcoders] How to implement Lazy Hibernate?

2006-11-26 Thread Douglas McCarroll
Hi Kelly, > Maybe if you eliminated the one-to-many relationships on Film and Actor. > Then you would have a separate collection of FilmActors that you could query by film or actor. > It would eliminate the circular reference but I am not sure it’s the best solution or what you had in mind.

Re: [flexcoders] How to implement Lazy Hibernate?

2006-11-26 Thread Douglas McCarroll
t; ---- > > *From:* [EMAIL PROTECTED] ups.com <http://ups.com> > [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ups.com > <http://ups.com>] *On Behalf Of *Douglas McCarroll > *Sent:* Sa

Re: [flexcoders] How to implement Lazy Hibernate?

2006-11-26 Thread Douglas McCarroll
anagement-config.xml, but I'm new to all of this and could be doing other things wrong as well. TIA! Douglas - Douglas McCarroll CairngormDocs.org Webmaster http://www.CairngormDocs.org Flex Developer http://www.brightworks.com 617.459.3840 -

[flexcoders] How to implement Lazy Hibernate?

2006-11-25 Thread Douglas McCarroll
elevant code, plus my latest error message, is here: http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associations/code.txt I assume that my problem is in data-management-config.xml, but I'm new to all of this and could be doing other things wrong as well. TIA! Douglas -

Re: [flexcoders] Can't debug in Data Services project

2006-11-09 Thread Douglas McCarroll
I'm also interested in this question. James Ward's post on debugging Java & Flex... http://www.cayambe.com/wordpress/?p=47 ... assumes that the reader is using JRun. I've posted a comment begging him to include instructions for Tomcat users but realize that he may have other priorities. So I'

[flexcoders] mx.rpc.remoting.mxml.RemoteObject source code?

2006-11-08 Thread Douglas McCarroll
Hi All, Does anyone know if the source code for mx.rpc.remoting.mxml.RemoteObject is available? And if so, where to find it? Doesn't seem to be in \Flex SDK 2\frameworks\mx\. TIA! Douglas McCarroll -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/

Re: [flexcoders] Re: cairngorm: calling a function in a view

2006-11-08 Thread Douglas McCarroll
Hi Jamie, I'm a Cairngorm newbie, but it looks to me as though this is simply a case of trying to cobble preexisting code (your SWC) into a framework that it wasn't designed for. In such a case your current fix, though a kludge, may be a reasonable solution, even if not really Cairngorm-compli

[flexcoders] Simple CairngormStore Question

2006-11-06 Thread Douglas McCarroll
Hi All, In the CairngormStore example's ProductsAndCheckoutViewStack.mxml file, it's obvious that it is its bodyViewToShow() method that switches the displayed view. But how is bodyViewToShow() called? I can't find any method that it is called from. I've also tried placing breakpoints in it,

Re: [flexcoders] FDS-Hibernate Error: Error instantiating ... 'flex.data.assemblers.HibernateAssembler'

2006-11-02 Thread Douglas McCarroll
ForName(ReflectHelper.java:108) > at > org.hibernate.mapping.Component.getComponentClass(Component.java:102) > ... 51 more > > Jeff > > -Original Message- > From: Douglas McCarroll > [mailto:[EMAIL PROTECTED] > <mailto:org.yahoo_primary.001%40douglasmccarroll.com&g

Re: [flexcoders] FDS-Hibernate Error: Error instantiating ... 'flex.data.assemblers.HibernateAssembler'

2006-11-02 Thread Douglas McCarroll
specific > code logs all of the stack traces when a servlet throws an exception > during startup. > > We do ship the source to the hibernate assembler so if necessary you > could use that to help debug the problem. > > Jeff > > ---

Re: [flexcoders] Re: Cairngorm 2 with Data Management

2006-11-02 Thread Douglas McCarroll
Laidezmon, I'm working on the same thing but am not much (any?) further along than you are. But hope to be making progress in the coming days and weeks! I'm taking the approach of getting the server-side connection set up first. I'm using Data Management Services and Hibernate. I've downloaded

[flexcoders] FDS-Hibernate Error: Error instantiating ... 'flex.data.assemblers.HibernateAssembler'

2006-11-01 Thread Douglas McCarroll
Hi All, Here's a more complete error message (from Tomcat's localhost log file): Nov 1, 2006 4:22:13 PM org.apache.catalina.core.ApplicationContext log SEVERE: StandardWrapper.Throwable flex.messaging.config.ConfigurationException: Unable to create service 'flex.data.DataService' for 'data-servi

Re: [flexcoders] FB2 != Eclipse 3.2

2006-10-27 Thread Douglas McCarroll
> Any reason not to install Eclipse 3.2 alongside FB2? I've been asking the same question and, no, so far no reason not to run two versions. I've installed JBoss 2.0 which is based on 3.2. Reason: I wanted to use HibernateTools which requires 3.2. Also, the HibernateTools web page says "Hiber

Re: [flexcoders] Questions about RTMP ports and channel definitions

2006-10-24 Thread Douglas McCarroll
ame box. If you're not running FMS go > ahead and use 1935. If you have multiple apps, just increment the > value for each successive FDS app's RTMP endpoint. > > HTH, > Seth > > > From: flexcoders@yahoogroups.com <mail

[flexcoders] HibernateTools?

2006-10-23 Thread Douglas McCarroll
Hi All, Has anyone on this list gotten HibernateTools (http://www.hibernate.org/255.html) to work in Eclipse? In specific, have you successfully reverse-engineered DBs to create Hibernate mapping files & Java code? Any tips? TIA! Douglas -- Flexcoders Mailing List FAQ: http://groups.yahoo.

Re: [flexcoders] Questions about RTMP ports and channel definitions

2006-10-23 Thread Douglas McCarroll
from Adobe can correct me if I am wrong, that is only my > assumption. Hope that helps! > > -Original Message- > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>] On Beha

Re: [flexcoders] Questions about RTMP ports and channel definitions

2006-10-23 Thread Douglas McCarroll
…the port is already in use so the second instance will fail since it > can not bind to that same port number on startup. > > -Stace > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] &

[flexcoders] Questions about RTMP ports and channel definitions

2006-10-22 Thread Douglas McCarroll
gebroker/amfpolling ... as opposed to specifying a specific port, as we do in RTMP channel defs. Do I understand this correctly? 4. I'm guessing that the reason why this isn't a problem is that they don't use a sustained connection, as RTMP channels do. Is this correct? Thank

Re: [flexcoders] Help! Problem reinstalling FlexBuilder

2006-10-20 Thread Douglas McCarroll
Hi Matt, > You’re sure you’re selecting the root of the eclipse directory for your install? You're right. I could swear that on previous attempts I had checked for this but in this attempt I had re-downloaded Eclipse and it seems to have configured its folders differently. There was another "

[flexcoders] Help! Problem reinstalling FlexBuilder

2006-10-19 Thread Douglas McCarroll
Hi All, I'm reinstalling FB as an Eclipse plugin - previously had it installed as plugin - no problem - uninstalled both FB & Eclipse - reinstalled Eclipse - now when I try to reinstall FB I get this message: "Please choose an existing Eclipse 3.1 (or greater) folder to be updated" "This folde

[flexcoders] Samples:CRM example doesn't generate hibernate.cfg.xml on Tomcat

2006-10-18 Thread Douglas McCarroll
Hi All, I'm trying to get the CRM example to work using Hibernate. Victor Rubba has a post about doing this at: http://viconflex.blogspot.com/2006/09/flex-data-services-crm-sample-using.html He obviously got it to work, but the process breaks for me by the second step in his outline. I uncomme

Re: [flexcoders] Open source Hibernate projects?

2006-10-16 Thread Douglas McCarroll
et > started, they are easy enough to do for people who have never used > Hibernate. What better way than to jump right in yourself! > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] >

[flexcoders] Open source Hibernate projects?

2006-10-16 Thread Douglas McCarroll
Hi All, Can you suggest any open source Hibernate based projects that I could play with? I want to familiarize myself with Hibernate and (more importantly) experiment with putting a Flex front end on top of a Hibernate based app. The Roller Weblogger project kind of fits the bill, but I'm thin

Re: [flexcoders] Flex + coldfusion without FDS

2006-10-13 Thread Douglas McCarroll
There's an article on this subject here: http://coldfusion.sys-con.com/read/279879.htm "Developing Flex 2 Applications with ColdFusion and XML Without Needing FDS or Mystic" Douglas McCarroll omkarjoe wrote: > > Hi Everyone, > > I was wondering if it is possible

[flexcoders] Article on setting up an Apache/Tomcat/FDS Server

2006-10-12 Thread Douglas McCarroll
Hi All, I just posted this article: http://www.brightworks.com/flex_ability/?p=15 Might be helpful to some... Douglas -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Y

[flexcoders] Flex meeting in Boston tomorrow (Wednesday)

2006-10-10 Thread Douglas McCarroll
wbie of curious, please join us. If you're more advanced, we'd love to have you come and share your knowledge. :-) Meeting is at MIT's Stata center at 6:00 PM. Details at: http://www.abug.us Douglas McCarroll -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/

Re: [flexcoders] 2 FDS Samples break when production-mode is set to true

2006-10-10 Thread Douglas McCarroll
rue? > > > > Thanks > > Kumaran > > > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Douglas McCarroll > *Sent:* Tuesday, October 10, 2006 8:27 PM > *To:* flex

Re: [flexcoders] 2 FDS Samples break when production-mode is set to true

2006-10-10 Thread Douglas McCarroll
--- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Douglas McCarroll > *Sent:* Tuesday, October 10, 2006 8:27 PM > *To:* flexcoders post > *Subject:* [flexcoders] 2 FDS Samples bre

[flexcoders] 2 FDS Samples break when production-mode is set to true

2006-10-10 Thread Douglas McCarroll
Hi All, I'm running into a problem with running the CRM sample and the FlexCab Dispatcher sample with production-mode set to true. I'm running FDS on Tomcat on Windows 2000 Server. All sample apps work fine if I set production-mode=false. When I set it to true and try to run CRM I get this mes

[flexcoders] Questions about ObjectProxy and Binding

2006-10-09 Thread Douglas McCarroll
Hi All, A look at the LangRef for ObjectProxy shows lots of properties and methods that are clearly designed for event listener registration, etc, e.g. addEventListener(), dispatchEvent(), etc. It looks as though ObjectProxy's main purpose in life is to be a bindable-to object. Yes? But the "B

[flexcoders] Questions about ObjectProxy and Binding

2006-10-09 Thread Douglas McCarroll
Hi All, A look at the LangRef for ObjectProxy shows lots of properties and methods that are clearly designed for event listener registration, etc, e.g. addEventListener(), dispatchEvent(), etc. It looks as though ObjectProxy's main purpose in life is to be a bindable-to object. Yes? But the "Buil

Re: [flexcoders] flex 2 starter

2006-10-03 Thread Douglas McCarroll
General Flex & FDS install info here: http://www.adobe.com/support/documentation/en/flex/2/install.html JBoss-specific FDS install info here: http://www.adobe.com/support/documentation/en/flex/2/install.html#jboss Husain Kitabi wrote: > Hi > I am having an application built a year ago on fle

Re: [flexcoders] cairngorm for flex 2

2006-10-01 Thread Douglas McCarroll
http://labs.adobe.com/wiki/index.php/Cairngorm#Downloads relisanhard52 wrote: > > Hi > Where can I find download for cairngorm for flex 2. > Please advise. > > Tks. > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www

Re: [flexcoders] Flex 2.0 Hosting ( Cheap / Inexpensive )

2006-09-24 Thread Douglas McCarroll
Thanks, Anatole! Anatole Tartakovsky wrote: > > http://coenraets.org/blog/2006/09/30-minutes-flex-test-drive-for-java-developers/ > > <http://coenraets.org/blog/2006/09/30-minutes-flex-test-drive-for-java-developers/> > - > take war file there > > &g

[flexcoders] “Failed to create new project. Re ason: Element not found: [path]” er ror message

2006-09-23 Thread Douglas McCarroll
Hi All, Just posting to the list in case someone in the future searches the archive for the error message “Failed to create new project. Reason: Element not found: [path]” I just spent about four hours solving this problem. Explanation and solution are here: http://www.brightworks.com/flex_a

Re: [flexcoders] Flex jobs

2006-09-22 Thread Douglas McCarroll
Hi Sri, > how should start my career with flex, should i learn flash, xml, php, > asp or shall i directly learn flex I'm not a Flex expert (yet) - in fact I'm somewhat in the same position that you are in. But I've been scouting around, trying to get answers to this question, and can perhaps

Re: [flexcoders] Flex 2.0 Hosting ( Cheap / Inexpensive )

2006-09-22 Thread Douglas McCarroll
have root access to a > server. > > Makes me think I should just do it and sell it as a service. > > --Kelly > > > > -Original Message- > From: flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com> [mailto: > flexcoders

Re: [flexcoders] David George Presentation re Improving Performance of Flex Apps

2006-09-21 Thread Douglas McCarroll
It plays fine for me. aaron smith wrote: > > does anyone eles have problems with sounds, it cuts out after a couple > minutesl... > > On 9/20/06, *greg h* <[EMAIL PROTECTED] > > wrote: > > Adobe just put up a great Adobe Connect recording of a 1 hour > presentat

  1   2   >