[flexcoders] Code Generator for Flex/Java/Hibernate/Spring/Maven/BlazeDS

2009-01-16 Thread Kelly
Hi

I am building a code generator for building enterprise Java/Flex apps.

It is model driven and can generate more then 50% of a Flex/Java project 
front to back.

It currently generates Java and Flex value objects, hibernate layer, 
database schema, DAO's, DAO unit tests, stubs for the functional layer, 
stubs for services layer, config files for all layers, Maven poms, 
deployment scripts for Glassfish, Flex services layer, Flex forms, 
BlazeDS mappings and configs, and more.


I started building it to use for my own projects but I have since 
realized that it might be useful to others as well.

Now I am trying to raise funding to finish developing it and put it online.

In order to raise funds I need to do a little market research.


If anyone who is interested would please answer any of the following 
questions I would appreciate it:


1. How interested are you in using a Code Generation Service (Software 
Factory) that has the functionality listed above?

2. How interested in the service would you be if it supported more 
technologies and platforms?

3. Which other technologies, platforms, languages, or frameworks would 
you like to see it support? It currently supports the technologies that 
I use and a lot of the companies I have worked for use but I can easily 
and quickly add support for other things.

4. How much would this service be worth to you or your company?



Thank you much and feel free to ask any questions. I will try to have a 
demo online as soon as I can.


--Kelly




Re: [flexcoders] Artemis

2008-04-01 Thread Kelly
If Adobe was smart they would completely open source AIR and Flash Player.

Then Flex/AIR could be the new GUI layer for desktop Java apps.

Of course there is no reason you couldn't just bundle your application 
so that it automatically installs a local instance of Tomcat or some 
other java container running Blaze DS and then interact with the local 
JVM through remoting calls made to localhost.


Artemis is dead though. Not sure what happened to the post that 
explained why.












Jhonny Everson wrote:

 hi Guys,

 Is anyone using Artemis to bridge Adobe Air Applications to java 
 runtime? I want to brigde air with java without a servlet container. 
 Artemis proposes to do what I want but looks like it is dead. The last 
 message on the site is since April 30, 2007.

 Is anyone using it? Is it 'stable'? ( don't need to be completely 
 stable, but at least usable) Does anyone knows an alternative?

 Thanks

 -- 
 Jhonny Everson
  



Re: [flexcoders] File Upload Error in mozilla

2007-10-01 Thread Kelly Birr
I spent a long time on a very siilar problem in the early days of Flex 
2.  After hours of intercepting and reviewing HTTP(s) requests, the only 
diffrence I've noticed between Mozilla and IE with Flex file uploads is 
that Mozilla does not send *any* cookies to the server on the data 
post.  Therefore you will not be able to use cookie-based authentication 
or session state on the server side.

I worked around this by adding soem values to the querystring of the 
file post url and creating a special server side module to handle this.  
My code is .NET/IIS so i doubt it would help you, but I hope a bit more 
insight into the problem may.

- Kelly

nsmmilind2002 wrote:
 Hi All, 

 I am facing issue with Mozilla Firefox browser on https.  
 We have Flex application hosted in tomcat secured mode (https) in 
 which we provide the functionality of upload .csv file. Which works 
 fine in IE but the same is not working in Mozilla it giving me the 
 following error? 

 Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O 
 Error. 
 at com.datki.fileio::FileUpload/initBrouseDlg() 
 at UserManagement/::showWarning() 
 at flash.events::EventDispatcher/ 
 flash.events:EventDispatcher::dispatchEventFunction() 
 at flash.events::EventDispatcher/dispatchEvent() 
 at mx.core::UIComponent/dispatchEvent() 
 at mx.controls.alertClasses::AlertForm/::removeAlert() 
 at mx.controls.alertClasses::AlertForm/::clickHandler() 


 After some investigation I found some information on web which says 
 this is some problem related to browser cookies but even after making 
 the changes suggested over there It still not working in Mozilla and 
 throwing the same error. Please check the following link 
 http://thanksmister.com/?p=59
  
 As File upload is very common functionality, therefore there should 
 be some solution on it. 

 Can anyone help me out to resolve the issue of file uploading in 
 Mozilla browser in security mode (htts). 

 - Milind 






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





   



Re: [flexcoders] Date - Timezone with WS

2007-05-16 Thread Kelly Birr
Paul,

I gave up making sense of the way Flex 2 handles dates from web services 
almost a year ago and stated passing them as strings.  I brought this up 
many times during the beta and since then and have never seen a good 
solution for getting Flex to stop mucking with the timezone. 

The other big problem with the Date class in AS3 is that it is a 
reference type and cannot be directly compared using ==.  You have to us 
an external date compare function or compare the individual components 
of both dates (after checking that neither one is null). 

I've been using strings for all date related processing in flex for 
about 9 months and it's been perfect.

- Kelly

paulwelling wrote:
 Hello,

 I have a WS that returns a date.  Our server is in EDT.
 Using Charles to sniff the date: 2007-05-15T00:00:00-04:00

 When debugging the resultset in Flex, it appears that Flex has ignored
 TZ info passed and has applied the client's TZ to the date..!  

 (I changed my PC's TZ to GMT and the TZ offset in the resultset gets
 changed accordingly, even though the server is still passing -04:00!!!)

 Has anyone come up with a good work-around / fix for this...  (I'm
 still in shock on this one...)

 Thanks for the help!
 Paul





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





   



Re: [flexcoders] Flex on Vista?

2007-05-11 Thread Kelly Birr
I've been running Windows Vista since mid-November 2006. I find it to be 
more stable and reliable than Windows XP. I do still have a few 
compatibility problems with some programs and hardware devices who's 
manufacturers have not released updates, but this is to be expected with 
any new Windows version.

As for Flex on Vista: Flex 2.01 works pretty well on Vista but is still 
unsupported by Adobe. I use Eclipse 3.2.2, with Flex 2.01 installed as a 
Plug-in and find it works very well. It's easily good enough for 
production work. I also use the Subclipse add-in and find it works very 
well.

It does not play well with the new Aero Glass look though, and often 
causes Vista to revert to the Basic look. Vista goes back to Aero once 
Eclipse is closed. This same thing happens in many Java programs so I 
think the problem may be JRE related and not specifically Eclipse/Flex, 
but I'm not sure.

- Kelly

Steve Kellogg wrote:

 Hey Folks, I need some quick advice:

 I’ve been avoiding the switch to Vista as long as possible (simply 
 because I didn’t want to risk an interruption in productivity).

 NOW, however I seem to have a dying laptop, and the decision has 
 become more urgent.

 Do you guys have any feel for whether Flex/Eclipse is running ok/well 
 on Vista? Any specific problems I should watch out for? Does anyone 
 use the SeapineSCM plugin with it on Vista? Does Apollo seem to be ok 
 on Vista?

 Any advice is appreciated.

  



--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-28 Thread Kelly Birr
Silverlight does not require IE.  It workes on IE and Firefox under 
Windows, and Safari for Mac.  I also understand Firefox for Mac support 
is expected soon (if I've not already missed it).  It has extensive 
cross platform functionality including streaming video support. 

It also has the advantage of development under Visual Studio which is a 
HUGE plus for me.  Don't get me wrong, Eclipse is a good IDE with a good 
debugger and a great set of available (even free) 3rd party plug-ins.  
But, I've yet to find anything that can compare to the power and ease of 
Visual Studio 2005 (IMHO).

All that being said Silverlight is not without it's problems:
* It's control library is still very week.  It does not even have a real 
TextInput equivalent in the last preview release I used. 
* I does not offer any form of compilation, so it is delivered to the 
end user as XAML and Javascript source code (which sucks).
* It may also be a long time before it has anywhere close to the market 
penetration that Flash has now.

I think Silverlight will be a good contender, but I really do not see it 
replacing Flash/Flex any time in the near future.

- Kelly

Paul J DeCoursey wrote:
 Ummm no IE does not work on the Mac, the last few versions were 
 awful and barely worked. MS hasn't been developing it in at least 2 
 years, maybe three.  They stopped supporting it over a year ago.

   
 Everybody uses Windows, almost all the workstations are windows. Macs
 have IE working OK. The better solution was a cross plataform
 solution, that's why I've been working with Flex.
 





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





   



Re: [flexcoders] Http Compression for Flex

2007-03-25 Thread Kelly Birr
Yes,  I use IIS6 built in GZip compression with Flex with no problems.  
We're using Flex WebServices and HttpServices against .NET Web 
Services.  I did have to manually edit the IIS6 Metabase.xml to include 
ASMX and ASHX in the list of dynamically compressible extensions.  The 
configuration required messy several steps, I followed the walk-through at:

http://weblogs.asp.net/owscott/archive/2004/01/12/57916.aspx

- Kelly

ajudah987 wrote:
 Has anyone got any of the Webserver http compression tools working with 
 Flex. I am trying to get the Remote object return stream, application/x-
 amf stream compressed from my webserver without much luck. I have tried 
 IIS6's default methods but they are limited to file types not mime 
 types. I have trialed Port80's httpZip but this does not seem to work 
 for the above mime type. It does work for the initial swf file but i 
 loose the progress dialogue. Pulling my hair out trying to find a 
 solution. Any advice or help would be appreciated.

 Cheers,

 AJ



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





   



Re: [flexcoders] Re:Do I *REALLY* need Flex Data Services for WebServices?

2007-01-29 Thread Kelly Birr
If you intercept the response from your web services and change the HTTP 
Status Code to 200 flex will receive and display the true SOAP 
Exception.  I am currently doing this in my .NET mid-tier applications. 
I'm not really sure how to do it on any other platform, but I must 
assume it's possible.

- Kelly

Charles Havranek wrote:
 Greg, 

 Without Flex Data Services, I do get the basic error code  message , 
 but have to look at server logs to see stack traces.

  



RE: [flexcoders] Re: SEO Compatibility

2006-12-16 Thread Kelly
Google, Yahoo, and Microsoft already agreed on what they feel is the best
solution for indexing dynamic data.

 

Le the site owners do it.

 

Soon all you will need to do is make an xml file with entries containing a
link, a description and the keywords.

 

Their engines will read your xml file and then your dynamic content will be
indexed.

 

 

 

This way it will be easy for content management systems to make SEO
automated.

 

 

--Kelly

 

 

http://blog.searchenginewatch.com/blog/061116-01

 

 

http://www.sitemaps.org/

 


What are Sitemaps?


Sitemaps are an easy way for webmasters to inform search engines about pages
on their sites that are available for crawling. In its simplest form, a
Sitemap is an XML file that lists URLs for a site along with additional
metadata about each URL (when it was last updated, how often it usually
changes, and how important it is, relative to other URLs in the site) so
that search engines can more intelligently crawl the site.

Web crawlers usually discover pages from links within the site and from
other sites. Sitemaps supplement this data to allow crawlers that support
Sitemaps to pick up all URLs in the Sitemap and learn about those URLs using
the associated metadata. Using the Sitemap protocol
http://www.sitemaps.org/protocol.html  does not guarantee that web pages
are included in search engines, but provides hints for web crawlers to do a
better job of crawling your site.

Sitemap 0.90 is offered under the terms of the Attribution-ShareAlike
http://creativecommons.org/licenses/by-sa/2.5/  Creative Commons License
and has wide adoption, including support from Google, Yahoo!, and Microsoft.

 

 

 

 

 

 

 

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of dorkie dork from dorktown
Sent: Saturday, December 16, 2006 2:01 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: SEO Compatibility

 

Adobe: Yes google will index your Flex app. It reads the text in the file
and keywords in the html page (basically etc). Flex is SEO friendly.

Doug:  Sure, google will show your link to your site for resturant review
but it does not index the dynamic data in that site. So if someone is
searching for Casa Bonita (sings melody) and not resturant review the
site will not be listed because google does not know that resturant
review.com contains information about Casa Bonita. At least not without
unnatural restructuring of the application and application wrapper. 

Me: I do not know if search engines can find and index this information. A
concrete example that a Flex app with dynamic data is being index would
suffice that it is not an issue. If it is an issue, referring specifically
about dynamic data, not static, then a distinction should be made to clarify
this conversation. 

Flex = SEO friendly
Dynamic data in Flex = Impossible without modifications(?)

Right? So putting everything else aside... we could say that some people
want more support in this area or at least a better answer (or recommend
solution) to this specific issue. 
/end of message

/start of suggested solution
We all know how a search engine works. It finds a site, indexes the content
on the home page and then crawls through the rest of it *by following
links*. Each page it finds it indexes the content on those pages. 

So lets say we have a comic book forum created in flex. Our flex app has 3
main states, forum index, forum posts (newest ten shown) and forum message
thread. In an HTML site the search engine would follow the each forum link
and then read in the forum posts page and follow those links and read in
each message thread. Right now Flex apps have no links to follow because
they do not deal with pages they deal with states. 

So what if on each state we wrote out html anchors to the browser
dynamically? Using something like URLKit you can go to different states in
your Flex app by url. So in your comic book forum your page loads, the flex
app writes links to the page after content is received from the server.
Google comes along finds page, finds the content, indexes it, finds the
links and recursively goes through the site. It is unknown how google
indexes so this may not be possible of course but I'm saying, if we build
it they will come - and adopt it or rewrite it. -er, this also works, if
we want it they will build it. 

dorkie cant sleep dork from dorktown

I think we can come up with a solution. 

the problem you are saying is how to index dynamic data. 




On 12/15/06, Doug McCune [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
edu wrote:

OK, right, we were talking about two different things. Sorry if this has
caused confusion. I was talking about dynamic data being indexable by search
engines. You were talking about search engine optimization for static
content (sorry again if I'm still misunderstanding).

I guess I never think about search engine optimization in terms other than
how to get your dynamic content indexed

RE: [flexcoders] porting tool

2006-12-11 Thread Kelly
Right now you can develop Flex 2 apps with webservices or remote objects
totally free.

 

I doubt this will ever change in the future.

 

I also doubt that Laszlo will be a serious alternative to Flex for a while.

 

 

As far as RTL, don't know what to tell you there.

 

 

 

 

--Kelly

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of pateyog
Sent: Monday, December 11, 2006 6:29 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] porting tool

 

We have recently evaluated Flex 2 for our next generation product.
Exerybody was excited at the look and feel of the pilot project that
we undertook. Some few concerns that came up were.

Adobe has in the recent past changed the architecture (from 1.5 to
2.0) and Pricing, I believe mainly for mass adoption. This could again
revert or change in future at which point of time you could be slapped
with a higher cost of staying with Adobe. Although in current
circumstances it looks remote but my question here is How difficult or
easy is to port say a Flex 2 application to Laszlo. Are there tools
available to do so?

Another concern was the support for RTL language for inputs. I
understand this is not supported as of today. What is a best
workaround for this.

I would appreciate if any body on the board can throw some light on
these issues.

 



RE: [flexcoders] memory issues / garbage collection?

2006-12-07 Thread Kelly
I was having this problem when I built the map component for www.pikeo.com
http://www.pikeo.com/ 

 

You have to make sure that all references to an object are gone before it
will get garbage collected.

 

Once all references to the object are gone it will get collected within 5
seconds usually.

 

 

 

 

--Kelly

 

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kenneth Sutherland
Sent: Thursday, December 07, 2006 1:18 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] memory issues / garbage collection?

 

I've been playing around with the photoviewer example (from the adobe site)
quite a bit in my spare time and I've noticed that when I open up the
taskmanager and I run the application that the memory consumption just keeps
on going up!  Each time I look at another photo, up it goes.

So I'm looking for any hints, tips, tutorials or books that will help to get
flex to garbage collect all of the old memory that the app no longer needs.

 

Thanks.

 



Re: [flexcoders] Flash Player 9 issues on Windows 2005 Tablet PC Edition

2006-12-02 Thread Kelly Birr
There is a Windows XP Tablet PC Edition 2005, it's the name given to 
Windows XP Tablet PC Edition with SP2 installed.  That is what i run on 
My Toshia Portege M200 and I do run flex 2.0 applicaitons on it and it 
seems to run perfectly. 

I admittedly rarely use the pan/tablet features and could not testify to 
how well flash apps response to pen gestures but I just tried some 
simple point-and-click with the pen on my flash app and it works as 
expected.

- Kelly

Chris Hill wrote:
 AFAIK there is no Windows 2005 Tablet PC edition. I am running Windows 
 XP Tablet PC edition on this computer, is that what you're talking 
 about? Or are you perhaps running Vista on a Tablet PC?


 John Dowdell wrote:

   
 Steven Toth wrote:
 
 Has any testing been done of the Flash Player 9 on Windows 2005 Tablet
 PC edition? When running our application under Flash Player 7 it
 responded as expected. However, Flash Player 9 is responding poorly to
 pen gestures such as textInput focus and double click. We filed a bug
 report and the Adobe rep. that contacted us didn't know what Windows
 2005 Tablet PC edition was and wasn't sure how to help us. Any help
 would be greatly appreciated. Thanks.
   
 I'm pulling up 18 Google references to search phrase Windows 2005
 Tablet PC... variant phrases don't return good results either. Is there
 another label I should be searching on to find others' experience with
 similar machines...?

 tx,
 jd

 -- 
 John Dowdell . Adobe Developer Support . San Francisco CA USA
 Weblog: http://weblogs.macromedia.com/jd 
 http://weblogs.macromedia.com/jd
 Aggregator: http://weblogs.macromedia.com/mxna 
 http://weblogs.macromedia.com/mxna
 Technotes: http://www.macromedia.com/support/ 
 http://www.macromedia.com/support/
 Spam killed my private email -- public record is best, 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





   



RE: [flexcoders] installing FDS

2006-11-29 Thread Kelly
Probably wise to practice installing on your local machine first.

 

Not that installing tomcat will have any effect on a running server.

 

 

 

--Kelly

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Russell Sprague
Sent: Wednesday, November 29, 2006 8:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] installing FDS

 

