RE: [flexcoders] SOT: Flash Player 9 distribution

2006-08-14 Thread Kelly @ Dekayd Media Inc.
I agree. I think trying to trick people into installing third party crap software is stupid and I would hope that Adobe makes enough money on its own that it doesnt need to sellout to Yahoo. --Kelly From: flexcoders@yahoogroups.com

[flexcoders] Re:What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dekayd
I use a UML Model along with a code generation architecting software. In situations where you get to start an app from scratch its possible to generate up to 75% of the code using this method. I am working on some templates for Flex 2 right now. --Kelly -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re:What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dekayd
http://www.akitogo.com Dekayd wrote: I use a UML Model along with a code generation architecting software. In situations where you get to start an app from scratch its possible to generate up to 75% of the code using this method. I am working on some

Re: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-27 Thread Dekayd
I don't know if this is still true with CF 7.0.2 but if I remember correctly CF returns column names in all uppercase. That might be why your columns in the datagrid don't display anything. --Kelly -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Play video files in Flex

2006-07-27 Thread Kelly @ Dekayd Media Inc.
If I remember correctly Flex video player components only play .flv files. In order to play other types you will need to either pre-convert them or use Flash Media Server which (I think) converts them on the fly. --Kelly From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Drag Selection of Multiple Objects in TileList HUGE BUG!

2006-07-18 Thread Dekayd
I don't know about dragging and dropping but in Flex 1.5 you had to enable multiple selection in the tree. It was not on by default. I am guessing this is also the case with Flex 2. multipleSelection=true --Kelly rabbihamster wrote: ok the unfortunate verdict: although it is possible to

RE: [flexcoders] Tomcat and jdk version for Flex

2006-07-05 Thread Kelly @ Dekayd Media Inc.
Flex 1.5 runs great on Tomcat. We used it for a project for Mazda and Honda and as far as I know it is in production now. --Kelly From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of a a Sent: Wednesday, July 05, 2006 12:50 AM To:

RE: [flexcoders] any disadvantages to using FDS + CF vs. FDS + Java?

2006-06-30 Thread Kelly @ Dekayd Media Inc.
Seems like paying an extra 6 grand for every coldfusion server is pointless considering that the only thing the coldfusion server is doing is taking your cfcs and cfm pages and converting them to Java code and then executing them. Java may take a little longer but its free and

RE: [flexcoders] What is the difference between versions of Flex Data Services

2006-06-30 Thread Kelly @ Dekayd Media Inc.
Is this going to hold true as processors continue to get faster or will Adobe change their licensing model? For instance, IBM just made a chip that will run at 350GHz at room temperature. It seems like that might be able to handle more then 100 connections. --Kelly

RE: [flexcoders] FDS Upgrade from 1.5

2006-06-30 Thread Kelly @ Dekayd Media Inc.
What if we didn't renew our subscriptions because Flex 2 still hadn't released 6 months after Macromedia sales guys said that it would? Is there a discounted upgrade or are we just screwed? --Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Does anyone know where to find flex icons

2006-06-15 Thread Kelly @ Dekayd Media Inc.
Does anyone know where to find the icons used in Flex components? More specifically does anyone know where to find the icons used in TreeNodes? I found some folder icons in the flex extras folder but they are not the same ones and there is no icon for open folder. Thanks --Kelly

[flexcoders] Get rid of useless warning

2006-06-15 Thread Kelly @ Dekayd Media Inc.
Does anyone know how to get rid of this useless warning? 1 Warning found. Warning Loading version 8 SWF file. SWF files of a version earlier than 7 that contain actions may not properly execute. __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Flex 2 - Release Date Pricing

2006-06-15 Thread Kelly @ Dekayd Media Inc.
W From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott Langeberg Sent: Thursday, June 15, 2006 9:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 2 - Release Date Pricing According to Sydney Sloan

RE: [flexcoders] Re: Does anyone know where to find flex icons

2006-06-15 Thread Kelly @ Dekayd Media Inc.
, Kelly @ Dekayd Media Inc. [EMAIL PROTECTED] wrote: Does anyone know where to find the icons used in Flex components? More specifically does anyone know where to find the icons used in TreeNodes? I found some folder icons in the flex extras folder but they are not the same ones

RE: [flexcoders] having trouble with DataService fill

