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 select and drag mulitple items in the tile
> viewer ( via Cntrl+Shift ) the visual feedback is very buggy.
>
> if i select 5 various items.. and drag them - the dragger feedback is
> completely off and irregular - it only shows 2 items being dragged -
> and these items are nowhere near the physical cursor thus confusing
> the user.
> real poor ergonomics people - not ready for consumer use..
>
> must be why they didnt showcase this. hmmm
>
> HEY FLEX ! when will this be fixed??
> next release? whens that?
>
> also whats up with not being able to select multiple treen nodes..
> thats a basic right!.
>
> unfortunately- shortcomings like these is the reason why we are not
> going to develop our new consumer RIA with FLEX2..but will have to
> create it all from scratch. sigh.
>
>  



 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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

2006-07-26 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: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[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: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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

2006-08-07 Thread Dekayd






Right now I am using Magic Draw 10.5 Enterprise.

It seems to work pretty well.

I am going to try to find some good UML plugins for eclipse.


If anyone knows of any...



--Kelly






Thomas Rühl wrote:


  
  
Hi Kelly,
  
sounds great with the Flex templates ;)
What software do you use for your modelling?
  
Cheers, Thomas
  

  
Thomas Rühl
Design, Programming & Concepts
  
akitogo OHG
Hanauer Landstrasse 188
60314 Frankfurt
  
Telefon +49 (0) 69 800 69 445
Fax +49 (0) 69 800 69 449
Mobil +49 (0) 179 750 75 87
E-Mail thomas.ruehl@akitogo.com
Web 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 templates for Flex 2 right now.
>
> --Kelly
>
> 
  
  




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___







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 Security Model and crossdomain.xml

I must be missing something, but I'm a bit confused as to the design
of the Flash Security Model and crossdomain.xml.

My main question is who is this model intended to protect?

As I undestand it, this protects third party servers from disclosing
their "data" to flash clients.  That is, if you do not have a cross
domain file on a third party server, a flash program cannot access the
data.  But, any other program (e.g. ,a web browser, socket program,
etc) could easily access this data. It's up to the client to recuse
itself (and only flash clients recuse themselves).  It would seem for
a server to protect itself, it would have to enforce the protection,
not the client.

My expectation was that this was more like a Java sandbox which
prevented a program from accessing other sites for the protection of
the client, not the server.  In such a scheme one might expect the
crossdomain.xml file to be controlled by the server which served the
flash application (not the 3rd party server)  ... a chain of trust. 
If it's controlled by the 3rd party, then there's not a huge amount of
protection.

So I can't see any benefit of letting the thrid party server be in
control of this file.  If the crossdmain.xml file is to protect the
server, then it misses the case where non-flash clients can access the
server.  If it is to protect the client from a malicious thrid party,
the third party can simply add a crossdomain.xml file to their site.

Perhaps this is to avoid DOS'ing a third party site from a flash app,
but attempting to grab the crossdomain.xml file could be a form of
attack (although arguably less intensive).

So what am I missing here?

Perhaps there are use cases that I don't see that this model affords
protection either to the client or the server.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 PROTECTED] On
Behalf Of KOT_MATPOC
Sent: Wednesday, February 15, 2006 2:59 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Date range calculation in ActionScript - need help

Hi everyone. I need to display to dates in my application.
One is a current date, which is easily achieved by new Date().
Another date has to be let's say 24 hours earlier. In Java I would 
approach this task converting current date to millis and then 
subtructing from it millis that represent 24 hours and create a new 
date.
In ActionScript Date.getMilliseconds() function seems to return 
milliseconds of the current time.
So, my question is - is that possible to calculate 24 hour earlier date 
from the current date in ActionScript???

Thanks a lot!








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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 example of an upload form that you can incorporate into
flex. It probably won't work with Flex 2 though but you could open it in a
new window.

Uploading is easy. You do it just like you would from an html form posting
to a coldfusion page.



Have fun

--Kelly



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of christopherjdunn
Sent: Thursday, February 23, 2006 7:10 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex & Coldfusion

I'm new to Flex and have been looking to start playing with it. I'm
looking to interface with CF. So far i have only seen examples on how
to get data from CF. Can Flex be used to send data to CF? Example:
Photo browser, user Flex to create an interface to select a photo to
upload, enter a discription, etc the CF uploads the photo and writes
the info to a DB.

Any pointers would be great, also, i'm using CF 7.0.1 Standard. I have
an sample app working that can read data just fine.

Chris





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 server.



--Kelly







-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of oiland_barry
Sent: Monday, February 27, 2006 8:11 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Coldfusion cfc's and Flex Remote Objects

Hi,

i have successfully got this working (almost!) at long last. I am
running both my cf and flex as iintegrated JRun servers on my server
machine (port 8700 and 8500 respectively) and i am developing and
accessing the mxml files from my laptop.

I can get the echo cfc to work ok, and i also placed another cfc in
the same directory (plants.cfc) which seems to let me get flex and cf
communicating.

My problem is that when i try to use another cfc in another directory
(not \flex\remoting\samples\) flex doesnt seem to be able to
communicate at all, it just sits there with the busy symbol.

Im not sure whats going on, but i am sure that i have added the
appropriate code in the right places and all the configuration files
(flex's flex-config.xml, cf's gateway-config.xml) seem to be in order!

Its just not working at all and i cant continue developing until i can
reliably have access to the cfc's!

Also, the named remote objects are giving em a bit of trouble...
should i be pointing to the server name or localhost. When i use
localhost, flex doesnt seem to be able to talk to the cfc's, but when
i use the servers name (advent) it seems to work fine.

Basically i cant get my flex to talk to my cfc's when they are stored
in my main cfc directory. I have restarted both the cf and flex
servers on many occasions and i have also restarted the whole machine
on a few occasions just to be sure everything is initialised properly.
I'll give it another restart now just to see.

Please help,

Barry






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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
--bin
--asBin



I want to be able to choose asBin as the default output dir for that
template and then have it generate the appropriate subDirs for me so that
after synchronizing my output would look like:


myProject--
--src
--com
--myNamespace
--myFile.hbm.xml
--myFile.java
--bin
--com
--myNamespace
--myFile.hbm.xml
--myFile.class
--asBin
--com
--myNamespace
--myFile.as





Is that supported?



Thanks in Advance

--Kelly







-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rich Tretola
Sent: Tuesday, February 14, 2006 7:39 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] ActionScript 3 Value Object Generator

I just posted a new version of my actionscript value object generator
for AS3 for those using Hibernate Scynchronizer with Flex 2.
http://www.everythingflex.com/blog/1/2006/02/Installing-AS3VOGenerator.cfm

Rich


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Passing actionscript variable for image path into @Embed()

2006-03-17 Thread Dekayd Media Inc.
Embed is used at compile time and can only take constants



(Correct me if I am wrong)








-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of kushubhai
Sent: Friday, March 17, 2006 11:34 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Passing actionscript variable for image path into
@Embed()