I would like to use the FDS, but I am unclear on the installation process.
My production server is Win 2000, running IIS and Coldfusion7. I know I
need JRun? J2EE? to run the fds, but thats about it. I have heard that
people are using Tomcat to run the fds, but I don't want to mess with my
production server without knowing how installing Tomcat would effect say the
IIS server, etc. I am not a server admin by any means, so ever time I
install something on the server, its with white knuckles.

Russ

 



[flexcoders] Flex Builder with Vista RTM

2006-11-27 Thread Kelly Birr
All,

Has anyone else tried getting Flex builder 2.0 to work on Windows Vista 
RTM.  I'd had a few problems and i wanted to share my findings and see 
if anyone else has had smiler experiences.  Please note that I have 
Vista's UAC (User Account Control) turned OFF, as many of my developer 
tools (including Visual Studio 2005) do not work well with it enabled.

In short, Flex builder 2.0 (standalone) installs but does not work on 
Vista RTM.  It simply gives an error message on startup telling me to 
check a log file.  After checking the log file it basically says it can 
find the Java package.  I've found 2 workarounds that made it work for 
me. I'm currently using option A.

A) Download and install the Sun JDK 5.0(9) and Eclipse 3.2.1 SDK, then 
simply install Flex builder using the Eclipse plug-in option.

B) Install Flex builder on your Vista machine and on another Windows XP 
machine (or VM). Then copy all the files from C:\Program 
Files\Adobe\Flex Builder 2\ from the Windows XP box over the same files 
on the Windows Vista box. You may also have to edit the C:\Program 
Files\Adobe\Flex Builder 
2\configuration\.settings\com.adobe.flexbuilder.standalone.prefs file 
and change the flexbuilder.lastWorkspace path to reflect the new 
C:\Users folder in Vista.  The last step should only be required if 
you've previously run Flex builder on the XP box.

I hope my experience can help anyone else who may be having these 
problems.  Out of curiosity is anyone else having the same issues or 
does my computer simply hate me?

- Kelly




RE: [flexcoders] How to implement Lazy Hibernate?

2006-11-26 Thread Kelly
From Hibernate Best Practices:

 

 

Don't use exotic association mappings. 

Good usecases for a real many-to-many associations are rare. Most of the
time you need additional information stored in the link table. In this
case, it is much better to use two one-to-many associations to an
intermediate link class. In fact, we think that most associations are
one-to-many and many-to-one, you should be careful when using any other
association style and ask yourself if it is really neccessary.

 

http://www.hibernate.org/hib_docs/v3/reference/en/html/best-practices.html

 

 

 

 

I think FDS has a hibernate adaptor but that isn't going to solve your
circular reference.

 

 

 

 

--Kelly

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Carlos Rovira
Sent: Sunday, November 26, 2006 12:49 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How to implement Lazy Hibernate?

 

Hi,

I'm currently searching for info about this topic. Could someone provide
some links about how FDS and Hibernate work thogether in this issue?

Thanks.

C.





On 11/26/06, Kelly [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] com wrote:

Lazy Loading probably isn't going to help you.

 

You probably want to consider doing an intermediate class between any
many-to-many associations in hibernate so you have two many-to-one
associations instead.

 

 

 

--Kelly

 

 

 

 

  _  

From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com
http://ups.com ] On Behalf Of Douglas McCarroll
Sent: Saturday, November 25, 2006 3:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to implement Lazy Hibernate?

 

Hi All,

I'm attempting to create a Cairngorm/FDMS/Hibernate/MySQL example 
program which I'll publish to the community once completed. I used the 
MySQL Sakila sample DB (pared down to 3 tables - Film, Actor  FilmActor 
- at present) and used HibernateTools to reverse engineer the requisite 
Java and Hibernate files. So far, so good. I've even managed to 
successfully write corresponding .as files and implement the beginnings 
of a Cairngorm front end.

And it works. Kind of.

The problem is that the persistence layer takes forever to load, even 
though the 3 tables only have hundreds or thousands of records each. 
I've temporarily pared them down considerably (to 100, 100  500 
records) and the program now loads quickly enough that I can continue 
development work, but the performance issue needs to be addressed.

It's fairly easy to see what the problem is. Here's a picture of the 
variable window that depicts the situation in all its glory:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/deeply_nested_actors_and_films.jpg
rks.com/technology/tech_questions/hibernate_lazy_associations/deeply_nested_
actors_and_films.jpg 

Beautiful, isn't it?? :-)

In other words, every actor references all films that the actor is in...

And each of these films references all actors in the film...

And each of these actors references all films that the actor is in...

And each of these films references all actors in the film...

Etc, etc, etc, etc, etc.

I wonder how many levels deep this goes? The program doesn't hang so I 
assume that Flex puts a stop to it at some point...

Anyway, I'm assuming that the solution is to implement lazy 
associations. My understanding is that Hibernate does lazy associations 
by default, so once I set up my destinations properly all will be well. 
But despite several attempts, I keep getting error messages.

Could one of the Hibernate gurus that inhabits this list point me in the 
correct direction?

The DB's schema is outlined here:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/index.html
rks.com/technology/tech_questions/hibernate_lazy_associations/index.html 

And all relevant code, plus my latest error message, is here:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/code.txt
rks.com/technology/tech_questions/hibernate_lazy_associations/code.txt 

I assume that my problem is in data-management-config.xml, but I'm new 
to all of this and could be doing other things wrong as well.

TIA!

Douglas

-

Douglas McCarroll

CairngormDocs.org Webmaster
http://www.Cairngor http://www.CairngormDocs.org mDocs.org

Flex Developer
http://www.brightwo http://www.brightworks.com rks.com
617.459.3840

-




-- 
::| Carlos Rovira
::| http://www.carlosro http://www.carlosrovira.com vira.com
::| http://www.madeinfl http://www.madeinflex.com ex.com 

 



RE: [flexcoders] How to implement Lazy Hibernate?

2006-11-26 Thread Kelly
I am not sure what the best way of mapping it would be so as to eliminate
the circular reference.

 

I am not great at Hibernate.

 

 

Maybe if you eliminated the one-to-many relationships on Film and Actor.

 

Then you would have a separate collection of FilmActors that you could query
by film or actor.

It would eliminate the circular reference but I am not sure it's the best
solution or what you had in mind.

 

Let me know what you end up doing, I am curious.

 

 

--Kelly

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Douglas McCarroll
Sent: Sunday, November 26, 2006 7:53 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How to implement Lazy Hibernate?

 

Hi Kelly,

 Lazy Loading probably isn't going to help you.

 You probably want to consider doing an intermediate
 class between any many-to-many associations in
 hibernate so you have two many-to-one associations
 instead.

Thanks for your response Kelly, but I think that I already have an 
intermediate class, implemented on both client (.as) and server (.java)

The FilmActor table has many-to-one relationships with both Film  Actor 
tables.

FilmActor.java  FilmActorVO.as are the intermediate classes that map to 
this table.

I'm guessing that you got the impression that I have no intermediate 
class from my explanation, right below the first link, which I 
oversimplified.

Here's a revised version:

Hi All,

I'm attempting to create a Cairngorm/FDMS/Hibernate/MySQL example 
program which I'll publish to the community once completed. I used the 
MySQL Sakila sample DB (pared down to 3 tables - Film, Actor  FilmActor 
- at present) and used HibernateTools to reverse engineer the requisite 
Java and Hibernate files. So far, so good. I've even managed to 
successfully write corresponding .as files and implement the beginnings 
of a Cairngorm front end.

And it works. Kind of.

The problem is that the persistence layer takes forever to load, even 
though the 3 tables only have hundreds or thousands of records each. 
I've temporarily pared them down considerably (to 100, 100  500 
records) and the program now loads quickly enough that I can continue 
development work, but the performance issue needs to be addressed.

It's fairly easy to see what the problem is. Here's a picture of the 
variable window that depicts the situation in all its glory:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/deeply_nested_actors_and_films.jpg
rks.com/technology/tech_questions/hibernate_lazy_associations/deeply_nested_
actors_and_films.jpg 

Beautiful, isn't it?? :-)

There's a reference chain that goes like this on the client side:

ActorVO references...

A FilmActors ArrayCollection which contains...

ObjectProxy instances (translations of FilmActor.java) which reference...

Both ActorVO  FilmVO instances which both reference...

A FilmActors ArrayCollection which contains...

ObjectProxy instances (translations of FilmActor.java) which reference...

Both ActorVO  FilmVO instances which both reference...

Etc, etc, etc, etc, etc.

I wonder how many levels deep this goes? The program doesn't hang so I 
assume that Flex puts a stop to it at some point...

Anyway, I'm assuming that the solution is to implement lazy 
associations. My understanding is that Hibernate does lazy associations 
by default, so once I set up my destinations properly all will be well. 
But despite several attempts, I keep getting error messages.

Could one of the Hibernate gurus that inhabits this list point me in the 
correct direction?

The DB's schema is outlined here:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/index.html
rks.com/technology/tech_questions/hibernate_lazy_associations/index.html 

And all relevant code, plus my latest error message, is here:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/code.txt
rks.com/technology/tech_questions/hibernate_lazy_associations/code.txt 

I assume that my problem is in data-management-config.xml, but I'm new 
to all of this and could be doing other things wrong as well.

TIA!

Douglas

-

Douglas McCarroll

CairngormDocs.org Webmaster
http://www.Cairngor http://www.CairngormDocs.org mDocs.org

Flex Developer
http://www.brightwo http://www.brightworks.com rks.com
617.459.3840

-

 



RE: [flexcoders] How to implement Lazy Hibernate?

2006-11-25 Thread Kelly
Lazy Loading probably isn't going to help you.

 

You probably want to consider doing an intermediate class between any
many-to-many associations in hibernate so you have two many-to-one
associations instead.

 

 

 

--Kelly

 

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Douglas McCarroll
Sent: Saturday, November 25, 2006 3:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to implement Lazy Hibernate?

 

Hi All,

I'm attempting to create a Cairngorm/FDMS/Hibernate/MySQL example 
program which I'll publish to the community once completed. I used the 
MySQL Sakila sample DB (pared down to 3 tables - Film, Actor  FilmActor 
- at present) and used HibernateTools to reverse engineer the requisite 
Java and Hibernate files. So far, so good. I've even managed to 
successfully write corresponding .as files and implement the beginnings 
of a Cairngorm front end.

And it works. Kind of.

The problem is that the persistence layer takes forever to load, even 
though the 3 tables only have hundreds or thousands of records each. 
I've temporarily pared them down considerably (to 100, 100  500 
records) and the program now loads quickly enough that I can continue 
development work, but the performance issue needs to be addressed.

It's fairly easy to see what the problem is. Here's a picture of the 
variable window that depicts the situation in all its glory:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/deeply_nested_actors_and_films.jpg
rks.com/technology/tech_questions/hibernate_lazy_associations/deeply_nested_
actors_and_films.jpg

Beautiful, isn't it?? :-)

In other words, every actor references all films that the actor is in...

And each of these films references all actors in the film...

And each of these actors references all films that the actor is in...

And each of these films references all actors in the film...

Etc, etc, etc, etc, etc.

I wonder how many levels deep this goes? The program doesn't hang so I 
assume that Flex puts a stop to it at some point...

Anyway, I'm assuming that the solution is to implement lazy 
associations. My understanding is that Hibernate does lazy associations 
by default, so once I set up my destinations properly all will be well. 
But despite several attempts, I keep getting error messages.

Could one of the Hibernate gurus that inhabits this list point me in the 
correct direction?

The DB's schema is outlined here:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/index.html
rks.com/technology/tech_questions/hibernate_lazy_associations/index.html

And all relevant code, plus my latest error message, is here:

http://www.brightwo
http://www.brightworks.com/technology/tech_questions/hibernate_lazy_associa
tions/code.txt
rks.com/technology/tech_questions/hibernate_lazy_associations/code.txt

I assume that my problem is in data-management-config.xml, but I'm new 
to all of this and could be doing other things wrong as well.

TIA!

Douglas

-

Douglas McCarroll

CairngormDocs.org Webmaster
http://www.Cairngor http://www.CairngormDocs.org mDocs.org

Flex Developer
http://www.brightwo http://www.brightworks.com rks.com
617.459.3840

-

 



RE: [flexcoders] Flex 2 and maps

2006-11-03 Thread Kelly












I actually just finished rebuilding the
Microsoft Virtual Earth control in Flex 2. ( http://local.live.com
)

Unfortunately I did it under NDA so I cant
let you use it.

If you want to see it  it will be
viewable with the launch of the new Pikeo application on Nov 7th. ( www.pikeo.com )

Its not quite perfect yet but I
only started building it 6 weeks ago. I will try to polish it some more before
the launch.



I will talk to the company and see if they
are willing to let me open source the component.

Dont get your hopes up though.



Also they have a contract with Microsoft
that makes it legal for them to use it.

You would most likely have to do the same.





A better option would probably be to lobby
Yahoo to hire me as a remote developer to help upgrade their current flex 1.5 maps
to flex 2. J



We chose Microsoft for a provider because
they had better satellite coverage of most of the world then either Yahoo or
Google.







--Kelly





















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of brian.knorr
Sent: Friday, November 03, 2006
2:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 and
maps











I have been struggling to find a clean way
to integrate mapping into 
a flex 2 app. I know you can use the legacy Yahoo Maps Api (Flex 
1.5 / AS2) and via a LocalConnection communicate with it, but this is 
a big hack. Does anyone know of a mapping component that supports 
Flex 2 / AS3?

Thanks,

Brian






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Editing Photoshop with Flex 2.0 Sample Posted

2006-11-03 Thread Kelly












Thats pretty cool.



What other functionality are you going to
add?

















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of flexnadobe
Sent: Friday, November 03, 2006
4:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Editing
Photoshop with Flex 2.0 Sample Posted











Hello,

I just posted my first sample flex app online on my blog @

http://flexnadobe.blogspot.com

or you can go straight to the link:

http://www.acsnap.com/ads/

Check it out... and let me know what you think.

I will try to get the Cropping Component I made and some explanation
to what is happening behind the scenes as soon as possible.

Have fun,

Rich






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Bind values to slider values property

2006-10-27 Thread Kelly












values=[beginValue, endValue]











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Wally Randall
Sent: Friday, October 27, 2006
12:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Bind values
to slider values property











How to I bind values to the VSlider values
property?

This assignment works:
values=[6,10] 

This assignment does not:
values=[{beginValue},{endValue}]

It generates the 1067 implicit coercion of string ... 






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Re: Flex Data Services painfully slow?

2006-10-24 Thread Kelly












My first guess would be to look for
inefficient looping or queries in Coldfusion.

Put timers in your cfcs to see how
long they are taking to execute on their own.



That is the most likely culprit.







--Kelly



















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ryanharlin
Sent: Monday, October 23, 2006
5:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex
Data Services painfully slow?











How could I diagnose and identify routing and/or DNS
problems?

My setup is pretty basic. I'm coding at home the requests come into
my router which is set up to forward port 8700 to the MacBook which is
running Windows and hosts the DB, Coldfusion, and FDS.

