Re: [flexcoders] Embedding/visualizing special characters issue

2009-03-20 Thread Christian Giordano
to render all the characters. Cheers, chr 2009/3/20 Peter Farland pfarl...@adobe.com: Hey Christian, Make sure there are no null chars 0x00 in the String as the display of such Strings are truncated at the first null char. What version of Flex are you using? Are you using an @font-face

Re: [flexcoders] Embedding/visualizing special characters issue

2009-03-20 Thread Christian Giordano
I tried to add the parameter to the java compiling but doesn't seem to work. I'm using Ant and I'm on a mac. Cheers, chr 2009/3/20 Christian Giordano christ...@nuthinking.com: Funnily enough it was just the font missing the characters. What was driving me crazy is that Flash IDE when putting

[flexcoders] Embedding/visualizing special characters issue

2009-03-19 Thread Christian Giordano
Hi guys, this is getting a bit mad, can anyone manage to embed and visualize characters like: ř (U+0159) ? I'm trying to embed an OpenType font (AvantGarde) to be able to show Chek chars, like: ůěČžíýř And regardless the unicodeRange, there is no way to make it see it :S Also other chars of the

Re: [flexcoders] Multiple Project deployment

2008-10-28 Thread christian crisologo
Hi , Thanks for the reply and your advice.That's also what I'm thinking putting the two application in different folder. Is there's way controlling it through properties files like in java before building it?, or doing it to your framework to select which deployment you'll be released?, thanks

Re: [flexcoders] No of Lines of Code

2008-06-27 Thread Christian Giordano
Maybe this can help you, or at least its source. https://blogs.conchango.com/filthyria/archive/2008/05/19/code-stats-as-air-app.aspx Cheers, chr ___ { Christian Giordano's site and blog @ http://nuthinking.com } On Wed, Jun 25

[flexcoders] Autoresize of a Tile container

2008-05-11 Thread Christian Giordano
. It strange because in this example it seems to work fine: http://graphics-geek.blogspot.com/2008/04/sorted-details.html Any ideas? Thanks, chr -- ___ { Christian Giordano's site and blog @ http://nuthinking.com }

[flexcoders] Re: Flex 3 Maven plug-in?

2008-05-09 Thread Christian Edward Gruber
Also, the maven-flex2-plugin works with flex3 at this point. It can be found at http://www.israfil.net/projects/mojo/maven-flex2-plugin Christian.

Re: [flexcoders] General list consensus using 'this' when referencing local vars

2008-04-08 Thread Christian
I personally prefer to use it, as it makes it clearer for me later when I come back as to what is a class member/function and what is in the local/global scope. I say use which one you prefer. I came from a java background, and I remember always using 'this' with java classes. But that's just my 2

Re: [flexcoders] Re: selecting a secure channel with RemoteObject

2008-04-06 Thread Christian
. If you require more complex setups, the services-config might be the way to go. Christian. On Mon, Apr 7, 2008 at 6:35 AM, Aaron Miller [EMAIL PROTECTED] wrote: So is this not possible then? Can any one recommend an alternative solution? I could possibly create a standalone app that gets

Re: [flexcoders] Return query from flex after file upload??