Hi,

I am trying to pass a actionscript variable to the @Embed(..)syntax
inside a  tag , but am unable to get
the actual path of the image from the variable.Instead the variable is
picked up as the literal image path..and so the image is not displayed.

Need help on this..

Thanks





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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"



That fixed it






-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dmitry Miller
Sent: Friday, March 17, 2006 12:03 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] TileList ItemRenderer question - please help

I need to make custom ItemRenderer in TileList. I create a class that
extends mx.controls.listclasses.SelectableItem and specify this class
name for itemRenderer in my TileList. As the result I get an empty
TileList. Can anyone point me to an example of how to create and
assign a custom cell renderer for a TileList?

Thanks, 

--- Dmitry







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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, November 06, 2005 6:26 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Brocade Case Study

Can anyone give me an idea how long it would take and what budget you 
would need to have an app like the Brocade link below developed?

http://flexapps.macromedia.com/flex/brocade/app.mxml

I realise that its a difficult question but I just want to get a gut 
feeling for the size of cash you would guys think it would need.

Thanks







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 







 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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
Sent: Wednesday, November 09, 2005 5:37 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] RE: FileIO Example

"We have been messing with the fileIO.swf tutorial and have tried
everything in the book to get it working with no luck, can anyone help
with some suggestions, when we unzip it the main.mxml will not even
load the browse window. We would also like to handle the file with php
vs cf but we cant even get the cf version working..."

I have converted the fileIO.swf example to work with the FileReferenceList
class to allow for multiple file uploads.

I can also help out with using PHP instead of CF. Let me know what sort of
problems you are having.

Simon





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 







 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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 all,

We are looking into outsourcing our Flex projects to companies who have expertise in
this area and are not very expensive. We use CF on the backend. I need contact
info for as many companies as possible so
that we can start talking to them.

Thanks

Agha Mehdi

IDT - eBusiness Program Manager

Work: 408.284.8239

Cell  : 209.275.0482

Fax  :  408.284.2766









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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 html pages that I want to popup in a 
new window so I don't exit the flex everytime I click it. Does anyone 
know about this kind of funtionality?

Jon








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Fitzpatrick
Sent: Tuesday, November 22, 2005 3:47 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Namespace syntax

I'm using a button called treeButton to open a custom component called 
TreeWindow (based on the TitleWindow).

TreeWindow is located in the namespace xmlns:mk=com.company.components.*

Here's how I would call it if the component were in the same directory:

mx.managers.PopUpManager.createPopUp(treeButton, TreeWindow, isModal,
initObj);

Replacing "TreeWindow" in the above code, how do I point to the component 
in correct namespace?

- Tom







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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

2005-12-12 Thread Dekayd Media Inc.










I want to
use a MediaPlayback component to play an mp3 using Flash Media Server in Flex.

 

I can
successfully connect to my FMS application but I don’t have any idea how
to make an mp3 play in Flex after connecting.

 

 

I haven’t
really been able to find a good explanation anywhere 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-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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

2005-12-12 Thread Dekayd Media Inc.










Yea
I got it to play that way but I don’t really want to write my own set of
controls to handle play and stop.

 

There
must be a way to do it with the MediaPlayback control I just can’t figure
out what it is.

 

 

 

Anyone
else have any suggestions?

 

 

 

 

 

 

 

 









From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Monday, December 12, 2005 10:00 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Stream mp3's with Flash Media Server and Flex



 



I don't
know how you do it in the MediaPlayback component, but playing it via a NetStream
is just as simple as:





 





nc = new
NetConnection();





nc.connect("rtmp://yourserver/app");





nc["owner"]
= this;





nc.>





{





   
if(o.code == "NetConnection.Connect.Success")





   
{





   
    this.owner.playMP3();





   
}





}





 





function
playMP3()





{





   
myns = 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 AM





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







 



I want to use
a MediaPlayback component to play an mp3 using Flash Media Server in Flex.

 

I can
successfully connect to my FMS application but I don’t have any idea how
to make an mp3 play in Flex after connecting.

 

 

I
haven’t really been able to find a good explanation anywhere 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-archive.com/flexcoders%40yahoogroups.com 










YAHOO! GROUPS LINKS 

 


  Visit
 your group "flexcoders"
 on the web.
   
  To
 unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
  Your
 use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


 















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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
wouldn’t let me in and I own flex licenses. (Maybe they just don’t
like me -- Hahahaha)

 

It
makes me want to cry. Especially considering there are so few companies that
own licenses right now.

 

 

 

Good
luck though

 

-Kelly

 

 

 

 

 

 

 

 









From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien
Sent: Monday, December 12, 2005 6:35 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How can someone signup for the private beta of
Flex 2?



 

Thanks Michael. 



On 12/12/05, Michael Hansen
<[EMAIL PROTECTED]> wrote:

http://www.surveymonkey.com/Users/94654059/Surveys/947291107854/1068578E-82F5-4C72-BD77-565DA58D1A4F.asp?U=947291107854&DO_NOT_COPY_THIS_LINK


cheers

 -michael







On 12/12/05, JesterXL <
[EMAIL PROTECTED]> wrote:







...ok, I lied about the
Gold, it's really "release candidate", but 
Macromedia is always Gold because they always sell millions of copies... I 
forget how many platnium is.

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: 



Sent: Monday, December 12, 2005 4:58 PM
Subject: Re: [flexcoders] How can someone signup for the private beta of 
Flex 2?


Not that I'm aware of, no.

Typically, software goes:

- prototype = developers in house get it to work
- alpha = developers in house get a working version who they then share
with
in-house people
- beta = in house alpha works well enough, changes are made from in-house
alpha, and a select group from the public is invited to test the first
build
of the beta
- gold = after beta 3, if no show stopping bugs, she's posted as a release
build, ready to ship

However, Macromedia has recently changed their alpha to public people.
Therefore, you can't get to point C without first going from point A, and
then to point B.

Alpha's not done yet, therefore, the beta can't start until the alpha is
done.


- Original Message - 
From: "Bart Harrison" <[EMAIL PROTECTED]>
To: 
Sent: Monday, December 12, 2005 4:50 PM
Subject: Re: [flexcoders] How can someone signup for the private beta of
Flex 2?


That's for the public Alpha.  Is there a private Beta program ?

Bart


At 04:46 PM 12/12/2005, you wrote:
>Here's a URL that isn't private:
> http://labs.macromedia.com/
>
>- Original Message -
>From: "Clint Modien" <[EMAIL PROTECTED]>
>To: 
>Sent: Monday, December 12, 2005 4:31 PM
>Subject: [flexcoders] How can someone signup for the private beta of
Flex
>2?
>
>
>A client I'm working for needs the private beta for a
>proof-of-concept.  Anyone have a name and a contact number or a
way to
>signup for it?
>
>Thanks in advance.
>
>
>
>--
>Flexcoders Mailing List
>FAQ:
>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
>Yahoo! Groups Links
>
>
>
>
>
>
>
>--
>Flexcoders Mailing List
>FAQ:
>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
>
>--
>YAHOO! GROUPS LINKS
>
>    *  Visit your group
> "flexcoders"
on the web.
>    *
>    *  To unsubscribe from this group, send an
email to:
>    *
> [EMAIL PROTECTED]?subject=Unsubscribe>
[EMAIL PROTECTED]
>
>    *
>    *  Your use of Yahoo! Groups is subject to the
> Yahoo!
Terms of Service.
>
>
>--




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 










SPONSORED LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
   
  
 


 







YAHOO! GROUPS LINKS 

 


  Visit
 your group "flexcoders" on the web.
  
  To unsubscribe from this group, send an
 email to:
   [EMAIL PROTECTED]
  
  Your
 

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

2005-12-13 Thread Dekayd Media Inc.
I have read the docs and have used the components multiple times for playing
progressively downloaded files.

But that was not my question.


My question is: How do I use a MediaPlayback component to control an mp3
STREAMED from Flash Media Server?

Maybe I just missed that part in the docs but I don't think so (unless it's
in the Flash Media Server docs)