There's no DNS I'm running and I access by direct IP address.

Any thoughts on how to test both of these good suggestions?

--- In [EMAIL PROTECTED]ups.com,
Paul Andrews [EMAIL PROTECTED] wrote:

 I can't really say about FDS being slow, but on other systems where
we've had painful network transfers, it's often been followed back to
a DNS routing problem.
 
 Paul
 - Original Message - 
 From: Matt Chotin 
 To: [EMAIL PROTECTED]ups.com

 Sent: Monday, October 23, 2006 10:56 PM
 Subject: RE: [flexcoders] Flex Data Services painfully slow?
 
 
 Is there a proxy server involved somehow maybe? There is no
licensing throttling or anything like that. It just sounds like
you're having routing problems or something similar?
 
 
 
 

--
 
 From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of ryanharlin
 Sent: Monday, October 23, 2006 7:24 AM
 To: [EMAIL PROTECTED]ups.com
 Subject: [flexcoders] Flex Data Services painfully slow?
 
 
 
 I'm getting into developing a flex application with Flex Data
 Management Services using Coldfusion CFCs to talk to the backend.
 
 All's going well enough, except for one problem.
 
 When I test from outside the internal network... ie. hit the server
 from home over a regular broadband connection... the data that loads
 into my datagrid takes almost 2 minutes to load.
 
 Slow is not an accurate enough word. It's more like 'unusable' or
 'deal breaker.'
 
 Even on the faster internal network testing the pages have noticeable
 delays when loading. After entering the localhost:8700 address in the
 browser and hitting enter it sits for a while on waiting for
 localhost... before the page loads.
 
 Is all this solved when you go beyond a single machine to host the
 database, coldfusion development server, and flex development server?
 Or are the development server licenses throttled back to make them
 non-options for those that would consider rolling out without
 licensing the real deal?







__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Map Tile Library

2006-10-08 Thread Kelly












I just completed something like this for www.pikeo.com



They were using mapquest to provide maps
but they didnt like the way it worked so they had me rebuild the
Microsoft Virtual Earth control ( http://local.live
) in Flex.



The tiles are all loaded from Microsofts
Virtual Earth servers. (We got a licensing agreement with Microsoft)



The tiles are all loaded directly. The URLs
to retrieve the images are constructed using lat and lon coordinates and zoom
level. The trigonometry involved in this is sort of complex.



I would not have been able to do this
without the help of Paul Neave who provided me the source code for his
FlashEarth application. (http://www.flashearth.com/
)



Flash Earth was written in Flash 5 and didnt
translate well to Flex but without his formulas for calculating the tile urls I
would never have been able to do it.



As far as drawing tiles from GIS data, I
know nothing about that. 



In Virtual Earth there are 19 levels of
zoom. There are probably well over 300,000 tiles total.



I am not sure you realize how much work it
would be to set this up when you are building both sides of it.



I only built the map viewer. I had nothing
to do with creating the tiles themselves or the platform for serving them and I
imagine it was an incredible amount of work.





If you need assistance contact me off
list: [EMAIL PROTECTED]





--Kelly

















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of atlasalive
Sent: Saturday, October 07, 2006
5:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Map Tile
Library











I'm prototyping a map viewer application similar to
Google or Yahoo
maps. I will be connecting to image tile libraries that I create with
another GIS application. So the one thing I know is that there will
be a library of image tiles at different zoom levels and XML documents
that communicate the metadata. These may be accessed directly or
through a .Net web service. The server side will be .Net. All the
tiles will be the same size.

I'll need to implement standard map functions like zoom, pan, etc. I
also want to do things like drawing polylines onto the map, overlaying
icons, and the like.

I'm new to Adobe Flex and I was hoping to get suggestions on an
architecture. Basically 
1) I need a high-performing system that retrieves the tiles and
presents a seamless map to the user. 
2) I would like to cache the edge tiles so the seamless effect
continues when panning.
3) I'd like to be able to configure the application's number of tiles
and tile size.
4) I'd like to make it flexible enough to draw tiles from a web
service if necessary.
5) I'd like to deliver image tiles to the desktop separately and have
the user 'point' to the local cache if possible. Apollo? Zinc?

What visual components/techniques would best implement the seamless
pannable tiled map? How does Yahoo do it? Any gotchas I should be
aware of?

What techniques /components will provide the optimal performance for
accessing the tile libraries, either if they are files or web service
calls?

Are there existing bodies of work that I could use as a template?

Are there mentors available who can help me up front? Anybody in the
Seattle, USA area?






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Map Tile Library

2006-10-08 Thread Kelly












I tend to agree.



If the images and levels of detail
available in yahoo maps suite your needs then using their component is by far
easier then creating your own.



I am told they are currently working on a
Flex 2 version of the map component.





--Kelly













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Igor Costa
Sent: Saturday, October 07, 2006
9:43 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Map Tile
Library











Man,

just take a look at the Flash Developer center of Yahoo!

regards



On 10/7/06, atlasalive
[EMAIL PROTECTED]com 
wrote:









I'm prototyping a map
viewer application similar to Google or Yahoo
maps. I will be connecting to image tile libraries that I create with
another GIS application. So the one thing I know is that there will
be a library of image tiles at different zoom levels and XML documents
that communicate the metadata. These may be accessed directly or
through a .Net web service. The server side will be .Net. All the
tiles will be the same size.

I'll need to implement standard map functions like zoom, pan, etc. I
also want to do things like drawing polylines onto the map, overlaying
icons, and the like.

I'm new to Adobe Flex and I was hoping to get suggestions on an
architecture. Basically 
1) I need a high-performing system that retrieves the tiles and
presents a seamless map to the user. 
2) I would like to cache the edge tiles so the seamless effect
continues when panning.
3) I'd like to be able to configure the application's number of tiles
and tile size.
4) I'd like to make it flexible enough to draw tiles from a web
service if necessary.
5) I'd like to deliver image tiles to the desktop separately and have
the user 'point' to the local cache if possible. Apollo? Zinc?

What visual components/techniques would best implement the seamless
pannable tiled map? How does Yahoo do it? Any gotchas I should be
aware of?

What techniques /components will provide the optimal performance for
accessing the tile libraries, either if they are files or web service
calls?

Are there existing bodies of work that I could use as a template?

Are there mentors available who can help me up front? Anybody in the
Seattle, USA area?














-- 

Igor Costa
www.igorcosta.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
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Kelly












Upgrading to flex 2 will in the end be
much easier then maintaining a flex 1.5 app long term.



It will also run much faster.



If you need the files then send me an
email off list.



[EMAIL PROTECTED]















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Nick Collins
Sent: Thursday, October 05, 2006
5:09 PM
To: flexcoders
Subject: [flexcoders] Urgent! Flex
1.5 Help











Ok, I've
just had a client come to me with an app they had done in Flex 1.5 and they
want me to do some work on it. The problem is that I don't have the Flex
Builder 1.5 IDE, nor the Flex 1.5 server to be able to test against. I tried
going to the Macromedia/Adobe site but of course, there it's all Flex 2. Can
anybody help me out with where I can download the Flex 1.5 development server
and IDE? Any Adobe folks here able to help me out?

Alternatively, if anybody could provide some really good reasons why they
should migrate the app to Flex 2 (I'm trying but they just got done paying like
$200k to have this one done, yet are none too please with the company that did
it, and they don't want to scrap all those hours they paid for) that would be
equally as helpful. 

Thanks!

Nick 






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Creating variable name dynamically

2006-10-04 Thread Kelly












You were so close.



If you have:



myArray[index] = [txtInput, chkCheckbox];





Then you can reference the components like this:



myArray[index][0] //txtInput

myArray[index][1] //chkCheckbox





For example:



var tempText:String = myArray[index][0].text;

var tempBool:Boolean = myArray[index][1].checked;













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of kristian_wright2002
Sent: Wednesday, October 04, 2006
1:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Creating
variable name dynamically











I'm in a situation where I need to create a number of
components at
runtime, at different time intervals. A user presses a button and I
create a set of components. They press the button again, and another
set of the same components is created.

My problem is that one of the components created is a checkbox, which
needs to be used later. I can store component information in an array
so I can reference it later, but the problem is that the information
in the array will only hold the initial value of the checkbox, and not
the current value.

Currently I have a function like the following that creates the
required controls when the button is pressed:

private function createStuff():void
{
if (index  maxLimit)
{
var chkCheckbox:CheckBox = new CheckBox;
var txtInput:TextInput = new TextInput;
myArray[index] = [txtInput, chkCheckbox];
index++;
}
}

This is a simplified version, but it works as intended. I have a
function that does stuff with these components, but only the selected
ones. How can I tell what checkbox is selected? They are all called
chkCheckbox! I need to have a unique name for each one, so I can loop
through them and use this[chkCheckbox+i].selected to see which
ones
I perform the 2nd function on.

What's the best way to achieve this? I've tried using a repeater, but
since the dataprovider is empty at the start of the app, it doesn't
seem to update the repeater. Unless I'm using the repeater wrong...

Any help would be greatly appreciated

Thanks,
K.






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Why does the commented line NOT work??

2006-09-24 Thread Kelly












model.currentPartPricing = dgPrice.getItemAt(dgPrice.selectedIndex)
as PartPricing;











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of boy_trike
Sent: Sunday, September 24, 2006
4:54 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Why does the
commented line NOT work??











model.currentPartPricing.partno =
dgPrice.selectedItem.partno;
model.currentPartPricing.price = dgPrice.selectedItem.price;
model.currentPartPricing.quantity = dgPrice.selectedItem.quantity;
model.currentPartPricing.perRoll = dgPrice.selectedItem.perRoll;

// model.currentPartPricing = dgPrice.selectedItem as PartPricing;

Instead of the 1st 4 lines, I wanted to just assign the object. However, when I
do that, the 
model.currentPartPricing becomes NULL

What am I doing wrong?

Thanks

Bruce






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Flex 2.0 Hosting ( Cheap / Inexpensive )

2006-09-20 Thread Kelly
Is it really that hard to just pay for a server or a virtual server and
install it yourself?

You can get decent virtual dedicated servers for like $60/month.


It's not hard at all to install fds when you have root access to a server.


Makes me think I should just do it and sell it as a service.



--Kelly








-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Douglas McCarroll
Sent: Wednesday, September 20, 2006 1:14 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 2.0 Hosting ( Cheap / Inexpensive )

I've checked with CFDynamics. They say Unfortunately, at this time, an 
ETA is unavailable.

It seems to me that it would be in Adobe's interests to do whatever it 
can to facilitate making FDS hosting available. A friend of mine thinks 
that he may be able to help me out, but I'm sure that there are a lot of 
people out there with no options for deploying FDS apps at this point...

I'm not talking about full-scale enterprise hosting - just an Express 
FDS equivalent...



Matt Chotin wrote:

 Yes, CFDynamics has been considering it. I'm not sure if others have 
 been considering it recently, I'll ask Eric but we haven't seen a 
 massive request for it recently.

 Matt

 

 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Brendan Meutzner
 *Sent:* Tuesday, September 19, 2006 3:59 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] Flex 2.0 Hosting ( Cheap / Inexpensive )

 I've heard that CFDyanmics is considering it... worth posing the 
 question to them...


 Brendan


 On 9/19/06, *Douglas McCarroll*  
 [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Paul Andrews wrote:

  Hosting Flex isn't a problem, it's FDS that's the problem. ;-)

 Are there any solutions available for FDS?

 It sounds like there aren't. :-(

 Could someone from Adobe comment on whether Adobe is working on this?

  



--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] SOT: Flash Player 9 distribution

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












I agree.



I think trying to trick people into
installing third party crap software is stupid and I would hope that Adobe
makes enough money on its own that it doesnt need to sellout to Yahoo.







--Kelly

















From: flexcoders@yahoogroups.com [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] Firefox + Network debugging + you

2006-08-03 Thread Kelly Birr
brilliant, thanks for the heads up!

james_dhap wrote:
 Hey All,
 I found an amazing tool last night that helped us track down an 
 issue with a deployment of our app on our testing servers.  We were 
 getting strange HTTP faults that only occured on the testing server 
 and it was impossible to use a http tunneling tool such as NetTools 
 to track down the faults.  One reason is that we dynamically change 
 the server routing depending on where the app is deployed and I 
 needed to verify that the calls where being formatted and routed 
 correctly but do to time and out build process, putting in extra 
 hooks to trap the calls and verify the output was only to be 
 considered as a last resort.

 After doing some digging I found a Firefox extension called Tamper 
 Data, that allows you to catch, hold, read, modify and even cancel 
 post/get calls from the browser.  Not only that, but it gives you 
 timing info on the call back and even has built in charting.  This 
 tool allowed me to actually verify that I was sending the correct 
 information and that the fault was acutally on the server and not 
 the app.  I highly recommend it because it is super easy to use, 
 requires no port juggling (which can break the Flash sandbox on 
 servers) and works on remote servers because its intergrated into 
 the browser.  check it out:

 https://addons.mozilla.org/firefox/966/

 - james





 --
 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] 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] SOAP messaging in Flex

2006-07-26 Thread Kelly Birr
I am using HTTPS for SOAP web services with Flex 2 without problem.  I can
only assume this is wording issue in the docs, probably should read
HTTP/HTTPS.

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Charles
Sent: Wednesday, July 26, 2006 8:48 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] SOAP messaging in Flex

SOAP messaging in Flex is constrained to only use HTTP as the transport
mechanism

Is this true for Flex 2?  And, does this mean that if I were to connect to a
WSDL file via a WebService object, then I couldn't do that if the WSDL is
hosted remotely via HTTPS?

Thanks


Charles






--
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 ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/3EuRwD/bOaOAA/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] Data Paging without FDS

2006-07-21 Thread Kelly Birr
What mid-tier technology do you use?

- Kelly 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nigasak
Sent: Friday, July 21, 2006 2:41 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Data Paging without FDS

Is it posible Data Paging without FDS?, I've been reading docs and there is
no real answer for this. Maybe someboy knows.





 Yahoo! Groups Sponsor ~--
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/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



 






 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] Flex 2.0 component in Flash 8

2006-07-12 Thread Kelly Birr





I have a client 
that would like to embed a small Flex 2.0app I've built inside their 
existing Flash 8 movie. I'm not very familiar withnormal 
Flash. 

I know Flex 
2can import components built in flash and/or load Flash SWF files via the 
SWFLoader component. Is there a similar mechanism in Flash 8 to load a 
component compiled in Flex or a SWF compiled in Flex 2?

- 
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



  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: ACcess SOAP fault code

2006-07-12 Thread Kelly Birr





I should specify that this is ASP.NET 2.0, I'm not sure if this 
would work in ASP.NET 1.0/1.1

- Kelly


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Kelly 
BirrSent: Tuesday, July 11, 2006 10:16 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code

It works!