2006-06-15 Thread Kelly @ Dekayd Media Inc.
Try changing your function to look like this: public class UserAssembler { public List loadUsers() { ArrayList list = new ArrayList(); int i = 0; while( i 20 ) { i++; UserVO myUser = new UserVO(); myUser.setID(i); myUser.setAge(28); myUser.setDisplayName(Tom); myUser.setImage(

RE: [flexcoders] Does anyone know where to find flex icons

2006-06-15 Thread Kelly @ Dekayd Media Inc.
\frameworks\themes\AeonGraphical Source\AeonGraphical.fla Peace, Mike On 6/15/06, Kelly @ Dekayd Media Inc. [EMAIL PROTECTED] wrote: Does anyone know where to find the icons used in Flex components? More specifically does anyone know where to find the icons used in TreeNodes? I found some

RE: [flexcoders] Question

2006-06-08 Thread Kelly @ Dekayd Media Inc.
. Do you have any urls that point to what 'free' java would give you using flex. Right now I use php5. Peace, Mike On 6/7/06, Kelly @ Dekayd Media Inc. [EMAIL PROTECTED] wrote: ColdFusion compiles to Java and it doesn't offer all the features of Java. It also costs about $7000 per

RE: [flexcoders] Flex hosting?

2006-06-08 Thread Kelly @ Dekayd Media Inc.
Flex 2? Flex 2 you can host anywhere as long as you are not using FDS. Its just .swf files. If you are using FDS there is probably no hosting yet as the EULA has not been published. Flex 1.5s EULA prevented hosting. --Kelly From:

RE: [flexcoders] Question

2006-06-07 Thread Kelly @ Dekayd Media Inc.
ColdFusion compiles to Java and it doesnt offer all the features of Java. It also costs about $7000 per enterprise license (last time I checked). Java is free. As for any of the other competitors I cannot say. From: flexcoders@yahoogroups.com

RE: [flexcoders] AJAX versus Flex

2006-05-25 Thread Kelly @ Dekayd Media Inc.
As a final note, my employer builds applications for the worlds largest customer. Fannie Mae? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Experienced Flex Developer needed

2006-05-25 Thread Kelly @ Dekayd Media Inc.
Sorry -- didn't mean to reply to the whole list. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alistair Campion Sent: Thursday, May 25, 2006 5:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Experienced Flex Developer needed

RE: [flexcoders] Trade with ColdFusion guru: skilled work for expert training!

2006-05-16 Thread Kelly @ Dekayd Media Inc.
I can help you out if you want. Find me on Yahoo IM: transdimensionalmachine_elf --Kelly From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Monday, May 15, 2006 7:34 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Trade with ColdFusion guru: skilled work for expert training!

2006-05-16 Thread Kelly @ Dekayd Media Inc.
Message - From: Kelly @ Dekayd Media Inc. To: flexcoders@yahoogroups.com Sent: Tuesday, May 16, 2006 10:13 AM Subject: RE: [flexcoders] Trade with ColdFusion guru: skilled work for expert training! I can help you out if you want. Find me on Yahoo IM

RE: [flexcoders] Number of records in a Datagrid

2006-05-15 Thread Kelly @ Dekayd Media Inc.
Why are you not considering paging the result set? 15,000 records are way too many to be useful for display and are certainly going to cause performance issues. This is just my opinion. --Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Paging Result Sets

2006-05-15 Thread Kelly @ Dekayd Media Inc.
, 2006 4:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Paging Result Sets On May 15, 2006, at 3:43 PM, Kelly @ Dekayd Media Inc. wrote: Why are you not considering paging the result set? I've been looking in the documentation for paging guidance, with no look. Are paging thresholds

RE: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Kelly @ Dekayd Media Inc.
I could be wrong but I think the url in the mxml tag has to be a compile time constant. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal Abid Sent: Wednesday, May 03, 2006 1:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Server-Side Architecture for Flex App

2006-05-02 Thread Kelly @ Dekayd Media Inc.
The Flex server is built on Java and I think that Flex was originally developed to integrate the most efficiently with Java. That would be my choice. --Kelly From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clarke Bishop Sent:

RE: [flexcoders] How To Get ANT,Eclipse,FLEX SDK working?

2006-05-01 Thread Kelly @ Dekayd Media Inc.
All you really need to have to do this is a basic understanding of how ant works. For that I recommend the book Java Development with Ant Or just find some basic ant tutorials on the web -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Flex Component Directory

2006-05-01 Thread Kelly @ Dekayd Media Inc.
for purchase; maybe affiliate programs also? Kelly @ Dekayd Media Inc. [EMAIL PROTECTED] wrote: I would use it and would be willing to help implement it or host it if necessary. I could definitely contribute to it. Thanks --Kelly -Original Message- From: flexcoders

RE: [flexcoders] get rid of xml configuration in FDS, use JNDI

2006-04-13 Thread Kelly @ Dekayd Media Inc.
Considering how easy it is to manipulate xml files, it is really not that hard to add a step in the build process that automatically updates all your xml config files. Just a thought --Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] GENERAL actionscript question

2006-04-05 Thread Kelly @ Dekayd Media Inc.
Unless something has changed in Flex 2 that I am not aware of, you need to define a result handler for Remote Object call and do the check in there. RO Calls are asynchronous. Something like: public function checkEmailExists():void { srv.checkEmail({email:userEmailInput.text}); }

RE: [flexcoders] Re: Can Flex do this? (was: Too many mistakes)

2006-03-30 Thread Kelly @ Dekayd Media Inc.
There is also a Java applet that is great for Drag and Drop file upload: jclientUpload I think it's called. http://javaboutique.internet.com/jClient/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wolf Sent: Thursday, March 30, 2006

RE: [flexcoders] Re: Flex2: version control plugin

2006-03-25 Thread Kelly @ Dekayd Media Inc.
Subclipse is a great plugin. It is definitely a timesaver. --Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wolf Sent: Saturday, March 25, 2006 4:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex2: version

RE: [flexcoders] Re: Flex2: version control plugin

2006-03-25 Thread Kelly @ Dekayd Media Inc.
://labs.macromedia.com/wiki/index.php/Flex_Builder:resources:plugins:subversion mike chambers [EMAIL PROTECTED] Kelly @ Dekayd Media Inc. wrote: Subclipse is a great plugin. It is definitely a timesaver. --Kelly -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Opinions sought: Flex and small developers

2006-03-21 Thread Kelly @ Dekayd Media Inc.
If you use Flex 2 with webservices then its free. All you will optionally need is Flex Builder 2. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pixelgeek Sent: Monday, March 20, 2006 8:35 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] TileList ItemRenderer question - please help

2006-03-17 Thread Dekayd Media Inc.
Did you put the full class name of the itemRenderer? I had a problem yesterday with cellRenderers in a Datagrid not working unless I put the full class name of the renderer. For example instead of: cellRenderer=MyCellRenderer I had to put: cellRenderer=com.myDir.myOtherDir.MyCellRenderer

RE: [flexcoders] ActionScript 3 Value Object Generator

2006-02-28 Thread Dekayd Media Inc.
Is there any way to get this thing to generate the files under the same folder structure that their corresponding Java files would be created in? Say I have: myProject-- --src --com --myNamespace --myFile.hbm.xml

RE: [flexcoders] Coldfusion cfc's and Flex Remote Objects

2006-02-27 Thread Dekayd Media Inc.
Is your main CFC directory under your webroot or is it setup in the CF Admin? Did you setup a crossdomain policy file on your coldfusion instance? If your cfc's are on your server then you should be using your servername in the connection URL or a domain name if you have one pointed at that

RE: [flexcoders] Flex Coldfusion

2006-02-23 Thread Dekayd Media Inc.
How are you reading data from ColdFusion? If you are using CFC's connected to remote objects then you can already easily do everything you mentioned. Once you have a remote object tag in flex pointing to a CFC you can any of its methods just like you could using cfinvoke. There is a working

RE: [flexcoders] Date range calculation in ActionScript - need help

2006-02-15 Thread Dekayd Media Inc.
Var tempDate:Date = new Date(); Var tempNumber:Number = tempDate.getTime(); Var twentyFourHoursAgo:Number = tempNumber - 8640;//-millisecond/24Hours Var newDate:Date = new Date(); newDate.setTime(twentyFourHoursAgo); -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Benefits of Flash Security Model and crossdomain.xml

2006-02-13 Thread Dekayd Media Inc.
It protects Adobe from getting sued. That's what it is made for. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eric Raymond Sent: Monday, February 13, 2006 7:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Benefits of Flash

RE: Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on remote host

2006-01-30 Thread Dekayd Media Inc.
I have run into that problem in the past. It's easy to fix though. Just change the capitalization in one file and it should work fine. I can't remember which file it is that has the error though. --Kelly [EMAIL PROTECTED] Dekayd Media Inc. -Original Message- From: flexcoders

RE: [flexcoders] Reload repeater data

2006-01-21 Thread Dekayd Media Inc.
yourRepeaterName.executeBindings() -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ffej1138 Sent: Friday, January 20, 2006 10:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Reload repeater data I have a repeater that shows a bunch

RE: [flexcoders] How to read the Drive and place list into Tree?

2006-01-13 Thread Dekayd Media Inc.
This is possible and pretty easy if you know how. It took me a while to figure out though because there is no specific documentation that tells you how. I am going to assume you know how to use Flex Remote Objects to connect to a CFC. If you don't it is well documented and worth

RE: [flexcoders] Re: How to read the Drive and place list into Tree?

2006-01-13 Thread Dekayd Media Inc.
and place list into Tree? Good luck eh? Some of our Canadian-ess rub off on you Kell? Haha --- In flexcoders@yahoogroups.com, Dekayd Media Inc. [EMAIL PROTECTED] wrote: This is possible and pretty easy if you know how. It took me a while to figure out though because

RE: [flexcoders] Hi Avik

2006-01-06 Thread Dekayd Media Inc.
Hey Avik We are in Tucson AZ too. Our company is based here: www.dekaydmedia.com My name is Kelly. Who are you building a Flex project for, The City of Tucson? I noticed they bought some Flex licenses. If you guys need any help with that you should talk to me. I know

RE: [flexcoders] flex2 and simple form question

2005-12-18 Thread Dekayd Media Inc.
: Sunday, December 18, 2005 10:45 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] flex2 and simple form question Ah, thats what I wanted to find - an example. Thanks. On 12/17/05, Dekayd Media Inc. [EMAIL PROTECTED] wrote: There is a very simple way to do it. There is a really good

RE: [flexcoders] flex2 and simple form question

2005-12-17 Thread Dekayd Media Inc.
There is a very simple way to do it. There is a really good example of it in the Flex explorer. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden Sent: Saturday, December 17, 2005 9:36 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] 3d charts with a z axis?