If its not natively supported there has to be some workaround I can use.

I just don't want to figure it out on my own if someone else can just tell
me and save me a few days.


Anyone?


Thanks

-Kelly





-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Renaun Erickson
Sent: Monday, December 12, 2005 10:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Stream mp3's with Flash Media Server and Flex

The livedocs for Flex 1.5 show references of MediaPlayback, 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 of
> controls to handle play and stop.
> 
>  
> 
> There must be a way to do it with the MediaPlayback control I just 
> can't figure out what it is.
> 
>  
> 
>  
> 
>  
> 
> Anyone else have any suggestions?
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>   _
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> On Behalf Of JesterXL
> Sent: Monday, December 12, 2005 10:00 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Stream mp3's with Flash Media Server and 
> Flex
> 
>  
> 
> I don't know how you do it in the MediaPlayback component, but
playing it
> via a NetStream is just as simple as:
> 
>  
> 
> nc = new NetConnection();
> 
> nc.connect("rtmp://yourserver/app");
> 
> nc["owner"] = this;
> 
> nc.onStatus = function(o)
> 
> {
> 
> if(o.code == "NetConnection.Connect.Success")
> 
> {
> 
> this.owner.playMP3();
> 
>     }
> 
> }
> 
>  
> 
> function playMP3()
> 
> {
> 
> myns = 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 <mailto:[EMAIL PROTECTED]>  Inc. 
> 
> To: flexcoders@yahoogroups.com
> 
> Sent: Monday, December 12, 2005 12:48 AM
> 
> Subject: [flexcoders] Stream mp3's with Flash Media Server and Flex
> 
>  
> 
> I want to use a MediaPlayback component to play an mp3 using Flash 
> Media Server in Flex.
> 
>  
> 
> I can successfully connect to my FMS application but I don't have
any idea
> how to make an mp3 play in Flex after connecting.
> 
>  
> 
>  
> 
> I haven't really been able to find a good explanation anywhere
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-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> 
>   _
> 
> YAHOO! GROUPS LINKS
> 
>  
> 
> *  Visit your group "flexcoders
> <http://groups.yahoo.com/group/flexcoders> " on the web.
>   
> *  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>   
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> . 
> 
>  
> 
>   _
>






 Yahoo! Groups Sponsor ~--> Get
Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 


 




 Yahoo! Groups Sponsor ~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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.

 

 

Hahahaha

 

 

Good
luck

 

 

--Kelly

 

 

 

 

 

 









From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien
Sent: Wednesday, December 14, 2005 3:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] 3d charts with a z axis?



 

Do we have 3d charts in Flex
2.0?

Is there a way to hack it in 1.5?


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com







SPONSORED LINKS 




 
  
  Web
  site design development 
  
  
  Computer
  software development 
  
  
  Software
  design and development 
  
 
 
  
  Macromedia
  flex 
  
  
  Software
  development best practice 
  
  
   
  
 


 







YAHOO! GROUPS LINKS 

 


  Visit
 your group "flexcoders"
 on the web.
   
  To
 unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
  Your
 use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 


 















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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: [flexcoders] flex2 and simple form question

So I've got a form. Each field has a validator. These work fine if you
click in the field and then leave it w/o entering data. I've marked
the form items required, and a nice little * shows up. In general,
everything works, but you can still hit the submit button and none of
the validators run.

It seems like there should be a simple way to say, on submit - check
each field and run the validator, but I can' t seem to find an example
on that.

--
===
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)

Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : ray.camdenfamily.com
Yahoo IM : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] flex2 and simple form question

2005-12-18 Thread Dekayd Media Inc.
I may have spoken too soon on that one.

It was morning so I wasn't really paying close attention and I missed the 2
after flex.

I was referring to Flex 1.


Sorry dude.





-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Raymond Camden
Sent: 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 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: [flexcoders] flex2 and simple form question
>
> So I've got a form. Each field has a validator. These work fine if you
> click in the field and then leave it w/o entering data. I've marked
> the form items required, and a nice little * shows up. In general,
> everything works, but you can still hit the submit button and none of
> the validators run.
>
> It seems like there should be a simple way to say, on submit - check
> each field and run the validator, but I can' t seem to find an example
> on that.
>
> --
> ===
> Raymond Camden, Director of Development for Mindseye, Inc
(www.mindseye.com)
>
> Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>
> Email: [EMAIL PROTECTED]
> Blog : ray.camdenfamily.com
> Yahoo IM : cfjedimaster
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>


--
===
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)

Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : ray.camdenfamily.com
Yahoo IM : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 a few local Flex developers who are
in Tucson now.

 

I just came off of a six month contract
developing an application that got resold to Mazda, Honda, GM, and Subaru.

 

Right now I am working for Dorado in San
Fran but I work from Tucson.

 

 

I would be interested in learning more
about the Flex scene here in Tucson
so feel free to write to me whenever.

 

 

 

--Kelly

[EMAIL PROTECTED]

www.dekaydmedia.com

 

 

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Avik Chakrabarty
Sent: Thursday, January 05, 2006
11:01 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Hi Avik



 

Hi Kaushik,

 

First
of All a very Happy New Year to you.

 

Just
has to say a Hi, I am working on the Flex Development. Actually we are based in
Arizonia, US
a city called Tucson.
Here we are developing a seb based application which frond end is Flex 1.5, and
backend is Java. So I am handling abt the front end.

 

Flex
devopment in India
is too slow, but expecting that it is going to develop very drstically. Yes
macromedia and sap has already started using this Macromedia Flex. Though
comprasing to Flash, Flex is very intial stage. But if you learn this it is a
very good software and can handle though things very smoothly. I have never
heard about this Tata Interactive System (TIS) what they do?

 