To make real fault codes available in Flex 2.0(RTM)from .NET 
web services put the following code (C#)in your 
Global.asax

voidApplication_PreSendRequestHeaders(object sender, EventArgs 
e){ if 
(Response.StatusCode != 200){ // fix response code for flex 
string sReferrer = 
Request.UrlReferrer.AbsolutePath.ToLower(); 
if (sReferrer.EndsWith(".swf")) 
Response.StatusCode = 200; 
}}
- 
Kelly


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: Monday, July 10, 2006 1:17 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code


Cool, let us know how you get on. Might save me some time 
when I need to "fix" it :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Carson 
HagerSent: 03 July 2006 15:41To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code

If you swap the status code, the fault handler will still 
be triggered and this time you will get the full fault. That being said, I 
haven't tried this in the GA version of Flex 2. I'll be trying it this 
week.


Carson

Carson 
HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: 
[EMAIL PROTECTED]Office: 
866-CYNERGYMobile: 1.703.489.6466



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: Thursday, June 22, 2006 12:52 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code



So if we swap the 500 status code for a 200, the fault 
handler won't be triggered?

This is sounding more and more useless each day! I guess 
the only way to do it is with try/catch and return our own object, and 
interrogate it after every call :-(


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Carson 
HagerSent: 21 June 2006 13:13To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code

The way it should work is for the fault handler to be 
triggered due to the fact that a SOAP fault was returned. At this point, the 500 
status code is what's triggering the fault.


Carson

  Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 
 



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: Wednesday, June 21, 2006 4:05 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code


I wasn't thinking to use the fault handler, I was just planning on 
everyresponse being an object with an error property that will usually 
benull, and checking for it myself. Your idea would be much nicer, but 
Idoubt it's possible, since we're pretending everything worked 
fine.Maybe changing the status code in a HttpHandler would be a 
nicersolution after all! -Original Message-From: [EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] 
OnBehalf Of z lSent: 21 June 2006 08:24To: [EMAIL PROTECTED]ups.comSubject: 
[flexcoders] Re: ACcess SOAP fault codeHi,Can someone explain to 
me that since you've caught the exception in yourcode, then how does the 
fault event handler in flex gets called?Generally speaking, what is the 
mechanism that triggers the fault eventin 
flex?Thanks,__Do 
You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection 
aroundhttp://mail.yahoo.com 
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__
[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__ 
__._,_.___





--
Flexcod

RE: [flexcoders] Re: ACcess SOAP fault code

2006-07-11 Thread Kelly Birr





It works!

To make real fault codes available in Flex 2.0(RTM)from .NET 
web services put the following code (C#)in your 
Global.asax

voidApplication_PreSendRequestHeaders(object sender, EventArgs 
e){ if 
(Response.StatusCode != 200){ // fix response code for flex 
string sReferrer = 
Request.UrlReferrer.AbsolutePath.ToLower(); 
if (sReferrer.EndsWith(".swf")) 
Response.StatusCode = 200; 
}}
- 
Kelly


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: Monday, July 10, 2006 1:17 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code


Cool, let us know how you get on. Might save me some time 
when I need to "fix" it :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Carson 
HagerSent: 03 July 2006 15:41To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code

If you swap the status code, the fault handler will still 
be triggered and this time you will get the full fault. That being said, I 
haven't tried this in the GA version of Flex 2. I'll be trying it this 
week.


Carson

Carson 
HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: 
[EMAIL PROTECTED]Office: 
866-CYNERGYMobile: 1.703.489.6466



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: Thursday, June 22, 2006 12:52 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code



So if we swap the 500 status code for a 200, the fault 
handler won't be triggered?

This is sounding more and more useless each day! I guess 
the only way to do it is with try/catch and return our own object, and 
interrogate it after every call :-(


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Carson 
HagerSent: 21 June 2006 13:13To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code

The way it should work is for the fault handler to be 
triggered due to the fact that a SOAP fault was returned. At this point, the 500 
status code is what's triggering the fault.


Carson

  Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 
 



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: Wednesday, June 21, 2006 4:05 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: ACcess SOAP 
fault code


I wasn't thinking to use the fault handler, I was just planning on 
everyresponse being an object with an error property that will usually 
benull, and checking for it myself. Your idea would be much nicer, but 
Idoubt it's possible, since we're pretending everything worked 
fine.Maybe changing the status code in a HttpHandler would be a 
nicersolution after all! -Original Message-From: [EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] 
OnBehalf Of z lSent: 21 June 2006 08:24To: [EMAIL PROTECTED]ups.comSubject: 
[flexcoders] Re: ACcess SOAP fault codeHi,Can someone explain to 
me that since you've caught the exception in yourcode, then how does the 
fault event handler in flex gets called?Generally speaking, what is the 
mechanism that triggers the fault eventin 
flex?Thanks,__Do 
You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection 
aroundhttp://mail.yahoo.com 
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__
[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__ 
__._,_.___





--
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 sit

RE: [flexcoders] Re: RPC result paging - please, help

2006-07-07 Thread Kelly Birr
Very cool!  Where were you 2 months ago when I wrote my code :)

- Kelly 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of flashorbman
Sent: Thursday, July 06, 2006 10:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: RPC result paging - please, help

Kelly and Dmitry,

Our implementation of FDS-like functionality for .NET can handle method
invocations returning .NET DataSet objects. On the client side, you would
use mx.data.DataService or you can just use the RemoteObject tag.

You can read more about it here:

http://www.themidnightcoders.com/articles/datamanagement-part2.htm

cheers,
Joe

--- In flexcoders@yahoogroups.com, Kelly Birr [EMAIL PROTECTED] wrote:

 Dmitry,
 
 I've done it from ASP.NET to Flex 2.0 without FDS by caching the
Datasets in
 memory on the Application Server and sending pages to the UI as
requested.
 It works very well but it uses a lot of memory and CPU time on the
mid-tier
 servers and took a bit of code for the server-side threading
requirements.
 It may be worth trying FDS to save yourself the hassles of this sort 
 of implementation.
 
 My approach was:
 
 1) Flex UI calls Web Service on server to request the list (dataset).
   a) Server spins up background worker thread for list building
   b) Server queries database and begins filling dataset on worker 
 thread
   c) primary [request] thread waits for one full page of data to be 
 filled
 
 2) Once server has filled one full page of data it sends the
response to the
 client with the first page and a unique PagingContextID (guid).  The 
 background thread keeps filling the dataset.
 
 3) UI receives and displays the first page of data
 
 4) When the next page is needed the UI requests it via a 2nd web 
 service call that contains the unique PagingContextID as well as the
required page
 number.
 
 5) Server retrieves the complete dataset from memory, builds a
subset (page)
 and sends it back to the client UI.
 
 6) repeat as necessary...
 
 If your using C# for you mid-tier I can send you some sample classes
that
 can help you get started.  Note that I use the term dataset
loosely, I'm
 using custom collections of business objects and not actual ADO.NET 
 Datasets.
 
 - Kelly
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 On Behalf Of Dmitry Miller
 Sent: Thursday, July 06, 2006 9:11 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: RPC result paging - please, help
 
 David,
 
 Thank you for your response. In the article that you have
recommended Data
 Services were used. I was wondering if there is a way to create my own 
 implementation of FDS using just RPC
 
 
 --- In flexcoders@yahoogroups.com, David Mendels dmendels@
 wrote:
 
  Hello,
  
  Have you read this in the docs: http://snipurl.com/Flex_Paging
  
  -David
  Adobe
  
   -Original Message-
   From: flexcoders@yahoogroups.com
   [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller
   Sent: Thursday, July 06, 2006 9:56 PM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] RPC result paging - please, help
   
   Is there a way to do paging of RPC results? Is there a good 
   example for that?
   
   Thanks,
   
   --- Dmitry
   
   
   
   
   
    Yahoo! Groups Sponsor 
   ~-- Great things are happening at Yahoo!
   Groups.  See the new email design.
   http://us.click.yahoo.com/TISQkA/hOaOAA/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
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] Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread Kelly Birr
Yes, its quite easy actually, I do it everywhere is my app.  Attached is a
simple dialog from my app that demonstrates the technique.  I preload the
xml config file into a static object called FX.AppCfg.current.config using a
simple HTTPService with a relative path to the app url then I can pull the
services.baseUrl from there in the initDialog() method of the sample.

I've been converting my app to use the ServiceLocator/TokenResponder pattern
from the Adobe restaurant finder sample.  It produces much cleaner code and
only requires one WSDL call per service url.  But if you app is fairly small
or you prefer MXML to AS then the above technique should work well.

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ben.clinkinbeard
Sent: Friday, July 07, 2006 12:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Does Flex 2 support dynamic WSDL locations?

Hello, I am trying to port our AS2 app to Flex 2 and am having a problem
with dynamic WSDL locations. I found a couple of threads stating that this
is not possible in 1.5.

My app loads a config.xml file at startup which contains the WSDL paths for
use in the rest of the app. The config file is dynamically generated to
accomodate whichever environment the app has been deployed to. If this is
not possible it could be a complete deal breaker for moving the app to Flex.
Is this possible in Flex 2? If so, how do you do it? Here is my code:

// my WebService tag
mx:WebService id=industryAndSizeIdsService makeObjectsBindable=false

wsdl={TestModel.getInstance()[EMAIL PROTECTED]
+ '?WSDL'} 
useProxy=false showBusyCursor=true

mx:operation name=GetDataByGrouping resultFormat=e4x
mx:request xmlns=http://site.com/BackOffice/ClientMeasures;
groupingRequests
  GroupNameRPRToolStaticData/GroupName
  /groupingRequests
/mx:request
/mx:operation
/mx:WebService

I know the variable that wsdl is bound to exists because I can display it in
a text field without a problem.

Any help is greatly appreciated.

Ben






 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



 




 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/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/
 


ExitDialog.mxml
Description: Binary data


RE: [flexcoders] Re: RPC result paging - please, help

2006-07-07 Thread Kelly Birr
Bod,

Email me directly at kellyb (at) agentsally (dot) com and I'll send you
some stuff.  Since this is more about the C# code rather than the flex code
(the flex part is really simple) I think we may want to keep it off list so
as not to clog the list with non-flex talk.

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of bhaq1972
Sent: Friday, July 07, 2006 1:34 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: RPC result paging - please, help

Hi Kelly

its sounds very good what you've done. i will be in the process of doing
something similar.
Care to share your c# code. would be very appreciated.

regards
Bod

--- In flexcoders@yahoogroups.com, Kelly Birr [EMAIL PROTECTED] wrote:

 Dmitry,
 
 I've done it from ASP.NET to Flex 2.0 without FDS by caching the
Datasets in
 memory on the Application Server and sending pages to the UI as
requested.
 It works very well but it uses a lot of memory and CPU time on the
mid-tier
 servers and took a bit of code for the server-side threading
requirements.
 It may be worth trying FDS to save yourself the hassles of this
sort of
 implementation.
 
 My approach was:
 
 1) Flex UI calls Web Service on server to request the list
(dataset).
   a) Server spins up background worker thread for list building
   b) Server queries database and begins filling dataset on
worker
 thread
   c) primary [request] thread waits for one full page of data
to be
 filled
 
 2) Once server has filled one full page of data it sends the
response to the
 client with the first page and a unique PagingContextID (guid).  
The
 background thread keeps filling the dataset.
 
 3) UI receives and displays the first page of data
 
 4) When the next page is needed the UI requests it via a 2nd web
service
 call that contains the unique PagingContextID as well as the
required page
 number.
 
 5) Server retrieves the complete dataset from memory, builds a
subset (page)
 and sends it back to the client UI.
 
 6) repeat as necessary...
 
 If your using C# for you mid-tier I can send you some sample
classes that
 can help you get started.  Note that I use the term dataset 
loosely, I'm
 using custom collections of business objects and not actual ADO.NET 
 Datasets.
 
 - Kelly
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Dmitry Miller
 Sent: Thursday, July 06, 2006 9:11 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: RPC result paging - please, help
 
 David,
 
 Thank you for your response. In the article that you have
recommended Data
 Services were used. I was wondering if there is a way to create my
own
 implementation of FDS using just RPC
 
 
 --- In flexcoders@yahoogroups.com, David Mendels dmendels@
 wrote:
 
  Hello,
  
  Have you read this in the docs: http://snipurl.com/Flex_Paging
  
  -David
  Adobe
  
   -Original Message-
   From: flexcoders@yahoogroups.com
   [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller
   Sent: Thursday, July 06, 2006 9:56 PM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] RPC result paging - please, help
   
   Is there a way to do paging of RPC results? Is there a good
example 
   for that?
   
   Thanks,
   
   --- Dmitry
   
   
   
   
   
    Yahoo! Groups Sponsor 
   ~-- Great things are happening at Yahoo!
   Groups.  See the new email design.
   http://us.click.yahoo.com/TISQkA/hOaOAA/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








 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



 





 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

RE: [flexcoders] iFrame

2006-07-06 Thread Kelly Birr
Here is the code I'm using for IFrames in Flex2, I have no idea if posing
code like this is appropriate for this list or not.  If not, would someone
please let me know.

This is basically just a port of the Flex 1.5 sample from
http://coenraets.com/viewarticle.jsp?articleId=95 put into a Flex 2.0
ActionScript Class.  It works properly as-is in IE6 but to work in FireFox
it requires WMode=Opaque in the Player's EMBED tag.

This code is strictly experimental. I am not using it in production and no
warranty is expressed or implied.

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of redwylie
Sent: Thursday, July 06, 2006 9:41 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] iFrame

Does anyone have any insight as to why the iFrame demos no longer compile

This is the error

1046: Type was not found or was not a compile-time constant: iFrame

thanks






 Yahoo! Groups Sponsor ~--
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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



 





 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/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/
 


IFrame.as
Description: Binary data
script
function moveIFrame(x,y,w,h) {
var frameRef=document.getElementById(myFrame);
frameRef.style.left=x;
frameRef.style.top=y;
frameRef.width=w;
frameRef.height=h;
}

function hideIFrame(){
document.getElementById(myFrame).style.visibility=hidden;
}

function showIFrame(){
document.getElementById(myFrame).style.visibility=visible;
}

function loadIFrame(url){
top.frames[myFrame].location.href=url;
}
/script

iframe id=myFrame name=myFrame frameborder=0

style=position:absolute;background-color:transparent;border:0px;visibility:hidden;
/iframe


RE: [flexcoders] Re: RPC result paging - please, help

2006-07-06 Thread Kelly Birr
Dmitry,

I've done it from ASP.NET to Flex 2.0 without FDS by caching the Datasets in
memory on the Application Server and sending pages to the UI as requested.
It works very well but it uses a lot of memory and CPU time on the mid-tier
servers and took a bit of code for the server-side threading requirements.
It may be worth trying FDS to save yourself the hassles of this sort of
implementation.

My approach was:

1) Flex UI calls Web Service on server to request the list (dataset).
a) Server spins up background worker thread for list building
b) Server queries database and begins filling dataset on worker
thread
c) primary [request] thread waits for one full page of data to be
filled

2) Once server has filled one full page of data it sends the response to the
client with the first page and a unique PagingContextID (guid).  The
background thread keeps filling the dataset.

3) UI receives and displays the first page of data

4) When the next page is needed the UI requests it via a 2nd web service
call that contains the unique PagingContextID as well as the required page
number.

5) Server retrieves the complete dataset from memory, builds a subset (page)
and sends it back to the client UI.

6) repeat as necessary...

If your using C# for you mid-tier I can send you some sample classes that
can help you get started.  Note that I use the term dataset loosely, I'm
using custom collections of business objects and not actual ADO.NET
Datasets.

- Kelly


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dmitry Miller
Sent: Thursday, July 06, 2006 9:11 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: RPC result paging - please, help

David, 

Thank you for your response. In the article that you have recommended Data
Services were used. I was wondering if there is a way to create my own
implementation of FDS using just RPC


--- In flexcoders@yahoogroups.com, David Mendels [EMAIL PROTECTED]
wrote:

 Hello,
 
 Have you read this in the docs: http://snipurl.com/Flex_Paging
 
 -David
 Adobe
 
  -Original Message-
  From: flexcoders@yahoogroups.com
  [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller
  Sent: Thursday, July 06, 2006 9:56 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] RPC result paging - please, help
  
  Is there a way to do paging of RPC results? Is there a good example 
  for that?
  
  Thanks,
  
  --- Dmitry
  
  
  
  
  
   Yahoo! Groups Sponsor 
  ~-- Great things are happening at Yahoo!
  Groups.  See the new email design.
  http://us.click.yahoo.com/TISQkA/hOaOAA/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



 






 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] Re: Beta 3 WebService Result

2006-07-05 Thread Kelly Birr
The only difference I can see between your WSDL and mine is that mine has
type=s:string in the simple string elements.   I've looked through my
services and have found type=tns:whatever in some places and flex does
interpret those as more complex types.  

I can only assume this is what's happening to you.  If you have control over
your WSDL you may try type=s:string.  I had to do something similar in my
.NET web services to get the WSDL to read type=s:string instead of
type=s:dateTime for date/time values so Flex would leave them as strings
and not convert them to Date objects and mess up the time zone.

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of someguy7_7
Sent: Tuesday, July 04, 2006 10:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Beta 3 WebService Result

Our webservices are written in J2EE 1.5 with Axis. I can get the specific
version of Axis if you think it matters. 

Here is part of wsdl that pertains to the question. Sorry about the
formatting.

complexType name=SearchResponse
sequence
element maxOccurs=1 minOccurs=0 name=items nillable=true
complexType
sequence
element maxOccurs=1 minOccurs=0 name=totalresults
type=tns1:int/
element maxOccurs=unbounded minOccurs=0 name=item
nillable=true
complexType
sequence
element maxOccurs=1 minOccurs=0 name=category
type=tns1:string/
element maxOccurs=1 minOccurs=0
name=categoryid
type=tns1:string/
/sequence
/complexType
/element
/sequence
/complexType
/element
/sequence
/complexType