2005-12-14 Thread Dekayd Media Inc.
How good are you with vectors? If you are good at vector manipulation then you could make a flash component that would probably work for you. Or I guess you could just use the drawing API in Flex. Probably a lot of work but you get paid by the hour so It could be fun dude.

RE: [flexcoders] Re: Stream mp3's with Flash Media Server and Flex

2005-12-13 Thread Dekayd Media Inc.
, MediaDisplay and MediaController. You use them just like you would the AS v2 Components (Although they are not the same as the v2 components). Renaun --- In flexcoders@yahoogroups.com, Dekayd Media Inc. [EMAIL PROTECTED] wrote: Yea I got it to play that way but I don't really want to write my own set

[flexcoders] Stream mp3's with Flash Media Server and Flex

2005-12-12 Thread Dekayd Media Inc.
online or in the docs. Any help would be greatly appreciated. Thanks Kelly Roman Dekayd Media Inc. [EMAIL PROTECTED] www.dekaydmedia.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

RE: [flexcoders] Stream mp3's with Flash Media Server and Flex

2005-12-12 Thread Dekayd Media Inc.
yns = new NetStream(nc); myns.play(some.mp3); } ...so, maybe you have to issue a play(some.mp3)? Not sure of the methods of that component. - Original Message - From: Dekayd Media Inc. To: flexcoders@yahoogroups.com Sent: Monday, December 12, 2005 12:48