Are you
from the Programming bg or designing? In Delhi
and NCR some of the Companies have started using Flex. No idea about Kolkata?
What is your BG? What you do? But my personal suggestion is before exp. the
Flex 2.0 just get used to with Flex 1.5. That will help you. Also Flex 2.0 is
totally Eclipse based.

 

At last
Kolkata theke karur mail paye bhalo laglo.

 

Take
Care and stay in touch.

 

Regards,

Avik 

 

On Wed,
Jan 4, 2006 at 10:47 AM, Kaushik Mukherjee wrote:

 

Hi Avik, 

Great to
hear that first time I get to know some bengali in Flex. 

 

I am
Kaushik Mukherjee, joined TIS(Tata Interactive System), Kolkata. I have worked
in flash development. Presently I was looking in Flex 2.0. I am not sure the
Flex development work in India.
Just got curious to mail you, to get to know about you. 

 

Thanks 

Kaushik
Mukherjee 

 

Avik Chakrabarty <[EMAIL PROTECTED]> wrote: 

-- 

Flexcoders
Mailing List 

FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

 

___

 

YAHOO!
GROUPS LINKS 

 

  
•  Visit your group " flexcoders  " on the web. 



  
•  To unsubscribe from this group, send an email to: 

 
[EMAIL PROTECTED]  



  
•  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service  . 

 

___










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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 figuring out.

 

Once you can connect to a CFC make a method in your CFC that looks
something like this:

 

 



  

  

  



 

 

Then you will have to use the query returned as a dataprovider for the
Tree Control.

 

Each time a user tries to open a folder you will have to make another
remote call and use the information returned to populate that folder in the
tree dataprovider.

 

 

Good luck eh

 

 

 

 

 

 

 

 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On
Behalf Of cnewroth55
Sent: Friday, January 13, 2006 10:46 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to read the Drive and place list into Tree?

 

hi all, what i am looking to do is to have Flex or Cold Fusion, read 

the contents of a selected area of my drive and then display those 

contents into a Tree Control. Is this possible? and if so, are there 

any examples documenting how to do this?

thx

 

 

 

 

 

 

--

Flexcoders Mailing List

FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 

Yahoo! Groups Links

 

<*> To visit your group on the web, go to:

    http://groups.yahoo.com/group/flexcoders/

 

<*> To unsubscribe from this group, send an email to:

    [EMAIL PROTECTED]

 

<*> Your use of Yahoo! Groups is subject to:

    http://docs.yahoo.com/info/terms/

 

 

 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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

2006-01-13 Thread Dekayd Media Inc.
Just practicing for when I move to Vancouver.

Hahahaha







-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Brendan Meutzner
Sent: Friday, January 13, 2006 11:54 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: How to read the Drive 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 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 figuring out.
> 
>  
> 
> Once you can connect to a CFC make a method in your CFC that looks
something
> like this:
> 
>  
> 
>  
> 
>  output="true">
> 
>   
> 
>   
> 
>   
> 
> 
> 
>  
> 
>  
> 
> Then you will have to use the query returned as a dataprovider for
the Tree
> Control.
> 
>  
> 
> Each time a user tries to open a folder you will have to make
another remote
> call and use the information returned to populate that folder in the
tree
> dataprovider.
> 
>  
> 
>  
> 
> Good luck eh
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of cnewroth55
> Sent: Friday, January 13, 2006 10:46 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] How to read the Drive and place list into Tree?
> 
>  
> 
> hi all, what i am looking to do is to have Flex or Cold Fusion, read 
> 
> the contents of a selected area of my drive and then display those 
> 
> contents into a Tree Control. Is this possible? and if so, are there 
> 
> any examples documenting how to do this?
> 
> thx
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> --
> 
> Flexcoders Mailing List
> 
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> 
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> Yahoo! Groups Links
> 
>  
> 
> http://groups.yahoo.com/group/flexcoders/
> 
>  
> 
> [EMAIL PROTECTED]
> 
>  
> 
> http://docs.yahoo.com/info/terms/
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 of array elements. I want to have
a button that will take out elements from the repeater. I can pop the
elements out of the array with no problem, but the repeater still
shows the array as it was before the pop-ing.

Is there a way to reload or re-draw the repeater?

Any ideas?

Thanks for any help.

Jeff






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Stacy Young
Sent: Monday, January 30, 2006 4:36 PM
To: flexcoders@yahoogroups.com
Subject: RE: >< Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on
remote host

Are you deploying on unix? I remember there was a case issue with that
sample download (a while back)...Some places there's reference to
fileio.swf and other places fileIO.swf.

Stace


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Reto M. Kiefer
Sent: Monday, January 30, 2006 5:31 PM
To: flexcoders@yahoogroups.com
Subject: >< Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on
remote host

Hello Jesse,

thnak you for your answer!

> Did you upload the File Upload SWF as well?

Yes the installation is the same, local and remote identical... It is
the fileIO.swf drom the example zip from the MM website...

> Is the SWF loaded on the same
> domain your Flex MXML is served from?

We have an Apache-Server in front of a Tomcat-Server.
The Apache uses Proxy-Pass and Proxy-Reverse for tunneling the
requests from the machine in front of the FW to the protected Tomcat
Server. But the SWF is on the same physical machine as the MXML/AS
stuff. It is embedded by  alomst identical to the
description in the MM document.

CU

Reto





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 cfc’s and cfm pages and
converting them to Java code and then executing them.

 

 

Java may take a little longer but its free
and massively scalable.

 

 

 

--Kelly

 

 

 

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Bray
Sent: Wednesday, June 28, 2006
3:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] any
disadvantages to using FDS + CF vs. FDS + Java?



 







Since we
have more CF developers in-house, we're wondering if there are any
disadvantages or limitations of using CF with FDS instead of using Java. 
Scalability concerns?  Features missing?  We have existing
chat/IM/presence apps that we're interested in porting over to FDS.  Any thoughst
are greatly appreciated. 

Thanks,

Tom






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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

 

 

 

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: Wednesday, June 28, 2006
11:41 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] What is
the difference between versions of Flex Data Services



 









A departmental server often needs a server for testing and perhaps
one other server for failover.  We want you to be able to support this
configuration so we have an option of $6k/cpu but no matter how many CPUs you
have you cannot have more than 100 concurrent users.

 

For enterprise you pay per CPU and your configuration can be
whatever you please with as many users as you can handle.

 

HTH,

Matt

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of hank williams
Sent: Wednesday, June 28, 2006
1:05 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] What is
the difference between versions of Flex Data Services



 







So you
think you *can* cluster the 6k version of the product but they
only allow you 100 users?

Does that mean that for 20k the enterprise version gives you unlimited
users over an unlimited number of CPU's? I bet this isnt so. So I am
still confused as to what the difference between the 6k and the free
product is.

Hank