Thanks
--- In flexcoders@yahoogroups.com, Kelly Birr [EMAIL PROTECTED] wrote:

 Yes, most likely.  What does your WSDL element look like for these
strings?
 What technology are you using for your web services (.NET, J2EE, CF)? 
 
 - Kelly
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 On Behalf Of someguy7_7
 Sent: Tuesday, July 04, 2006 9:11 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Beta 3 WebService Result
 
 I assume you mean set the resultFormat in the operation. I have
set that
 as well as makeObjectsBindable=false in the webservice and
operation
 but I still comes back as an array of complex strings. If I look at
the last
 result in the debugger it looks like this.
 
 item=Array(@12345)
   [0]=mx.rpc.xml.ComplexString(@23423)
   [1]=mx.rpc.xml.ComplexString(@745545)
 
 I am expecting something like
 item=Object(@12345)
   [0]=category(@23423)
   [1]=categoryid(@745545)
 
 Then I will be able to reference it by lastResult.items.item.category 
 instead of lastResult.items.item[0].
 
 Any ideas on why I am getting complex strings? Is this something to
do with
 how my wsdl is structured?
 
 Thanks
 --- In flexcoders@yahoogroups.com, Kelly Birr kelly.fx@ wrote:
 
  If you set makeObjectsBindable=false and resultFormat=object in 
  the webservice tag you should get arrays of objects.
  
  mx:WebService id=ws resultFormat=object
 makeObjectsBindale=false /
  
  - Kelly
  
  -Original Message-
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
  On Behalf Of someguy7_7
  Sent: Monday, July 03, 2006 2:37 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: Beta 3 WebService Result
  
  I am finally getting back to this issue. I have since moved to Flex 
  2.0 released version. Is there no way for me to use
 resultFormat=object if the
  resulting data contains Object Arrays? Or in flex 2.0 are we
 required to use
  e4x?  
  
  --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote:
  
   Either way,
   
   Change the resultFormat:
   
   mx:WebService id=ws resultFormat=e4x/
   
   Or, cast lastResult to an XML var.
   
   -TH
   
   --- In flexcoders@yahoogroups.com, someguy7_7 bmcpheeters@
   wrote:
   
Do you mean change the operation.resultFormat to xml? Or
somehow 
cast the lastResult of the operation to a variable typed to XML?

Brian
--- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote:

 The default return type from a web service call is object().  
 If
   you
 cast this to XML, you should be able to get the same
   funtionality.
 
 -TH
 
 --- In flexcoders@yahoogroups.com, Brian McPheeters 
 bmcpheeters@ wrote:
 
  We are porting an application from 1.5 to 2.0 Beta 3. The 
  app
 connects
  to a couple different web services to populate a ListView. 
  In
   the
 1.5
  version the result from the web service is an object that I
   can
 pull
  data for the list view from using the result xml element
   names. 
   
  Ex: currentitem.category, currentitem.categoryid
   
  But in 2.0 Beta 3 the result is interpreted by flex as an
   Array.
  currentitem = Array

RE: [flexcoders] Re: Shift-tabbing not working in Firefox with wmode=opaque

2006-07-05 Thread Kelly Birr





I am having the exact same problem in Firefox. I must set 
WMode=Opaque for IFRames to work but that makes Shift+Tab not work correctly 
throughout the rest of the application. This is not the case for 
IE6.

- Kelly


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Angus 
JohnsonSent: Wednesday, July 05, 2006 3:17 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Shift-tabbing 
not working in Firefox with wmode=opaque

I built an IFrame app about a month ago using the excellent examples that 
others on this list provided. 

The one thing I found with firefox is that you have to have wmode otherwise 
the browser content will flicker. Sometimes the browser content will appear 
blank until you resize or scroll.

I haven't found a work around for the key issues though.

Angus
On 06/07/06, Scott 
Romer [EMAIL PROTECTED] 
wrote: 

  
  
  
  
  
  An additional problem that I noticed... droplists don't seem to usethe 
  correct key functions when wmode=opaque. For instance, thedefault key 
  combination of using "Ctrl-[Down Arrow]" should open up adroplist on a 
  combobox. When wmode=opaque, Ctrl doesn't seem to berecognized, but the 
  Alt key seems to open the dropdown?I'm confused at why this has an 
  impact.I'm going to try to convince team that we should not need 
  wmode=opaque, but would still be nice to have a different work 
  around.Thanks for any ideas.-Scott
  --- In flexcoders@yahoogroups.com, "Scott Romer" 
  [EMAIL PROTECTED] wrote:  I have wmode=opaque in my 
  Object/Embed tag. When I tab through the dataGrid everything works 
  fine. However, when I try to shift-tab (to tab backwards), it only 
  tabs forwards (as if the shift key is not  being held down). 
   This seems to only be reproducible on FireFox (have not tried 
  other Mozilla browsers). This is not a bug on Internet 
  Explorer... (Tested on Windows XP)  It sounds similar 
  to someone else's issue about the mouse scrollWheel not working. (I'm 
  guessing on the correlation here though)  Any 
  ideas?
  
   
__._,_.___





--
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: Beta 3 WebService Result

2006-07-04 Thread Kelly Birr
Yes, most likely.  What does your WSDL element look like for these strings?
What technology are you using for your web services (.NET, J2EE, CF)? 

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of someguy7_7
Sent: Tuesday, July 04, 2006 9:11 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Beta 3 WebService Result

I assume you mean set the resultFormat in the operation. I have set that
as well as makeObjectsBindable=false in the webservice and operation
but I still comes back as an array of complex strings. If I look at the last
result in the debugger it looks like this.

item=Array(@12345)
[0]=mx.rpc.xml.ComplexString(@23423)
[1]=mx.rpc.xml.ComplexString(@745545)

I am expecting something like
item=Object(@12345)
[0]=category(@23423)
[1]=categoryid(@745545)

Then I will be able to reference it by lastResult.items.item.category
instead of lastResult.items.item[0].

Any ideas on why I am getting complex strings? Is this something to do with
how my wsdl is structured?

Thanks
--- In flexcoders@yahoogroups.com, Kelly Birr [EMAIL PROTECTED] wrote:

 If you set makeObjectsBindable=false and resultFormat=object in 
 the webservice tag you should get arrays of objects.
 
 mx:WebService id=ws resultFormat=object
makeObjectsBindale=false /
 
 - Kelly
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 On Behalf Of someguy7_7
 Sent: Monday, July 03, 2006 2:37 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Beta 3 WebService Result
 
 I am finally getting back to this issue. I have since moved to Flex 
 2.0 released version. Is there no way for me to use
resultFormat=object if the
 resulting data contains Object Arrays? Or in flex 2.0 are we
required to use
 e4x?  
 
 --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote:
 
  Either way,
  
  Change the resultFormat:
  
  mx:WebService id=ws resultFormat=e4x/
  
  Or, cast lastResult to an XML var.
  
  -TH
  
  --- In flexcoders@yahoogroups.com, someguy7_7 bmcpheeters@
  wrote:
  
   Do you mean change the operation.resultFormat to xml? Or somehow 
   cast the lastResult of the operation to a variable typed to XML?
   
   Brian
   --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote:
   
The default return type from a web service call is object().  If
  you
cast this to XML, you should be able to get the same
  funtionality.

-TH

--- In flexcoders@yahoogroups.com, Brian McPheeters 
bmcpheeters@ wrote:

 We are porting an application from 1.5 to 2.0 Beta 3. The app
connects
 to a couple different web services to populate a ListView. In
  the
1.5
 version the result from the web service is an object that I
  can
pull
 data for the list view from using the result xml element
  names. 
  
 Ex: currentitem.category, currentitem.categoryid
  
 But in 2.0 Beta 3 the result is interpreted by flex as an
  Array.
 currentitem = Array (@38cceb21). This causes me to index into
  the
array
 to get the values. 
  
 Ex: currentitem[0],currentitem[1]
  
 Both apps are using the exact same webservices. Do I need to
somehow
 cast the result from the webservice to an object? Any ideas on
what is
 causing this and how to get it so I can reference by element
  name
in 2.0
 Beta 3?
  
 Thanks
 Brian

   
  
 
 
 
 
 
 
 
 
 --
 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 ~-- See
what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/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



 





 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/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] Re: Beta 3 WebService Result

2006-07-03 Thread Kelly Birr
If you set makeObjectsBindable=false and resultFormat=object in the
webservice tag you should get arrays of objects.

mx:WebService id=ws resultFormat=object makeObjectsBindale=false /

- Kelly 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of someguy7_7
Sent: Monday, July 03, 2006 2:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Beta 3 WebService Result

I am finally getting back to this issue. I have since moved to Flex 2.0
released version. Is there no way for me to use resultFormat=object if the
resulting data contains Object Arrays? Or in flex 2.0 are we required to use
e4x?  

--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote:

 Either way,
 
 Change the resultFormat:
 
 mx:WebService id=ws resultFormat=e4x/
 
 Or, cast lastResult to an XML var.
 
 -TH
 
 --- In flexcoders@yahoogroups.com, someguy7_7 bmcpheeters@
 wrote:
 
  Do you mean change the operation.resultFormat to xml? Or somehow 
  cast the lastResult of the operation to a variable typed to XML?
  
  Brian
  --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote:
  
   The default return type from a web service call is object().  If
 you
   cast this to XML, you should be able to get the same
 funtionality.
   
   -TH
   
   --- In flexcoders@yahoogroups.com, Brian McPheeters 
   bmcpheeters@ wrote:
   
We are porting an application from 1.5 to 2.0 Beta 3. The app
   connects
to a couple different web services to populate a ListView. In
 the
   1.5
version the result from the web service is an object that I
 can
   pull
data for the list view from using the result xml element
 names. 
 
Ex: currentitem.category, currentitem.categoryid
 
But in 2.0 Beta 3 the result is interpreted by flex as an
 Array.
currentitem = Array (@38cceb21). This causes me to index into
 the
   array
to get the values. 
 
Ex: currentitem[0],currentitem[1]
 
Both apps are using the exact same webservices. Do I need to
   somehow
cast the result from the webservice to an object? Any ideas on
   what is
causing this and how to get it so I can reference by element
 name
   in 2.0
Beta 3?
 
Thanks
Brian
   
  
 








--
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 ~-- 
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/
 





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

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










Seems like paying an extra 6 grand for
every coldfusion server is pointless considering that the only thing the
coldfusion server is doing is taking your cfcs and cfm pages and
converting them to Java code and then executing them.





Java may take a little longer but its free
and 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] Re: adding a service to open for ComboBox

2006-06-30 Thread Kelly Birr
Hi Rodney,

I can think of 2 possible ways to handle this based on my experience with
combo boxes.

1) Fill the data provider in the focusIn event (should work, don't know if
it's appropriate for your app.)

2) Create a composite control based on Canvas with a transparent Box over
the top of the ComboBox.  Then use the click event of the Box to fill the
combo's data-provider and call combobox.open()

Kind of like:

---

mx:Canvas xmlns:mx=...
mx:Script
public function get selectedItem():Object {
return cbo.selectedItem;
}

private function rpcFillComplete(event:ResultEvent) {
cbo.dataProvider = event.result; 
cbo.open();
}
/mx:Script
mx:ComboBox id=cbo x=0 y=0 width=100% height=100%
editable=false /
mx:Box id=trickBox x=0 y=0 width=100% height=100%
alpha=0.0 click=callRpcFill() /
/mx:Canvas

---
(above psudo-code will be close, not perfect)

I have NOT actually tried this, but I think it will work.  This is of course
assuming that your combo is not editable.  There would be a bit more code
than this depending on what you want your combo to do.

- Kelly


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Hoff
Sent: Friday, June 30, 2006 11:17 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: adding a service to open for ComboBox

Hi Rodney,

I had a similar problem with a combo box not staying open before.  I was
using the render event to set focus to another control.  It was taking the
focus away from the combo box.  The combo box ould open and close
immediately.  Maybe you are doing something similar.

-TH

--- In flexcoders@yahoogroups.com, Phil Marston [EMAIL PROTECTED]
wrote:

 Hi Rodney,
 
 I'm doing something similar, but I'm using a different even to
trigger 
 the population of the dataprovider - I'm guessing this might
resolve 
 your issue.
 
 If it helps - I find using the creationComplete attribute of the 
 application tag to call a method (such as initApp()) that
populates the 
 dataprovider works fine for me.
 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; 
 creationComplete=initApplication()
 mx:Script
 ![CDATA[
 // import this and that
 
  public var myDataProvider : ArrayCollection;
 
 public function initApplication(): void
 {
 //remote service call where myDataProvider = result
 }
 ]]
 /mx:Script
 
 mx:HBox
 mx:ComboBox id=cb dataProvider={myDataProvider} /
 /mx:HBox
 
 /mx:Application
 
 HTH
 
 Phil
 
 
 rodneyjlucas wrote:
  Hello,
 
  I would like to use a comboBox whos contents will be filled in 
  dynamically.  The open command would trigger a remote call and
fill in
  the data provider of the comboBox.  This all works fine except
that
  when you click on the pulldown it will close it before you get a 
  chance to select anything.
 
  I have tried executing an the combobox.open() method but it still 
  won't stay open.  Does anyone know what I might be missing?
 
  Rodney
 
 
 
 
 
 
  --
  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
 
 
 
   
 
 

 
 --
 __
 Phil Marston
 Learning Technologist
 Learning Technology Unit
 Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK 
 [EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
 http://www.abdn.ac.uk/diss/ltu/pmarston/
 http://www.abdn.ac.uk/diss/ltu/
 __
 
 The University of Aberdeen Open Day 29th August 2006 Booking is 
 essential www.abdn.ac.uk/openday email [EMAIL PROTECTED]
 or call 0800 027 1495








 Yahoo! Groups Sponsor ~--
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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



 






 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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

RE: [flexcoders] Re: Embedding WSDL?

2006-06-29 Thread Kelly Birr
Tim,

I agree that actually embedding the WSDL may not be a good idea but I am
still hoping to find a way to pre-load the WSDL for the service into a
string the first time the service is called and then directly insert that
into the service every time the component is instantiated.

My application is a CRM system that works by creating and destroying pages
that are self contained.  Every time a contact is loaded it creates a new
instance of a ContactPage component and programmatically adds that to a
custom TabNaivgator control to give a tabbed user interface that allow for
multiple open contacts.  When they close a contact the ContactPage
instance is destroyed.

The real pain is that this pages uses two web services that each must load
their WSDl each time a contact is opened.  Now you see why I want to find a
way to load it once and then just hand the WSDL xml directly to the web
service object.  Having a single webservice object would be unmanageable
because I'd have to know what component instance to send the result events
to.  Not to mention that multiple ContactPages can be making request at
the same time.

I'm going to keep working on finding a way to accomplish this and I'll let
the group know what I find out.  If anyone from Adobe can give me a hint in
the right direction that would be excellent.  I'm also going to keep
investigation Andrew's method.

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Hoff
Sent: Thursday, June 29, 2006 12:10 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Embedding WSDL?

That was my first thought Andrew, but I couldn't find the API to ovverride.
Anyways, at the end of the day, embedding wsdl isn't generally a good idea.
If you make a change to a webservice operation on the server side, you would
have to re-compile and re- deploy every Flex application that uses it.
Otherwise the applications would break.  There goes the encapsulation.  The
extra second or two needed to get the wsdl dynamically is acceptable
overhead if webservices is the chosen RPC.

-TH

--- In flexcoders@yahoogroups.com, Andrew Trice [EMAIL PROTECTED]
wrote:

 In Flex 1.5, I was able to preload/embed wsdl into the swf by
overriding
 the sendAndLoad method of the native XML object...
 
  
 
 Take a look at my blog posting here to see how:  
 
 https://www.cynergysystems.com/blogs/page/andrewtrice?
entry=override_nat
 ive_object_methods_in
 
  
 
 I don't think that this exact syntax will work in Flex 2 b/c you
can no
 longer modify the prototype of a native object.In Flex 2, you 
could
 try extending the WebService object like this (although I have no 
 guarantee that this would work... I have not actually tried it).
Use
 the EmbededWSDL class instead of the WebService class.  You might
also
 need to override the loadWsdl function.
 
  
 
 package
 
 {
 
 import mx.rpc.soap.WebService;
 
  
 
 public class EmbededWSDL extends WebService
 
 {
 
 
 
 public function EmbededWSDL(){
 
 
 
 this.wsdl = MY WSDL STRING;
 
 super();
 
 }
 
 
 
 }
 
 }
 
  
 
  
 
 Hope that helps!
 
 -Andy
 
  
 
 _
 
 Andrew Trice
 
 Cynergy Systems, Inc.
 
 http://www.cynergysystems.com
 
  
 
 Blog: http://www.cynergysystems.com/blogs/page/andrewtrice
 
 Email: [EMAIL PROTECTED]
 
 Office: 866-CYNERGY
 
  
 
 
 
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Tim Hoff
 Sent: Thursday, June 29, 2006 4:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Embedding WSDL?
 
  
 
 Kelly,
 
 As Matt observed, I'm using a single AS class (Cairngorm
ServiceLocator)
 for webservice calls.  It's based on Jeff Tapper's DataManager