2008-04-05 Thread Christian
Check out DataEvent.UPLOAD_COMPLETE_DATA. Using your example... import mx.collections.ArrayCollection; import mx.rpc.events.ResultEvent; import flash.net.FileReference; private var _request:URLRequest = new URLRequest([L=http://localhost/demoApp/upload.cfc?method=doImport;);]ht\

Re: [flexcoders] Get the Domain the Flex app is running in

2008-03-26 Thread Christian
- SNIP - I instantiate an instance of it in the initialize event of the application. All it's properties are null. - SNIP - I think this might be your problem. I remember trying to use Application.urlsome time back in the application initalize event, only to find that it was null. But once I

Re: [flexcoders] forcing IE7 to accept a certificate warning?

2008-03-26 Thread Christian
and elaborate a little more if it does not. As for the AS3 bit, I doubt very much that there would be a way. Christian. On Thu, Mar 27, 2008 at 6:15 AM, Anthony Ettinger [EMAIL PROTECTED] wrote: I have an app that I need to access a crossdomain via https://192.168.x.x The problem is that domain

Re: [flexcoders] forcing IE7 to accept a certificate warning?

2008-03-26 Thread Christian
. On Wed, Mar 26, 2008 at 2:31 PM, Christian [EMAIL PROTECTED]chippersbox%40gmail.com wrote: When the certificate was self signed, was it signed with a self created CA? if so, you can install the CA you created as an authority in IE. That way any certificate signed by that CA cert

Re: [flexcoders] How do I remove an effect?

2008-03-25 Thread Christian
I'm not sure if this is possible, but I know that in the past, I've set effects using setStyle('effectName', EffectClassInstance). Would it be possible to just use that and set it to null perhaps? On Tue, Mar 25, 2008 at 3:09 PM, Josh McDonald [EMAIL PROTECTED] wrote: Hey guys, How do I

Re: [flexcoders] Re: Flex 2 SDK (hotfix 1) source?

2008-03-05 Thread Christian
If you still need them, I have copies of flex_sdk_2.zip (No hotfixes), flex2sdk_hf1_159086.zip, and flex_sdk_2_Hotfix2.zip. All have the source in frameworks/source. pm me if you want them, and we can work out a way to get them too you as they're each about 40MB. On 3/5/08, Dmitri Girski [EMAIL

[flexcoders] [job] freelancer required in the London area

2008-01-17 Thread Christian Giordano
-- ___ { Christian Giordano's site and blog @ http://nuthinking.com }

[flexcoders] Maven Flex Plugin v1.3 Released

2008-01-14 Thread Christian Edward Gruber
are improved, so hopefully that sort of thing won't happen much more. warm regards, Christian.

[flexcoders] Maven Flex Plugin 1.2 broken, 1.3-SNAPSHOT available...

2008-01-11 Thread Christian Edward Gruber
to give anyone who needed to know a heads-up. Christian Gruber [EMAIL PROTECTED]

Re: [flexcoders] Maven plugin out of memory problem

2007-10-16 Thread Christian Edward Gruber
be a disclosure any more than sample code. regards, Christian. On 16-Oct-07, at 7:01 AM, Ronen Naor wrote: I can't send only part of my POM because of company issues, but I can tell u there is nothing particular there. What I did to solve it was to building with antrun plugin using

Re: [flexcoders] Maven plugin out of memory problem

2007-10-16 Thread Christian Edward Gruber
(it's in two lines because of the system I use to avoid excessive command line length on windows). Take a look at that output and see what's different about the command-line vs. what the ant-run version does. christian. On 16-Oct-07, at 1:42 PM, Ronen Naor wrote: sure, it was alreasy

Re: [flexcoders] Maven plugin out of memory problem

2007-10-15 Thread Christian Edward Gruber
encountered a few cases where the defaults are crazy or at least different from FlexBuilder, causing interesting results. Christian. FYI: There is a israfil-mojo-users list at googlegroups. -cg. On 15-Oct-07, at 9:41 AM, Ronen Naor wrote: Yes, I did try java -Xmx without any luck. And I don't

Re: [flexcoders] Re: Ant + SWC

2007-10-15 Thread Christian Edward Gruber
other files, and include them all behind the scenes. That one would have to specify explicit resources on the command-line (or as a separate param) is just ludicrous. But at least the below should work for pure .as class files. Christian. On 15-Oct-07, at 7:59 PM, realeyes_jun wrote

Re: [flexcoders] Maven plugin out of memory problem

2007-10-14 Thread Christian Edward Gruber
version of a binary, in most compilers, takes less memory than the debug version. regards, Christian. On 14-Oct-07, at 1:14 PM, Ronen Naor wrote: Hi, Has anyone encountered the following problem using the maven israfil plugin: java.lang.OutOfMemoryError: Java heap space

Re: [flexcoders] How to build on command line?

2007-09-10 Thread Christian Edward Gruber
an automated build system and configure it to work with your config. regards, Christian. On 10-Sep-07, at 10:30 AM, Mark Ingram wrote: That's great, thanks. I've outputted the compiler options from FlexBuilder, rather than use this complete file, should I just take the relevant sections

Re: [flexcoders] How to build on command line?

2007-09-10 Thread Christian Edward Gruber
settings, and add what you need on top. I've little familiarity with relevant ANT builds of flex, but if you decide to try out maven and are having any trouble, shoot me an e- mail, and I'll try to help. Christian. On 10-Sep-07, at 11:24 AM, Mark Ingram wrote: Well that's exactly what I'm planning

Re: [flexcoders] How to build on command line?

2007-09-10 Thread Christian Edward Gruber
Nice. Is that up and searchable on the web (other than in this archive)? It'd be a nice thing to put up on a wiki somewhere. Christian. On 10-Sep-07, at 11:46 AM, Scott - FastLane wrote: Jumping in a bit late here... but, I build on the command line using ant after checking code out

Re: [flexcoders] RELEASE: maven-flex2-plugin 1.1 released

2007-09-10 Thread Christian Edward Gruber
, Christian. On 10-Sep-07, at 2:26 PM, Marvin Froeder wrote: That is great. And how about modules? Are they supported? Any planning? VELO On 9/10/07, Christian Gruber [EMAIL PROTECTED] wrote: Greetings all, I have just released maven-flex2-plugin v1.1. This is a plugin to allow flex

[flexcoders] RELEASE: maven-flex2-plugin 1.1 released

2007-09-09 Thread Christian Gruber
at the googlecode site which has an issue (bug) tracker. Thanks for all the issues logged - there are still ones left, and I'll be working on them and some new features over the next two months. My plan is to release more frequently with smaller increments of change. regards, Christian.

Re: [flexcoders] Re: Adding a class path to israfil maven plugin

2007-05-27 Thread Christian Gruber
possibilities. In short, right now there is no way to precisely accomplish what you're doing, so you'll regrettably have to find a workaround. Christian. On May 27, 2007, at 5:50 AM, ivansebastiansurya wrote: Hi Christian, Thanks for your reply. What I want to do is adding a folder to the class

Re: [flexcoders] Re: Adding a class path to israfil maven plugin

2007-05-27 Thread Christian Gruber
Anytime. -cg On May 27, 2007, at 3:42 PM, ivansebastiansurya wrote: Oh... I see. Thanks for your reply Christian. In that case I'll just store my locale files in the same directory as the source files. Thanks for your time. Ivan. christian gruber + [EMAIL PROTECTED] + mob 410.900.0796

Re: [flexcoders] Re: Adding a class path to israfil maven plugin

2007-05-24 Thread Christian Gruber
to include into .swc/.swfs? or is it something you want to configure the compiler itself with. Christian. On May 24, 2007, at 7:42 PM, ivansebastiansurya wrote: Hi again, Thanks for your reply. But what I was looking for when I want to include properties file for internationalisation. I

[flexcoders] maven flex2 plugin googlecode up and running.

2007-05-14 Thread Christian Gruber
, Christian. christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

Re: [flexcoders] Problem building swc with israfil maven plugin

2007-05-11 Thread Christian Gruber
All source needs to be under src/main/flex, per standard maven layout style. TestLib src main flex com company MyClass.as .actionScriptProperties .flexLibProperties . project pom.xml regards, Christian. On May 11, 2007, at 3:11

Re: [flexcoders] Problem building swc with israfil maven plugin

2007-05-11 Thread Christian Gruber
for now, and I'll handle it one way or another. Please mention the workaround of using the default path. Christian. On May 11, 2007, at 6:28 PM, Sterling, Brian wrote: Thanks Christian. That does work. However, for my swf build, I was able to override the default source location using

Re: [flexcoders] Re: Here comes a new challenger!!! Sun announces JavaFX

2007-05-10 Thread Christian Gruber
You're bang-on, Jeff. It's like what people had hoped to do with client/server + distributed objects (CORBA). Oh, what an age we live in. :) Christian. christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

Re: [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
that is then included as a webresource by the .war. None of it is rocket science. Christian. On May 10, 2007, at 4:06 AM, jeff_at_flexgroups wrote: Actually, the SB M2F2 Plugin build SWCs, SWFs, and manages SWC dependencies. We used it for multi-module builds and bundle assembly (we manage several

Re: [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
a flex.home property. Eventually, once the open-sourced compiler is available, I'll build the compiler in (or help adobe mavenize the jars and use it as a dependency of the plugin itself - whatever works). Christian. On May 10, 2007, at 11:30 AM, jeff_at_flexgroups wrote: Next release (0.9.2

Re: Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
a great job so far. There might even be no added value in mine, except insofar as I have already arranged for replication to the repo1.maven.org, but that's organizational. We'll figure it out. Cheers, Christian christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023

Re: [flexcoders] experience with Hibernate Annotations FDS

2007-05-10 Thread Christian Gruber
relationships, you don't have to include them - those methods will simply have empty sets. But if that is not an issue, go right ahead. FDS doesn't even know about the metadata - it maps objects to actionscript agnostically. regards, Christian. On May 10, 2007, at 1:59 PM, Kevin wrote

Re: Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
, the flexlibproperties dont' work in the mxmlc compiler, do they? I thought it was only compc that used that - or am I misunderstanding. Christian. On May 10, 2007, at 3:02 PM, Sterling, Brian wrote: You guys are awesome! I feel little tears of joy coming to my eyes when I think about this beautiful

Re: Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Christian Gruber
Oh and thanks! But we haven't collaborated much yet. ;) We're just checking it all out at this point. Thank us when it's all shipping with the latest. Christian. On May 10, 2007, at 3:02 PM, Sterling, Brian wrote: You guys are awesome! I feel little tears of joy coming to my eyes

Re: [flexcoders] Re: Here comes a new challenger!!! Sun announces JavaFX

2007-05-09 Thread Christian Gruber
. Christian. On May 9, 2007, at 3:57 PM, dmiramontesval wrote: Yeah maybe this needs a bit more explanation. Even though RIA stands for Rich Internet Applications, apparently for the people in Sun, RIA can also refer to Rich Applications in the desktop and in mobile devices. In their own words

Re: [flexcoders] Building flex apps with Maven 2?

2007-05-09 Thread Christian Gruber
initial, but it's enough for people to start pushing issues in, so if you want to post that, feel free. Christian. On May 9, 2007, at 6:38 PM, Sterling, Brian wrote: Thanks for the pointer Thijs. I was able to use the maven-resources-plugin to generate the html wrapper from the templates

Re: [flexcoders] Building flex apps with Maven 2?

2007-05-08 Thread Christian Gruber
the flex maven plugin uses. Christian. P.S. By the way, I'll be likely moving the whole project over to code.google.com or something so people can start checking out the source for themselves if they want instead of the limited source packaging that maven does automagically. -cg On May 8, 2007

Re: [flexcoders] Re: Question about the 'includes' compiler option and SWC files.

2007-05-05 Thread Christian Gruber
When you compile a swf against a swc it only uses those parts of the .swc it needs, so you can have a very large .swc file and it will not include all things from the .swc. Christian. On May 5, 2007, at 11:39 AM, gotgoose09 wrote: I'm giving this thread one more chance at the top

Re: [flexcoders] Re: Question about the 'includes' compiler option and SWC files.

2007-05-05 Thread Christian Gruber
may be able to use wildcards with sources (because they're paths, not AS3 class definition names, but in that case it would be the shell resolving the wildcard, not the compiler. Christian. On May 5, 2007, at 3:14 PM, gotgoose09 wrote: Thanks for that info! Is there somewhere I can read

Re: [flexcoders] Flex Goes Open Source

2007-04-26 Thread Christian Gruber
, but annoying for setup. Christian. On Apr 26, 2007, at 8:47 AM, Brian Lesser wrote: LOL, I hope not... world domination seems a little extreme for a compiler, debugger, component framework and the other bits and pieces... christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob

Re: [flexcoders] Datagrid selection enabled only on first column

2007-04-17 Thread Christian Chua
Alex, Thanks for your advice. Any chance you can point me to a website with .mxml files that implement this idea ? Thanks, Christian - Original Message - From: Alex Harui To: flexcoders@yahoogroups.com Sent: Monday, April 16, 2007 5:51 PM Subject: RE: [flexcoders

[flexcoders] Datagrid selection enabled only on first column

2007-04-16 Thread Christian Chua
Hello. Is there a way to tell the DataGrid component to trigger selection only on the first column ? The default behavior is that clicking anywhere on the row selects the row. Thanks, Christian

Re: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread Christian Gruber
, staging and production environments. Without the ability to certify a build through staged environments, Flex will have a difficult time rolling out in large organizations with serious software development processes in place. regards, Christian. On Mar 21, 2007, at 9:54 AM, Peter Farland

Re: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread Christian Gruber
? regards, christian. On Mar 21, 2007, at 10:59 AM, Peter Farland wrote: What sorts of things change between your dev, qa, staging and production environments? Debugging levels? Ports? WAR context roots? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christian Gruber

Re: [flexcoders] Re: Maven plugin outputDirectory is READONLY

2007-03-20 Thread Christian Gruber
I'll be getting back to it soon with some updates. Christian. On Mar 20, 2007, at 5:47 AM, romaindelfour wrote: Hello Here is what you want : http://repo1.maven.org/maven2/net/israfil/mojo/maven-flex2-plugin/ 1.0-alpha-2/ I did it. I'm trying to patch it for my needs. Hope it helps you

Re: [flexcoders] Re: Maven plugin outputDirectory is READONLY

2007-03-20 Thread Christian Gruber
Yeah. Others have asked. I don't have a public svn repo right now. I'm going to try to set one up, but my current project has me pretty locked up. As soon as I can do, I'll get that going so others can contribute, patch their own, yadda yadda. Sorry for the delay on this. Christian

Re: [flexcoders] How to get Flex2 Maven Plugin?

2007-02-10 Thread Christian Gruber
You are correct, but I am away and not easily able to do so. I will update the examples when I get back from my travels next weekend or the following week. Thanks for the note. Christian. On 2/9/07 9:20 PM, Thijs Triemstra | Collab [EMAIL PROTECTED] wrote: Hi Cristian

Re: [flexcoders] How to get Flex2 Maven Plugin?

2007-02-08 Thread Christian Gruber
, please feel free to e-mail me with comments, thoughts, missing features, problems, etc. Regards, Christian Gruber On 2/6/07 12:47 AM, Thijs Triemstra | Collab [EMAIL PROTECTED] wrote: I created a new project with maven and edited the pom.xml so it looks like this: project xmlns

RE: [flexcoders] Apollo features

2007-02-02 Thread Christian Weibell
Me too – I am also planning on doing some speech input processing and will need to pass microphone audio to an exe or dll to process it and then pass back state info to the Apollo app. Christian _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of geminy555

[flexcoders] [ANNOUNCE] Flex Maven Plugin

2007-01-30 Thread Christian Edward Gruber
. Christian. -- *christian** gruber + process coach and architect* *Israfil Consulting Services Corporation* *email** [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023*

[flexcoders] [FOLLOWUP] Flex2 Maven Plugin

2007-01-30 Thread Christian Edward Gruber
of a project together, rather than developers who are working in Flex to develop features. regards, Christian. Christian Edward Gruber wrote: Greetings all. It is my pleasure to make this announcement. An early early release of Flex Maven Plugin is now being synced to the ibiblio main

[flexcoders] Variable resolution in Flex Builder

2007-01-30 Thread Christian Edward Gruber
and compc that are simply not configurable from the flex builder. Can someone from Adobe comment, maybe suggest workarounds, or tell me if I am merely missing something here? regards, Christian. -- *christian** gruber + process coach and architect* *Israfil Consulting Services Corporation* *email

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

2007-01-30 Thread Christian Edward Gruber
depend on them in an environment-neutral way. But it would be useful in other situations too - shared drives with existing .swcs, etc. christian. -- *christian** gruber + process coach and architect* *Israfil Consulting Services Corporation* *email** [EMAIL PROTECTED] + bus 905.640.1119 + mob

RE: [flexcoders] Help me find the cool Flex2 - Amazon dataminer

2007-01-29 Thread Christian Weibell
I’ve seen more than one of these. Here is one: http://www.flowser.com/us/flowserST.html _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oneproofdk Sent: Thursday, January 25, 2007 11:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help me

[flexcoders] Record and play back sound on the client in a Flex app

2007-01-29 Thread Christian Weibell
to be persisted in memory on the client during the session. I would like to do it all in a web-delivered flex app without the user having to download and install any additional programs on their local machine. Is this possible? Christian

Re: [flexcoders] Command-line compiler Java errors

2007-01-26 Thread Christian Edward Gruber
the released compiler jars? Christian. Shannon Hicks wrote: Sounds to me like you need one of these: http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell Just released! Shan Derek Vadneau wrote: Hi all, I have Flex Builder 2 but I

Re: [flexcoders] FDS jars in a maven repo??

2007-01-19 Thread Christian Edward Gruber
and mxmlc.jar etc., the maven folks suggested that you use the dependency plugin to copy certain appropriate jars (mxmlc, swfkit, etc.) into a temporary resource directory, then use the .war resource filtering to pack those resources into WEB-INF/flex/jars at package time. Christian. -- *christian

[flexcoders] Apache BATIK in Flex 2.0

2007-01-05 Thread Christian Edward Gruber
Hey all, Does anyone know what version of batik Flex 2 uses? Christian. -- *christian** gruber + process coach and architect* *Israfil Consulting Services Corporation* *email** [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023*

Re: [flexcoders] IDE

2006-09-22 Thread Christian Edward Gruber
Great - glad to hear it. It's a relief Matt Chotin wrote: We are hoping that the Windows build will support 3.1 and 3.2, Mac will only support 3.2 (which is the first version officially supported by Eclipse on the Mac). -- christian

Re: [flexcoders] IDE

2006-09-20 Thread Christian Edward Gruber
to practically update if we were forced to do so. Not a scenario I'm looking forward to. :( regards, Christian. Drew Miller wrote: Mac OS wise. Has anyone tried installing Eclipse 3.2, and installing the Flex 2 plug-in for it? I recall reading somewhere that theMac eclipse had some

Re: [flexcoders] weakreference??

2006-09-18 Thread Christian Edward Gruber
I used to have this problem in Java. You are likely to have to build it yourself, regrettably. Thankfully, maps aren't that hard to build. If you create a WeakValueMap class, share it with the community - they'll thank you. :) regards, Christian. Aldo Bucchi wrote: aha! thanks so we

Re: [flexcoders] Public getter, private setter?

2006-09-08 Thread Christian Edward Gruber
not helpful because languages are implemented differently, and each has its own implementation challenges. It's hard to say why Adobe went this way, but if accessors are more carefully managed by the language, it may be a much easier implementation to pair their access levels. regards, Christian.

[flexcoders] XSRF Vulnerability?

2006-08-29 Thread Christian Edward Gruber
adopted to avoid them?  Does Flex 2.0 already pass secure tokens to authenticate the valid source of a request already perhaps (I dare not hope)? regards, Christian. -- christian gruber + process coach and architect Israfil Consulting Services Corporation email [EMAIL PROTECTED] + bus

[flexcoders] RESEND: Maven2 plugin for flex (maven-flex-plugin)

2006-08-27 Thread Christian Edward Gruber
speak, and it should be minimally functional within the next week or so. regards, Christian Gruber    P.S.  Sorry if you got multiple copies of this message, but I just joined and had a bit of trouble with the mail mechanics initially. -cg -- christian gruber + process coach and architect

[flexcoders] Re: Building Flex 2 project with Maven

2006-08-27 Thread Christian Gruber
, and it should be minimally functional within the next week or so. regards, Christian Gruber [EMAIL PROTECTED] [EMAIL PROTECTED] -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] DAO Best Practices

2006-07-07 Thread Briggs, Christian M
, getAll Would it make sense to create a new function in the Gateway.cfc called saveAndCheck, then call the necessary DAO object(s) to use? Thanks for any input, Christian Briggs Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out

RE: [flexcoders] DAO Best Practices

2006-07-07 Thread Briggs, Christian M
Hi Steven, Thanks for the tip. I have looked into Flex Dataservices, but am hesitant for two reasons: (1) I am working on a self-funded startup at the moment, and am wary of the possible cost of the licensed version in the future, and (2) I haven’t heard anything about performance If