[flexcoders] Multiple developer environment setup with subversion and all offsite

2009-02-28 Thread Link Mckinney
We are currently looking to start using subversion for our flex application and other web applications and would like to get some feedback on how you would set our environment up. We all work from home, and we have a dedicated production/development server. It is currently only me who is

[flexcoders] Re: Need a Flex 3, using local cfc server, tutorial

2009-02-28 Thread Link Mckinney
Hey guys, All we do mostly is develop in Flex with ColdFusion and using MYSQL, so I created a blog to pretty much connect those three http://blog.tygate.com/ --- In flexcoders@yahoogroups.com, Brad Bueche b...@... wrote: Tariq and Valdhor..I just NEED to say thanks AGAIN. Tariq you

[flexcoders] local date is wrong

2009-01-20 Thread Link Mckinney
I am just simply trying to set a simple date var longdate:Date = new Date(2030,12,30); this suppose to set longdate to 2030-12-30 but insead it creates Thu Jan 30 00:00:00 GMT-500 2031 Why can't I just create a simple date based on what values I give it?wtf thanks Link

[flexcoders] Re: local date is wrong

2009-01-20 Thread Link Mckinney
--- In flexcoders@yahoogroups.com, Link Mckinney lmckin...@... wrote: I am just simply trying to set a simple date var longdate:Date = new Date(2030,12,30); this suppose to set longdate to 2030-12-30 but insead it creates Thu Jan 30 00:00:00 GMT-500 2031 Why can't I just create

[flexcoders] Modules, CFC and the second load

2009-01-05 Thread Link Mckinney
I have a module that I call a remote Object to a cfc. the cfc is a basic CRUD built with the CF wizard in Flex 3 Builder. I have bindable data variables in the main application that I use in this module by using the parentApplication.myVariable. now my application saves the form the first time

[flexcoders] unsubscribe is not working

2008-09-10 Thread Link Mckinney
I don't know what to do know, I have been trying to unsubscribe to the fucking group for the past 2-3 days with no luck! I am getting a little impatient now. Don't get me wrong, I love this group but I do not want to use this email address anymore with this group. I am now wanting to use a

Re: Re: [flexcoders] Web-based Sync data - Flex/Air VS.NET

2008-08-15 Thread Link Mckinney
Okay, first off I choose what gets the job done. that said -- you should know I am a huge fan of FLEX, especially Flex 3 and AS 3.0 My choice is ColdFusion and Flex Combination. My choice But given what Guy said, I can certainly see his point, smokey! Scott, you have not much claim in the

RE: [flexcoders] Upload file component

2008-08-11 Thread Link Mckinney
There is no file uploader, you have to make one, Take a look at this example You use the flash.net.FileReference [Bindable] private var resume:FileReference = new FileReference(); [Bindable] private var textTypes:FileFilter = new FileFilter(Text Files (*.txt, *.rtf, *.doc, *.docx),

RE: re[flexcoders] peater checkbox width is alway 0

2008-08-11 Thread Link Mckinney
need to width for or why you are looping, but consider this technique and it might solve one or more of your problems. Tracy _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Link Mckinney Sent: Sunday, August 10, 2008 4:06 PM To: flexcoders@yahoogroups.com

re[flexcoders] peater checkbox width is alway 0

2008-08-10 Thread Link Mckinney
Hi, I am trying to get the width of my checkboxes in a repeater either during the repeatEnd, where I create a loop over my items or during the repeat. Here is my code mx:Canvas id=rpForm width=720 height=500 mx:Repeater id=rp dataProvider={A00Skills} repeat=removeLabel(event) mx:Label