class:
 
 http://jeff.mxdj.com/as3datamanagerfix.htm
 
 I changed the logic to get the wsdl, when the application loads,
to cut
 a few seconds off of the initial data call.  It appears that once
the
 wsdl is loaded, the webservice doesn't request it again for
subsequent
 calls.  If all of your calls are to the same webservice, there
would
 only be one request for the wsdl.  This would address your client's 
 concern about network traffic.
 
 -TH
 
 Note: You don't have to use AS.  The same thing can be done with
mxml.
 
 
 --- In flexcoders@yahoogroups.com, Kelly Birr kelly.fx@ wrote:
 
  thanks, I'll have to somehow centralize my web services into one
 component,
  and find a way to mange getting the result events to the correct
place
  depending on what the user is doing.
  
  - Kelly
  
  _
  
  From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED]
 On
  Behalf Of Matt Chotin
  Sent: Thursday, June 29, 2006 12:06 AM
  To: flexcoders@yahoogroups.com
  Subject: RE

RE: [flexcoders] Re: Embedding WSDL?

2006-06-29 Thread Kelly Birr
I will have to think about this for v2.0 of my app.

- Kelly 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Hoff
Sent: Thursday, June 29, 2006 1:48 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Embedding WSDL?

I hear you Kelly,

It sounds like its too late in the game to refactor your application.  But,
the Cairngorm micro-architecture would work nicely for this.  Components use
delegate classes that call a single data service class. Instantiated
components create an instance of the delegate, that has an asyncronous event
listening mechanism that links to the instance of the component.  This
allows for multiple components to go about thier own business, without
affecting each other.  Just another .02.  Good luck with your solution.

-TH


--- In flexcoders@yahoogroups.com, Kelly Birr [EMAIL PROTECTED] wrote:

 Tim,
 
 I agree that actually embedding the WSDL may not be a good idea
but I am
 still hoping to find a way to pre-load the WSDL for the service
into a
 string the first time the service is called and then directly
insert that
 into the service every time the component is instantiated.
 
 My application is a CRM system that works by creating and
destroying pages
 that are self contained.  Every time a contact is loaded it
creates a new
 instance of a ContactPage component and programmatically adds
that to a
 custom TabNaivgator control to give a tabbed user interface that
allow for
 multiple open contacts.  When they close a contact
the ContactPage
 instance is destroyed.
 
 The real pain is that this pages uses two web services that each
must load
 their WSDl each time a contact is opened.  Now you see why I want
to find a
 way to load it once and then just hand the WSDL xml directly to
the web
 service object.  Having a single webservice object would be
unmanageable
 because I'd have to know what component instance to send the
result events
 to.  Not to mention that multiple ContactPages can be making
request at
 the same time.
 
 I'm going to keep working on finding a way to accomplish this and
I'll let
 the group know what I find out.  If anyone from Adobe can give me
a hint in
 the right direction that would be excellent.  I'm also going to
keep
 investigation Andrew's method.
 
 - Kelly
 
 -Original Message-
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Tim Hoff
 Sent: Thursday, June 29, 2006 12:10 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Embedding WSDL?
 
 That was my first thought Andrew, but I couldn't find the API to
ovverride.
 Anyways, at the end of the day, embedding wsdl isn't generally a
good idea.
 If you make a change to a webservice operation on the server side,
you would
 have to re-compile and re- deploy every Flex application that uses
it.
 Otherwise the applications would break.  There goes the
encapsulation.  The
 extra second or two needed to get the wsdl dynamically is
acceptable
 overhead if webservices is the chosen RPC.
 
 -TH
 
 --- In flexcoders@yahoogroups.com, Andrew Trice andrew.trice@
 wrote:
 
  In Flex 1.5, I was able to preload/embed wsdl into the swf by
 overriding
  the sendAndLoad method of the native XML object...
  
   
  
  Take a look at my blog posting here to see how:  
  
  https://www.cynergysystems.com/blogs/page/andrewtrice?
 entry=override_nat
  ive_object_methods_in
  
   
  
  I don't think that this exact syntax will work in Flex 2 b/c you
 can no
  longer modify the prototype of a native object.In Flex 2, 
you 
 could
  try extending the WebService object like this (although I have
no 
  guarantee that this would work... I have not actually tried it).
 Use
  the EmbededWSDL class instead of the WebService class.  You might
 also
  need to override the loadWsdl function.
  
   
  
  package
  
  {
  
  import mx.rpc.soap.WebService;
  
   
  
  public class EmbededWSDL extends WebService
  
  {
  
  
  
  public function EmbededWSDL(){
  
  
  
  this.wsdl = MY WSDL STRING;
  
  super();
  
  }
  
  
  
  }
  
  }
  
   
  
   
  
  Hope that helps!
  
  -Andy
  
   
  
  _
  
  Andrew Trice
  
  Cynergy Systems, Inc.
  
  http://www.cynergysystems.com
  
   
  
  Blog: http://www.cynergysystems.com/blogs/page/andrewtrice
  
  Email: andrew.trice@
  
  Office: 866-CYNERGY
  
   
  
  
  
  From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On
  Behalf Of Tim Hoff
  Sent: Thursday, June 29, 2006 4:16 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: Embedding WSDL?
  
   
  
  Kelly,
  
  As Matt observed, I'm using a single AS class (Cairngorm
 ServiceLocator)
  for webservice

RE: [flexcoders] Re: Embedding WSDL?

2006-06-29 Thread Kelly Birr
I've found that I can easily get the mx.rpc.soap.WSDL object and the WSDL
xml document from the 'load' event of a web service.  Now I just need to
find to override/hook the LoadWSDL method on the WebService class to provide
this document to it.  I'm thinking it has to be possible via inheritance but
I cannot find any documentation that might help, and debugging the
constructor on an inherited class does not show overideable functions.  

Does anyone have any insight?  Is there maybe a protected method of
WebService or AbscractService that actually performs the WSDL load that can
be overridden?

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kelly Birr
Sent: Thursday, June 29, 2006 1:17 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Embedding WSDL?

Tim,

I agree that actually embedding the WSDL may not be a good idea but I am
still hoping to find a way to pre-load the WSDL for the service into a
string the first time the service is called and then directly insert that
into the service every time the component is instantiated.

My application is a CRM system that works by creating and destroying pages
that are self contained.  Every time a contact is loaded it creates a new
instance of a ContactPage component and programmatically adds that to a
custom TabNaivgator control to give a tabbed user interface that allow for
multiple open contacts.  When they close a contact the ContactPage
instance is destroyed.

The real pain is that this pages uses two web services that each must load
their WSDl each time a contact is opened.  Now you see why I want to find a
way to load it once and then just hand the WSDL xml directly to the web
service object.  Having a single webservice object would be unmanageable
because I'd have to know what component instance to send the result events
to.  Not to mention that multiple ContactPages can be making request at
the same time.

I'm going to keep working on finding a way to accomplish this and I'll let
the group know what I find out.  If anyone from Adobe can give me a hint in
the right direction that would be excellent.  I'm also going to keep
investigation Andrew's method.

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Hoff
Sent: Thursday, June 29, 2006 12:10 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Embedding WSDL?

That was my first thought Andrew, but I couldn't find the API to ovverride.
Anyways, at the end of the day, embedding wsdl isn't generally a good idea.
If you make a change to a webservice operation on the server side, you would
have to re-compile and re- deploy every Flex application that uses it.
Otherwise the applications would break.  There goes the encapsulation.  The
extra second or two needed to get the wsdl dynamically is acceptable
overhead if webservices is the chosen RPC.

-TH

--- In flexcoders@yahoogroups.com, Andrew Trice [EMAIL PROTECTED]
wrote:

 In Flex 1.5, I was able to preload/embed wsdl into the swf by
overriding
 the sendAndLoad method of the native XML object...
 
  
 
 Take a look at my blog posting here to see how:  
 
 https://www.cynergysystems.com/blogs/page/andrewtrice?
entry=override_nat
 ive_object_methods_in
 
  
 
 I don't think that this exact syntax will work in Flex 2 b/c you
can no
 longer modify the prototype of a native object.In Flex 2, you 
could
 try extending the WebService object like this (although I have no 
 guarantee that this would work... I have not actually tried it).
Use
 the EmbededWSDL class instead of the WebService class.  You might
also
 need to override the loadWsdl function.
 
  
 
 package
 
 {
 
 import mx.rpc.soap.WebService;
 
  
 
 public class EmbededWSDL extends WebService
 
 {
 
 
 
 public function EmbededWSDL(){
 
 
 
 this.wsdl = MY WSDL STRING;
 
 super();
 
 }
 
 
 
 }
 
 }
 
  
 
  
 
 Hope that helps!
 
 -Andy
 
  
 
 _
 
 Andrew Trice
 
 Cynergy Systems, Inc.
 
 http://www.cynergysystems.com
 
  
 
 Blog: http://www.cynergysystems.com/blogs/page/andrewtrice
 
 Email: [EMAIL PROTECTED]
 
 Office: 866-CYNERGY
 
  
 
 
 
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Tim Hoff
 Sent: Thursday, June 29, 2006 4:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Embedding WSDL?
 
  
 
 Kelly,
 
 As Matt observed, I'm using a single AS class (Cairngorm
ServiceLocator)
 for webservice calls.  It's based on Jeff Tapper's DataManager
class:
 
 http://jeff.mxdj.com/as3datamanagerfix.htm
 
 I changed the logic to get the wsdl, when the application loads,
to cut
 a few seconds off

RE: [flexcoders] Serialization bug in release

2006-06-28 Thread Kelly Birr





I'm sending myArrayCollection.toArray() to web services without problem, 
I don't know if that will help you or not.

- Kelly


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Allen 
RiddleSent: Wednesday, June 28, 2006 2:01 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Serialization bug in 
release


We are currently upgrading our beta 
3 developed product to the new release version. It appears that they have 
changed collections returned from SOAP Web Service calls to de-serialize into 
ArrayCollection now, versus Array the type. Ok, fine. However, when you try to 
invoke a web service, and flex serializes the ArrayCollection, it blows up. Is 
anybody else successfully able to invoke a web service using an ArrayCollection? 


Thanks.

Allen Riddle
Sofware 
Development
x3217
 
__._,_.___





--
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] Icons in menu - not working

2006-06-28 Thread Kelly Birr





I've been racking 
my brain trying to get icons in themenu bar. I think I'm doing 
exactly what the docs say but I cannot get any icon to render. 
Thelabel and actions work perfectly but the icondoes not show 
up. The icon is embedding properly as I can see it in the "icon" property 
of a button in the same file. I've also tried putting the path to the icon 
file in the xml, no joy.

My Menu XML 
Is:
menu
 
menuitem label="File" 
menuitem label="Open" data="" 
/ menuitem 
type="separator" / 
menuitem label="Exit" data="" icon="exitOn" 
/ /menuitem
/menu

MyMXML 
is:
mx:Script
![CDATA[[Embed(source="images/icons/iconExitOn.gif")] 
public static const exitOn:Class;
]]/mx:Script
mx:MenuBar id="menu" width="100%" x="0" y="0" height="27" 
dataProvider="{menuXml}" 
showRoot="false"cornerRadius="3" 
itemClick="menuHandler(event)" labelField="@label" iconField="@icon" 
/
 
I cannot find any samples anywhere with icons in the menu, Is this 
still supported? Can anyone tell me what i'm doing wrong? I am using 
Flex 2.0 RTM

- 
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] Icons in menu - not working

2006-06-28 Thread Kelly Birr





I found my problem. It appears that the menu cannot bind to static 
vars for images. I solved the problem by specifying 
{ public const myMenuIcon:Class = GlobalIcons.MyCoolIcon; } 
where 
GlobalIcons.MyCoolIcon is declared exactly as below. Then pout the local name 
"myMenuIcon" in the @icon field of the xml.

- Kelly


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Kelly 
BirrSent: Wednesday, June 28, 2006 4:26 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Icons in menu - not 
working

I've been racking 
my brain trying to get icons in themenu bar. I think I'm doing 
exactly what the docs say but I cannot get any icon to render. 
Thelabel and actions work perfectly but the icondoes not show 
up. The icon is embedding properly as I can see it in the "icon" property 
of a button in the same file. I've also tried putting the path to the icon 
file in the xml, no joy.

My Menu XML 
Is:
menu
 
menuitem label="File" 
menuitem label="Open" data="" 
/ menuitem 
type="separator" / 
menuitem label="Exit" data="" icon="exitOn" 
/ /menuitem
/menu

MyMXML 
is:
mx:Script
![CDATA[[Embed(source="images/icons/iconExitOn.gif")] 
public static const exitOn:Class;
]]/mx:Script
mx:MenuBar id="menu" width="100%" x="0" y="0" height="27" 
dataProvider="{menuXml}" 
showRoot="false"cornerRadius="3" 
itemClick="menuHandler(event)" labelField="@label" iconField="@icon" 
/
 
I cannot find any samples anywhere with icons in the menu, Is this 
still supported? Can anyone tell me what i'm doing wrong? I am using 
Flex 2.0 RTM

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



  






__,_._,___



[flexcoders] Embedding WSDL?

2006-06-28 Thread Kelly Birr





Is it possible to 
somehow embed WSDL in the compiled SWF, or read/write the actual WSDL directly 
to the web services without them having to request it via HTTP at 
runtime? Can I bind the WSDL to a string that I manually request via 
UrlLoader?

Along with that if 
I have 15 different web service tags on different MXML components of my 
application that all call the same web service with the exact same WSDL Uri, 
will the WSDL cache? or will each Web Service instance make a request for the 
WSDL via HTTP when it is initialized.

My client is very 
concerned that the application may be too "chatty" on their network and it seems 
that these WSDL requests may be part of the problem. I'm using Flex 2.0 
RTM.

- 
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] Re: About dates sent to a webservice. Is this correct?

2006-06-26 Thread Kelly Birr
We're also using .NET 2.0 but our web services do not return time zone
information.  They just send 2006-06-26T10:38:54.

- Kelly

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Tuppeny
Sent: Monday, June 26, 2006 2:41 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: About dates sent to a webservice. Is this
correct?


I just tested this out (to see how bad it was!), and my web service
returned:

dateTime
xmlns=http://tempuri.org/;2006-06-26T10:38:54.6541786+01:00/dateTime

Which includes timezone info. When I call ToString() on the flash date, it
returns exactly the same (10:38+1:00). Is this just an issue with .NET 1.1?
We're using 2.0.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Tuppeny
Sent: 26 June 2006 10:26
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: About dates sent to a webservice. Is this
correct?


I've read through that thread, and this hardly seems like acceptable
behaviour to me.

We're sending dates from a .NET web service too, and we don't care about the
time. We're plotting them on a calendar. We can't afford to have dates sent
as one thing, and then rolled back to the previous day because the client
machine is in a different timezone. There *needs* to be a way to turn this
off. If my web service says an event occurs on the 1st June, I want Flex to
give me the 1st June.

What's the point in Flex translating it, and then me having to translate it
back (and remember to do this *everywhere*)?


 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of kellyb723
Sent: 23 June 2006 17:24
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: About dates sent to a webservice. Is this correct?