RE: [flexcoders] How can someone signup for the private beta of Flex 2?

2005-12-12 Thread Dekayd Media Inc.
Pretty sure you are going to get a response that says thanks for applying but the Beta program is not currently accepting any new applicants. I tried that a few weeks ago. They wouldnt let me in and I own flex licenses. (Maybe they just dont like me -- Hahahaha) It makes me want

RE: [flexcoders] Namespace syntax

2005-11-22 Thread Dekayd Media Inc.
Namespaces are relative to your application file or your mapped Actionscript classes directoy. If the namespace you defined is relative to your application file then you reference it the same way you would as if it was in the same directory. -Original Message- From:

RE: [flexcoders] link in new window

2005-11-18 Thread Dekayd Media Inc.
getURL('yourURL.htm', '_blank') -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thisdudenamedjon Sent: Friday, November 18, 2005 8:29 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] link in new window I have some links to some static

RE: [flexcoders] Flex Projects

2005-11-15 Thread Dekayd Media Inc.
Title: Flex Projects [EMAIL PROTECTED] www.dekaydmedia.com From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha Sent: Monday, November 14, 2005 1:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Projects Hi

RE: [flexcoders] RE: FileIO Example

2005-11-09 Thread Dekayd Media Inc.
Hey Could you forward me a copy of that modified FileIO.swf? I wanted to use multiple file uploading but I am to lazy to build it myself. I would appreciate it. Thanks --Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simon Barber

RE: [flexcoders] Brocade Case Study

2005-11-08 Thread Dekayd Media Inc.
That would cost you a lot. The going rate for Flex developers is around $80/hr. That is a pretty complex app. It would take a team of people to build and test. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of michael457728 Sent: Sunday,