On 6/28/06, Dirk Eismann <[EMAIL PROTECTED]ramuschkat.de>
wrote:
> The free one has no concurrent user limit - it's all up to your 1 CPU
> and how much it can handle.
>
> If you run a beefy app (not just using proxying but Data Management
> Services and Messaging etc.) then I bet it will die before you reach the
> 100 :)
>
> Dirk.
>
> > -Original Message-
> > From: [EMAIL PROTECTED]ups.com
> > [mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of hank williams
> > Sent: Wednesday, June 28, 2006 8:54 PM
> > To: [EMAIL PROTECTED]ups.com
> > Subject: [flexcoders] What is the difference between versions
> > of Flex Data Services
> >
> > I understand there is a free version of fds, and 6k version,
> > and a 20k version of fds.
> >
> > But I cant find any detailed info about this on the website.
> >
> > One of the key questions I have is what is the difference
> > between the free version and the 6k version. Supposedly the
> > free version will only allow for one app on one CPU. but as I
> > understand it, the 6k version only allow for 100 users. So
> > does the free one have the same restrictions or not. It
> > sounds like the free one is better than the 6k one, though I
> > am sure thats not the case.
> >
> > Anyway, a detailed description of the value proposition for
> > each version would be very helpful.
> >
> > Thanks
> > Hank
> >
> >
> >  Yahoo! Groups Sponsor
> > ~--> Yahoo! Groups gets a make over.
See
> > the new email design.
> > http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
> > --
> > --~->
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
>














__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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] On
Behalf Of Tom Chiverton
Sent: Friday, June 30, 2006 8:54 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] FDS Upgrade from 1.5

On Friday 30 June 2006 16:12, Travis Young wrote:
> Does anyone know yet the upgrade path for those of us with Flex 1.5
> subscriptions, especially in regards to FDS?

There was a post the other day from Matt Chotin, that hasn't made it to the 
web FAQ yet.
Summary: If you were on Flex 1.5, you'll get at least one Flex 2 FDS 
enterprise w/charting, and 5 FlexBuilder w/charting license.

I am a very happy bunny :-)

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of
the Year at the 2005 Growth Company Awards




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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: flexcoders@yahoogroups.com
Subject: [flexcoders] Tomcat and
jdk version for Flex



 







Hi all! I
have just a simple question for starting develop Flex application with java.

Someone are using Flex with java 1.5 and tomcat 5.5? 
Can this be a good configuration for application developing or maybe it's
better using JRun with jdk1.4?

I hope that you understand my bad english :P

Thanks for the answer

bye
Rex

 Chiacchiera
con i tuoi amici in tempo reale! 
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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 [mailto:flexcoders@yahoogroups.com] On Behalf Of User ABC
Sent: Thursday, July 27, 2006
11:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Play video
files in Flex



 









Do you know how to play .wmv, .avi, ... (don't count .flv)
 video files in Flex? I use VideoDisplay control in Flex to play .flv, but
not able to play any other video file format.





 





Thank you





 





 



  







See the all-new, redesigned Yahoo.com. Check it
out. 






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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 doesn’t need to sellout to Yahoo.

 

 

 

--Kelly

 

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rick Root
Sent: Monday, August 14, 2006 1:05
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] SOT: Flash
Player 9 distribution



 







I don't
want to have to tell my client base *NOT* to download the Yahoo 
Toolbar, and it annoys the heck out of me that Adobe puts that on their 
download page and checks it by default.

Are there any other options besides directing people to the adobe page herE:

http://www.macromedia.com/go/getflashplayer

Rick






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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 Of Faisal Abid
Sent: Monday, May 01, 2006 12:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How To Get ANT,Eclipse,FLEX SDK working?

Hello, i rember a while ago i was at a seminar  and Simon of(Flexcf.com) 
had a cool workspace where he had the flex sdk running in eclipse and 
compiling using ANT. I want to know if anyone knows how to do that and 
it will be really cool  if simon himself explains how he did that if he 
has time and reads this email.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Flex Component Directory

2006-05-01 Thread Kelly @ Dekayd Media Inc.



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@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of oca_gw
Sent: Monday, May 01, 2006 1:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Directory

I've been working on a web application that is free to subscribe to
and use, that would allow people to post and comment on Flex Components.

The site is loosely modelled off SourceForge in functionality, and
will allow the following features:

Create a project
Add files (mark releases)
Add news / messages
Have many developers for one Project/ Component
Searchable listing
and more...

There are some basic details on my little blog:
http://graham.weldon.ath.cx/blog/?p=8
There will also be a Wiki for this appearing this week.

Is anyone interested in seeing this up? With support and suggestions,
I can put more effort in and get the basic site running sooner, rather
than later.

I know personally I would love a central database of flex
components that allows people to freely post components for download.
I am interested to see who would use this.

Let me know

Regards,
Graham Weldon






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Re: Flex Component Directory

2006-05-01 Thread Kelly @ Dekayd Media Inc.



If you base the entire thing on web services then one of us could build a
flex interface for it.

I still don't see the advantage of the html interface over a flex interface
other then for SEO.

I would hope that the target user would be savvy enough to download the
latest flash player.


Just a thought...

--Kelly








-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Graham Weldon
Sent: Monday, May 01, 2006 5:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Component Directory

Robert,

It would be a model of the SourceForge approach of project posting and
hosting.

- Projects do not require approval
- Projects posted are free to use (variable licencing)
- Project Owner retains rights to project
- Catalog will be site-wide containing all components
- Purchase will not apply, since components will be free
- You can assign additional members to a project to allow
collaborative work on a project
- messageboards to discuss each individual project
- categorized projects



Kelly,

Regarding the development of this web application in Flex, I am
uncertain. I would like this project to be portable and open source,
usable for more than just this Flex component site. Basically it would
be an Open Source alternative project-post web application build on
PHP, MySQL, and HTML.

If I were creating something just for this flex component library, I
would definitely approach the solution by using Flex itself.


I hope this answers some questions.

Regards,
Graham Weldon

--- In flexcoders@yahoogroups.com, Robert Thompson
<[EMAIL PROTECTED]> wrote:
>
> Are we talking about a site that allows component creators to post
their components, go through and approval process, then be added to a
catalog, be compensated 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@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  Behalf Of oca_gw
>  Sent: Monday, May 01, 2006 1:42 PM
>  To: flexcoders@yahoogroups.com
>  Subject: [flexcoders] Flex Component Directory
>  
>  I've been working on a web application that is free to subscribe to
>  and use, that would allow people to post and comment on Flex
Components.
>  
>  The site is loosely modelled off SourceForge in functionality, and
>  will allow the following features:
>  
>  Create a project
>  Add files (mark releases)
>  Add news / messages
>  Have many developers for one Project/ Component
>  Searchable listing
>  and more...
>  
>  There are some basic details on my little blog:
>  http://graham.weldon.ath.cx/blog/?p=8
>  There will also be a Wiki for this appearing this week.
>  
>  Is anyone interested in seeing this up? With support and suggestions,
>  I can put more effort in and get the basic site running sooner, rather
>  than later.
>  
>  I know personally I would love a central database of flex
>  components that allows people to freely post components for download.
>  I am interested to see who would use this.
>  
>  Let me know
>  
>  Regards,
>  Graham Weldon
>  
>  
>  
>  
>  
>  
>  --
>  Flexcoders Mailing List
>  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
>  Yahoo! Groups Links
>  
>  
>  
>   
>  
>  
>  
>  
> 
>   --
>  Flexcoders Mailing List
>  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
>   
> 
> SPONSORED LINKS   
> Web site design
development   Computer software
development   Software design and
development  
  Macromedia flex  