Yes this is correct.  I recently had a long thread about this.  What I was
told by Adobe is that If a web service defined the element-type in WSDL as
`dateTime' and sends a value that does not include a time zone component
Flex has to assume that this is UTC time and will automatically adjust the
Date value to your local time zone.

You can read my previous thread, including a post by Peter Farland
(Adobe) that this behavior is by design, and my workaround at:

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

- Kelly

--- In flexcoders@yahoogroups.com, Bas J. Brey [EMAIL PROTECTED] wrote:

 You set a date e.g. 25th of January 2005 00:00 GMT +2
 
 Flex sends it to the service as 24th of January 2005 22:00 ?
 
  
 
 If so than you can never use a date type in your webservice cause
then you
 miss timezone information.








 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



 




[Inbound Mail Scanned by MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/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



 




[Inbound Mail Scanned by MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/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



 






 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/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] Difference between two dates

2006-06-26 Thread Kelly Birr





Yes thank you, this is helpful. I did already have some routines 
built to do this but this one is a bit better. Never-the-lessI still 
believe the language would be improved by making aDate primitive. 


Just because we have workaroundsdoes not mean we should settle 
forthem. The factstill remains that this requires extra code, 
especially if your trying to do acomparisonbetween 2 variables whose 
actual types you don't know (or care) and just want to know if they are 
equivalent or not.

I understand that it's way too late in the Flex 2.0 game for any of this, 
but here's hoping forFlex 2.1

- Kelly


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Douglas 
KnudsenSent: Monday, June 26, 2006 11:56 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Difference 
between two dates
http://jeff.mxdj.com/datediff_for_actionscript.htmperhaps 
this would be helpful.DK
On 6/26/06, Kelly 
Birr [EMAIL PROTECTED] 
wrote:

  
  
  If you do not wish to 
  change the Date class so it will conform to a (terrible) standard, I can sort 
  of understand that.
  
  Would you please 
  consider the possibility of adding a DateTime or Date2 class in Flex 2.1 that 
  works like a primitive type. Or better yet, make the new class 
  beDate and the standards-compliant one called EcmaDate or EDate or CDate 
  or something like that. :)
  
  - 
  Kelly
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Daniel 
  Tuppeny
  Sent: Monday, June 26, 2006 1:03 
  AMTo: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Difference between two 
  dates
  
  
  
   Since the Date class 
  is specified by the EcmaScript-262 standard, we're not going to change 
  it
  
  That's fair enough, 
  but as things are (without a utility class to do this stuff), I can see there 
  being a whole bunch of "buggy" implementations of date stuff in Flex over the 
  coming months, which will be spread amongst developers viasites like 
  CodeProject!! :-(
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon 
  SmithSent: 24 June 2006 00:01To: flexcoders@yahoogroups.comSubject: RE: 
  [flexcoders] Difference between two dates
  
  
  Since the Date class 
  is specified by the EcmaScript-262 standard, we're not going to change it. But 
  it sounds like we should consider adding a flex.utils.DateUtils class in the 
  future to make date manipulation easier.
  
  - 
  Gordon
  
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf 
  Of Pan TroglodytesSent: Friday, June 23, 2006 8:53 
  AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Difference 
  between two dates
  
  
  
  
  Well, it helped when I figured out I could do things 
  like date.date += 12 and it would automatically correct for rolling over 
  months/years. But at the very least, there needs to be a built-in 
  daysBetween function. Yes, yes, I know you can do the getTime() 
  arithmetic. But every time you have to fall back to that, it feels 
  kludgy. If I were redesigning it, it wold at least ook like 
  this:dayOfWeek - what used to be called dayday - day in month 
  (used to be called date)month - 1 based like day (what used to be called 
  date) ishour/minute/second/millisecond - singular (if hour is plural, why 
  not "months"?)year - why fullYear? I mean, c'mon, do people really 
  expect something called "year" to be two digits or 
  what?daysBetween(laterDate:date) - laterDate minus this in days 
  But, alas, it's too late. There's no way they'll make the change 
  at this late day.I mean "date".Haha.
  
  On 
  6/23/06, Daniel Tuppeny  
  [EMAIL PROTECTED] wrote:
  
  
  
  
  
  I wouldn't 
  disagree!
  
  There seems to be no 
  useful functions for manipulating dates. They should copy all the methods and 
  properties from the .NET DateTime class :o)
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan TroglodytesSent: 23 June 2006 16:02To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Difference 
  between two dates
  
  I swear, I really 
  think the date class was designed by a crazy man. You hear that Adobe? - 
  CRAZY! :D
  
  On 6/23/06, 
  Daniel Tuppeny  
  [EMAIL PROTECTED] wrote: 
  
  
  
  
  
  I was using .day 
  instead of .date
  
  TFI Friday! 
  =)
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf 
  Of Daniel TuppenySent: 23 June 2006 15:33To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Difference 
  between two dates
  
  I think I need more 
  coffee
  
  The following code 
  (which I'm sure is correct!), returns around 2.8 when I'm expecting around 
  3.2. Anyone spot my error?
  
  
  
  public static 
  function getMonths(startDate:Date, 
  endDate:Date):Number{if (startDate  
  endDate){var tmp:Date = 
  endDate;endDat

RE: [flexcoders] Re: Difference between two dates

2006-06-26 Thread Kelly Birr
Yes, but this still requires knowing if your variable is a date or not.  A
straight primitive == would not. To test for that would only be 2 extra
lines of code but it's still a special case that you have to put everywhere.

My point is only that having to treat Dates differently from Numbers and
Strings and use functions for comparison  is inconvenient, no matter how
simple it actually may be. This could be improved by making them (or a new
class) a primitive. 

Of course if a future version of ActionScript allows users to override
operators in custom classes, I can create my own [primitive-like] Date
class. Then no-one will have to hear me complain. :)

- Kelly 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Hoff
Sent: Monday, June 26, 2006 2:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Difference between two dates

Hi Kelly,

For simple comparisons there is are compare() and dateCompare() functions in
the mx.utils.ObjectUtil class.

-TH

--- In flexcoders@yahoogroups.com, Kelly Birr [EMAIL PROTECTED] wrote:

 Yes thank you, this is helpful.  I did already have some routines
built to
 do this but this one is a bit better.  Never-the-less I still
believe the
 language would be improved by making a Date primitive.  
  
 Just because we have workarounds does not mean we should settle
for them.
 The fact still remains that this requires extra code, especially
if your
 trying to do a comparison between 2 variables whose actual types
you don't
 know (or care) and just want to know if they are equivalent or not.
  
 I understand that it's way too late in the Flex 2.0 game for any
of this,
 but here's hoping for Flex 2.1
  
 - Kelly
 
   _
 
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Douglas Knudsen
 Sent: Monday, June 26, 2006 11:56 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Difference between two dates
 
 
 http://jeff.mxdj.com/datediff_for_actionscript.htm
 
 perhaps this would be helpful.
 
 DK
 
 
 On 6/26/06, Kelly Birr [EMAIL PROTECTED] wrote: 
 
 If you do not wish to change the Date class so it will conform to a
 (terrible) standard, I can sort of understand that.  
  
 Would you please consider the possibility of adding a DateTime or
Date2
 class in Flex 2.1 that works like a primitive type.  Or better
yet, make the
 new class be Date and the standards-compliant one called EcmaDate
or EDate
 or CDate or something like that. :)
  
 - Kelly
 
   _
 
 
 
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Daniel Tuppeny
 
 Sent: Monday, June 26, 2006 1:03 AM
 To: flexcoders@yahoogroups.com
 
 Subject: RE: [flexcoders] Difference between two dates
 
 
 
  Since the Date class is specified by the EcmaScript-262
standard, we're
 not going to change it
  
 That's fair enough, but as things are (without a utility class to
do this
 stuff), I can see there being a whole bunch of buggy 
implementations of
 date stuff in Flex over the coming months, which will be spread
amongst
 developers via sites like CodeProject!! :-(
 
   _
 
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Gordon Smith
 Sent: 24 June 2006 00:01
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Difference between two dates
 
 
 
 Since the Date class is specified by the EcmaScript-262 standard,
we're not
 going to change it. But it sounds like we should consider adding a 
 flex.utils.DateUtils class in the future to make date manipulation
easier.
 
  
 
 - Gordon
 
  
 
 
   _
 
 
 From: flexcoders@yahoogroups.com [mailto:
 mailto:flexcoders@yahoogroups.com [EMAIL PROTECTED] On
Behalf Of
 Pan Troglodytes
 Sent: Friday, June 23, 2006 8:53 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Difference between two dates
 
  
 
 Well, it helped when I figured out I could do things like
date.date += 12
 and it would automatically correct for rolling over months/years.  
But at
 the very least, there needs to be a built-in daysBetween
function.  Yes,
 yes, I know you can do the getTime() arithmetic.  But every time
you have to
 fall back to that, it feels kludgy. 
 
 If I were redesigning it, it wold at least ook like this:
 
 dayOfWeek - what used to be called day day - day in month (used to be 
 called date) month - 1 based like day (what used to be called date) is 
 hour/minute/second/millisecond - singular (if hour is plural, why
not
 months?)
 year - why fullYear?  I mean, c'mon, do people really expect
something
 called year to be two digits or what?
 daysBetween(laterDate:date) - laterDate minus this in days
 
 But, alas, it's too late.  There's no way they'll make the change
at this
 late day.
 
 I mean date.
 
 Haha.
 
 On 6/23/06, Daniel Tuppeny   mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] 
 wrote:
 
 I wouldn't disagree!
 
  
 
 There seems to be no useful functions for manipulating dates. They
should
 copy all the methods

RE: [flexcoders] please help me

2006-06-25 Thread Kelly Birr
[Getting Started with Flex 2]
http://download.macromedia.com/pub/documentation/en/flex/2/getting_started_w
ith_flex2.pdf
 
[Programming Action Script 3]
http://www.macromedia.com/go/programmingAS3_pdf
 
There are apparently a few Flex 2.0 books coming out this summer.

- Kelly 




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ahmed emara
Sent: Sunday, June 25, 2006 1:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] please help me



Hi all .
   i'm very new in flex i want some free pdf to begin with.please
provide me with some link to download from .
 
thank you for your time



 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] 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 swfs
(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] 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 dont 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.5s 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?













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



  






__,_._,___






RE: [flexcoders] Question

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










ColdFusion compiles to Java and it doesnt
offer all the features of Java.



It also costs about $7000 per enterprise
license (last time I checked).





Java is free.







As for any of the other competitors I
cannot say.

















From: flexcoders@yahoogroups.com [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] AJAX versus Flex

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












As a final note, my employer builds
applications for the worlds largest customer.









Fannie Mae?
















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: 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] 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 ofweb
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 includingquick 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 ofweb
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 includingquick 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] 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] 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

mx:httpservice 
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 amp; 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] 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] 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] 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. 
 
 
 -
 
 
 
 
   
 -
 Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low
rates.







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

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/
 




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:

mx:method name=checkEmail result=handleCheckEmailExists(event) /




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



Its 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] 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] Compiling MXML Offline

2005-11-22 Thread Kelly



http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=0860.htm


Its a little tricky to figure out at first but once you do its pretty simple.

If you are working from Windows do you know how to use the command line?

Start-- Run -- cmd


Good look 

Kelly


On 11/22/05, dustin_speer [EMAIL PROTECTED] wrote:
I understand this is possible, but my searching has not turned up agood tutorial on how to accomplish it. Anyone have any guide orinsights? Thanks,DS Yahoo! Groups Sponsor ~--
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home pagehttp://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM~-
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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] Flex2: pricing info

2005-11-03 Thread Kelly R
Serverless flex apps only require that the developers have a copy of Flex 
Builder 2.

@  $1000 that is pretty inexpensive.

Couple that with the rapid development and debug time in relation to AJAx 
and you have a winner.

That and you have an application that works relatively predictably.

Flex developers probably charge more per hour then AJAX people but only 
because they can.

You know why they can?


Because Flex is badass and companies are willing to pay through the nose for 
having useful web applications.




 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/
 





[flexcoders] Flex Contract Work

2005-10-30 Thread Kelly R



Not sure if this is frowned upon or not by moderators but I am looking for Flex developers for a large scale project in Michigan.

Requirements:

Flex, Cold Fusion, Oracle and SQL development experience with TOAD, UNIX Shell Scripting, Java, and Web Services/XML


If anyone is interested send your resumes and rate requirementsto: [EMAIL PROTECTED]









--
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] create-compile-report not creating report

2005-10-26 Thread Kelly Roman










I tried searching for anything with
report.xml and the compile report wasnt there.



Any other thoughts?















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Roger Gonzalez
Sent: Wednesday, October 26, 2005
3:41 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
create-compile-report not creating report





 i've opened my
flex-config.xml file and set 
 create-compile-report to true but it's not
creating the 
 report... production mode is set to false...
 
 
 any ide why it's not creating the file?
 
 

Try searching for all files named '*-report.xml',
hopefully its just
writing it somewhere unexpected.

-rg








--
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] create-compile-report not creating report

2005-10-26 Thread Kelly Roman










No it works fine on my other server just
by compiling the app in a browser.



Probably something to do with the environment
its setup in: Tomcat, Linux, Teamsite











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Roger Gonzalez
Sent: Wednesday, October 26, 2005
10:14 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
create-compile-report not creating report





 I tried searching for
anything with report.xml and the 
 compile report wasn't there.
 
 
 
 Any other thoughts?
 

Its possible that the option only works with the
command-line compiler,
mxmlc. Not positive, though. Sorry.

-rg 









--
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] showing subcateogries on selecteditem

2005-10-24 Thread Kelly Roman










Why make it in xml?



Why not just put it all in a database and
pull it from there.



It is easier to update that way.



Do you know any server side languages?
(ColdFusion, JSP, PHP, etc)



If you plan on using Flex for anything
serious then I suggest learning scripting languages and database design and
management or hire someone that does know them.



Otherwise you probably wont get far.





Sorry I havent been more helpful.



--Kelly

[EMAIL PROTECTED]

www.dekaydmedia.com















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of pioplacz
Sent: Sunday, October 23, 2005
7:43 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] showing
subcateogries on selecteditem





Hi!

I'm trying to make a tv-series catalog for myself
but i'm having 
some trouble. This it how far i have come: 
http://serenadserver.homeip.net/flex/katalog/tvserier/tvserier.mxml

I'm having some problem to make something like
when u click on the 
series all the episodes will show in the grid. My
problem is I have 
no idea how to make the xml for it or how to make it
in flex could 
you help me? 

Here is my xml: 

?xml version=1.0
encoding=iso-8859-1?
tvserier
 serier

 titleLost/title

 infoFrom J.J. Abrams, the creator of
Alias, and 
Damon Lindelof (Crossing Jordan) comes an
action-packed adventure 
that will bring out the very best and the very
worst in the people 
who are lost. Out of the blackness, the first
thing Jack (Matthew 
Fox, Party of Five) senses is pain. Then burning
sun. A Bamboo 
forest. Smoke. Screams. With a rush comes the
horrible awareness 
that the plane he was... /info
 
 imagehttp://image.com.com/tv/images/processed/thumb/41/fa/1
2304.jpg/image

 episodePilot. Pilot (1)/episode
 /serier
 serier

 titleThe 4400/title

 infoThe 4400 tells the stories of 4,400
abductees 
after they are returned to earth, but they ended
up being abducted 
by people from the future to save mankind. In the
words of the 
executive producers, these are stories of people
dealing with 
traumatic changes, driven by the mystery of what
happened and why. 
Some of them have been affected in mysterious
ways, and some will 
have certain... /info
 
 imagehttp://image.com.com/tv/images/processed/thumb/ea/18/6
001.jpg/image
 /serier
/tvserier

Here is my flex:

?xml version=1.0
encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml

initialize=mySrv.send()
mx:Script
![CDATA[
var selectedItem;
]]
/mx:Script
mx:HTTPService id=mySrv 
url=""
href="http://192.168.0.200/PHP/tvSerier.xml">http://192.168.0.200/PHP/tvSerier.xml
showBusyCursor=true 
resultFormat=object
contentType=application/xml method=GET
 /mx:HTTPService
mx:Style
source=tvserier_style.css/
 mx:Panel width=462
height=600
 mx:VDividedBox
height=100% width=100%
 
mx:HBox width=100% height=100%
marginTop=5

  mx:TileList id=tvList
width=100% 
height=100% itemWidth=430
itemHeight=156 borderStyle=solid 
borderSides=bottom dataProvider={mySrv.result.tvserier.serier}

change=selectedItem=event.target.selectedItem

cellRenderer=TvThumbnail /

 /mx:HBox
 mx:DataGrid
id=avsnitt height=166 width=100% 
dataProvider={tvList.selectedIndex}
 mx:columns

mx:Array

mx:DataGridColumn headerText=Avsnitt 
columnName=episode /

mx:DataGridColumn headerText=Säsong columnName=id
/

mx:DataGridColumn headerText=Undertexter 
columnName=Undertexter /

/mx:Array

/mx:columns

/mx:DataGrid
 /mx:VDividedBox
 /mx:Panel
/mx:Application











--
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] Me go to MAX alone. you be my friend?

2005-10-14 Thread Kelly Roman










I am down.



Here is my Bio:



Name: Kelly Roman

Age: 24

Nationality: American



Currently:

Building enterprise Flex applications for
the automotive industry (Honda, Mazda, Ford)



Currently on contract but I maintain www.dekaydmedia.com when I have time.







See you there eh.





--Kelly

[EMAIL PROTECTED]

www.dekaydmedia.com

















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Aldo Bucchi
Sent: Wednesday, October 12, 2005
1:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Me go to MAX
alone. you be my friend?





Hi all,

I will be attending MAX pretty much by myself (
the rest of the group
is going to the experience forum ) so I'd like to
ask openly if anyone
here would like to get in contact before the
meeting so we can get
acquainted ( my interests detailed below ).

Very few of you know me, I have been on this list
since right after it
started ( and flexing since the betas ) but I
barely have time to
write, since Flex is only 20% of my job. Anyway,I
read all I can and I
love this community ( some people here really love
what they do, in
contrast to other J2EE groups! ).
I have finally managed to get more flex into our
customers' minds and
I will soon have more time to invest in this great
technology.

Hope someone gets interested ;)
reach me on this email or skype me (aldo.bucchi)

I mean it. This approach might sound a little
strange but it's a
great chance of meeting interesting people (
ehem.. like myself ) and
I don't want to waste it. You never know what can
come out of it.

---

Bio in a nutshell

- name. Aldo Bucchi
- age: 24
- nationality: Chilean
- years in the biz: 6 paying my bills from it
- currently:
 IT Architect for a Core financial services
company ( AKA we build
stuff that powers banks ).
 Bea specialist ( sub: Bea Portal ).
 Epiphany CRM implementor.
 Project leader in general.
 Usability / Customer Experience advisor ( and
I always try to
involve people from other departments in our
projects: commercial,
marketing, customer service, etc )
 Flex evangelist since mid 2004.
 ... and getting up to date with Bea Aqualogic
and BPEL 4 people.
- English, Spanish, some French

My interests regarding Flex are.
- proven use cases in financial services ( mostly
customer facing )
--- experience design theory
--- simplicity and best practices
--- empiric evidence of customer adaptability ( or
lack thereof )
--- idetifying common problems and bad practices
- new collaborative patterns
--- dashboard / shared applications
- flex + breeze in the enterprise, business
patterns
- streamlining integration of the future Flex
Enterprise Services and
Aqualogic DataServices / Epiphany BIO Layer /
other generic data
layers, BPMs and ESBs.

I am currently evaluating the migration of a
critical customer facing
application in a bank to flex. So I have a lot of
fresh questions on
the subject.

OK, enough promotion, back to work
Thanks for your time,
Aldo

PS. Had to ask ;)

--
: Aldo Bucchi :
mobile (56) 8 429 8300








--
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] Java VO.

2005-10-13 Thread Kelly Roman










Are you making corresponding AS classes to
match your Java VO classes?



If so are you declaring the remoteClass so
that Flex knows which AS classes match which Java VO classes?













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos
Sent: Tuesday, October 11, 2005
9:12 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Java VO.





Hi all,

I have a simple VO class in java and have a service that returns a ArrayList of
that vo. My question is that when I return this list to flex via RemoteObject
Tag (AMF) java or flash seams to put each property of the VO in lowercase. For
example if on the Java VO it had a property of Name and LastName when it gets
to flex is name and lastName. Any way to make it return the VO as it is defined
on the java class? Thanks for any help. 


Omar Ramos
System Developer








--
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] Me go to MAX alone. you be my friend?

2005-10-13 Thread Kelly Roman










I will be there too.



I am also 23 but my birthday is on
Saturday so I will be 24 when I get there.



Hahahaha





I will be in pretty much every Flex
session though.





Weee







See you there



--Kelly

[EMAIL PROTECTED]















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stanislav Zayarsky
Sent: Thursday, October 13, 2005
3:17 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Me go to
MAX alone. you be my friend?





Hello All,

I will be there too :)

I'm 23 and I'm from Kiev, Ukraine.

Looking forward to see you all there.

Best regards
Stanislav

On 10/12/05, Douglas Knudsen
[EMAIL PROTECTED] wrote:
 Maybe we can write 'FLEXCODERS' on our
badges. Then we can spot each
 other in the halls, in sessions, or stumbling
inline for the free
 refreshments.

 DK

 On 10/12/05, Manish Jethani
[EMAIL PROTECTED] wrote:
  On 10/12/05, Manish Jethani
[EMAIL PROTECTED] wrote:
   Sounds great. I'm coming to
MAX too. BTW there's a nice
   introNetworks app where you can
fill in all your details.
 
  http://www.macromedia.com/macromedia/events/max/agenda/birdsofafeather.html#1018-6
 
 
 
  --
  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
 
 
 
 
 
 
 
 
 


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

















--
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] returning a confirmation

2005-10-08 Thread Kelly Roman










In your result handler just make an alert
that displays the message returned.



mx:method name=someMethod
result=Alert.show(event.result) /











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman
Sent: Friday, October 07, 2005
12:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] returning a
confirmation





I have a simple app that I am
I writing, that uses a cf backend. After
a user inserts data into the database, I would
like to display a
confirmation to them tell them what file number
they have entered. My
cfc works fine, but I am not sure how I should
return the confirmation
from my cfc into flex. I have attached my cfc code
for one of my
functions.

 !--- Admin Add Sale Function ---
 cffunction
name=qiAdminAddSale access=remote returntype=string
output=true

 cfargument name=fileNum
type=string required=Yes /

 cfargument name=mlsNum
type=string required=no /

 cfargument name=propStreet
type=string rrequired=Yes /

 cfargument name=propNum
type=string required=Yes /

 cfargument name=propDir
type=string required=no /

 cfargument name=propAPN
type=string required=no /

 cfargument name=propCity
type=string required=Yes /

 cfargument name=propState
type=string required=Yes /

 cfargument name=propZip
type=string required=Yes /

 cfargument name=propCoe
type=string required=Yes /

 cfargument name=propPrice
type=string required=Yes /

 cfargument name=buyerName
type=string required=no /

 cfargument name=sellerName
type=string required=no /

 cfargument name=agentId
type=string required=no /

 cfargument name=agentId2
type=string required=no /

 cfargument name=agentId3
type=string required=no /

 cfquery name=qiAdminAddSale
datasource=#application.dsn#

 insert into tbl_smartPanel_propInfo

 (fld_fileNum, fld_mlsNum, fld_propStreet,
fld_propNum, fld_propDir,
fld_propCity, fld_propState, fld_propZip,

 fld_buyerName, fld_sellerName, fld_propCoe,
fld_propPrice,
fld_propAPN, fld_agentId, fld_agentId2,
fld_agentId3)

 values(

 '#arguments.fileNum#', '#arguments.mlsNum#',
'#arguments.propStreet#', '#arguments.propNum#',
'#arguments.propDir#',

 '#arguments.propCity#', '#arguments.propState#',
'#arguments.propZip#', '#arguments.buyerName#', 

 '#arguments.sellerName#', '#arguments.propCoe#',
'#arguments.propPrice#', '#arguments.propAPN#',
'#arguments.agentId#',

 '#arguments.agentId2#', '#arguments.agentId3#')

 /cfquery

 cfset msg = File Number:
'#arguments.fileNum#' has been added

 cfreturn msg /
 /cffunction











--
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] Putting a picture on a page

2005-10-03 Thread Kelly Roman










Jpeg files end with jpg



Not jpeg

















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, October 03, 2005
1:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Putting
a picture on a page





Well I tried to make sure the filename is correct I mean its
in the products folder. Also the filename is correct casewise. Does it have
anything to do with it being a jpeg file? 







--
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] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread Kelly Roman










You can do this two ways.



I will show you both at once because I hate
typing.



In your nda.mxml create a variable to
store a reference to the popup window with the two text fields. Example:



var myPopupWindow; 





function myPopupCreatorFunction() {

 var
initObj = new Object();

 initObj.someVariable
= myTextFieldOnNDA.text

myPopupWindow =
mx.managers.PopUpManager.createPopUp(this, textareawindow, 
true, {deferred: true, initObj});
myPopUpWindow =popup.centerPopUp();

}







Then in your textareawindow.mxml put:



var someVariable;







mx:Text id=WhateverIDYouWant
text={someVariable} /

















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sandip_patil01
Sent: Monday, October 03, 2005
10:54 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Passing
value to textarea which I am calling as a popupwindow





HI All,


I have an mxml file let say nda.mxml
page which has a button 
called Add Textarea.
When I click on that button I want to open popup
window contaning two 
text area which i did .
(i.e I am calling textareawindow.mxml with the
code

var popup =
mx.managers.PopUpManager.createPopUp(this, textareawindow, 
true, {deferred: true});
var temp =popup.centerPopUp();
)

Now,
on nda.mxml I have a data which I
stored in textfield .Now I want to 
pass the stored value to popup window.










--
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] Populating values in datagrid from arrays

2005-10-03 Thread Kelly Roman
Title: Message










The problem is that when your getdata() function
executes you set specdata_arr equal to a single value instead of an array then
you repeat that step 4 times.



Also, unless your array has a column
called A and another one called B its not going to
display anything even if you set it correctly.















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Parekh, Shweta - BLS CTR
Sent: Monday, October 03, 2005
4:53 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders]
Populating values in datagrid from arrays







Hi,





I type casted the result as you have
suggested here. But still my datagrid does not display the values.











import classes.ItemSpecVO;





var itemSpecVO:ItemSpecVO;
var myArray:Array;
var itemSpecVO1:ItemSpecVO;
var specdata_arr;











function getdata(result)
{
mx.controls.Alert.show(inside getdata - len+result.length);
myArray= mx.utils.ArrayUtil.toArray(result);
itemSpecVO=myArray[0];
mx.controls.Alert.show(d0: +itemSpecVO.colSpecData[0]);
-- prints value
correctly
mx.controls.Alert.show(d1: +itemSpecVO.colSpecData[1]);
-- prints value
correctly
itemSpecVO1=myArray[1];
mx.controls.Alert.show(d0:
+itemSpecVO1.colSpecData[0]); -- prints value correctly
mx.controls.Alert.show(d1:
+itemSpecVO1.colSpecData[1]); -- prints value correctly
specdata_arr=itemSpecVO.colSpecData[0];
specdata_arr=itemSpecVO.colSpecData[1];
specdata_arr=itemSpecVO1.colSpecData[0];
specdata_arr=itemSpecVO1.colSpecData[1];
}











mx:RemoteObject
id=itemDetailController
source=gov.bls.ppi.janus.repricing.manageitems.controllers.ItemDetailController
showBusyCursor=true
mx:method name=getColSpecData
result=getdata(event.result)

mx:arguments
 arg1{itemSid}/arg1
 arg2{irMonth}/arg2
 arg3{monthNo}/arg3
/mx:arguments
/mx:method
/mx:RemoteObject











mx:VBox
 mx:DataGrid id=colSpec_dg width=600 dataProvider={specdata_arr}
textAlign=left height=250 headerHeight=50
editable=true 
 mx:columns
 mx:Array
 mx:DataGridColumn headerText=A
columnName=A width=50 textAlign=left/
 mx:DataGridColumn headerText=B
columnName=B width=100 textAlign=left/
 /mx:Array
 /mx:columns
 /mx:DataGrid





/mx:VBox



What
could be the problem?

Thanks,

Shweta





-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, October 03, 2005
3:06 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Populating values in datagrid from arrays

Try casting the result to an Array ...

 myArray= mx.utils.ArrayUtil.toArray(event.result);

It worked for me in a similar case ..










Parekh, Shweta - BLS CTR
To: 'flexcoders@yahoogroups.com'
flexcoders@yahoogroups.com


[EMAIL PROTECTED]
cc:


Sent
by:
Subject: [flexcoders] Populating values in datagrid from
arrays 

flexcoders@yahoogroups.com


10/03/2005 02:19
PM


Please respond
to


flexcoders









Hi,

I am having problem populating values in my
datagrid. From my mxml, I make
a
remote call to my controller which returns an
array of ItemVOs.
ItemVO has one-dimensional integer array,
containing values for columns in
each row in the datagrid. i.e. if my int array in
ItemVO1 contains values
1,
2 and array in ItemVO2 contains values 3,4, then
my datagrid should display

 1 2
 3 4
Instead the code below displays my datagrid as
 1,2 1,2
 3,4 3,4

Code:
mx:RemoteObject
id=itemDetailController
source=controllers.ItemDetailController
showBusyCursor=true

mx:method name=getColSpecData
result=result_ColSpecData=event.result

mx:arguments

arg1{itemSid}/arg1

arg2{irMonth}/arg2

arg3{monthNo}/arg3

/mx:arguments

/mx:method
/mx:RemoteObject
mx:VBox

mx:DataGrid id=colSpec_dg width=600
dataProvider={result_ColSpecData}
textAlign=left height=250
headerHeight=50
editable=true 

mx:columns

mx:Array

mx:DataGridColumn headerText=A
columnName=colSpecData
width=50 textAlign=left/

mx:DataGridColumn headerText=B
columnName=colSpecData
width=100 textAlign=left/

/mx:Array

/mx:columns

/mx:DataGrid

mx:FormItem direction=horizontal
width=100% height=30

mx:Text text=value: width=90/mx:Spacer
height=63/

mx:Text id=tobEffIrm
text={itemDetailController.getColSpecData.result[0].colSpecData[0]}
width=57/mx:Spacer
height=63/

mx:Text id=tobEffIrm1
text={itemDetailController.getColSpecData.result[0].colSpecData[1]}
width=57/mx:Spacer
height=63/

mx:Text id=tobEffIrm2
text={itemDetailController.getColSpecData.result[1].colSpecData[0]}
width=57/mx:Spacer
height=63/

mx:Text id=tobEffIrm3
text={itemDetailController.getColSpecData.result[1].colSpecData[1]}
width=57/mx:Spacer
height=63/
/mx:FormItem

If I replace colSpecData with colSpecData[0] and
colSpecData[1], datagrid
does not show any values. But the text field
displays values fine as 1 2 3
4.
I fail to understand why the dataprovider in the
datagrid does not work
with
indexes specified. Can anybody please help me with
this.

Thanks in advance,
Shweta





--
Flexcoders Mailing List
FAQ: 

RE: [flexcoders] Help with error message ASAP!

2005-10-02 Thread Kelly Roman










You are going to have to break up your
file into components.



Its a good design practice anyways
so get in the habit of it.















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of delaquae
Sent: Sunday, October 02, 2005
6:51 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Help with
error message ASAP!





I just started getting the
following error message when I try to 
compile an mxml file I have been working on in
FlexBuilder:

Branch between 9975 and 43151 around line 0
exceeds 32K span. If 
possible, please refactor this component.

Can someone tell me what this means? Is my
file too large?

Thanks...

Martin











--
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: Access to parent control in parent component

2005-09-22 Thread Kelly












function changeSelection(event) {

 mychildComponent.someObjectVar
= event.target.selectedItem;

}















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ghislain Simard
Sent: Wednesday, September 21,
2005 10:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Access
to parent control in parent component





Quote: pass a reference
to it into the component.

my parentDocument value that I would like to pass
is from a 
ComboBox. How can I pass the selectedItem to
the child component:

parent Component:
mx:ComboBox id=typeCvca
dataProvider={typeCombo.fr.system} 
change=changeSelection(event);changeCompBehav(event)/

thanks

--- In flexcoders@yahoogroups.com,
Tracy Spratt [EMAIL PROTECTED] 
wrote:
 Try:
 parentDocument.comp1.selectedItem.data
 
 Or, if you are going to do a lot with the
parent component, pass a
 reference to it into the component. Be
sure to type the 
declaration
 explicitly if you plan to bind through the
reference.
 
 Tracy
 
 -Original Message-
 From: flexcoders@yahoogroups.com

[mailto:flexcoders@yahoogroups.com]
On
 Behalf Of Ghislain Simard
 Sent: Wednesday, September 21, 2005 4:10 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Access to parent
control in parent component
 
 If I want to get the value of a ComboBox's
selectedItem coming 
from the 
 parent component. How to do so?
 
 
 I've tried this without success:
 switch (_parent.comp1.selectedItem.data){
 case 1:

do this...

break;
 case 2: 

do that...

break;
 }
 
 
 
 
 
 --
 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.



  











  1   2   >