RE: [flexcoders] Flex2: pricing info

2005-11-03 Thread Kelly R
Serverless flex apps only require that the developers have a copy of Flex Builder 2. @ < $1000 that is pretty inexpensive. Couple that with the rapid development and debug time in relation to AJAx and you have a winner. That and you have an application that works relatively predictably. Flex

[flexcoders] Flex Contract Work

2005-10-30 Thread Kelly R
Not sure if this is frowned upon or not by moderators but I am looking for Flex developers for a large scale project in Michigan.   Requirements:   Flex, Cold Fusion, Oracle and SQL development experience with TOAD, UNIX Shell Scripting, Java, and Web Services/XML     If anyone is interested sen

RE: [flexcoders] Make a PopUp non-draggable

2005-09-06 Thread Kelly R
Make it a Panel instead of a TitleWindow. Use the same method to pop it up. The only difference is you cant have the little close button in the top right corner. From: "digital_eyezed" <[EMAIL PROTECTED]>Reply-To: flexcoders@yahoogroups.comTo: flexcoders@yahoogroups.comSubject: [flexcoders] M

RE: [flexcoders] Referencing results from NetConnection Debugger

2005-08-31 Thread Kelly R
Dont name your internal variable result: var result:Array = result[0];Name it something else like myResult: var myResult:Array = result[0]; From: "coldfs" <[EMAIL PROTECTED]>Reply-To: flexcoders@yahoogroups.comTo: flexcoders@yahoogroups.comSubject: [flexcoders] Referencing results from NetCon

RE: [flexcoders] Catching effect end on composite effect.

2005-08-09 Thread Kelly R
Create a variable:Boolean outside of your event handler and set it to true the first time it runs then check for that: var HasFired:Boolean; function MyEventHandler() { if(HasFired != true) { Do the function } HasFired = true; } >From: Clint Modien <[EMAIL PROTECTED]>>Reply-To: flexcoders@yahoog

[flexcoders] Tabs

2005-08-05 Thread Kelly R
Is it possible to set the fill colors of a disabled tab to something different then the fill colors of a selected tab? I know of a workaround if there isnt but its more complicated then I want to do if there is an easier way.     -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/grou

RE: [flexcoders] Price of Flex 1.5

2005-08-04 Thread Kelly R
They are going to try and tax you for around $18,000. They say the price is $15,000 per cpu but then they make you buy the support for an extra $3,000. Digital Crack Dealers. I told them that too. Right after they raised the price.   >From: Tony Rozario <[EMAIL PROTECTED]>>Reply-To: flexcoders@y

RE: [flexcoders] are there any tools i can use to document my mxml api?

2005-07-29 Thread Kelly R
I dont know the answer to your question but that would be sweet if there was. I am going to be working with you next week so I just wanted to say hi.   My name is Kelly.     >From: Clint Modien <[EMAIL PROTECTED]>>Reply-To: flexcoders@yahoogroups.com>To: flexcoders@yahoogroups.com>Subject: [flex

Re: [flexcoders] Event Handlers inside custom components

2005-07-28 Thread Kelly R
I actually figured this out right after I asked but I did it a different way. It does basically the same thing though.   Here is an example:   ---

Re: [flexcoders] Event Handlers inside custom components

2005-07-28 Thread Kelly R
I actually figured this out right after I asked but I did it a different way. It does basically the same thing though.   Here is an example:   ---

RE: [flexcoders] Re: Flex and Databases

2005-07-28 Thread Kelly R
tion like MS Access?>>Don't scare the guy off just yet guys hehe.>>Andrew Spaulding>www.flexdaddy.info>>>>--- In flexcoders@yahoogroups.com, Douglas Knudsen><[EMAIL PROTECTED]> wrote:> > right? An awefully big expensive sledge-hammer to open a small>p

RE: [flexcoders] Flex and Databases

2005-07-28 Thread Kelly R
Why did you buy a Flex license if you havent even invested the time or money to upgrade from an excel spreadsheet to a database of any kind? If updgrading to a database why not use a real database like SQL Server or something similar rather then Access? Why are you trying to build it yourself if