Software development best practice   
  
>   
> -
>    YAHOO! GROUPS LINKS 
>  
> 
> Visit your group "flexcoders" on the web.
> 
> To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
> 
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service. 
>  
> 
> -
>  
>  
>  
> 
>     
> -

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: Tuesday, May 02, 2006 8:30
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Server-Side
Architecture for Flex App



 



I am in the process of choosing a
server-side technology for a Flex App I'm building, and I'd like to get ideas
from the experts on this list. Right now, my candidates are:





 





- ColdFusion





- Java





- PHP





- .Net





 





I'll probably use AMF rather than web
services for transfering data back and forth to the server.





 





ColdFusion may always offer very tight
integration with Flex and it offers high developer productivity, but there's
also the cost of the server license. The others are free or cheap.





 





So, my questions are:





 





- Is there any compelling reason to pick
one of these backends -- Especially considering Flex will be on the
client-side?





 





- Is there another backend technology I
should be considering?





 





Thanks,





 





    Clarke











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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] Please Help. Http Service WTH

Okay so for the past 4 hours + 3 hours at night ive been debugging my 
application only to come to the conclusion that in a httpservice url i 
cannot do this


url="" href="http://something.com/api/someting/{textinput.text}/somethingelse/someth">http://something.com/api/someting/{textinput.text}/somethingelse/someth
ing"

The httpservice is fine , i test it in a broswer by replacijng 
texinput.txt to something and it returns what its ment to , but in flex 
it gives me an error saying i must defind a url, I mean it is defined , 
i know there is a workaround to & by puttin & But What the hec is 
wrong with my url??


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












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
Behalf Of David Harris
Sent: Monday, May 15, 2006 3:07 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Number of records in a Datagrid

Hi,

Does anyone have an idea of how many records in a datagrid are to many?

I have a situation when the Flex2 SWF loads, the it hits the DB and
retrives records.
If I am retriving 100 records it takes about 2 seconds.
If I am retriving 15000 records it takes more than 3 mins, even though
the CFC is completing the call to the DB and returning the records in
2 secs.
I am running all this locally on my system, so network speed issues
are not a consideration.

Anyone else had issues with large queries?

Cheers,

David



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












RE: [flexcoders] Paging Result Sets

2006-05-15 Thread Kelly @ Dekayd Media Inc.



I'm not sure if there is native support for it but if you know how to
retrieve records from the db in pages sets then accessing them in flex isn't
that hard.


For example:

Create two arrays 

One to hold the records currently being displayed in the datagrid


And one to hold the entire recordset that you can populate incrementally


Then just use slices of your dataset array as your dataprovider for you
grid.



Does that make sense?


--Kelly





-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Monday, May 15, 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 specified as list or datagrid properties?  
Or a function  of how data is is provided to those objects? Does Flex  
provide standard paging interface components, ala:

prev   1  2  3  4  5 …  next

??  Pointer to any docs on this?

cheers, etha n


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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: [flexcoders] Trade with
ColdFusion guru: skilled work for expert training!



 



Hello,





 





I am looking to trade 10 to 20 weekly hours of web
development in exchange for ColdFusion and ActionScript training in the context
of Flex RIA development. I am a multi disciplinary expert with strong design
and creative skills along with exceptionally analytic mind and natural
understanding of binary concept and processes. I am currently self training to
prepare a Flex and ColdFusion certification, probably for September. I am half
way with the whole Flash Platform where I am pretty much done with the
administration of all servers (presentation, media and application) and
reached proficiency with MXML that I code by hand. I need to focus the 2 coming
months on ColdFusion and ActionScript syntax with goal to master both language
by September. 





 





I am primary looking for coding support and programming
assistance through email and IM including quick question / answer, small
code fixes and examples.





 





 





Kindest Regards,





Stephane





 





Stephane Beladaci





RIA Flex Designer

[EMAIL PROTECTED]

310-945-5677 voice

866-841-8876 fax

 

http://www.linkedin.com/in/flexdesigner











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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

2006-05-16 Thread Kelly @ Dekayd Media Inc.










Hi

 

That as not my email address.

 

It was my Yahoo Instant Messenger screen
name.

 

 

My email is: [EMAIL PROTECTED]

 

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mahmoud Elsayess
Sent: Tuesday, May 16, 2006 10:50
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Trade
with ColdFusion guru: skilled work for expert training!



 



Hi Kelly,





 





Do you another email? 





I could not use what your provided with Yahoo.





 





Thank you.





 





Mahmoud Elsayess
www.readverse.com 







- Original 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:
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: [flexcoders] Trade with
ColdFusion guru: skilled work for expert training!



 



Hello,





 





I am looking to trade 10 to 20 weekly hours of web
development in exchange for ColdFusion and ActionScript training in the context
of Flex RIA development. I am a multi disciplinary expert with strong design
and creative skills along with exceptionally analytic mind and natural
understanding of binary concept and processes. I am currently self training to
prepare a Flex and ColdFusion certification, probably for September. I am half
way with the whole Flash Platform where I am pretty much done with the
administration of all servers (presentation, media and application) and
reached proficiency with MXML that I code by hand. I need to focus the 2 coming
months on ColdFusion and ActionScript syntax with goal to master both language
by September. 





 





I am primary looking for coding support and programming
assistance through email and IM including quick question / answer, small
code fixes and examples.





 





 





Kindest Regards,





Stephane





 





Stephane Beladaci





RIA Flex Designer

[EMAIL PROTECTED]

310-945-5677 voice

866-841-8876 fax

 

http://www.linkedin.com/in/flexdesigner



 











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] AJAX versus Flex

2006-05-25 Thread Kelly @ Dekayd Media Inc.










 

As a final note, my employer builds
applications for the world’s largest customer.

 

 

 

 

Fannie Mae?

 

 

 










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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

We are looking for an experienced Flex developer to work on a small 
project. If you are interested, please send me your resume. 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Question

2006-06-07 Thread Kelly @ Dekayd Media Inc.










ColdFusion compiles to Java and it doesn’t
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 [mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan Meutzner
Sent: Wednesday, June 07, 2006
4:59 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Question



 







So how about we take this off on a tangent a bit...
why would I use Java instead of ColdFusion or vice versa?  The floor is
open...  My apologies if this has already been discussed, but I don't
remember seeing anything.






On 6/7/06, Tracy
Spratt <[EMAIL PROTECTED]>
wrote:













Yes.

Tracy

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006
5:13 PM






To: flexcoders@yahoogroups.com
Subject: [flexcoders]
Question







 









Does Flex and Java work
well together























 








__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






RE: [flexcoders] Question

2006-06-08 Thread Kelly @ Dekayd Media Inc.










If you need J2EE capabilities then you can
use: http://geronimo.apache.org/

 

I think JBoss is J2EE too but I am not
sure.

 

Last time I checked (beta 2) FDS is just a
.war file and as such can be deployed on Apache Tomcat which is very free.

 

 

I would say stick with whatever language
you find most useful if you already have a preference but if you don’t have
one then consider that FDS itself is written in Java.

 

 

 

--Kelly

 

 

 

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle
Sent: Wednesday, June 07, 2006
6:43 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Question



 







Kelly,

> Java is free.

Am I getting messed up, I thought you needed like jrun or j2ee. Honestly, I did
Java 2 years back and I would love to know how I could use it with FDS?

I had got servlets working and things. 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 enterprise license (last time I checked).

 

 

Java is free.

 

 

 

As for any of the other
competitors I cannot say.

 

 

 

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Brendan Meutzner
Sent: Wednesday, June 07, 2006
4:59 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Question







 







So how about we take this
off on a tangent a bit... why would I use Java instead of ColdFusion or vice
versa?  The floor is open...  My apologies if this has already been
discussed, but I don't remember seeing anything.





On 6/7/06, Tracy
Spratt <[EMAIL PROTECTED]>
wrote:













Yes.

Tracy

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006
5:13 PM






To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question







 









Does Flex and Java work
well together























 
























-- 
What goes up, does come down. 






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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.5’s EULA prevented hosting.

 

 

 

--Kelly

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Erich Cervantez
Sent: Thursday, June 08, 2006 2:21
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex
hosting?



 









We’re
currently using Flex in our offices here in Las Vegas.  Assuming I
wanted to use it for personal use, does anyone know of any public Flex hosting
providers (if such a thing)?

 



--

Erich
Cervantez

Senior
Software Engineer

Las Vegas,
 NV



 








__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






[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





 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[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: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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 (Marketing - Adobe) in a Breeze webinar @
11AM (c):





 





Official release date: 





 





June 28, 2006





 





Pricing as follows:





 





Flex 2 SDK - FREE





Flex Builder 2 - $499, $749 w/charting





FDS - $6,000 (100 concurrent users), $20,000 (enterprise)





 





Interestingly: 





FDS Express - FREE (one app per cpu).





 





Charting components - $299







Oh, joyous day!

: : ) Scott 








__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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

2006-06-15 Thread Kelly @ Dekayd Media Inc.










That was the first place I looked.

 

They are not there.

 

 

Also, the ones I found from the flash tree
are not exactly the same as the flex tree.

 

And I get compile warnings when I try to
use the flash 8 swfs.

 

 

--Kelly

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of drome.dario
Sent: Thursday, June 15, 2006
10:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Does
anyone know where to find flex icons



 







Probably, they are embeded into the framework's swc
Have you look 
into?

--- In [EMAIL PROTECTED]ups.com,
"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 and there is no icon for open folder.
> 
> 
> 
> Thanks
> 
> --Kelly
>






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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( "41.jpg");
myUser.setLocation( "LA, CA");
list.add( myUser ); 
}

return list;
}
}

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Bray
Sent: Wednesday, June 14, 2006
4:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] having
trouble with DataService fill



 







I have a
single destination called "users" with a very simple fill
method that just creates 20 VOs, plugs them into an ArrayList and
returns it. After the client-side ResultEvent, my ArrayCollection has
20 items but they all contain null. The FDS log for that response is
below and the fill method I'm using is below that. I'm assuming the
log is telling me that I'm creating a single VO and filling the other
slots with references to the first but I can't see how my Java code
could be doing that. I would expect to see 20 objects there. Any
ideas?

[Flex] Serializing AMF/RTMP response
Version: 3
(Command method=_result (0) trxId=2)
(Typed Object #0 'flex.data.messages.SequencedMessage')
sequenceId = 0
destination = "users"
headers = (Object #1)
dataMessage = null
correlationId = "9CE17E7D-206E-D862-4C1A-D3DE8FDA09D2"
messageId = "E0425ED2-442E-1D59-9268-65E07B1CD33C"
timestamp = 1.150310846596E12
clientId = "C62E3E72-1A8B-A06A-3A46-D3DE8DF0568E"
timeToLive = 0.0
sequenceProxies = null
sequenceSize = 20
body = (Array #2)
[0] = (Typed Object #3 'com.userplane.dashboard.UserVO')
sex = 0
age = 28
image = "41.jpg"
location = "LA, CA"
displayName = "Tom"
ID = 20
[1] = (Ref #3)
[2] = (Ref #3)
[3] = (Ref #3)
[4] = (Ref #3)
[5] = (Ref #3)
[6] = (Ref #3)
[7] = (Ref #3)
[8] = (Ref #3)
[9] = (Ref #3)
[10] = (Ref #3)
[11] = (Ref #3)
[12] = (Ref #3)
[13] = (Ref #3)
[14] = (Ref #3)
[15] = (Ref #3)
[16] = (Ref #3)
[17] = (Ref #3)
[18] = (Ref #3)
[19] = (Ref #3)

***
//her'es the fill method:

public class UserAssembler
{
public List loadUsers()
{
ArrayList list = new ArrayList();
UserVO myUser;
int i = 0;

while( i < 20 )
{
i++;

myUser = new UserVO();
myUser.setID(i);
myUser.setAge(28);
myUser.setDisplayName("Tom");
myUser.setImage( "41.jpg");
myUser.setLocation( "LA, CA");
list.add( myUser ); 
}

return list;
}
}

Thanks,

Tom






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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

2006-06-15 Thread Kelly @ Dekayd Media Inc.










I actually meant for Flex 1.5 but its ok.

 

I already found them.

 

I just rooted around in some Flash files
that came with Flash 8 and I was able to find and export the swf’s
(thanks to a tip from Brendan M.)

 

 

 

 

Thanks

 

--Kelly

 

 

 

 

 

 

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle
Sent: Thursday, June 15, 2006
10:35 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Does
anyone know where to find flex icons



 







Hi,

There right here

C:\Program Files\Adobe\Flex Builder 2.0 Beta 3\Flex SDK
2.0\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 folder icons in the flex extras folder but they are not the
same ones and there is no icon for open folder.

Thanks

--Kelly
















-- 
What goes up, does come down. 






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






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: [flexcoders] Opinions sought: Flex and small developers

Now as much as I like Flex and as much as I like playing with it and
creating some interesting gadgets I am curious if people here on the
list think that there is much point in pursuing Flex if you are a
small developer and typically cater to smaller companies.

Do people think that Flex is ever going to reach down from its current
market (and its current price) to where it is afordable for smaller
developers?

My current conundrum is that I have two applciations that I am
planning and I can do then in Flex or CF using CF Form but as much as
I want to do it in Flex I can't see that its economically feasible to
do so

Anyone think this will change? Will Adobe change past Macromedia price
points for this product?







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 control plugin

There is also a subversion plugin for eclipse, although I havent used
it.  We use Eclipse as the Java editor and compiler, and then checkin
the changes using Tortoise for subversion.

Check out the ANT view in Eclipse as well.  Its pretty slick.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY


--- In flexcoders@yahoogroups.com, dos dedos <[EMAIL PROTECTED]> wrote:
>
> I use JBuilder for Java which comes with CVS, too, but I had no idea
it was also built into Eclipse .. It looks like Flex will make Java
developers migrate from other IDEs to Eclipse .. I see no reason to
have two IDEs for Java and Flex :)
> 
> thanks... I guess I'll have to install Flexbuilder B2 again
> 
> Douglas Knudsen <[EMAIL PROTECTED]> wrote:CVS client is bult
into Eclipse.
>  
>  DK
>  
>  On 3/24/06, dos dedos <[EMAIL PROTECTED]> wrote:
>  >
>  > Is there the eclipse plugin for single-user version control (with
diff,
>  > label, branch, merge, etc)?
>  >
>  >
>  >
>  >
>  >
>  >
>  >  
>  > New Yahoo! Messenger with Voice. Call regular phones from your PC
and save
>  > big.
>  >
>  >
>  >
>  >  --
>  >  Flexcoders Mailing List
>  >  FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  >  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
>  >
>  >
>  >
>  >  
>  >  YAHOO! GROUPS LINKS
>  >
>  >
>  >  Visit your group "flexcoders" on the web.
>  >
>  >  To unsubscribe from this group, send an email to:
>  >  [EMAIL PROTECTED]
>  >
>  >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>  >
>  >  
>  >
>  
>  
>  --
>  Douglas Knudsen
>  http://www.cubicleman.com
>  this is my signature, like it?
>  
> 
>   --
>  Flexcoders Mailing List
>  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
>
>   
> -
>YAHOO! GROUPS LINKS 
>  
> 
> Visit your group "flexcoders" on the web.
> 
> To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
> 
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service. 
>  
> 
> -
>  
>  
>  
> 
>   
> -
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and
30+ countries) for 2¢/min or less.
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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

2006-03-25 Thread Kelly @ Dekayd Media Inc.










I use MyEclipse with Hibernate.

 

It’s lacking some features so I also
use Hibernate Synchronizer.

 

The combination of the two works pretty
well.

 

 

--Kelly

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dos dedos
Sent: Saturday, March 25, 2006
9:13 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re:
Flex2: version control plugin



 


CVS is accessible in Flexbuilder (under
Window->Show View->Other->add CVS repository)  I just never
looked under "Other" before.

I checked out Eclipse 3.2 and it's looks pretty
solid. I'll definitely use the subversion plugin.

Anyone working with a Hibrenate plugin for
Eclipse? I found this one http://myeclipseide.com .. it may be worth checking
out.

Thanks for the info

Mike Chambers <[EMAIL PROTECTED]> wrote:

Works well with FlexBuilder also.

Info on how to install it here:

http://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
[mailto:flexcoders@yahoogroups.com]
On
> Behalf Of Dave Wolf
> Sent: Saturday, March 25, 2006 4:06 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Flex2: version
control plugin
> 
> There is also a subversion plugin for
eclipse, although I havent used
> it.  We use Eclipse as the Java editor
and compiler, and then checkin
> the changes using Tortoise for subversion.
> 
> Check out the ANT view in Eclipse as
well.  Its pretty slick.
> 

 







New Yahoo! Messenger with Voice. Call
regular phones from your PC and save big. 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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 6:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Can Flex do this? (was: Too many mistakes)

Stefan,

The usual trick here is a browser feature to get that to work.  They
usually have a DIV on the page which contains an FTP:// URI.  When you
drag the file into the DIV the browsers own FTP support kicks in and
uploads the file.

I know there are also ActiveX controls people have written for file
upload.


-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In flexcoders@yahoogroups.com, "Stefan Richter" <[EMAIL PROTECTED]> wrote:
>
> On this note I wanted to ask the crowd: is Flex2 capable of letting
a user
> drag a file from their desktop into the browser, onto the Flex app
and then
> have Flex upload it?
> I saw something similar being done by a custom ActiveX control in
> combination with AJAX and it was very slick. I had never seen
anything like
> it. Moreover that plugin was able to transcode video clips to Flash
Video
> format before uploading...
>  
> Stefan
>  
>  
> 
> 
>  
> 
> Works across browsers with no extra code (= less maintenance and dev
time)
> that alone beat's Ajax hands down again IMHO (insert hundreds more
here).
> 
> 
> hope this helps
> 
>  
> 
> Jason
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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});
}


public function handleCheckEmailExists(event){
if (event.result == 'true'){
submitSignup.enabled = true; 
}   else {
submitSignup.enabled = false;
  }
}
 

And in your Remote Object tag:






-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alexander Tsoukias
Sent: Tuesday, April 04, 2006 11:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] GENERAL actionscript question

Hi all, I know this is not advanced, but I have a deadline for a 
FLEX app tomorrow and the client needs to see a login and signup 
sample.

I have a CFC which has a method that checks if the email inputed 
already exists in the database.

The cfc function returns TRUE or FALSE

This is the actionscipt that I have:

public function checkEmailExists():void {
if ((srv.checkEmail({email:userEmailInput.text})) == 
true){
submitSignup.enabled = true; 
}   else {
submitSignup.enabled = false;
}
  }  


Is this correct? It doesn't seem to work.







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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 busitech
Sent: Thursday, April 13, 2006 2:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] get rid of xml configuration in FDS, use JNDI

I am evaluating FDS 2.0 for the first time, and am quite disappointed 
with the requirement of every single "destination" possible to be added 
to an XML file before it can be used...

Adobe calls this software "designed for the enterprise."  However, with 
enterprise comes large applications, with hundreds or even thousands of 
objects, function calls, etc.  I dread the thought of tediously adding 
all of our entities to an XML file, and maintaining another copy of 
function prototypes and API definition...

We have developed a very nice workflow with Flash Remoting.  We write 
EJB's, which get dropped into the server, which makes them immediately 
available to Flash Remoting through JNDI.  It seems that FDS does not 
use JNDI?  So another quasi-client layer for doing lookup and function 
calls is required?

I see some nice features like data push (very cool), data queuing/sync 
for occasionally available services.

But I'm not sure I'm willing to give up our efficient workflow for 
these features.

I'm curious what others think about the scalability of having to lay 
out all of these XML files when developing an application.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/