[flexcoders] Accessing a custom cellrenderer

2006-03-21 Thread digital_eyezed
Hi,

I have a simple cellrenderer in a List which contains a checkbox.

I want to check through the list to see which items are checked.

Here is the cellrenderer:

?xml version=1.0 encoding=utf-8?
mx:HBox styleName=wizardContainer horizontalAlign=left 
xmlns:mx=http://www.macromedia.com/2003/mxml; width=100% 
height=100%
mx:Script
![CDATA[
var theLabel;
var theData;
function setValue(str:String, item:Object, sel:Boolean){
theLabel = String(item.label);
theData = Number(item.data);
}
]]
/mx:Script
mx:Spacer width=5/
mx:CheckBox width=20 id=siteSelected selected=false/
mx:Text width=100% text={theLabel} 
styleName=cellRendererText/
/mx:HBox

Here is the list:

mx:List cellRenderer=components.WizardCell id=list2 
width=100% height=100% 
dataProvider={service.getMethod.result}/

There is a Submit button below this which when clicked I want to 
check through the list to see which items have been checked. Each 
object in the list has a data and label attribute from the 
dataProvider, ideally I would like to get an array of the data 
attributes of those checked.

Cheers,

Iain





--
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] framework_rb.swc error...

2006-03-21 Thread Bruno Martins



In Beta 2 I have this problem:

SeverityDescriptionResourceIn FolderLocationCreation TimeId2unable to open 'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\pt_br\framework_rb.swc'merc21 de Março de 2006 01:26:472

How to solve it?

Tks...






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

2006-03-21 Thread pixelgeek
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

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

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

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




[flexcoders] Re: Question about setFocus() in text input

2006-03-21 Thread wujunjr
!-- outside the scope of TextInput begin, setFocus won't work --

mx:TabNavigator id=main width=100% height=100% 
change=Selection.setFocus(comName) 
mx:VBox id=sub1 label=Capital Structure Snapshot 
marginLeft=8 width=100% height=100% showEffect=fadein 
hideEffect=fadeout hScrollPolicy=off
mx:Image source={lineImage} width=10 /

!-- outside the scope of TextInput end --

mx:TextInput id=comName 
text={dsRO.getCompanyInfo.result.ticker} width=50 height=21 
cornerRadius=0 creationComplete=comName.setFocus() 
enter=pullAllData(comName.text);/

--- In flexcoders@yahoogroups.com, Sreenivas R 
[EMAIL PROTECTED] wrote:

 I am not able to understand what do you mean by won't work 
anywhere outside
 the scope of TextInput.
 
 Can you drop a piece of code and indicate what doesn't work ?
 
 -Sreenivas
 
 
 
 On 3/20/06, wujunjr [EMAIL PROTECTED] wrote:
 
  Sreenivas,
 
  Thanks for your help.
  But as I mentioned before, the setFocus() method
  won't work anywhere outside the scope of TextInput.
 
  I'm using flex 1.5.
 
  --- In flexcoders@yahoogroups.com, Sreenivas R
  sreenivas.ramaswamy@ wrote:
  
   Hi John,
  
   You can try doing a textInput.setFocus() in the show event of 
the
  parent
   container.
  
   -Sreenivas
  
  
   On 3/16/06, wujunjr wujunjr@ wrote:
   
Hi,
   
I'm trying to set focus on a text input field by using 
setFocus()
method in creationCompelete property of the TextInput. It 
works
  well
while the app is firstly loaded.
   
But the problem is: when I click on other tab (I'm using a
TabNavigator), then click back to page with TextInput, the
  original
focus loss.
   
So I try to add the setFocus() method in change property of 
the
TabNavigator, but It doesn't work. In fact, I found the 
setFocus()
won't work anywhere outside the scope of TextInput.
   
I'm looking forward to hearing your help.
   
Thanks a lot!
   
John
   
   
   
   
   
--
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/
 





[flexcoders] Re: Repeater and Web Services (Flex 2b1)

2006-03-21 Thread t_shyrt
Woohoo! This issue seems to be fixed in Flex 2.0 B2

Thanks so much :-D

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

 I've had the same problem over the last few days. I've even tried
 using a repeater inside a view stack - to no avail. The issue doesn't
 seem to be binding xml to a repeater's dataprovider. But rather,
 nesting a repeater inside a viewstack / tab navigator.
 
 Zorawar
 
 --- In flexcoders@yahoogroups.com, Matt Chotin mchotin@ wrote:
 
  Yeah, it's sounding like a bug to me too.  Do your workaround for now
  and let's see if it's fixed in B2.
  
  Matt
  
  -Original Message-
  From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
  Behalf Of Manish Jethani
  Sent: Thursday, March 09, 2006 1:44 PM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Re: Repeater and Web Services (Flex 2b1)
  
  On 3/9/06, Tim Sawyer lists@ wrote:
  
   Assign collection to dataprovider = no event firing.
  
  Simply reassigning the Repeater's dataProvider should work.  Otherwise
  it's a bug.
  
  Manish
  
  
  --
  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/
 




[flexcoders] Large XML data binding to FLEX Chart

2006-03-21 Thread seethinglong
Hi all,
I am newbie trying to use FLEX to build chart apps but I experience
huge problem when the data source in URL from local hard drive is
around 6MB (request through mx:HTTPService).

Firefox 1.5, Windows XP with adobe FES had failed totally and the
memory/IO writes reached almost 1GB/50k before firefox crashed.

Later I try with pre-compiled flash with tomcat apache, the charts
work work sluggishly.

I would like to know is there any binding mechanism that can stream
the XML data over through HTTP?  Something like active stream format
for movie/sound.

Is FLEX chart support JXPATH/XSLT?  I would like to build a Flex chart
that allows user to enter XPATH/XSLT and produce the chart dynamically.

Thanks for your patience in the reading.  Meanwhile I am finding the
answer myself reading the help documents provided.







--
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] Global functions

2006-03-21 Thread Richard Schutten
I want to create a Flex application where each part of the application is
coded in a seperate mxml file. In the main application mxml i've added a
TabNavigator and added a tab for each seperate mxml file.
I also created a Functions ActionScript file which contains all functions
for my application. In each mxml file i have to use 'import Functions.*' to
reach my functions. Also when using an Alert in each file i have to use
'import mx.controls.Alert' in each.

Is there a way to only import the needed stuff once, thus in the main mxml
file?
Does flex have Global Functions and variables?



Richard





--
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] Beta 1 to Beta 2 changes

2006-03-21 Thread kosirm2000
Hi,

I've found explanation, how to make Beta1 to Beta2 all-at-once changes
using cygwin at
http://labs.macromedia.com/wiki/index.php/Flex:Beta_1_to_Beta_2_Changes#Name_Changes
but I can't find any migration ZIP file as it is described under
procedure description:
2. Download the migration ZIP file from the Beta site.

Does someone know where can I get it?

Thanks,

Milan







--
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] framework_rb.swc error...

2006-03-21 Thread Benoit Hediard





Yes, I've also faced this problem (but for the fr_FR 
locale).
Apparently, the only resource bundle currently available in 
the Beta2 isen_US.

So for the moment, you need to copy the folder 'C:\Arquivos de 
programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\us_US' 
and name it 'pt_br'.

Benoit Hediard


De: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] De la part de Bruno 
MartinsEnvoyé: mardi 21 mars 2006 05:53À: 
flexcoders@yahoogroups.comObjet: [flexcoders] framework_rb.swc 
error...

In Beta 2 I have this problem:

SeverityDescriptionResourceIn 
FolderLocationCreation TimeId2unable to open 
'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 
2\frameworks\locale\pt_br\framework_rb.swc'merc21 de 
Março de 2006 01:26:472 
How to solve it?

Tks...





--
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] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread João Fernandes
That's what I was hopping for,

For centuries that this kind of contests are only available for a restricted 
number of users ;)  Since there is a problem doing an universal contest why not 
do it separately ?

João Fernandes
Dep. Informática - Área de Desenvolvimento
Cofina media

Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel (+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David 
Mendels
Sent: terça-feira, 21 de Março de 2006 12:21
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon

 Hi Joao,

We are sorry about this.  It isn't our choice, I assure you.  The legal 
requirements for this kind of contest with prizes are very different country by 
country and it is very difficult to implement on a global basis.  The issue is 
more around the restrictions and diversity of laws for these things in Europe 
(and other regions) than Adobe policy. :(

-David

 -Original Message-
 From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
 Sent: Monday, March 20, 2006 9:27 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
 
 Well I just saw the Adobe Flex Developer Derby and guess what...
 
 Again only available in US and Canada (Frenchies excluded).
 
 When will we see for once a contest where no one is excluded?
 
 João Fernandes
 
 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of João Fernandes
 Sent: Tue 21-Mar-06 1:29 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
  
 
 Well,
 
 they seem to work now. 
 
 João Fernandes
 
 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of Richie Rich
 Sent: Tue 21-Mar-06 12:22 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
  
 Hello,
 
 I went to D/L the Coldfusion/Flex Connection kit and I am recieving 
 Errors when I get to the page.
 
 http://trials.macromedia.com/pub/esd/labs/flex2/cf_flexconnect
 _b2_03-20.exe
 
 Everything has the _b2 added to it and it looks like they are updating 
 labs website as well The FES2 has a new name Flex Data Services 
 2.0.
 
 Any body know when the D/L's will start working again.
 
 Rich
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 


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



 




--
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] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread tor.kristensen












What about a separate contest for European
Community countries?

I would assume theres a unified set
of laws/regulations for that in the EC, but perhaps thats just my
unbridled optimism. ;)

t



 The issue is more around the
restrictions and diversity of laws for these things in Europe










--
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] Flash Player public beta

2006-03-21 Thread jeremy lu



remote shared object should work now, also the camera nullified problem is solved too.On 3/21/06, Johannes Nel 
[EMAIL PROTECTED] wrote:


maybe because beta 2 is coming out and a lot of api's have been refactored this player beta is another build (aka has the beta 2 framework ) normally the player beta is only released for backwards compatibility testing so...
On 3/20/06, Brian Lesser 
[EMAIL PROTECTED] wrote:
Don't know... I uninstalled my 8.5 player that came with Flex 2 beta 1and installed the beta 8.5 player and now when I publish to my defaultbrowser (Mozilla) my SWFs load but do nothing... (grey/blue screen and

that's all I see).Anyone else have FMS related info to share?Yours truly,-BrianDominick Accattato wrote:Does this mean that remote shared objects, and flash paper are working nowwith Flex2?
--__Brian LesserAssistant Director, Teaching and Technology SupportComputing and Communications Services
Ryerson University350 Victoria St.Toronto, Ontario Phone: (416) 979-5000 ext. 6835M5B 2K3Fax: (416) 979-5220Office: AB48DE-mail: 

[EMAIL PROTECTED](Enter through LB66) Web: http://www.ryerson.ca/~blesser__

--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 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/
-- j:pn http://www.lennel.org







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  















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








  
  
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] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Dima Ulich
All my doubleClicks don't work now
I have tried to create a new project to check if
something was wrong in my apps, id didn't work also. I
guess it might be player's bug!!???

Did anyone else faced the same problem??

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.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 
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] Opinions sought: Flex and small developers

2006-03-21 Thread David Mendels





Hi,

I guess you missed the news. :)

The price model changes completely from 1.X to 2.0. The 
product is affordable for everyone now.

The Flex Framework and compiler will be free. In 
other words, if you want to use your own text editor for coding, you can now 
build and deploy Flex applications for *FREE*.

The Flex Builder tool will be less than $1000. You 
will be able to build and deploy Flex applications with this. You are not 
required to ever buy the server. You can load data into your Flex app with 
XML over XTTP or our XML or Binary Socket and no server is 
required.

The Flex Data Services will have a low end limited version 
for Free, and will scale to more typical enterprise server pricing (eg. for 
small business this will scale to be expensive for larger deployments). 
However this is not required for the average small business application. 


Regards,
David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  pixelgeekSent: Monday, March 20, 2006 10:35 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Opinions sought: 
  Flex and small developers
  Now as much as I like Flex and as much as I like playing with 
  it andcreating some interesting gadgets I am curious if people here on 
  thelist think that there is much point in pursuing Flex if you are 
  asmall developer and typically cater to smaller companies.Do 
  people think that Flex is ever going to reach down from its currentmarket 
  (and its current price) to where it is afordable for 
  smallerdevelopers?My current conundrum is that I have two 
  applciations that I amplanning and I can do then in Flex or CF using CF 
  Form but as much asI want to do it in Flex I can't see that its 
  economically feasible todo soAnyone think this will change? Will 
  Adobe change past Macromedia pricepoints 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








  
  
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] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Darron J. Schall






Jason Hawryluk wrote:

  
  
  i have the same problem, i noticed a
doubleClickEnabled property and setting that did not do it for the tree
which is the only component i use it on. Seems double click is gone.../
not working.
   
  


I'm pretty sure this is a known issue - doubleClickEnabled needs to
propagate down to all children in the Flex components, and it currently
doesn't do this. I'm guessing it'll be fixed in the next build.

It's not gone, but the reason doubleClickEnabled was added is because
of situations where you really want click events, even if the user
clicks fast. For instance, you wouldn't double-click the down arrow
button of a scrollbar, but rather you just want it to fire click events
rapidly.

-d






--
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] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Joan Tan










You now need to set the doubleClickEnabled property to true
to enable doubleClick events.



Joan











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Dima Ulich
Sent: Tuesday, March 21, 2006 4:16
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FB2 ::
doubleClick bug event doen't happen





All my doubleClicks don't
work now
I have tried to create a new project to check if
something was wrong in my apps, id didn't work
also. I
guess it might be player's bug!!???

Did anyone else faced the same problem??

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam
protection around 
http://mail.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] framework_rb.swc error...

2006-03-21 Thread Oleg Filipchuk



the same for cs_cz. And copying us_US to cs_cz had solved problem.Cheers, OlegOn 3/21/06, Benoit Hediard 
[EMAIL PROTECTED] wrote:






Yes, I've also faced this problem (but for the fr_FR 
locale).
Apparently, the only resource bundle currently available in 
the Beta2 isen_US.

So for the moment, you need to copy the folder 'C:\Arquivos de 
programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\us_US' 
and name it 'pt_br'.

Benoit Hediard


De: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] De la part de Bruno 
MartinsEnvoyé: mardi 21 mars 2006 05:53À: 
flexcoders@yahoogroups.comObjet: [flexcoders] framework_rb.swc 
error...

In Beta 2 I have this problem:

SeverityDescriptionResourceIn 
FolderLocationCreation TimeId2unable to open 
'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 
2\frameworks\locale\pt_br\framework_rb.swc'merc21 de 
Março de 2006 01:26:472 
How to solve it?

Tks...





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  















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








  
  
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] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread David Mendels
 Hi Joao,

We are sorry about this.  It isn't our choice, I assure you.  The legal 
requirements for this kind of contest with prizes are very different country by 
country and it is very difficult to implement on a global basis.  The issue is 
more around the restrictions and diversity of laws for these things in Europe 
(and other regions) than Adobe policy. :(

-David

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
 Sent: Monday, March 20, 2006 9:27 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
 
 Well I just saw the Adobe Flex Developer Derby and guess what...
 
 Again only available in US and Canada (Frenchies excluded).
 
 When will we see for once a contest where no one is excluded?
 
 João Fernandes
 
 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of João Fernandes
 Sent: Tue 21-Mar-06 1:29 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
  
 
 Well, 
 
 they seem to work now. 
 
 João Fernandes
 
 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of Richie Rich
 Sent: Tue 21-Mar-06 12:22 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
  
 Hello,
 
 I went to D/L the Coldfusion/Flex Connection kit and I am 
 recieving Errors when I get to the page. 
 
 http://trials.macromedia.com/pub/esd/labs/flex2/cf_flexconnect
 _b2_03-20.exe
 
 Everything has the _b2 added to it and it looks like they are 
 updating labs website as well The FES2 has a new name Flex 
 Data Services 2.0.
 
 Any body know when the D/L's will start working again.
 
 Rich
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 


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

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

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

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




[flexcoders] Re: WebService vs. RemoteObject ??

2006-03-21 Thread Renaun Erickson
The quick answer,
WebService uses the SOAP specification to transfer data.  This is a
xml based specification that was created so people could expose their
API to others on a common ground.  (Its a specification so how its
actually implemented across Java, .NET, PHP, etc... can be different,
especially the charset encodings).
http://www.w3.org/TR/soap/

RemoteObject is a Adobe/Macromedia data transfer format.  It uses a
binary format created by Macromedia called Actiom Message Format
(AMF).  Because it is not wrapped in XML it is a leaner method of
transfering data, but its only specific to Macromedia.  

The nice thing about ColdFusion is that you can use CFC's and get a
WebService and RemoteObject compatible object with out change any code.

Its a quick answer, there is quite a few details I left out.  And you
can search the archives for a discusion of WebServices vs RemoteObject
that we had here last year some time.

Renaun


--- In flexcoders@yahoogroups.com, Ryan Pieszak [EMAIL PROTECTED] wrote:

 Greetings all,
 
 I'm brand-spankin' new to Flex, and I'm really pumped to be learning it 
 as it seems very powerful.  I'm in the process of digging through some 
 sample apps, and I noticed that some use mx:WebService and some use 
 mx:RemoteObject... can somebody explain the difference to me?
 
 Thanks..
 Ryan







--
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] framework_rb.swc error...

2006-03-21 Thread John Beynon



renaming is definitely not working for us here.In fact, my computer was working fine with the default installation so i copied the flexbuilder folder across to the other computer, ran it up and it works fine
jbOn 3/21/06, Oleg Filipchuk [EMAIL PROTECTED] wrote:



the same for cs_cz. And copying us_US to cs_cz had solved problem.Cheers, Oleg
On 3/21/06, Benoit Hediard 
[EMAIL PROTECTED] wrote:







Yes, I've also faced this problem (but for the fr_FR 
locale).
Apparently, the only resource bundle currently available in 
the Beta2 isen_US.

So for the moment, you need to copy the folder 'C:\Arquivos de 
programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\us_US' 
and name it 'pt_br'.

Benoit Hediard


De: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] De la part de Bruno 
MartinsEnvoyé: mardi 21 mars 2006 05:53À: 
flexcoders@yahoogroups.comObjet: [flexcoders] framework_rb.swc 
error...

In Beta 2 I have this problem:

SeverityDescriptionResourceIn 
FolderLocationCreation TimeId2unable to open 
'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 
2\frameworks\locale\pt_br\framework_rb.swc'merc21 de 
Março de 2006 01:26:472 
How to solve it?

Tks...





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt


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










  
  
SPONSORED LINKS
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.


  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service

.



  















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  















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








  
  
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] Runtime Shared Libraries (flex 2)

2006-03-21 Thread jeremy lu




sorry to plug in like this, 
just want to say thanks to Roger for providing a detailed dynamic class loader/example in the new beta2 document, great job !

jeremy.On 3/21/06, Roger Gonzalez [EMAIL PROTECTED] wrote:
I apologize for not being able to give the walkthrough in terms of FlexBuilder; I work on the lower level, so I'm going to talk in terms of thecommand line.Hopefully you'll be able to translate.You might want to
walk through it using the low level tools anyway, because its hard totweak project settings for experimentation like this.I'm a big fan ofusing ant to automate a build when you get to the point where you're
using RSLs.Anyway.The key insight in this is that a SWC is a library, and contains a SWF(runtime definitions) and some additional metadata (used by the compilerfor dependency tracking, among other things).SWCs are just zipfiles.
You can look inside them.Your first step should be to figure out how to use SWCs for staticlinking, never mind RSLs.Get a project set up to build a SWC, then getyour app set up to use that SWC.
Lets say you have an app with app.mxml, xyzzy.as, and plugh.as.project/src/app.mxmlproject/libsrc/xyzzy.asproject/libsrc/plugh.as
project/lib/project/bin/Normally, you might compile:% cd project/src% mxmlc -o=../bin/app.swf -actionscript-classpath+=../libsrc app.mxmlwhich would pull in xyzzy and plugh via dependencies.To convert this
to use libraries, you might do:% cd project% compc -actionscript-classpath+=libsrc -o=lib/mylib.swc xyzzy plughresulting in project/lib/mylib.swcTo rebuild your app, you'd use:% cd project/src
% mxmlc -o=../bin/app.swf -library-path+=../lib/mylib.swc app.mxmlWe're ready to recompile our application to use the RSL.This is a bitcomplex at first glance, but that is because there are three dimensions.
1) Tell the compiler to not link certain classes into your application.2) Get the RSL deployed so that it can be found and used at runtime.3) Tell the compiler to generate some extra stuff that loads your RSL.
Lets just tackle #1 for the moment, and see where it leads us.% cd project/src% mxmlc -o=../bin/app.swf -external-library-path+=../lib/mylib.swcapp.mxmlIf you run app.swf now, you'll get a RTE, because xyzzy and plugh
aren't defined.The external-library-path configuration option sayscompile against these libraries, but leave out every definition thatthey define.There's a corresponding -externs option, if you wanted
to do it class-by-class, but its generally a lot more convenient to doit this way.So, on to #2.Lets get the RSL ready for use.Converting our SWC to a RSL is easy.Its already halfway there, you
just need to extract out the SWF inside, since the player doesn'tunderstand SWCs.% cd project/lib% unzip mylib.swc library.swf% mv library.swf ../bin/myrsl.swfFor convenience, I just renamed and moved the library SWF file down so
that its in the same directory as the application SWF.Honestly, halfthe battle for RSLs is just figuring out where to deploy things.Finally, lets recompile the application to use that RSL:% cd project/src
% mxmlc -o=../bin/app.swf -external-library-path+=../lib/mylib.swc-runtime-shared-libraries=myrsl.swf app.mxmlWhat this does is generate a SWF that will dynamically load the RSLbefore letting the application run.
Make sense?(Note: there are a couple more steps involved if your main applicationis built in pure AS instead of MXML, because the code that does the RSLloading is actually inside your application's bootstrap class
(normally a class derived from SystemManager for MXML apps).In a pureAS app, you might not have a bootstrap class unless you go out of yourway to use one.)-rg -Original Message-
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bussesven Sent: Tuesday, March 21, 2006 6:05 AM
 To: flexcoders@yahoogroups.com Subject: [flexcoders] Runtime Shared Libraries (flex 2) Hi, i have a question concerning runtime shared libraries in Flex
 2. I have read through the documentation but i don't get it. Can someone give me an example on how rsl are created and used? I want to have a rsl that holds some classes that i want to use in several other applications.
 How do i reference a class, that lies in a rsl? With the Embed tag? thank you -- 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 ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 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: 

[flexcoders] Runtime Shared Libraries (flex 2)

2006-03-21 Thread bussesven
Hi,

i have a question concerning runtime shared libraries in Flex 2. I have 
read through the documentation but i don't get it. Can someone give me 
an example on how rsl are created and used? I want to have a rsl that 
holds some classes that i want to use in several other applications.

How do i reference a class, that lies in a rsl? With the Embed tag?

thank you





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

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

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

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




[flexcoders] Re: framework_rb.swc error...

2006-03-21 Thread sinatosk
I too en_GB and it's working for me... but I created a folder 
called en_gb NOT en_GB ( can't see how that would matter but try 
it anyways if you havn't :p ) and copied all the contents 
from en_US and pasted it into en_gb, reloaded flex builder and 
worked fine for me

--- In flexcoders@yahoogroups.com, John Beynon [EMAIL PROTECTED] 
wrote:

 a collegue here is seeing it with en_GB too
 
 On 3/21/06, Benoit Hediard [EMAIL PROTECTED] wrote:
 
  Yes, I've also faced this problem (but for the fr_FR locale).
  Apparently, the only resource bundle currently available in the 
Beta2
  is en_US.
 
  So for the moment, you need to copy the folder 'C:\Arquivos de
  programas\Adobe\Flex Builder 2 Beta 2\Flex Framework
  2\frameworks\locale\us_US' and name it 'pt_br'.
 
  Benoit Hediard
 
   --
  *De :* flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] *De
  la part de* Bruno Martins
  *Envoyé :* mardi 21 mars 2006 05:53
  *À :* flexcoders@yahoogroups.com
  *Objet :* [flexcoders] framework_rb.swc error...
 
   In Beta 2 I have this problem:
 
  Severity Description Resource In Folder Location Creation Time Id
  2 unable to open 'C:\Arquivos de programas\Adobe\Flex Builder 2 
Beta
  2\Flex Framework 2\frameworks\locale\pt_br\framework_rb.swc' 
merc   21 de
  Março de 2006 01:26:47 2
 
  How to solve it?
 
  Tks...
 
 
   --
  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 developmenthttp://groups.yahoo.com/gads?
t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=
Computer+software+developmentw3=Software+design+and+developmentw4=M
acromedia+flexw5=Software+development+best+practicec=5s=166.sig=L
-4QTvxB_quFDtMyhrQaHQ  Computer
  software developmenthttp://groups.yahoo.com/gads?
t=msk=Computer+software+developmentw1=Web+site+design+developmentw
2=Computer+software+developmentw3=Software+design+and+developmentw4
=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig
=lvQjSRfQDfWudJSe1lLjHw  Software
  design and developmenthttp://groups.yahoo.com/gads?
t=msk=Software+design+and+developmentw1=Web+site+design+development
w2=Computer+software+developmentw3=Software+design+and+development
w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.s
ig=1pMBCdo3DsJbuU9AEmO1oQ   Macromedia
  flexhttp://groups.yahoo.com/gads?
t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
tware+developmentw3=Software+design+and+developmentw4=Macromedia+fl
exw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZ
I36cYzBjw  Software
  development best practicehttp://groups.yahoo.com/gads?
t=msk=Software+development+best+practicew1=Web+site+design+developm
entw2=Computer+software+developmentw3=Software+design+and+developme
ntw4=Macromedia+flexw5=Software+development+best+practicec=5s=166
.sig=f89quyyulIDsnABLD6IXIw
   --
  YAHOO! GROUPS LINKS
 
 
 -  Visit your 
group flexcodershttp://groups.yahoo.com/group/flexcoders
 on the web.
 
 -  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]flexcoders-
[EMAIL PROTECTED]
 
 -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service 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

* 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] Flash Player public beta

2006-03-21 Thread Dominick Accattato



wow, thanks for the great news JeremyOn 3/21/06, jeremy lu [EMAIL PROTECTED] wrote:



remote shared object should work now, also the camera nullified problem is solved too.On 3/21/06, 
Johannes Nel 
[EMAIL PROTECTED] wrote:


maybe because beta 2 is coming out and a lot of api's have been refactored this player beta is another build (aka has the beta 2 framework ) normally the player beta is only released for backwards compatibility testing so...
On 3/20/06, Brian Lesser 

[EMAIL PROTECTED] wrote:
Don't know... I uninstalled my 8.5 player that came with Flex 2 beta 1and installed the beta 8.5 player and now when I publish to my defaultbrowser (Mozilla) my SWFs load but do nothing... (grey/blue screen and


that's all I see).Anyone else have FMS related info to share?Yours truly,-BrianDominick Accattato wrote:Does this mean that remote shared objects, and flash paper are working nowwith Flex2?
--__Brian LesserAssistant Director, Teaching and Technology SupportComputing and Communications Services
Ryerson University350 Victoria St.Toronto, Ontario Phone: (416) 979-5000 ext. 6835M5B 2K3Fax: (416) 979-5220Office: AB48DE-mail: 


[EMAIL PROTECTED](Enter through LB66) Web: http://www.ryerson.ca/~blesser__

--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 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/

-- j:pn http://www.lennel.org







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt


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










  
  
SPONSORED LINKS
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.


  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service

.



  















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  















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








  
  
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] framework_rb.swc error...

2006-03-21 Thread John Beynon



except copying en_us into en_gb isn't fixing it hereOn 3/21/06, John Beynon [EMAIL PROTECTED] wrote:
a collegue here is seeing it with en_GB too
On 3/21/06, Benoit Hediard 
[EMAIL PROTECTED] wrote:







Yes, I've also faced this problem (but for the fr_FR 
locale).
Apparently, the only resource bundle currently available in 
the Beta2 isen_US.

So for the moment, you need to copy the folder 'C:\Arquivos de 
programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\us_US' 
and name it 'pt_br'.

Benoit Hediard


De: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] De la part de Bruno 
MartinsEnvoyé: mardi 21 mars 2006 05:53À: 
flexcoders@yahoogroups.comObjet: [flexcoders] framework_rb.swc 
error...

In Beta 2 I have this problem:

SeverityDescriptionResourceIn 
FolderLocationCreation TimeId2unable to open 
'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 
2\frameworks\locale\pt_br\framework_rb.swc'merc21 de 
Março de 2006 01:26:472 
How to solve it?

Tks...





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt


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










  
  
SPONSORED LINKS
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.


  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service

.



  

















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








  
  
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] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Dima Ulich
I did try to set this property to true both in mxml
and actionscript and it didn't help, 
debugging still shows that controls have the property
set to false

Dima

--- Joan Tan [EMAIL PROTECTED] wrote:

 You now need to set the doubleClickEnabled property
 to true to enable
 doubleClick events.
 
  
 
 Joan
 
  
 
 
 
 From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Dima Ulich
 Sent: Tuesday, March 21, 2006 4:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] FB2 :: doubleClick bug event
 doen't happen
 
  
 
 All my doubleClicks don't work now
 I have tried to create a new project to check if
 something was wrong in my apps, id didn't work also.
 I
 guess it might be player's bug!!???
 
 Did anyone else faced the same problem??
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.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

http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+

site+design+developmentw2=Computer+software+developmentw3=Software+des

ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac
 ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ  
 
 Computer software development

http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We

b+site+design+developmentw2=Computer+software+developmentw3=Software+d

esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr
 acticec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw  
 
 Software design and development

http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=

Web+site+design+developmentw2=Computer+software+developmentw3=Software

+design+and+developmentw4=Macromedia+flexw5=Software+development+best+
 practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ  
 
 Macromedia flex

http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+

developmentw2=Computer+software+developmentw3=Software+design+and+deve

lopmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
 66.sig=OO6nPIrz7_EpZI36cYzBjw  
 
 Software development best practice

http://groups.yahoo.com/gads?t=msk=Software+development+best+practice;

w1=Web+site+design+developmentw2=Computer+software+developmentw3=Softw

are+design+and+developmentw4=Macromedia+flexw5=Software+development+be
 st+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw  
 
  
 
  
 
 
 
 YAHOO! GROUPS LINKS 
 
  
 
 *  Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders  on the
 web.
 
 *  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

mailto:[EMAIL PROTECTED]
 
 
 *  Your use of Yahoo! Groups is subject to the
 Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/ . 
 
  
 
 
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.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 
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] framework_rb.swc error...

2006-03-21 Thread John Beynon



a collegue here is seeing it with en_GB tooOn 3/21/06, Benoit Hediard [EMAIL PROTECTED] wrote:







Yes, I've also faced this problem (but for the fr_FR 
locale).
Apparently, the only resource bundle currently available in 
the Beta2 isen_US.

So for the moment, you need to copy the folder 'C:\Arquivos de 
programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\us_US' 
and name it 'pt_br'.

Benoit Hediard


De: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] De la part de Bruno 
MartinsEnvoyé: mardi 21 mars 2006 05:53À: 
flexcoders@yahoogroups.comObjet: [flexcoders] framework_rb.swc 
error...

In Beta 2 I have this problem:

SeverityDescriptionResourceIn 
FolderLocationCreation TimeId2unable to open 
'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 
2\frameworks\locale\pt_br\framework_rb.swc'merc21 de 
Março de 2006 01:26:472 
How to solve it?

Tks...





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  















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








  
  
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] 27th March Sydney Developers study group

2006-03-21 Thread Chris Velevitch
On Monday 27th March is the next meeting of the study group we will be
studying the flash application framework ARP. Please read the articles
prior to the meeting (see http://www.flashdev.org.au/program). At the
meeting, the moderator
will lead discussion and with questions about the topic. The meeting
is on at 6:30pm for 7pm start and finishes around 8:30pm.

Details about the group, venue and program are available from
http://www.flashdev.org.au. Please note, whilst the meetings and the
use of the club are free, the club does require us to purchase
beverages and/or snacks in exchange.

Please RSVP at http://www.flashdev.org.au/rsvp.


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au


--
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] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Jason Hawryluk






Thanks for the 
response.

Agreed, but when your 
architecture depends on it I think it is a fairly significant thing to leave 
out. Or temporarily disable. Granted it is a beta ;)

If I could discover a 
logical way to handle a tree click in conjunction with dragging then I would not 
have a problem. However I think on a tree that drives the actions of the user 
interface, double click is better then change, or click. The physical action of 
a double click is rarely accidental, but I do agree on your 
points.

Oh well, I’ll deal with 
it. I should be able to fake it with a time variable and click event if there is 
500 ms between click events then dispatch…
Jason

  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Darron J. SchallEnvoyé: mardi 21 mars 2006 
  15:50À: flexcoders@yahoogroups.comObjet: Re: 
  [flexcoders] FB2 :: doubleClick bug event doen't 
  happenJason Hawryluk wrote: 
  

i 
have the same problem, i noticed a doubleClickEnabled property and setting 
that did not do it for the tree which is the only component i use it on. 
Seems double click is gone.../ not working.
I'm 
  pretty sure this is a known issue - doubleClickEnabled needs to propagate down 
  to all children in the Flex components, and it currently doesn't do 
  this. I'm guessing it'll be fixed in the next build.It's not 
  gone, but the reason doubleClickEnabled was added is because of situations 
  where you really want click events, even if the user clicks fast. For 
  instance, you wouldn't double-click the down arrow button of a scrollbar, but 
  rather you just want it to fire click events rapidly.-d





--
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] Re: Accessing a custom cellrenderer

2006-03-21 Thread t_msreddy



Look at the code below and try in similar lines in your cellRenderer file:

var rowIndex : Number;var columnIndex : Number;var getCellIndex : Function; // the function we receive from the listvargetDataLabel : Function; // the function we receive from the listfunction setValue( str:String, item:Object, sel:Boolean ) {//Dumper.info("@@This cell belongs to:" + str);if(rowIndex == undefined || columnIndex == undefined){rowIndex = getCellIndex().itemIndex;columnIndex = getCellIndex().columnIndex;}var projectMemberVO : ProjectMemberVO = ProjectMemberVO(item);var projectMemberWeekArray : Array = projectMemberVO.projectMemberWeekArray;if(!isNaN(Number(projectMemberWeekArray[columnIndex].forecastHours))  Number(projectMemberWeekArray[columnIndex].forecastHours) != 0) {//Dumper.info("projectMemberWeekArray[columnIndex].forecastHours setting to weekHoursForecast.text");weekHoursForecast.text = projectMemberWeekArray[columnIndex].forecastHours;} else{weekHoursForecast.text = "";}}function updateWeekHoursDataProvider(){if (!isNaN(weekHoursForecast.text)){ModelLocator.currentProject.projectTeamVO.projectMembersArray[rowIndex].projectMemberWeekArray[columnIndex].forecastHours = weekHoursForecast.text;}}



--- In flexcoders@yahoogroups.com, "digital_eyezed" [EMAIL PROTECTED] wrote: Hi,  I have a simple cellrenderer in a List which contains a checkbox.  I want to check through the list to see which items are checked.  Here is the cellrenderer:  ?xml version="1.0" encoding="utf-8"? mx:HBox styleName="wizardContainer" horizontalAlign="left"  xmlns:mx="http://www.macromedia.com/2003/mxml" width="100%"  height="100%" mx:Script ![CDATA[ var theLabel; var theData; function setValue(str:String, item:Object, sel:Boolean){ theLabel = String(item.label); theData = Number(item.data); } ]] /mx:Script mx:Spacer width="5"/ mx:CheckBox width="20" id="siteSelected" selected="false"/ mx:Text width="100%" text="{theLabel}"  styleName="cellRendererText"/ /mx:HBox  Here is the list:  mx:List cellRenderer="components.WizardCell" id="list2"  width="100%" height="100%"  dataProvider="{service.getMethod.result}"/  There is a Submit button below this which when clicked I want to  check through the list to see which items have been checked. Each  object in the list has a data and label attribute from the  dataProvider, ideally I would like to get an array of the data  attributes of those checked.  Cheers,  Iain






--
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] Re: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread John Farrar
You could also request that your government change it's rules to 
make such a thing possible! Like was said, they are open to the 
idea... but do you honestly expect the EU to change policy because 
of Adobe's expressing a desire to run a contest? I wish you could be 
included also... but it's not Adobe who you need to look to for a 
solution. You need to change the mind of the EU.

John

--- In flexcoders@yahoogroups.com, João Fernandes 
[EMAIL PROTECTED] wrote:

 That's what I was hopping for,
 
 For centuries that this kind of contests are only available for a 
restricted number of users ;)  Since there is a problem doing an 
universal contest why not do it separately ?
 
 João Fernandes
 Dep. Informática - Área de Desenvolvimento
 Cofina media
 
 Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
 Tel (+351) 213 185 200 . Fax (+351) 213 540 370
 [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

* 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] WebService vs. RemoteObject ??

2006-03-21 Thread Ryan Pieszak
Greetings all,

I'm brand-spankin' new to Flex, and I'm really pumped to be learning it 
as it seems very powerful.  I'm in the process of digging through some 
sample apps, and I noticed that some use mx:WebService and some use 
mx:RemoteObject... can somebody explain the difference to me?

Thanks..
Ryan





--
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] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Jason Hawryluk





i have 
the same problem, i noticed a doubleClickEnabled property and setting that did 
not do it for the tree which is the only component i use it on. Seems double 
click is gone.../ not working.

jason

  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Dima UlichEnvoyé: mardi 21 mars 2006 
  13:16À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] FB2 :: doubleClick bug event doen't 
  happenAll my doubleClicks don't work nowI have 
  tried to create a new project to check ifsomething was wrong in my apps, 
  id didn't work also. Iguess it might be player's bug!!???Did 
  anyone else faced the same 
  problem??__Do You 
  Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection 
  around http://mail.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] Beta 1 to Beta 2 changes

2006-03-21 Thread Matt Horn
Sorry about that! The page has been updated, but here's the link for
your reference:

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

Matthew Horn
Flex docs

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of kosirm2000
 Sent: Tuesday, March 21, 2006 6:12 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Beta 1 to Beta 2 changes
 
 Hi,
 
 I've found explanation, how to make Beta1 to Beta2 
 all-at-once changes using cygwin at 
 http://labs.macromedia.com/wiki/index.php/Flex:Beta_1_to_Beta_
 2_Changes#Name_Changes
 but I can't find any migration ZIP file as it is described 
 under procedure description:
 2. Download the migration ZIP file from the Beta site.
 
 Does someone know where can I get it?
 
 Thanks,
 
 Milan
 
 
 
 
 
 
 
 --
 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: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread Jason Hawryluk






Sorry to be harsh, but 
if that is a typical Adobe response to a simple user request then we are in big 
trouble... You are the ones selling the product in the EU, we are the clients. 
To take a request from a motivated user, and promptly turned it into a political 
excuse.

That kind of attitude 
gives me the hives, and is not something I would expect from Macromedia or 
Adobe. A simple sorry we can't do it, resources internally won't allow it, or 
something else more respective of the request.

To hand off a request 
and blame it on the EU is just the kind of horse pucky that really irritates 
me.

Shame!!
If 
you don’t work for Adobe you have absolutely no place giving a response to that 
particular question. Do not; push your personnel political views here. I for one 
don’t want to see it.

jason

  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de John FarrarEnvoyé: mardi 21 mars 2006 
  15:31À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing 
  soonYou could also request that your government 
  change it's rules to make such a thing possible! Like was said, they are 
  open to the idea... but do you honestly expect the EU to change policy 
  because of Adobe's expressing a desire to run a contest? I wish you could 
  be included also... but it's not Adobe who you need to look to for a 
  solution. You need to change the mind of the EU.John--- In 
  flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] 
  wrote: That's what I was hopping for,  For 
  centuries that this kind of contests are only available for a restricted 
  number of users ;) Since there is a problem doing an universal 
  contest why not do it separately ?  João Fernandes 
  Dep. Informática - Área de Desenvolvimento Cofina media 
   Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel 
  (+351) 213 185 200 . Fax (+351) 213 540 370 [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








  
  
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] Runtime Shared Libraries (flex 2)

2006-03-21 Thread Roger Gonzalez
I apologize for not being able to give the walkthrough in terms of Flex
Builder; I work on the lower level, so I'm going to talk in terms of the
command line.  Hopefully you'll be able to translate.  You might want to
walk through it using the low level tools anyway, because its hard to
tweak project settings for experimentation like this.  I'm a big fan of
using ant to automate a build when you get to the point where you're
using RSLs.

Anyway.

The key insight in this is that a SWC is a library, and contains a SWF
(runtime definitions) and some additional metadata (used by the compiler
for dependency tracking, among other things).  SWCs are just zipfiles.
You can look inside them.

Your first step should be to figure out how to use SWCs for static
linking, never mind RSLs.  Get a project set up to build a SWC, then get
your app set up to use that SWC.

Lets say you have an app with app.mxml, xyzzy.as, and plugh.as.

project/src/app.mxml
project/libsrc/xyzzy.as
project/libsrc/plugh.as
project/lib/
project/bin/

Normally, you might compile:

% cd project/src
% mxmlc -o=../bin/app.swf -actionscript-classpath+=../libsrc app.mxml

which would pull in xyzzy and plugh via dependencies.  To convert this
to use libraries, you might do:

% cd project
% compc -actionscript-classpath+=libsrc -o=lib/mylib.swc xyzzy plugh

resulting in project/lib/mylib.swc

To rebuild your app, you'd use:

% cd project/src
% mxmlc -o=../bin/app.swf -library-path+=../lib/mylib.swc app.mxml

We're ready to recompile our application to use the RSL.  This is a bit
complex at first glance, but that is because there are three dimensions.

1) Tell the compiler to not link certain classes into your application.
2) Get the RSL deployed so that it can be found and used at runtime.
3) Tell the compiler to generate some extra stuff that loads your RSL.

Lets just tackle #1 for the moment, and see where it leads us.

% cd project/src
% mxmlc -o=../bin/app.swf -external-library-path+=../lib/mylib.swc
app.mxml

If you run app.swf now, you'll get a RTE, because xyzzy and plugh
aren't defined.  The external-library-path configuration option says
compile against these libraries, but leave out every definition that
they define.  There's a corresponding -externs option, if you wanted
to do it class-by-class, but its generally a lot more convenient to do
it this way.

So, on to #2.  Lets get the RSL ready for use.

Converting our SWC to a RSL is easy.  Its already halfway there, you
just need to extract out the SWF inside, since the player doesn't
understand SWCs.

% cd project/lib
% unzip mylib.swc library.swf
% mv library.swf ../bin/myrsl.swf

For convenience, I just renamed and moved the library SWF file down so
that its in the same directory as the application SWF.  Honestly, half
the battle for RSLs is just figuring out where to deploy things.

Finally, lets recompile the application to use that RSL:

% cd project/src
% mxmlc -o=../bin/app.swf -external-library-path+=../lib/mylib.swc
-runtime-shared-libraries=myrsl.swf app.mxml

What this does is generate a SWF that will dynamically load the RSL
before letting the application run.

Make sense?

(Note: there are a couple more steps involved if your main application
is built in pure AS instead of MXML, because the code that does the RSL
loading is actually inside your application's bootstrap class
(normally a class derived from SystemManager for MXML apps).  In a pure
AS app, you might not have a bootstrap class unless you go out of your
way to use one.)

-rg

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of bussesven
 Sent: Tuesday, March 21, 2006 6:05 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Runtime Shared Libraries (flex 2)
 
 Hi,
 
 i have a question concerning runtime shared libraries in Flex 
 2. I have 
 read through the documentation but i don't get it. Can 
 someone give me 
 an example on how rsl are created and used? I want to have a rsl that 
 holds some classes that i want to use in several other applications.
 
 How do i reference a class, that lies in a rsl? With the Embed tag?
 
 thank you
 
 
 
 
 
 --
 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] framework_rb.swc error...

2006-03-21 Thread Jason Hawryluk






same problem here for 
fr_FR and it worked for me. However at the start it got me worried, I searched 
the lab's for a fr version and promptly started a cold sweat, until I decided to 
copy it. Funny thing is if you open the store example and modify it, then save, 
no error occurs on that project.

Hopefully someone from 
Adobe will shed some light here.


on 
a good note I’m finding that compiling is quicker

Jason

  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de John BeynonEnvoyé: mardi 21 mars 2006 
  12:49À: flexcoders@yahoogroups.comObjet: Re: 
  [flexcoders] framework_rb.swc error...except copying 
  en_us into en_gb isn't fixing it here
  On 3/21/06, John 
  Beynon [EMAIL PROTECTED] wrote: 
  
  
a collegue here is seeing it with en_GB 
too

On 3/21/06, Benoit 
Hediard  [EMAIL PROTECTED] 
wrote:

  
  Yes, 
  I've also faced this problem (but for the fr_FR 
  locale).
  Apparently, the only resource bundle currently available in the 
  Beta2 isen_US.
  
  So for the moment, you need to copy the folder 'C:\Arquivos de 
  programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 
  2\frameworks\locale\us_US' and name it 'pt_br'.
  
  Benoit 
  Hediard
  
  
  De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] De la part de Bruno 
  MartinsEnvoyé: mardi 21 mars 2006 
  05:53À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] framework_rb.swc error...
  
  
  In Beta 2 I have this problem:
  
  SeverityDescriptionResourceIn 
  FolderLocationCreation TimeId2unable to open 
  'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 
  2\frameworks\locale\pt_br\framework_rb.swc'merc21 
  de Março de 2006 01:26:472 
  How to solve it?
  
  Tks...--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  SPONSORED 
  LINKS 
  


  Web site design development 
  Computer software development 
  Software design and development 

  Macromedia flex 
  Software development best practice 

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

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





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








  
  
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: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread Nick Weekes





dude, you need to calm down a little. 


this is a newsgroup, everyone is entitled to answer 
questions.

see? im doing it now.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jason 
HawrylukSent: 21 March 2006 14:51To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: Looks Like 
Flex 2.0 Beta 2 is Releasing soon


Sorry to be harsh, but 
if that is a typical Adobe response to a simple user request then we are in big 
trouble... You are the ones selling the product in the EU, we are the clients. 
To take a request from a motivated user, and promptly turned it into a political 
excuse.

That kind of attitude 
gives me the hives, and is not something I would expect from Macromedia or 
Adobe. A simple sorry we can't do it, resources internally won't allow it, or 
something else more respective of the request.

To hand off a request 
and blame it on the EU is just the kind of horse pucky that really irritates 
me.

Shame!!
If 
you don’t work for Adobe you have absolutely no place giving a response to that 
particular question. Do not; push your personnel political views here. I for one 
don’t want to see it.

jason

  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de John FarrarEnvoyé: mardi 21 mars 2006 
  15:31À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing 
  soonYou could also request that your government 
  change it's rules to make such a thing possible! Like was said, they are 
  open to the idea... but do you honestly expect the EU to change policy 
  because of Adobe's expressing a desire to run a contest? I wish you could 
  be included also... but it's not Adobe who you need to look to for a 
  solution. You need to change the mind of the EU.John--- In 
  flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] 
  wrote: That's what I was hopping for,  For 
  centuries that this kind of contests are only available for a restricted 
  number of users ;) Since there is a problem doing an universal 
  contest why not do it separately ?  João Fernandes 
  Dep. Informática - Área de Desenvolvimento Cofina media 
   Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel 
  (+351) 213 185 200 . Fax (+351) 213 540 370 [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








  
  
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] FB2 :: Highlighting changes :: Motivation ?

2006-03-21 Thread Michael Schmalle



Adobe,

What was your motivation for changing the highliting?

IE

String, Number, get, set, etc..

Just curious, I get used to something with colors now it's gone. ;)

Peace, Mike-- 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] Re: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread Jason Hawryluk





I’m quite 
calm.

That was an answer 
??

"You need to change the 
mind of the EU."

The intention was not 
to be *too* harsh I apologize to you and everyone else. I just despise when a 
simple and well deserved question turns into, blame it on the EU. Like a couple 
of flex coders are going to get blood from a stone. The question for Adobe to 
bend to the EU rules was a fair one, and something that Adobe should think 
about. What is so wrong with Adobe holding a contest just for EU people. It 
would be so much simpler for Adobe to set one up here(they have offices here), 
then to expect that the entire EU government body is going to change a 
law.

Anyway, 
my apologies to John Farrar and everyone. 
I don't want any hard feelings.


Jason




  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Nick WeekesEnvoyé: mardi 21 mars 2006 
  16:01À: flexcoders@yahoogroups.comObjet: RE: 
  [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing 
  soon
  dude, you need to calm down a 
  little. 
  
  this is a newsgroup, everyone is 
  entitled to answer questions.
  
  see? im doing it 
  now.
  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jason 
  HawrylukSent: 21 March 2006 14:51To: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: Looks Like 
  Flex 2.0 Beta 2 is Releasing soon
  
  
  Sorry to be harsh, 
  but if that is a typical Adobe response to a simple user request then we are 
  in big trouble... You are the ones selling the product in the EU, we are the 
  clients. To take a request from a motivated user, and promptly turned it into 
  a political excuse.
  
  That kind of attitude 
  gives me the hives, and is not something I would expect from Macromedia or 
  Adobe. A simple sorry we can't do it, resources internally won't allow it, or 
  something else more respective of the request.
  
  To hand off a request 
  and blame it on the EU is just the kind of horse pucky that really irritates 
  me.
  
  Shame!!
  If 
  you don’t work for Adobe you have absolutely no place giving a response to 
  that particular question. Do not; push your personnel political views here. I 
  for one don’t want to see it.
  
  jason
  
-Message d'origine-De: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
de John FarrarEnvoyé: mardi 21 mars 2006 
15:31À: flexcoders@yahoogroups.comObjet: 
[flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing 
soonYou could also request that your government 
change it's rules to make such a thing possible! Like was said, they are 
open to the idea... but do you honestly expect the EU to change policy 
because of Adobe's expressing a desire to run a contest? I wish you 
could be included also... but it's not Adobe who you need to look to for 
a solution. You need to change the mind of the 
EU.John--- In flexcoders@yahoogroups.com, João Fernandes 
[EMAIL PROTECTED] wrote: That's what I was 
hopping for,  For centuries that this kind of contests are 
only available for a restricted number of users ;) Since there is 
a problem doing an universal contest why not do it separately ? 
 João Fernandes Dep. Informática - Área de 
Desenvolvimento Cofina media  Avenida João 
Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel (+351) 213 185 200 
. Fax (+351) 213 540 370 [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








  
  
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] RDS View Data Error

2006-03-21 Thread João Fernandes










Hi there,



When right click on a table with a reserved
name (USER)  an error is thrown. Shouldnt RDS use select * from dbo.[User]?



João Fernandes
Dep.
Informática - Área de Desenvolvimento
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[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








  
  
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: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread João Fernandes










My  post wasnt intended to start a US-Against everyone
war.


I just wanted once see everyone at the same level of opportunity. David Mendels
response is what Im used to get but never got a more detailed one. 

Is it really impossible to adapt to EU rules?  







João Fernandes
Dep. Informática - Área de Desenvolvimento
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]













From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Hawryluk
Sent: terça-feira, 21 de Março de 2006 14:51
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing
soon







Sorry to be harsh, but if that is a typical Adobe response to a
simple user request then we are in big trouble... You are the ones selling the
product in the EU, we are the clients. To take a request from a motivated user,
and promptly turned it into a political excuse.



That kind of attitude gives me the hives, and is not something I
would expect from Macromedia or Adobe. A simple sorry we can't do it, resources
internally won't allow it, or something else more respective of the request.



To hand off a request and blame it on the EU is just the kind of
horse pucky that really irritates me.



Shame!!



If you dont work for Adobe you have absolutely no place
giving a response to that particular question. Do not; push your personnel
political views here. I for one dont want to see it.











jason





-Message d'origine-
De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De
la part de John Farrar
Envoyé: mardi 21 mars 2006 15:31
À: flexcoders@yahoogroups.com
Objet: [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing
soon

You could also request that your government change it's rules to 
make such a thing possible! Like was said, they are open to the 
idea... but do you honestly expect the EU to change policy because 
of Adobe's expressing a desire to run a contest? I wish you could be 
included also... but it's not Adobe who you need to look to for a 
solution. You need to change the mind of the EU.

John

--- In flexcoders@yahoogroups.com, João Fernandes 
[EMAIL PROTECTED] wrote:

 That's what I was hopping for,
 
 For centuries that this kind of contests are only available for a 
restricted number of users ;) Since there is a problem doing an 
universal contest why not do it separately ?
 
 João Fernandes
 Dep. Informática - Área de Desenvolvimento
 Cofina media
 
 Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
 Tel (+351) 213 185 200 . Fax (+351) 213 540 370
 [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







SPONSORED LINKS 




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










YAHOO! GROUPS LINKS 




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




















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








  
  
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] What is the basic flow of Flex?

2006-03-21 Thread Ryan Pieszak
Hello again,

I'm very new to Flex, and I've spent the past few days just getting 
it installed, but I'm having trouble fitting it into our development 
environment.  All the sample apps make the assumption that you're 
developing on the server, but we don't, and I can't get the apps to 
work (and the online documentation is less than stellar).

Can somebody just give me a 1000ft view of the logic flow?

If I'm browsing to a .html page, when is the .mxml page utilized?
The .mxml page just tells the compiler how to build the .swf?
What is the purpose of the flex-enterprise-services.xml file and when 
is it utilized?
What is the purpose of the endpoint ... / line in the xml file?

I really appreciate any help.  It's been a long few days trying to 
get started, and I think some basic understanding would go a long way 
for me.

Thanks all,
Ryan






--
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] Custom Container with internal children

2006-03-21 Thread Pablo Apanasionek





I was wondering how 
I can code in Flex 1.5 a FormItem-like component (container) that would allow me 
to put the label on top of the field. I'd pass the input field from the parent 
MXML.

Something like 
this:

my:_formitem 
xmlns:my="*" id="myOtherFormItem" fieldName="Combo 1"
 mx:ComboBox id="someCombo" 
/
/my:_formitem

That renders 
like:

Combo 
1
[|V 
]

I tried making a 
component out of an HBox or FormItem, but I get an error about _formitem already 
having internal children. Can a container have more than 
one?

Thanks in 
advance
---Pablo 
Gustavo Apanasionek





--
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: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread Michael Schmalle



 My post wasn't intended to start a US-Against everyone
war.

Yeah, we allready have one of those, definitly DO NOT need any more! :)

Peace, Mike
On 3/21/06, João Fernandes [EMAIL PROTECTED] wrote:
















My post wasn't intended to start a US-Against everyone
war.


I just wanted once see everyone at the same level of opportunity. David Mendels
response is what I'm used to get but never got a more detailed one. 

Is it really impossible to adapt to EU rules? 







João Fernandes

Dep. Informática - Área de Desenvolvimento

Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370

[EMAIL PROTECTED]













From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Jason Hawryluk
Sent: terça-feira, 21 de Março de 2006 14:51
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing
soon







Sorry to be harsh, but if that is a typical Adobe response to a
simple user request then we are in big trouble... You are the ones selling the
product in the EU, we are the clients. To take a request from a motivated user,
and promptly turned it into a political excuse.



That kind of attitude gives me the hives, and is not something I
would expect from Macromedia or Adobe. A simple sorry we can't do it, resources
internally won't allow it, or something else more respective of the request.



To hand off a request and blame it on the EU is just the kind of
horse pucky that really irritates me.



Shame!!



If you don't work for Adobe you have absolutely no place
giving a response to that particular question. Do not; push your personnel
political views here. I for one don't want to see it.











jason





-Message d'origine-
De: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com]De
la part de John Farrar
Envoyé: mardi 21 mars 2006 15:31
À: flexcoders@yahoogroups.com
Objet: [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing
soon

You could also request that your government change it's rules to 
make such a thing possible! Like was said, they are open to the 
idea... but do you honestly expect the EU to change policy because 
of Adobe's expressing a desire to run a contest? I wish you could be 
included also... but it's not Adobe who you need to look to for a 
solution. You need to change the mind of the EU.

John

--- In flexcoders@yahoogroups.com
, João Fernandes 
[EMAIL PROTECTED]
 wrote:

 That's what I was hopping for,
 
 For centuries that this kind of contests are only available for a 
restricted number of users ;) Since there is a problem doing an 
universal contest why not do it separately ?
 
 João Fernandes
 Dep. Informática - Área de Desenvolvimento
 Cofina media
 
 Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
 Tel (+351) 213 185 200 . Fax (+351) 213 540 370
 [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








SPONSORED LINKS 





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










YAHOO! GROUPS LINKS 




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




















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
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.




  










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

[flexcoders] Cairgnorm beta release?

2006-03-21 Thread Oriol Gual



Hello,Now that beta 2 has been released I wonder if there will be also a Cairngorm beta release?Thanks,Oriol.






--
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] Re: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread Ryan Pieszak
Is it a safe assumption to say that all aspects of Beta 2 should be 
reinstalled?  In other words, they did more than just change the 
names (FES2 - FDS2, FCC2 - FC2, FF2 - FSDK2) of these things 
right?  We should start going through the uninstall/reinstall process 
for all of these?


--- In flexcoders@yahoogroups.com, Jason Hawryluk [EMAIL PROTECTED] wrote:

 I'm quite calm.
  
 That was an answer ??
  
 You need to change the mind of the EU.
  
 The intention was not to be *too* harsh I apologize to you and 
everyone
 else. I just despise when a simple and well deserved question turns 
into,
 blame it on the EU. Like a couple of flex coders are going to get 
blood from
 a stone. The question for Adobe to bend to the EU rules was a fair 
one, and
 something that Adobe should think about. What is so wrong with 
Adobe holding
 a contest just for EU people. It would be so much simpler for Adobe 
to set
 one up here(they have offices here), then to expect that the entire 
EU
 government body is going to change a law.
 
 
 
 Anyway, my apologies to John Farrar and everyone. I don't want any 
hard
 feelings.
 
 
 
 Jason
 
 
 
   -Message d'origine-
   De : flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] la
 part de Nick Weekes
   Envoyé : mardi 21 mars 2006 16:01
   À : flexcoders@yahoogroups.com
   Objet : RE: [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is 
Releasing soon
 
 
   dude, you need to calm down a little.
 
   this is a newsgroup, everyone is entitled to answer questions.
 
   see?  im doing it now.
 
 
 
 

 --
   From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Jason Hawryluk
   Sent: 21 March 2006 14:51
   To: flexcoders@yahoogroups.com
   Subject: RE: [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is 
Releasing soon
 
 
   Sorry to be harsh, but if that is a typical Adobe response to a 
simple
 user request then we are in big trouble... You are the ones selling 
the
 product in the EU, we are the clients. To take a request from a 
motivated
 user, and promptly turned it into a political excuse.
 
 
 
   That kind of attitude gives me the hives, and is not something I 
would
 expect from Macromedia or Adobe. A simple sorry we can't do it, 
resources
 internally won't allow it, or something else more respective of the 
request.
 
 
 
   To hand off a request and blame it on the EU is just the kind of 
horse
 pucky that really irritates me.
 
 
 
   Shame!!
 
 
 
   If you don't work for Adobe you have absolutely no place giving a 
response
 to that particular question. Do not; push your personnel political 
views
 here. I for one don't want to see it.
 
   jason
 -Message d'origine-
 De : flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] la
 part de John Farrar
 Envoyé : mardi 21 mars 2006 15:31
 À : flexcoders@yahoogroups.com
 Objet : [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is 
Releasing soon
 
 
 You could also request that your government change it's rules to
 make such a thing possible! Like was said, they are open to the
 idea... but do you honestly expect the EU to change policy 
because
 of Adobe's expressing a desire to run a contest? I wish you 
could be
 included also... but it's not Adobe who you need to look to for 
a
 solution. You need to change the mind of the EU.
 
 John
 
 --- In flexcoders@yahoogroups.com, João Fernandes
 joaofernandes@ wrote:
 
  That's what I was hopping for,
 
  For centuries that this kind of contests are only available 
for a
 restricted number of users ;)  Since there is a problem doing an
 universal contest why not do it separately ?
 
  João Fernandes
  Dep. Informática - Área de Desenvolvimento
  Cofina media
 
  Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
  Tel (+351) 213 185 200 . Fax (+351) 213 540 370
  joaofernandes@
 
 
 
 
 
 
 
 
   --
   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
 
 a..  Visit your group flexcoders on the web.
 
 b..  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
 
 c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service.
 
 
 

 --







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

RE: [flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Joan Tan










Ahh I just checked and the
doubleClick is not working in Beta 2 for List based items (List, Tree,
DataGrid). It should work for other components like Button etc. by just setting
doubleClickEnabled to true. For List based components, we had a bug internally
that was fixed recently (but didnt make it into the beta L ) to introduce an event itemDoubleClick
to work for these List based components. This event will be able to
provide more information like what row and column were pressed. 



Joan











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dima Ulich
Sent: Tuesday, March 21, 2006 7:46
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FB2 ::
doubleClick bug event doen't happen





I did try to set this
property to true both in mxml
and actionscript and it didn't help, 
debugging still shows that controls have the
property
set to false

Dima

--- Joan Tan [EMAIL PROTECTED] wrote:

 You now need to set the doubleClickEnabled
property
 to true to enable
 doubleClick events.
 
 
 
 Joan
 
 
 
 
 
 From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Dima Ulich
 Sent: Tuesday, March 21, 2006 4:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] FB2 :: doubleClick bug
event
 doen't happen
 
 
 
 All my doubleClicks don't work now
 I have tried to create a new project to check
if
 something was wrong in my apps, id didn't
work also.
 I
 guess it might be player's bug!!???
 
 Did anyone else faced the same problem??
 

__
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best
spam
 protection around 
 http://mail.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

http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+

site+design+developmentw2=Computer+software+developmentw3=Software+des

ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac

ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
 
 Computer software development

http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We

b+site+design+developmentw2=Computer+software+developmentw3=Software+d

esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr

acticec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
 
 Software design and development

http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=

Web+site+design+developmentw2=Computer+software+developmentw3=Software

+design+and+developmentw4=Macromedia+flexw5=Software+development+best+

practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 
 
 Macromedia flex

http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+

developmentw2=Computer+software+developmentw3=Software+design+and+deve

lopmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
 66.sig=OO6nPIrz7_EpZI36cYzBjw 
 
 Software development best practice

http://groups.yahoo.com/gads?t=msk=Software+development+best+practice

w1=Web+site+design+developmentw2=Computer+software+developmentw3=Softw

are+design+and+developmentw4=Macromedia+flexw5=Software+development+be

st+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 
 
 
 
 
 
 
 
 YAHOO! GROUPS LINKS 
 
 
 
 * Visit your
group flexcoders
 http://groups.yahoo.com/group/flexcoders
 on the
 web.
   
 * To
unsubscribe from this group, send an email to:
 
[EMAIL PROTECTED]

mailto:[EMAIL PROTECTED]
 
   
 * Your use of
Yahoo! Groups is subject to the
 Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/
. 
 
 
 
 
 
 


__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam
protection around 
http://mail.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] Cairgnorm beta release?

2006-03-21 Thread Dimitrios Gianninas





Nope, keep using the same one you have for Flex 2, its the 
same.

Dimitrios 
Gianninas
RIADeveloper
Optimal 
Payments Inc.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Oriol 
GualSent: Tuesday, March 21, 2006 11:08 AMTo: 
flexcoders@yahoogroups.comSubject:  [flexcoders] Cairgnorm 
beta release?
Hello,Now that beta 2 has been released I wonder if there will be 
also a Cairngorm beta release?Thanks,Oriol.





--
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] Uninstalling Flex 2.0 Beta 1 (for upgrade to Beta 2)

2006-03-21 Thread Ryan Pieszak
Hello all,

Here it says to simply use the Add/Remove programs to uninstall the 
Beta 1 pieces: 
http://labs.macromedia.com/wiki/index.php/Flex:Install_Instructions#Unin
stalling

...but, I don't see any of them available for uninstall on the 
Add/Remove screen.  Anybody else have this problem?

Ryan





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

2006-03-21 Thread dos dedos



DavidWill the 'limited' free version of FDS include publish-subscribe functionality? if so, will it also include the JMS adapter? David Mendels [EMAIL PROTECTED] wrote:   Hi,  I guess you missed the news. :)  The price model changes completely from 1.X to 2.0. The  product is affordable for everyone now.  The Flex Framework and compiler will be free. In  other words, if you want to use your own text editor for coding, you can now  build and deploy Flex applications for *FREE*.  The Flex Builder tool will be less than $1000. You  will
 be able to build and deploy Flex applications with this. You are not  required to ever buy the server. You can load data into your Flex app with  XML over XTTP or our XML or Binary Socket and no server is  required.  The Flex Data Services will have a low end limited version  for Free, and will scale to more typical enterprise server pricing (eg. for  small business this will scale to be expensive for larger deployments).  However this is not required for the average small business application.Regards, David Adobe  From: flexcoders@yahoogroups.com[mailto:[EMAIL PROTECTED] On Behalf OfpixelgeekSent: Monday, March 20, 2006 10:35 PMTo:flexcoders@yahoogroups.comSubject: [flexcoders] Opinions sought:Flex and small developers   Now as much as I like Flex and as much as I like playing withit
 andcreating some interesting gadgets I am curious if people here onthelist think that there is much point in pursuing Flex if you areasmall developer and typically cater to smaller companies.Dopeople think that Flex is ever going to reach down from its currentmarket(and its current price) to where it is afordable forsmallerdevelopers?My current conundrum is that I have twoapplciations that I amplanning and I can do then in Flex or CF using CFForm but as much asI want to do it in Flex I can't see that itseconomically feasible todo soAnyone think this will change? WillAdobe change past Macromedia pricepoints for thisproduct? 
	
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.





--
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] framework_rb.swc error...

2006-03-21 Thread Bruno Martins



Solution:

Step 1:
Rename the folder
Step 2:
Edit file:
C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\flex-config.xml
Rename this tag:
include-libraries librarylocale/pt_br/framework_rb.swc/library/include-librariesStep 3:
Reload Flex Builder and create a new project or verify the libraries in the Buid Path properties.

Done...

Tks...
On 3/21/06, Jason Hawryluk [EMAIL PROTECTED] wrote:



same problem here for fr_FR and it worked for me. However at the start it got me worried, I searched the lab's for a fr version and promptly started a cold sweat, until I decided to copy it. Funny thing is if you open the store example and modify it, then save, no error occurs on that project.


Hopefully someone from Adobe will shed some light here.


on a good note I'm finding that compiling is quicker


Jason


-Message d'origine-De: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com]De la part de John BeynonEnvoyé: mardi 21 mars 2006 12:49
À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] framework_rb.swc error...

except copying en_us into en_gb isn't fixing it here
On 3/21/06, John Beynon [EMAIL PROTECTED]
 wrote: 

a collegue here is seeing it with en_GB too

On 3/21/06, Benoit Hediard  [EMAIL PROTECTED]
 wrote: 


Yes, I've also faced this problem (but for the fr_FR locale).
Apparently, the only resource bundle currently available in the Beta2 isen_US.

So for the moment, you need to copy the folder 'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\us_US' and name it 'pt_br'.


Benoit Hediard


De: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] De la part de Bruno MartinsEnvoyé: mardi 21 mars 2006 05:53À: 
flexcoders@yahoogroups.comObjet: [flexcoders] framework_rb.swc error...


In Beta 2 I have this problem:

SeverityDescriptionResourceIn FolderLocationCreation TimeId2unable to open 'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\pt_br\framework_rb.swc'merc21 de Março de 2006 01:26:472 

How to solve it?

Tks...--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

Visit your group flexcoders on the web. 

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



--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 





-- Bruno Gustavo MartinsMobile: (55)(11)9585-9587[EMAIL PROTECTED]experience everywhere
http://www.dclick.com.br/blog 






--
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] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Abdul Qabiz



By writing custom componentsI am sure you can do the same in Flex may be more easily..-abdulOn 3/21/06, t_msreddy 
[EMAIL PROTECTED] wrote:I just learnt about Google Finance. I think they implemented in AJAX
URL:http://finance.google.com/finance?q=MSFTbtnG=SearchI was particularly pleased with the sliding bar at the top of thechart used for zoom in/out. Can this be done in Flex? I know there is
a SlideBar component in Flex which can do that. But it is limited:1. SlideBar component has only one movable sliding tip. In the googlechart that you see, there are two movable sliding tips.2. SlideBar component can be used to filter data based on only one
point lets say 2004. In google finance chart, there is a movablesliding window apart from movable adjustable tips say between 2004 and2006How can we implement such a think in Flex?
--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








  
  
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] Cairgnorm beta release?

2006-03-21 Thread Steven Webster





Oriol,

Actually, the version of beta 2 that you have is still good 
to go with Cairngorm ... nothing changes. We do have some more sample 
applications coming at you imminently, but the beta 2 will continue to work with 
the Cairngorm build you have. 

Best wishes,

Steven



  
  

  


  
  

Steven WebsterPractice Director (Rich 
Internet Applications)Adobe ConsultingWestpoint, 4 Redheughs 
Rigg, South Gyle, Edinburgh, EH12 9DQ, UKp: +44 (0) 131 338 
6108
m: +44 (0)7917 428 947[EMAIL PROTECTED] 
  


  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Oriol 
  GualSent: 21 March 2006 16:08To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Cairgnorm beta 
  release?
  Hello,Now that beta 2 has been released I wonder if there will 
  be also a Cairngorm beta release?Thanks,Oriol.





--
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] Interface method 'get enabled' in namespace 'mx.core:IUIComponent' not implemented

2006-03-21 Thread João Fernandes










Hi there,



I just deployed FES + CF and after running
B1  B2 script and removing all Layout Anchors, Im getting this error.



Interface method 'get enabled' in namespace
'mx.core:IUIComponent' not implemented by class 'teste' [CODEGEN
C:\JRun4\servers\cfesbeta2\cfusion.ear\cfusion.war\teste.mxml]



I was first testing our test application
but I get this even with a simple 



?xml version=1.0
encoding=utf-8?

mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
layout=absolute

    

/mx:Application



Any Idea what this might be?



Thanks,



João Fernandes
Dep.
Informática - Área de Desenvolvimento
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[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








  
  
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] What a hell is this ColdFusion Extensions for FlexBuilder 2?

2006-03-21 Thread Bruno Martins



What a hell is this ColdFusion Extensions for FlexBuilder 2?
I put this files in the pluings but don't make any difference and I don't find any explanation about it...


Tks-- Bruno Gustavo MartinsMobile: (55)(11)9585-9587[EMAIL PROTECTED]experience everywhere
http://www.dclick.com.br/blog 






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

2006-03-21 Thread pixelgeek
--- In flexcoders@yahoogroups.com, David Mendels [EMAIL PROTECTED] wrote:
  
 I guess you missed the news. :)

Sure did. 
  
 The price model changes completely from 1.X to 2.0. The product is
 affordable for everyone now.

Does anyone have a URL for the press/news release for this?
   
 The Flex Builder tool will be less than $1000.  You will be able to
 build and deploy Flex applications with this.  You are not required to
 ever buy the server.  You can load data into your Flex app with XML over
 XTTP or our XML or Binary Socket and no server is required.

Wow. That is great news.

Thanks

BTW glad to see that you're still with the company after all the
upheaval and change.

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

* 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: Opinions sought: Flex and small developers

2006-03-21 Thread Joan Tan










Here is some info :

http://www.adobe.com/aboutadobe/pressroom/pressreleases/200602/020106Flex.html



At the bottom, youll find the stuff
about pricing.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pixelgeek
Sent: Tuesday, March 21, 2006 9:18
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Opinions
sought: Flex and small developers





--- In flexcoders@yahoogroups.com,
David Mendels [EMAIL PROTECTED] wrote:
 
 I guess you missed the news. :)

Sure did. 
 
 The price model changes completely from 1.X
to 2.0. The product is
 affordable for everyone now.

Does anyone have a URL for the press/news release
for this?
 
 The Flex Builder tool will be less than
$1000. You will be able to
 build and deploy Flex applications with
this. You are not required to
 ever buy the server. You can load data
into your Flex app with XML over
 XTTP or our XML or Binary Socket and no
server is required.

Wow. That is great news.

Thanks

BTW glad to see that you're still with the company
after all the
upheaval and change.

Thanks












--
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 a hell is this ColdFusion Extensions for FlexBuilder 2?

2006-03-21 Thread Douglas Knudsen



ugh, its pretty clear herehttp://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Eclipse_RDS_Support
DKOn 3/21/06, Bruno Martins [EMAIL PROTECTED] wrote:



What a hell is this ColdFusion Extensions for FlexBuilder 2?
I put this files in the pluings but don't make any difference and I don't find any explanation about it...


Tks-- Bruno Gustavo MartinsMobile: (55)(11)9585-9587[EMAIL PROTECTED]
experience everywhere
http://www.dclick.com.br/blog 






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



  








-- Douglas Knudsenhttp://www.cubicleman.comthis 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








  
  
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 a hell is this ColdFusion Extensions for FlexBuilder 2?

2006-03-21 Thread João Fernandes










Bruno,



Its enabled when you right click on a CFC or a AS class.

If you use the RDS plugin, when viewing a Table you can also do
Right-click and generate files from there (Active record, beans and FES
Assembler).



Espero ter ajudado ;)





João Fernandes
Dep.
Informática - Área de Desenvolvimento
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]













From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Bruno Martins
Sent: terça-feira, 21 de Março de 2006 17:11
To: flexcoders@yahoogroups.com
Subject: [flexcoders] What a hell is this ColdFusion Extensions
for FlexBuilder 2?







What a hell is this ColdFusion Extensions for
FlexBuilder 2?





I put this files in the pluings but don't make any
difference and I don't find any explanation about it...

















Tks

-- 
Bruno Gustavo Martins
Mobile: (55)(11)9585-9587
[EMAIL PROTECTED]
experience everywhere
http://www.dclick.com.br/blog 





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







SPONSORED LINKS 




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










YAHOO! GROUPS LINKS 




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


















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








  
  
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 a hell is this ColdFusion Extensions for FlexBuilder 2?

2006-03-21 Thread Manuel Saint-Victor



Wow... I had the same question- but I was gonna ask it a little differently. Anyway thanks for the link..MOn 3/21/06, Bruno Martins 
[EMAIL PROTECTED] wrote:


What a hell is this ColdFusion Extensions for FlexBuilder 2?
I put this files in the pluings but don't make any difference and I don't find any explanation about it...


Tks-- Bruno Gustavo MartinsMobile: (55)(11)9585-9587[EMAIL PROTECTED]
experience everywhere
http://www.dclick.com.br/blog 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  















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








  
  
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] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Michael Schmalle



Hi,

I could probably make a component like that in a couple of days. No, joke.

Check out my blog;

http://flex2components.com/f2cblog

for some proto component examples. I made that Color chooser in 2 days.

Peace, MikeOn 3/21/06, Abdul Qabiz [EMAIL PROTECTED] wrote:



By writing custom componentsI am sure you can do the same in Flex may be more easily..-abdulOn 3/21/06, 
t_msreddy 
[EMAIL PROTECTED] wrote:
I just learnt about Google Finance. I think they implemented in AJAX
URL:http://finance.google.com/finance?q=MSFTbtnG=Search
I was particularly pleased with the sliding bar at the top of thechart used for zoom in/out. Can this be done in Flex? I know there is
a SlideBar component in Flex which can do that. But it is limited:1. SlideBar component has only one movable sliding tip. In the googlechart that you see, there are two movable sliding tips.2. SlideBar component can be used to filter data based on only one
point lets say 2004. In google finance chart, there is a movablesliding window apart from movable adjustable tips say between 2004 and2006How can we implement such a think in Flex?

--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 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









  
  
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.




  








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



  









[flexcoders] Dynamic Generation of DataGridColumns + rowRenderer

2006-03-21 Thread jameskeepnews
Hello. I am very new to Flex -- and we're running the 2.0 Beta now, 
knowing that we'll have to migrate to it eventually -- and was never 
an enterprise-class ActionScript developer in Flash anyway, so 
forgive me if my two questions seem very simple to some of you. 
Nevertheless, I haven't seen a satisfactory answer to either 
question here, or anywhere else online.

First question -- how could I dynamically generate an array of 
DataGridColumns? Suppose I have the following:


mx:DataGrid id=grid_01
   mx:dataProvider{ someProvider }/mx:dataProvider

.

/mx:DataGrid


and, in place of those dots, I'd want to have the following 
results returned from someProvider:


mx:columns
   mx:Array

  mx:DataGridColumn columnName=gridcol_01 headerText=First 
Column textAlign=middle /
  mx:DataGridColumn columnName=gridcol_02 headerText=Second 
Column textAlign=middle /
  mx:DataGridColumn columnName=gridcol_03 headerText=Third 
Column textAlign=middle /
  mx:DataGridColumn etc. /

   /mx:Array
/mx:columns


Could someone provide me with sample code for how to build out the 
data provider so that those results might be returned?

Lastly, coming from a mouseDown/getURL sensibility in Flash, I'm a 
little mystified by the way in which DataGrid cells -- or rows, in 
my case -- can simply serve as links. In my case, I'd want a rolled-
over row to call a different viewstack when clicked. Obviously, if 
I'm generating the DataGrid dynamically, I won't have an automatic 
reference to anything in my Datagrid within MXML. Also, I believe I 
need to generate a cellRenderer to accomplish 
a stack.selectedChild=nameofstack result for what is (to me) a 
souped-up link. I've seen cellRenderer do impressive dynamic tricks, 
EXCEPT linking to something! And, to reiterate, I'm looking to have 
an entire row be a hyperlink, much as the DataGrid allows for a 
rollover state for rows and would, from our users' perspective, be 
seen as results of a search, arranged into a handy grid -- and rows 
that should link to something else when clicked.

Any help that could be provided would be very much appreciated. 
Thank you for your attention.

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

* 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] filter an array, write an array

2006-03-21 Thread alan_a55
I have an XML file containing my dataset (date,day,event,place), and 
I'd like to display a subset of the xml file, depending on the 
selection criteria on the screen (a month at a time).  Obviously, I'm 
new to flex, and just learning what I can and can't do.  

Also, any suggestions on how to write the XML file back out to the 
server once I've done my edits to the dataset.

Any suggestions would be GREATLY appreciated.  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

* 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] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Michael Schmalle



PS,

I wouldn't try to extend the SliderBar for something that complicated
untill I get to see the source for the flex framework. No need to
reinvent the wheel by duplicating functionality that might have
existing hooks allready. ;-)

Peace, MikeOn 3/21/06, Michael Schmalle [EMAIL PROTECTED] wrote:
Hi,

I could probably make a component like that in a couple of days. No, joke.

Check out my blog;

http://flex2components.com/f2cblog

for some proto component examples. I made that Color chooser in 2 days.

Peace, MikeOn 3/21/06, Abdul Qabiz 
[EMAIL PROTECTED] wrote:



By writing custom componentsI am sure you can do the same in Flex may be more easily..-abdulOn 3/21/06, 

t_msreddy 
[EMAIL PROTECTED] wrote:

I just learnt about Google Finance. I think they implemented in AJAX
URL:http://finance.google.com/finance?q=MSFTbtnG=Search

I was particularly pleased with the sliding bar at the top of thechart used for zoom in/out. Can this be done in Flex? I know there is
a SlideBar component in Flex which can do that. But it is limited:1. SlideBar component has only one movable sliding tip. In the googlechart that you see, there are two movable sliding tips.2. SlideBar component can be used to filter data based on only one
point lets say 2004. In google finance chart, there is a movablesliding window apart from movable adjustable tips say between 2004 and2006How can we implement such a think in Flex?


--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 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










  
  
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.





  








-- What goes up, does come down.

-- 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] Flex2.0: MXMLC compiler is a big pain during migration from 1.5 to 2.0

2006-03-21 Thread Venu Vasireddy










Using command line compiler may help (like
Ant compilation even better  makes sure every file is compiled). 











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Johannes Nel
Sent: Monday, March 20, 2006 3:41
PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex2.0:
MXMLC compiler is a big pain during migration from 1.5 to 2.0





if you had unit tests
everything would be linked autmatically to the compiler. a good argument for
best practises no...
anyway, i suggest you check out this:
http://www.lennel.org/blog/2006/03/02/an-advantage-of-unit-testing-with-flex2as3/

and this: someone said beta 2 is being released pretty soon
http://www.lennel.org/blog/2006/02/27/building-unit-tests-in-eclipse-from-an-ant-script-for-asunit/
to do that automatically for you.
you can grab flex unit and modify the templates for that as well. 

to run ant you need to install the plugin version into a normal eclipse btw
(Adobe please add ant support to the non plugin version!!)



On 3/20/06, t_msreddy
[EMAIL PROTECTED] wrote: 





I am trying to migrate an application that we developed in Flex 1.5 to
Flex 2.0.











These are the steps I followed:





1. Created a project in Flex 2 builder with empty content.





2. Copied MXML folders/files 





3. Copied AS folders/files and Cairngorm 2 packages





4. Modified all my AS files to follow the new package convention





5. Made sure all the vars have a datatype defined.





6. Modified Void to void for all the functions. (this is the stupidest
thing in the world)











Now my real problem with Flex 2 builder is that it doesnt really show
the compilation problem in AS files until you try to instantiate the object in
MXML files. Now I have a ClientVO.as class until I do the following in MXML
file, I wouldnt know what the real problem in ClientVO.as is:













var client : ClientVO = new ClientVO();











Please, save me some nightmares by suggesting or sharing your
experiences in working with Flex 2.0 or during migration from Flex 1.5 to Flex
2.0

















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

















-- 
j:pn 
http://www.lennel.org








--
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] java.util.Map

2006-03-21 Thread lorejava
Hello,
I have a reading problem when I use returned a java.utilMap from a
Java class. 

Follow my code:

Java class
--

public Map getHashMap()
{
  Map hm = new HashMap();
hm.put(HashMap1, valore1);
hm.put(HashMap2, valore2);
hm.put(HashMap3, valore3);
  return hm;
} 

Flex Monitor result when i call my java method:
---
[array] : 

length[Number] : 0

In AS I call and read the method in this way:

remoteDataService.getHashMap().send;
...
var stab:Object=event.result;
txt.text=-- + stab[0].value;

What's wrong??? All? 
Thanks for your next replies. Bye






--
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] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Michael Schmalle



Sorry to keep posting but, I just went back to that site. Correct me if I am wrong but, That whole thing is in a Flash Player!

Peace, MikeOn 3/21/06, Michael Schmalle [EMAIL PROTECTED] wrote:
PS,

I wouldn't try to extend the SliderBar for something that complicated
untill I get to see the source for the flex framework. No need to
reinvent the wheel by duplicating functionality that might have
existing hooks allready. ;-)

Peace, MikeOn 3/21/06, Michael Schmalle 
[EMAIL PROTECTED] wrote:
Hi,

I could probably make a component like that in a couple of days. No, joke.

Check out my blog;

http://flex2components.com/f2cblog

for some proto component examples. I made that Color chooser in 2 days.

Peace, MikeOn 3/21/06, Abdul Qabiz 

[EMAIL PROTECTED] wrote:



By writing custom componentsI am sure you can do the same in Flex may be more easily..-abdulOn 3/21/06, 


t_msreddy 
[EMAIL PROTECTED] wrote:


I just learnt about Google Finance. I think they implemented in AJAX
URL:http://finance.google.com/finance?q=MSFTbtnG=Search


I was particularly pleased with the sliding bar at the top of thechart used for zoom in/out. Can this be done in Flex? I know there is
a SlideBar component in Flex which can do that. But it is limited:1. SlideBar component has only one movable sliding tip. In the googlechart that you see, there are two movable sliding tips.2. SlideBar component can be used to filter data based on only one
point lets say 2004. In google finance chart, there is a movablesliding window apart from movable adjustable tips say between 2004 and2006How can we implement such a think in Flex?



--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 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











  
  
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.






  








-- What goes up, does come down.

-- What goes up, does come down.

-- 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] What is the basic flow of Flex?

2006-03-21 Thread Venu Vasireddy
Over simplification of RIA (FLEX 2) is

1. MVC (Model, View and Controller) exists in Client (MXML for Visual
design and Action scrip for maintaining state)
2. MC and exists on server (Every thing J2EE /XML)

Value objects plays important role of synching data on client
(brower/Falsh player) and server.

-Venu
Architect

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ryan Pieszak
Sent: Tuesday, March 21, 2006 6:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] What is the basic flow of Flex?

Hello again,

I'm very new to Flex, and I've spent the past few days just getting 
it installed, but I'm having trouble fitting it into our development 
environment.  All the sample apps make the assumption that you're 
developing on the server, but we don't, and I can't get the apps to 
work (and the online documentation is less than stellar).

Can somebody just give me a 1000ft view of the logic flow?

If I'm browsing to a .html page, when is the .mxml page utilized?
The .mxml page just tells the compiler how to build the .swf?
What is the purpose of the flex-enterprise-services.xml file and when 
is it utilized?
What is the purpose of the endpoint ... / line in the xml file?

I really appreciate any help.  It's been a long few days trying to 
get started, and I think some basic understanding would go a long way 
for me.

Thanks all,
Ryan






--
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] Cairgnorm beta release?

2006-03-21 Thread Oriol Gual



Ok, good to know that!






--
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 a hell is this ColdFusion Extensions for FlexBuilder 2?

2006-03-21 Thread Douglas Knudsen



http://www.simb.net/blog/index.cfm/2006/3/20/Using-the-Eclipse-CFC-Code-Generationthere's a pic of the CFC/AS generator wizard based on RDS connection too. Neato. Now, can I create a CFC/AS bean via a wizard without RDS connection? That will be nice too.
DKOn 3/21/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote:



Wow... I had the same question- but I was gonna ask it a little differently. Anyway thanks for the link..M
On 3/21/06, Bruno Martins 

[EMAIL PROTECTED] wrote:



What a hell is this ColdFusion Extensions for FlexBuilder 2?
I put this files in the pluings but don't make any difference and I don't find any explanation about it...


Tks-- Bruno Gustavo MartinsMobile: (55)(11)9585-9587[EMAIL PROTECTED]

experience everywhere
http://www.dclick.com.br/blog 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt


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










  
  
SPONSORED LINKS
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.


  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service

.



  















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
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
.



  








-- Douglas Knudsenhttp://www.cubicleman.comthis 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








  
  
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] Re: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Doug Lowder
mx:HSlider thumbCount=2 / will give you a slider component with 
two movable pointers.

There used to be a nice charting explorer for Flex 2 on labs, but I 
couldn't find it when I looked.  Christophe Coenraets has an example 
up at 
http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml
Look at Slider Selection under Misc Techniques.  The 2.0 code was 
very similar from what I remember.  What Google Finance has provided 
is just a clever combination of an HSlider and an HScrollBar.

Doug

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

 I just learnt about Google Finance. I think they implemented in 
AJAX
 
 URL:
 http://finance.google.com/finance?q=MSFTbtnG=Search
 
 I was particularly pleased with the sliding bar at the top of the 
 chart used for zoom in/out. Can this be done in Flex? I know there 
is 
 a SlideBar component in Flex which can do that. But it is limited:
 
 1. SlideBar component has only one movable sliding tip. In the 
google 
 chart that you see, there are two movable sliding tips.
 2. SlideBar component can be used to filter data based on only one 
 point lets say 2004. In google finance chart, there is a movable 
 sliding window apart from movable adjustable tips say between 2004 
and 
 2006
 
 How can we implement such a think in 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

* 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] filter an array, write an array

2006-03-21 Thread Joan Tan










In the Flex Explorer example that comes
with the beta, there should be an example under Collections on
using the filter capabilities of Flex Collections. You can start from there.



Joan











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alan_a55
Sent: Tuesday, March 21, 2006 8:51
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] filter an
array, write an array





I have an XML file containing
my dataset (date,day,event,place), and 
I'd like to display a subset of the xml file,
depending on the 
selection criteria on the screen (a month at a
time). Obviously, I'm 
new to flex, and just learning what I can and
can't do. 

Also, any suggestions on how to write the XML file
back out to the 
server once I've done my edits to the dataset.

Any suggestions would be GREATLY
appreciated. Thanks.











--
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] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Ely Greenfield



Hi. In Flex 2, all of this functionality could be implemented as chart
extensions.  Building on different codebases makes it easier or harder
to do some specific things, so an implementaiton using flex would
probably be different in subtle ways, but yes, in general, you could
build this as chart extensions.

Ely.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of t_msreddy
Sent: Tuesday, March 21, 2006 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Google Finance in AJAX: Can we do this in Flex?

I just learnt about Google Finance. I think they implemented in AJAX

URL:
http://finance.google.com/finance?q=MSFTbtnG=Search

I was particularly pleased with the sliding bar at the top of the chart
used for zoom in/out. Can this be done in Flex? I know there is a
SlideBar component in Flex which can do that. But it is limited:

1. SlideBar component has only one movable sliding tip. In the google
chart that you see, there are two movable sliding tips.
2. SlideBar component can be used to filter data based on only one point
lets say 2004. In google finance chart, there is a movable sliding
window apart from movable adjustable tips say between 2004 and
2006

How can we implement such a think in 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



 




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

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

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

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




[flexcoders] Re: Accessing a custom cellrenderer

2006-03-21 Thread Doug Lowder
Plenty of ways to accomplish this; one way is to provide a click 
handler for your checkbox, and then set a property of the 
corresponding dataprovider item that you can then examine from 
another function.  Cell renderers automatically get passed 
references to some handy objects and functions that you can use.

var listOwner: MovieClip; // the reference to the list
var getCellIndex: Function; // the function we receive

function onCheckboxClicked(event) {
listOwner.dataProvider.getItemAt(
getCellIndex().itemIndex).isCheckboxSelected = 
event.target.selected;
}

Just add click=onCheckboxClicked(event) to your mx:CheckBox, and 
any function can then loop through your dataprovider's items 
examining the isCheckboxSelected property to determine the state of 
the checkbox.

Doug

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

 Hi,
 
 I have a simple cellrenderer in a List which contains a checkbox.
 
 I want to check through the list to see which items are checked.
 
 Here is the cellrenderer:
 
 ?xml version=1.0 encoding=utf-8?
 mx:HBox styleName=wizardContainer horizontalAlign=left 
 xmlns:mx=http://www.macromedia.com/2003/mxml; width=100% 
 height=100%
 mx:Script
 ![CDATA[
 var theLabel;
 var theData;
 function setValue(str:String, item:Object, sel:Boolean){
 theLabel = String(item.label);
 theData = Number(item.data);
 }
 ]]
 /mx:Script
 mx:Spacer width=5/
 mx:CheckBox width=20 id=siteSelected selected=false/
 mx:Text width=100% text={theLabel} 
 styleName=cellRendererText/
 /mx:HBox
 
 Here is the list:
 
 mx:List cellRenderer=components.WizardCell id=list2 
 width=100% height=100% 
 dataProvider={service.getMethod.result}/
 
 There is a Submit button below this which when clicked I want to 
 check through the list to see which items have been checked. Each 
 object in the list has a data and label attribute from the 
 dataProvider, ideally I would like to get an array of the data 
 attributes of those checked.
 
 Cheers,
 
 Iain








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

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

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

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




[flexcoders] Re: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Renaun Erickson
When I right-click it comes up as Flash Player, hmmm... AJAX and Flex
(FABridge?)  probaby not, Google wouldn't be using Flex2, but probably
a nice Flash app.

Renaun

--- In flexcoders@yahoogroups.com, Michael Schmalle
[EMAIL PROTECTED] wrote:

 Sorry to keep posting but, I just went back to that site. Correct me
if I am
 wrong but, That whole thing is in a Flash Player!
 
 Peace, Mike
 
 On 3/21/06, Michael Schmalle [EMAIL PROTECTED] wrote:
 
  PS,
 
  I wouldn't try to extend the SliderBar for something that complicated
  untill I get to see the source for the flex framework. No need to
reinvent
  the wheel by duplicating functionality that might have existing hooks
  allready. ;-)
 
  Peace, Mike
 
 
  On 3/21/06, Michael Schmalle [EMAIL PROTECTED] wrote:
  
   Hi,
  
   I could probably make a component like that in a couple of days. No,
   joke.
  
   Check out my blog;
  
   http://flex2components.com/f2cblog
  
   for some proto component examples. I made that Color chooser in
2 days.
  
   Peace, Mike
  
  
   On 3/21/06, Abdul Qabiz  [EMAIL PROTECTED] wrote:
   
 By writing custom componentsI am sure you can do the same
in Flex
may be more easily..
   
-abdul
   
On 3/21/06, t_msreddy  [EMAIL PROTECTED] wrote:
   
 I just learnt about Google Finance. I think they implemented
in AJAX
   
   
URL:
http://finance.google.com/finance?q=MSFTbtnG=Search
   
I was particularly pleased with the sliding bar at the top of the
chart used for zoom in/out. Can this be done in Flex? I know
there is
a SlideBar component in Flex which can do that. But it is limited:
   
1. SlideBar component has only one movable sliding tip. In the
google
chart that you see, there are two movable sliding tips.
2. SlideBar component can be used to filter data based on only one
point lets say 2004. In google finance chart, there is a movable
sliding window apart from movable adjustable tips say between
2004 and
2006
   
How can we implement such a think in 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
   
http://groups.yahoo.com/group/flexcoders/
   
   
   
   
   
   
   
   
 --
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
developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
 Computer
software
developmenthttp://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
 Software
design and
developmenthttp://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
  Macromedia
   
flexhttp://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
 Software
development best
practicehttp://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
 --
YAHOO! GROUPS LINKS
   
   
   -  Visit your group
flexcodershttp://groups.yahoo.com/group/flexcoders
   on the web.
   
   -  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED][EMAIL PROTECTED]
   
   -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service http://docs.yahoo.com/info/terms/.
   
   
 --
   
  
  
  
   --
   What goes up, does come down.
  
 
 
 
  --
  What goes up, does come down.
 
 
 
 
 --
 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 
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:

RE: [flexcoders] What is the basic flow of Flex?

2006-03-21 Thread Peter Farland
Is this for Flex 1.5 or Flex 2?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ryan Pieszak
Sent: Tuesday, March 21, 2006 6:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] What is the basic flow of Flex?

Hello again,

I'm very new to Flex, and I've spent the past few days just getting it
installed, but I'm having trouble fitting it into our development
environment.  All the sample apps make the assumption that you're
developing on the server, but we don't, and I can't get the apps to work
(and the online documentation is less than stellar).

Can somebody just give me a 1000ft view of the logic flow?

If I'm browsing to a .html page, when is the .mxml page utilized?
The .mxml page just tells the compiler how to build the .swf?
What is the purpose of the flex-enterprise-services.xml file and when is
it utilized?
What is the purpose of the endpoint ... / line in the xml file?

I really appreciate any help.  It's been a long few days trying to get
started, and I think some basic understanding would go a long way for
me.

Thanks all,
Ryan






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





[flexcoders] Re: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread t_msreddy
You are right Mike. I was fooled by another page in the same site 
which was in AJAX.

I saw your blog. Your component TEOTaskPane - TEOTaskList is mind-
blogging :) . You are the GEEE OHHH D of Flex :)

Do you plan to publish your code? 




--- In flexcoders@yahoogroups.com, Michael Schmalle 
[EMAIL PROTECTED] wrote:

 Hi,
 
 I could probably make a component like that in a couple of days. 
No, joke.
 
 Check out my blog;
 
 http://flex2components.com/f2cblog
 
 for some proto component examples. I made that Color chooser in 2 
days.
 
 Peace, Mike
 
 On 3/21/06, Abdul Qabiz [EMAIL PROTECTED] wrote:
 
  By writing custom componentsI am sure you can do the same in 
Flex may
  be more easily..
 
  -abdul
 
  On 3/21/06, t_msreddy  [EMAIL PROTECTED] wrote:
 
   I just learnt about Google Finance. I think they implemented 
in AJAX
 
  URL:
  http://finance.google.com/finance?q=MSFTbtnG=Search
 
  I was particularly pleased with the sliding bar at the top of the
  chart used for zoom in/out. Can this be done in Flex? I know 
there is
  a SlideBar component in Flex which can do that. But it is 
limited:
 
  1. SlideBar component has only one movable sliding tip. In the 
google
  chart that you see, there are two movable sliding tips.
  2. SlideBar component can be used to filter data based on only 
one
  point lets say 2004. In google finance chart, there is a movable
  sliding window apart from movable adjustable tips say between 
2004 and
  2006
 
  How can we implement such a think in 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
 
  http://groups.yahoo.com/group/flexcoders/
 
 
 
 
 
 
 
 
   --
  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 developmenthttp://groups.yahoo.com/gads?
t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=
Computer+software+developmentw3=Software+design+and+developmentw4=M
acromedia+flexw5=Software+development+best+practicec=5s=166.sig=L
-4QTvxB_quFDtMyhrQaHQ  Computer
  software developmenthttp://groups.yahoo.com/gads?
t=msk=Computer+software+developmentw1=Web+site+design+developmentw
2=Computer+software+developmentw3=Software+design+and+developmentw4
=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig
=lvQjSRfQDfWudJSe1lLjHw  Software
  design and developmenthttp://groups.yahoo.com/gads?
t=msk=Software+design+and+developmentw1=Web+site+design+development
w2=Computer+software+developmentw3=Software+design+and+development
w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.s
ig=1pMBCdo3DsJbuU9AEmO1oQ   Macromedia
  flexhttp://groups.yahoo.com/gads?
t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
tware+developmentw3=Software+design+and+developmentw4=Macromedia+fl
exw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZ
I36cYzBjw  Software
  development best practicehttp://groups.yahoo.com/gads?
t=msk=Software+development+best+practicew1=Web+site+design+developm
entw2=Computer+software+developmentw3=Software+design+and+developme
ntw4=Macromedia+flexw5=Software+development+best+practicec=5s=166
.sig=f89quyyulIDsnABLD6IXIw
   --
  YAHOO! GROUPS LINKS
 
 
 -  Visit your 
group flexcodershttp://groups.yahoo.com/group/flexcoders
 on the web.
 
 -  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]flexcoders-
[EMAIL PROTECTED]
 
 -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.
 
 
   --
 
 
 
 
 --
 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 
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: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Darron J. Schall
Renaun Erickson wrote:
 When I right-click it comes up as Flash Player, hmmm... AJAX and Flex
 (FABridge?)  probaby not, Google wouldn't be using Flex2, but probably
 a nice Flash app.

It's a Flash 7 app that uses the Flash JavaScript Integration Kit [1] to 
communicate between Flash/JavaScript.

-d

[1] http://osflash.org/flashjs



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

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

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

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





[flexcoders] Re: Dynamic Generation of DataGridColumns + rowRenderer

2006-03-21 Thread t_msreddy



I have some sample code in 1.5:

public static function buildPhasesDataGridColumns():Void {  Dumper.info("%%% buildPhasesDataGridColumns invoked");  var phasesVOArray : Array = ModelLocator.currentProject.phaseVOArray; ModelLocator.phasesDG.removeAllColumns(); for ( var i:Number=0; i phasesVOArray.length; i++ ) { var dgcNew = new mx.controls.gridclasses.DataGridColumn(); //now create the column var date : String = VirgilUtil.nextWeekEndDateStr(ModelLocator.currentProject.projectStartDate, i); dgcNew.width = Constants.WEEK_COLUMN_WIDTH * (Number(phasesVOArray[i].numWeeks));dgcNew.columnName = i + 1;dgcNew.headerText = phasesVOArray[i].phaseName + " " + i;dgcNew.headerRenderer = ui.PhasesColumnHeaderRenderer;ModelLocator.phasesDG.addColumn(dgcNew); //add the column to the dg Dumper.info("%%% Adding column at:" + (i)); } ModelLocator.phasesDG.width = Number(ModelLocator.currentProject.numWeeks) * 170;}


--- In flexcoders@yahoogroups.com, "jameskeepnews" [EMAIL PROTECTED] wrote: Hello. I am very new to Flex -- and we're running the 2.0 Beta now,  knowing that we'll have to migrate to it eventually -- and was never  an enterprise-class ActionScript developer in Flash anyway, so  forgive me if my two questions seem very simple to some of you.  Nevertheless, I haven't seen a satisfactory answer to either  question here, or anywhere else online.  First question -- how could I dynamically generate an array of  DataGridColumns? Suppose I have the following:   mx:DataGrid id="grid_01" mx:dataProvider{ someProvider }/mx:dataProvider  .  /mx:DataGrid   and, in place of those "dots," I'd want to have the following  results returned from "someProvider":   mx:columns mx:Array  mx:DataGridColumn columnName="gridcol_01" headerText="First  Column" textAlign="middle" / mx:DataGridColumn columnName="gridcol_02" headerText="Second  Column" textAlign="middle" / mx:DataGridColumn columnName="gridcol_03" headerText="Third  Column" textAlign="middle" / mx:DataGridColumn etc. /  /mx:Array /mx:columns   Could someone provide me with sample code for how to build out the  data provider so that those results might be returned?  Lastly, coming from a mouseDown/getURL sensibility in Flash, I'm a  little mystified by the way in which DataGrid cells -- or rows, in  my case -- can simply serve as links. In my case, I'd want a rolled- over row to call a different viewstack when clicked. Obviously, if  I'm generating the DataGrid dynamically, I won't have an automatic  reference to anything in my Datagrid within MXML. Also, I believe I  need to generate a cellRenderer to accomplish  a "stack.selectedChild=nameofstack" result for what is (to me) a  souped-up link. I've seen cellRenderer do impressive dynamic tricks,  EXCEPT linking to something! And, to reiterate, I'm looking to have  an entire row be a hyperlink, much as the DataGrid allows for a  rollover state for rows and would, from our users' perspective, be  seen as results of a search, arranged into a handy grid -- and rows  that should link to something else when clicked.  Any help that could be provided would be very much appreciated.  Thank you for your attention.  James






--
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] java.util.Map

2006-03-21 Thread dos dedos



just guessing ... but maybe there is no support yet in AS for Java map typelorejava [EMAIL PROTECTED] wrote: Hello, I have a reading problem when I use returned a java.utilMap from a Java class.   Follow my code:  Java class --   public Map getHashMap()  {  Map hm = new HashMap();  hm.put("HashMap1", "valore1");  hm.put("HashMap2", "valore2");  hm.put("HashMap3", "valore3");  return hm;  }   Flex Monitor result when i call my java method: --- [array] :  
 length[Number] : 0  In AS I call and read the method in this way:  remoteDataService.getHashMap().send; ... var stab:Object=event.result; txt.text="--" + stab[0].value;  What's wrong??? All?  Thanks for your next replies. Bye   
		Brings words and photos together (easily) with 
PhotoMail  - it's free and works with Yahoo! Mail.





--
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] Re: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Doug Lowder
Hi Ely,

I'm curious about the benefits of implementing these features as 
chart extensions as opposed to separate custom components.  
Specifically, in my case I have a custom component that can have its 
view type set to either chart or datagrid; both use the same 
dataprovider.  Another custom component has horizontal slider and 
scrollbar controls that operate on the dataprovider to allow zoom 
and scroll capability.  Implementation-wise, there is really nothing 
in common between these components.  Their parent container 
incorporates both the zoom-scroll control and the chart/grid 
component and sets their dataproviders to the same object.  Do you 
think this particular use case would be a good candidate for 
implementing as chart extensions?

Thanks,
Doug

--- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] 
wrote:

 
 
 
 Hi. In Flex 2, all of this functionality could be implemented as 
chart
 extensions.  Building on different codebases makes it easier or 
harder
 to do some specific things, so an implementaiton using flex would
 probably be different in subtle ways, but yes, in general, you 
could
 build this as chart extensions.
 
 Ely.
  
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of t_msreddy
 Sent: Tuesday, March 21, 2006 8:49 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Google Finance in AJAX: Can we do this in 
Flex?
 
 I just learnt about Google Finance. I think they implemented in 
AJAX
 
 URL:
 http://finance.google.com/finance?q=MSFTbtnG=Search
 
 I was particularly pleased with the sliding bar at the top of the 
chart
 used for zoom in/out. Can this be done in Flex? I know there is a
 SlideBar component in Flex which can do that. But it is limited:
 
 1. SlideBar component has only one movable sliding tip. In the 
google
 chart that you see, there are two movable sliding tips.
 2. SlideBar component can be used to filter data based on only one 
point
 lets say 2004. In google finance chart, there is a movable sliding
 window apart from movable adjustable tips say between 2004 and
 2006
 
 How can we implement such a think in 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








--
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: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Michael Schmalle




 I saw your blog. Your component TEOTaskPane - TEOTaskList is mind-
 blogging :) . You are the GEEE OHHH D of Flex :)

 Do you plan to publish your code?
Hey, unfortunatly I plan to sell them ;-) You gotta make a living
somwhere! But, I plan to help a lot of flex devs in the future though!@
So yes, free code will come but, after my kids can eat finally! :-)

Peace, Mike

PS, I took the TEODoc AS3/mxml document generator off the blog becasue, well I want to win a contest ;-)

On 3/21/06, Darron J. Schall [EMAIL PROTECTED] wrote:




Renaun Erickson wrote:
 When I right-click it comes up as Flash Player, hmmm... AJAX and Flex
 (FABridge?) probaby not, Google wouldn't be using Flex2, but probably
 a nice Flash app.

It's a Flash 7 app that uses the Flash _javascript_ Integration Kit [1] to 
communicate between Flash/_javascript_.

-d

[1] http://osflash.org/flashjs








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




  









-- 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] Re: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Ely Greenfield




Hi Doug. I think the devil is in the details. When I look at Google
finance's charts, I see a number of rendering and interaction points
that aren't built in to the existing flex charts. Specifically:

- multiple clickable, labled callout points.
- a hilight point on the line that maps to the current value at the
x-position of the cursor.
- on the top chart:
- inline labels at each year.
- desaturation of the area of the chart outside the filter range
- a slider/scrollbar embedded directly in the data area of the
chart, sized to match the filtered area.
- interactive draggable edges around the filter region.


All of these are integrated additions to the rendering and interaction
behavior of the chart. This type of functionality is best built as chart
extensions, since it's deeply integrated with what the chart does --
display and manipulation of data.

Another approach would be to implement this behavior through external
controls, as you describe below. This is a fine approach, and one that
is a lot easier to implement quickly.  Personally, I'm a big fan of
direct manipulation, so I like google's approach.  But there's a cost
associated with the deeper integration (namely, implementation cost), so
which approach is right for you really depends on your particular
project's parameters.

(It's worth mentioning that the benefit of building this type of
functionality as extensions on the flex charting platform is that they
could then be pretty broadly reusable across multiple projects and
charts).

Ely.



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Lowder
Sent: Tuesday, March 21, 2006 10:39 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Google Finance in AJAX: Can we do this in
Flex?

Hi Ely,

I'm curious about the benefits of implementing these features as chart
extensions as opposed to separate custom components.  
Specifically, in my case I have a custom component that can have its
view type set to either chart or datagrid; both use the same
dataprovider.  Another custom component has horizontal slider and
scrollbar controls that operate on the dataprovider to allow zoom and
scroll capability.  Implementation-wise, there is really nothing in
common between these components.  Their parent container incorporates
both the zoom-scroll control and the chart/grid component and sets their
dataproviders to the same object.  Do you think this particular use case
would be a good candidate for implementing as chart extensions?

Thanks,
Doug

--- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED]
wrote:

 
 
 
 Hi. In Flex 2, all of this functionality could be implemented as
chart
 extensions.  Building on different codebases makes it easier or
harder
 to do some specific things, so an implementaiton using flex would 
 probably be different in subtle ways, but yes, in general, you
could
 build this as chart extensions.
 
 Ely.
  
 
 -Original Message-
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of t_msreddy
 Sent: Tuesday, March 21, 2006 8:49 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Google Finance in AJAX: Can we do this in
Flex?
 
 I just learnt about Google Finance. I think they implemented in
AJAX
 
 URL:
 http://finance.google.com/finance?q=MSFTbtnG=Search
 
 I was particularly pleased with the sliding bar at the top of the
chart
 used for zoom in/out. Can this be done in Flex? I know there is a 
 SlideBar component in Flex which can do that. But it is limited:
 
 1. SlideBar component has only one movable sliding tip. In the
google
 chart that you see, there are two movable sliding tips.
 2. SlideBar component can be used to filter data based on only one
point
 lets say 2004. In google finance chart, there is a movable sliding 
 window apart from movable adjustable tips say between 2004 and
 2006
 
 How can we implement such a think in 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








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




[flexcoders] Re: Dynamic Generation of DataGridColumns + rowRenderer

2006-03-21 Thread Doug Lowder
The mouseDown/getURL portion is just the change event of the 
datagrid.

mx:DataGrid change=onRowSelected(event.target.selectedItem) /

The onRowSelected(row) function could then just call getURL with 
some property of the row data, e.g. row.url.  Just be sure to verify 
the row parameter first, since you will also get the change event if 
the user de-selects the row by ctrl-clicking.

Doug

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

 Hello. I am very new to Flex -- and we're running the 2.0 Beta 
now, 
 knowing that we'll have to migrate to it eventually -- and was 
never 
 an enterprise-class ActionScript developer in Flash anyway, so 
 forgive me if my two questions seem very simple to some of you. 
 Nevertheless, I haven't seen a satisfactory answer to either 
 question here, or anywhere else online.
 
 First question -- how could I dynamically generate an array of 
 DataGridColumns? Suppose I have the following:
 
 
 mx:DataGrid id=grid_01
mx:dataProvider{ someProvider }/mx:dataProvider
 
 .
 
 /mx:DataGrid
 
 
 and, in place of those dots, I'd want to have the following 
 results returned from someProvider:
 
 
 mx:columns
mx:Array
 
   mx:DataGridColumn columnName=gridcol_01 headerText=First 
 Column textAlign=middle /
   mx:DataGridColumn columnName=gridcol_02 
headerText=Second 
 Column textAlign=middle /
   mx:DataGridColumn columnName=gridcol_03 headerText=Third 
 Column textAlign=middle /
   mx:DataGridColumn etc. /
 
/mx:Array
 /mx:columns
 
 
 Could someone provide me with sample code for how to build out the 
 data provider so that those results might be returned?
 
 Lastly, coming from a mouseDown/getURL sensibility in Flash, I'm a 
 little mystified by the way in which DataGrid cells -- or rows, in 
 my case -- can simply serve as links. In my case, I'd want a 
rolled-
 over row to call a different viewstack when clicked. Obviously, if 
 I'm generating the DataGrid dynamically, I won't have an automatic 
 reference to anything in my Datagrid within MXML. Also, I believe 
I 
 need to generate a cellRenderer to accomplish 
 a stack.selectedChild=nameofstack result for what is (to me) a 
 souped-up link. I've seen cellRenderer do impressive dynamic 
tricks, 
 EXCEPT linking to something! And, to reiterate, I'm looking to 
have 
 an entire row be a hyperlink, much as the DataGrid allows for a 
 rollover state for rows and would, from our users' perspective, be 
 seen as results of a search, arranged into a handy grid -- and 
rows 
 that should link to something else when clicked.
 
 Any help that could be provided would be very much appreciated. 
 Thank you for your attention.
 
 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

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

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

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




[flexcoders] Re: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Doug Lowder
Great info; thanks for that.  I had really oversimplified in my mind 
what that top control was providing and how it could be implemented.


--- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] 
wrote:

 
 
 
 
 Hi Doug. I think the devil is in the details. When I look at Google
 finance's charts, I see a number of rendering and interaction 
points
 that aren't built in to the existing flex charts. Specifically:
 
 - multiple clickable, labled callout points.
 - a hilight point on the line that maps to the current value at the
 x-position of the cursor.
 - on the top chart:
   - inline labels at each year.
   - desaturation of the area of the chart outside the filter 
range
   - a slider/scrollbar embedded directly in the data area of 
the
 chart, sized to match the filtered area.
   - interactive draggable edges around the filter region.
 
 
 All of these are integrated additions to the rendering and 
interaction
 behavior of the chart. This type of functionality is best built as 
chart
 extensions, since it's deeply integrated with what the chart does -
-
 display and manipulation of data.
 
 Another approach would be to implement this behavior through 
external
 controls, as you describe below. This is a fine approach, and one 
that
 is a lot easier to implement quickly.  Personally, I'm a big fan of
 direct manipulation, so I like google's approach.  But there's a 
cost
 associated with the deeper integration (namely, implementation 
cost), so
 which approach is right for you really depends on your particular
 project's parameters.
 
 (It's worth mentioning that the benefit of building this type of
 functionality as extensions on the flex charting platform is that 
they
 could then be pretty broadly reusable across multiple projects and
 charts).
 
 Ely.
 
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Doug Lowder
 Sent: Tuesday, March 21, 2006 10:39 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Google Finance in AJAX: Can we do this in
 Flex?
 
 Hi Ely,
 
 I'm curious about the benefits of implementing these features as 
chart
 extensions as opposed to separate custom components.  
 Specifically, in my case I have a custom component that can have 
its
 view type set to either chart or datagrid; both use the same
 dataprovider.  Another custom component has horizontal slider and
 scrollbar controls that operate on the dataprovider to allow zoom 
and
 scroll capability.  Implementation-wise, there is really nothing in
 common between these components.  Their parent container 
incorporates
 both the zoom-scroll control and the chart/grid component and sets 
their
 dataproviders to the same object.  Do you think this particular 
use case
 would be a good candidate for implementing as chart extensions?
 
 Thanks,
 Doug
 
 --- In flexcoders@yahoogroups.com, Ely Greenfield egreenfi@
 wrote:
 
  
  
  
  Hi. In Flex 2, all of this functionality could be implemented as
 chart
  extensions.  Building on different codebases makes it easier or
 harder
  to do some specific things, so an implementaiton using flex 
would 
  probably be different in subtle ways, but yes, in general, you
 could
  build this as chart extensions.
  
  Ely.
   
  
  -Original Message-
  From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On
  Behalf Of t_msreddy
  Sent: Tuesday, March 21, 2006 8:49 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Google Finance in AJAX: Can we do this in
 Flex?
  
  I just learnt about Google Finance. I think they implemented in
 AJAX
  
  URL:
  http://finance.google.com/finance?q=MSFTbtnG=Search
  
  I was particularly pleased with the sliding bar at the top of the
 chart
  used for zoom in/out. Can this be done in Flex? I know there is 
a 
  SlideBar component in Flex which can do that. But it is limited:
  
  1. SlideBar component has only one movable sliding tip. In the
 google
  chart that you see, there are two movable sliding tips.
  2. SlideBar component can be used to filter data based on only 
one
 point
  lets say 2004. In google finance chart, there is a movable 
sliding 
  window apart from movable adjustable tips say between 2004 and
  2006
  
  How can we implement such a think in 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
 
 
 
 
 
 
 
 
 --
 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:

Re: [flexcoders] java.util.Map

2006-03-21 Thread jeremy lu




there's a newly-add flash.util.collection which should be able to handle java map.
check it out in beta2.
On 3/22/06, dos dedos [EMAIL PROTECTED] wrote:



just guessing ... but maybe there is no support yet in AS for Java map typelorejava 
[EMAIL PROTECTED] wrote: Hello, I have a reading problem when I use returned a java.utilMap from a
 Java class.   Follow my code:  Java class --   public Map getHashMap()  {  Map hm = new HashMap();  hm.put(HashMap1, valore1);
  hm.put(HashMap2, valore2);  hm.put(HashMap3, valore3);  return hm;  }   Flex Monitor result when i call my java method: ---
 [array] :  
 length[Number] : 0  In AS I call and read the method in this way:  remoteDataService.getHashMap().send; ... var stab:Object=event.result; txt.text=
-- + stab[0].value;  What's wrong??? All?  Thanks for your next replies. Bye   
		Brings words and photos together (easily) with 
PhotoMail  - it's free and works with Yahoo! Mail.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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




  















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








  
  
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] java.util.Map

2006-03-21 Thread Peter Farland






java.util.Map is supported in any version of Flex and 
the following should work in either 
version:

var 
stab:Object = event.result;for (var key:String in 
stab)
{
 txt.text = "--" + 
stab[key];
}
advanced

Are you using Flex 1.5 or Flex 2? 
The difference between Flex 1.5 and Flex 2 is that Map 
is returned as Object in Flex 2... where as in Flex 1.5 it was technically an 
Array with named keys, but behaved like an Object syntactically.There are 
round trip use cases where this causes issues so we moved back to Flex 1.0 rules 
for Map and thus they're returned as Object now. There is a property that can be 
on a channel-definition that allows the legacy rules for Map serialization to be 
restored.

/advanced


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of dos 
dedosSent: Tuesday, March 21, 2006 1:34 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] 
java.util.Map
just guessing ... but maybe there is no support yet in AS for Java 
map typelorejava [EMAIL PROTECTED] wrote:
Hello,I 
  have a reading problem when I use returned a java.utilMap from aJava 
  class. Follow my code:Java 
  class-- public Map 
  getHashMap() { Map hm 
  = new HashMap(); 
  hm.put("HashMap1", "valore1"); 
  hm.put("HashMap2", "valore2"); 
  hm.put("HashMap3", "valore3"); return 
  hm; } Flex Monitor result when i call my java 
  method:---[array] : 
  length[Number] : 0In AS I call and read the method in this 
  way:remoteDataService.getHashMap().send;...var 
  stab:Object=event.result;txt.text="--" + stab[0].value;What's 
  wrong??? All? Thanks for your next replies. 
Bye


Brings words and photos together (easily) withPhotoMail 
- it's free and works with Yahoo! Mail. 





--
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] Transitions Demo

2006-03-21 Thread Jonathan Miranda










http://labs.macromedia.com/flexproductline/videos/#/



So wheres the Transitions code since Flex 2 Beta 2 is
out J

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If you
are not the named addressee you should not disseminate, distribute, or copy this
e-mail. Please notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.











--
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] Login from ColdFusion page and initiate Flex Session

2006-03-21 Thread Ghislain Simard
I have a login in CFMX7.  Once logged in is successfull, a Flex apps is 
starting.  how to pass the session values from CF to Flex 1.5?

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

* 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 Beta 2 - Loader not loading SWF 100%

2006-03-21 Thread inawire
Hi

I just converted my app to Beta 2. Ran the conversion scripts, switch 
layout constraintes, changed LinkBar click to itemClick (that got 
me),worked through some new warnings that were not present before. 
Everything works fine now ... but (always a but)

I'm loading other Flex apps into a shell Flex app. I had the loaded 
apps expanding to fill 100% of the available space. The shell app has 
a top control panel, a bottom status bar and the rest is left to the 
following code (below) to fill out the middle. In Beta 1, the apps 
would load into the shell and expand to fit the available 
width/height. Now when I load the apps they come in as 500x375. The 
apps on their own fill the browser window. Also, if I set the apps to 
be say 600 wide, they will come in 600 wide (loader will expand to 
fit).

Something has changed, does anyone have any ideas?
Is this related to the issue:
Resize effect problems The Resize effect doesn't work with layout 
constraints. (from known issues)
If so is there a workaround?

Thanks 

Ross

-
Code from shell app that loads sub apps.
...
mx:HBox width=100% height=100% borderStyle=solid 
cornerRadius=5 styleName=colorPanel dropShadowEnabled=true 
horizontalGap=0
  mx:VBox width=100% height=100%
mx:Loader 
height=100%
width=100%
id=applet 
minHeight=400
minWidth=354
source={app} 
scaleContent=true  
complete=doneLoading()
showBusyCursor=true
/
  /mx:VBox
/mx:HBox
...





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

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

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

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





[flexcoders] Re: Uninstalling Flex 2.0 Beta 1 (for upgrade to Beta 2)

2006-03-21 Thread Ryan Pieszak
Upon further review... all the install logs for these packages have 
an entry stating the uninstaller install failed. Is there anyway 
around this? Do have I have reformat the machines, or will installing 
Beta 2 on top of Beta 1 still work?

--- In flexcoders@yahoogroups.com, Ryan Pieszak [EMAIL PROTECTED] 
wrote:

 Hello all,
 
 Here it says to simply use the Add/Remove programs to uninstall the 
 Beta 1 pieces: 
 
http://labs.macromedia.com/wiki/index.php/Flex:Install_Instructions#Un
in
 stalling
 
 ...but, I don't see any of them available for uninstall on the 
 Add/Remove screen.  Anybody else have this problem?
 
 Ryan








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

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

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

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




[flexcoders] Re: Runtime Shared Libraries (flex 2)

2006-03-21 Thread bussesven
Hi Roger,

first of all, thanks for that extensive reply. Great.

Unfortunately i would like to make a pure actionscript project 
without the mxml, because i wanna basically understand, how tings are 
working on the basis, before i start developing with mxml as black-
box.

So could you perhaps also describe this bootstrap process or show 
me a place, where i can find it myself?

That'd be great.

thanx in advance.

Sven

--- In flexcoders@yahoogroups.com, Roger Gonzalez [EMAIL PROTECTED] 
wrote:

 I apologize for not being able to give the walkthrough in terms of 
Flex
 Builder; I work on the lower level, so I'm going to talk in terms 
of the
 command line.  Hopefully you'll be able to translate.  You might 
want to
 walk through it using the low level tools anyway, because its hard 
to
 tweak project settings for experimentation like this.  I'm a big 
fan of
 using ant to automate a build when you get to the point where you're
 using RSLs.
 
 Anyway.
 
 The key insight in this is that a SWC is a library, and contains a 
SWF
 (runtime definitions) and some additional metadata (used by the 
compiler
 for dependency tracking, among other things).  SWCs are just 
zipfiles.
 You can look inside them.
 
 Your first step should be to figure out how to use SWCs for static
 linking, never mind RSLs.  Get a project set up to build a SWC, 
then get
 your app set up to use that SWC.
 
 Lets say you have an app with app.mxml, xyzzy.as, 
and plugh.as.
 
 project/src/app.mxml
 project/libsrc/xyzzy.as
 project/libsrc/plugh.as
 project/lib/
 project/bin/
 
 Normally, you might compile:
 
 % cd project/src
 % mxmlc -o=../bin/app.swf -actionscript-classpath+=../libsrc 
app.mxml
 
 which would pull in xyzzy and plugh via dependencies.  To convert 
this
 to use libraries, you might do:
 
 % cd project
 % compc -actionscript-classpath+=libsrc -o=lib/mylib.swc xyzzy plugh
 
 resulting in project/lib/mylib.swc
 
 To rebuild your app, you'd use:
 
 % cd project/src
 % mxmlc -o=../bin/app.swf -library-path+=../lib/mylib.swc app.mxml
 
 We're ready to recompile our application to use the RSL.  This is a 
bit
 complex at first glance, but that is because there are three 
dimensions.
 
 1) Tell the compiler to not link certain classes into your 
application.
 2) Get the RSL deployed so that it can be found and used at runtime.
 3) Tell the compiler to generate some extra stuff that loads your 
RSL.
 
 Lets just tackle #1 for the moment, and see where it leads us.
 
 % cd project/src
 % mxmlc -o=../bin/app.swf -external-library-path+=../lib/mylib.swc
 app.mxml
 
 If you run app.swf now, you'll get a RTE, because xyzzy 
and plugh
 aren't defined.  The external-library-path configuration option says
 compile against these libraries, but leave out every definition 
that
 they define.  There's a corresponding -externs option, if you 
wanted
 to do it class-by-class, but its generally a lot more convenient to 
do
 it this way.
 
 So, on to #2.  Lets get the RSL ready for use.
 
 Converting our SWC to a RSL is easy.  Its already halfway there, you
 just need to extract out the SWF inside, since the player doesn't
 understand SWCs.
 
 % cd project/lib
 % unzip mylib.swc library.swf
 % mv library.swf ../bin/myrsl.swf
 
 For convenience, I just renamed and moved the library SWF file down 
so
 that its in the same directory as the application SWF.  Honestly, 
half
 the battle for RSLs is just figuring out where to deploy things.
 
 Finally, lets recompile the application to use that RSL:
 
 % cd project/src
 % mxmlc -o=../bin/app.swf -external-library-path+=../lib/mylib.swc
 -runtime-shared-libraries=myrsl.swf app.mxml
 
 What this does is generate a SWF that will dynamically load the RSL
 before letting the application run.
 
 Make sense?
 
 (Note: there are a couple more steps involved if your main 
application
 is built in pure AS instead of MXML, because the code that does the 
RSL
 loading is actually inside your application's bootstrap class
 (normally a class derived from SystemManager for MXML apps).  In a 
pure
 AS app, you might not have a bootstrap class unless you go out of 
your
 way to use one.)
 
 -rg
 
  -Original Message-
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of bussesven
  Sent: Tuesday, March 21, 2006 6:05 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Runtime Shared Libraries (flex 2)
  
  Hi,
  
  i have a question concerning runtime shared libraries in Flex 
  2. I have 
  read through the documentation but i don't get it. Can 
  someone give me 
  an example on how rsl are created and used? I want to have a rsl 
that 
  holds some classes that i want to use in several other 
applications.
  
  How do i reference a class, that lies in a rsl? With the Embed 
tag?
  
  thank you
  
  
  
  
  
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  

[flexcoders] Gradient Fill bugs in Beta 1 and Beta 2

2006-03-21 Thread Scott Fanetti



There were several gradient fill bugs in Beta 1 - do any of you 
Macrodobe folks know if they have been fixed for Beta 3? I built a test 
harness to check if swfs with gradients could be embedded and I still 
cannot get them to transcode. Additionally, the as classes that feature 
an embed directive have a new error:

Definition of base class 'SkinSprite' not found

SkinSprite used to be in mx.core but I can't find it now. Any suggestions?

-- Thanks,Scott FanettiSoftware EngineerFairfield Language TechnologiesRosettastone.com[EMAIL PROTECTED]
[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








  
  
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] Re: Dynamic Generation of DataGridColumns + rowRenderer

2006-03-21 Thread jeffrey_lage
great!  couple of questions:

ModelLocator, is that a utlity that you have created to locate a component by 
it's ID?
What/when do you hook into this method to set the columns on the datagrid?  i 
assume it 
needs to be done before the data is actually loaded into it?

thanks!

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

 I have some sample code in 1.5:   public static function
 buildPhasesDataGridColumns():Void
{
   Dumper.info(%%% buildPhasesDataGridColumns invoked);
   var phasesVOArray : Array =
 ModelLocator.currentProject.phaseVOArray;
 
  ModelLocator.phasesDG.removeAllColumns();
  for ( var i:Number=0; i phasesVOArray.length; i++ )  {
   var dgcNew = new mx.controls.gridclasses.DataGridColumn(); //now
 create the column
  var date : String =
 VirgilUtil.nextWeekEndDateStr(ModelLocator.currentProject.projectStartDa\
 te, i);
 dgcNew.width = Constants.WEEK_COLUMN_WIDTH *
 (Number(phasesVOArray[i].numWeeks));
dgcNew.columnName = i + 1;
 dgcNew.headerText = phasesVOArray[i].phaseName +   +  i;
 dgcNew.headerRenderer = ui.PhasesColumnHeaderRenderer;
 ModelLocator.phasesDG.addColumn(dgcNew); //add the column to the dg
Dumper.info(%%% Adding column at: + (i));
  }
  ModelLocator.phasesDG.width =
 Number(ModelLocator.currentProject.numWeeks) * 170;
 }
 --- In flexcoders@yahoogroups.com, jameskeepnews jkeepnews@
 wrote:
 
  Hello. I am very new to Flex -- and we're running the 2.0 Beta now,
  knowing that we'll have to migrate to it eventually -- and was never
  an enterprise-class ActionScript developer in Flash anyway, so
  forgive me if my two questions seem very simple to some of you.
  Nevertheless, I haven't seen a satisfactory answer to either
  question here, or anywhere else online.
 
  First question -- how could I dynamically generate an array of
  DataGridColumns? Suppose I have the following:
 
 
  mx:DataGrid id=grid_01
  mx:dataProvider{ someProvider }/mx:dataProvider
 
  .
 
  /mx:DataGrid
 
 
  and, in place of those dots, I'd want to have the following
  results returned from someProvider:
 
 
  mx:columns
  mx:Array
 
  mx:DataGridColumn columnName=gridcol_01 headerText=First
  Column textAlign=middle /
  mx:DataGridColumn columnName=gridcol_02 headerText=Second
  Column textAlign=middle /
  mx:DataGridColumn columnName=gridcol_03 headerText=Third
  Column textAlign=middle /
  mx:DataGridColumn etc. /
 
  /mx:Array
  /mx:columns
 
 
  Could someone provide me with sample code for how to build out the
  data provider so that those results might be returned?
 
  Lastly, coming from a mouseDown/getURL sensibility in Flash, I'm a
  little mystified by the way in which DataGrid cells -- or rows, in
  my case -- can simply serve as links. In my case, I'd want a rolled-
  over row to call a different viewstack when clicked. Obviously, if
  I'm generating the DataGrid dynamically, I won't have an automatic
  reference to anything in my Datagrid within MXML. Also, I believe I
  need to generate a cellRenderer to accomplish
  a stack.selectedChild=nameofstack result for what is (to me) a
  souped-up link. I've seen cellRenderer do impressive dynamic tricks,
  EXCEPT linking to something! And, to reiterate, I'm looking to have
  an entire row be a hyperlink, much as the DataGrid allows for a
  rollover state for rows and would, from our users' perspective, be
  seen as results of a search, arranged into a handy grid -- and rows
  that should link to something else when clicked.
 
  Any help that could be provided would be very much appreciated.
  Thank you for your attention.
 
  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

* 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] Cairgnorm beta release?

2006-03-21 Thread Oriol Gual



Just one more point, I've tried the Cairngorm login example, and after changing the namespaces to http://www.adobe.com/2006/mxml, I can compile but I get this error:Implicit coercion of a value with static type '
mx.core:UIComponent' to a possibly unrelated type 'mx.core:Container' in line 68, which is:mx:ViewStack id=appView selectedChild={ getView( model.workflowState ) }If look at it, and viewstack has no selectedChild propertie, so if I change it to: selectedIndex={ 
model.workflowState } it works. My question is, how should it be if I want to return a view instead of an int?Thanks,Oriol.






--
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] Re: What is the basic flow of Flex?

2006-03-21 Thread Ryan Pieszak
Sorry, it's for Flex 2.  And I'm talking specifically about 
ColdFusion and Flex integration.  Thanks.

--- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] 
wrote:

 Is this for Flex 1.5 or Flex 2?
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Ryan Pieszak
 Sent: Tuesday, March 21, 2006 6:33 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] What is the basic flow of Flex?
 
 Hello again,
 
 I'm very new to Flex, and I've spent the past few days just getting 
it
 installed, but I'm having trouble fitting it into our development
 environment.  All the sample apps make the assumption that you're
 developing on the server, but we don't, and I can't get the apps to 
work
 (and the online documentation is less than stellar).
 
 Can somebody just give me a 1000ft view of the logic flow?
 
 If I'm browsing to a .html page, when is the .mxml page utilized?
 The .mxml page just tells the compiler how to build the .swf?
 What is the purpose of the flex-enterprise-services.xml file and 
when is
 it utilized?
 What is the purpose of the endpoint ... / line in the xml file?
 
 I really appreciate any help.  It's been a long few days trying to 
get
 started, and I think some basic understanding would go a long way 
for
 me.
 
 Thanks all,
 Ryan
 
 
 
 
 
 
 --
 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] Re: Accessing a custom cellrenderer

2006-03-21 Thread Tracy Spratt










To summarize, dont try to access
the rendered controls directly. Instead, have the cell renderer update the dataProvider,
then loop over the dataProvider to make your selected array.



Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of t_msreddy
Sent: Tuesday, March 21, 2006 9:17
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
Accessing a custom cellrenderer







Look at the code below and try in similar lines in your cellRenderer
file:











var rowIndex : Number;
var columnIndex : Number;

var getCellIndex : Function; // the function we receive from the list
vargetDataLabel : Function; // the function we receive from the
list

function setValue( str:String, item:Object, sel:Boolean ) {
//Dumper.info(@@This cell belongs to: + str);

if(rowIndex == undefined || columnIndex == undefined)
{
rowIndex = getCellIndex().itemIndex;
columnIndex = getCellIndex().columnIndex;
}
var projectMemberVO : ProjectMemberVO = ProjectMemberVO(item);
var projectMemberWeekArray : Array =
projectMemberVO.projectMemberWeekArray;
if(!isNaN(Number(projectMemberWeekArray[columnIndex].forecastHours))
 Number(projectMemberWeekArray[columnIndex].forecastHours) != 0) 
{
//Dumper.info(projectMemberWeekArray[columnIndex].forecastHours
setting to weekHoursForecast.text);
weekHoursForecast.text = projectMemberWeekArray[columnIndex].forecastHours;
} else
{
weekHoursForecast.text = ;
}


}

function updateWeekHoursDataProvider()
{
if (!isNaN(weekHoursForecast.text))
{
ModelLocator.currentProject.projectTeamVO.projectMembersArray[rowIndex].projectMemberWeekArray[columnIndex].forecastHours
= weekHoursForecast.text;
}

}
























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

 Hi,
 
 I have a simple cellrenderer in a List which contains a checkbox.
 
 I want to check through the list to see which items are checked.
 
 Here is the cellrenderer:
 
 ?xml version=1.0 encoding=utf-8?
 mx:HBox styleName=wizardContainer
horizontalAlign=left 
 xmlns:mx=http://www.macromedia.com/2003/mxml width=100%

 height=100%
 mx:Script
 ![CDATA[
 var theLabel;
 var theData;
 function setValue(str:String, item:Object, sel:Boolean){
 theLabel = String(item.label);
 theData = Number(item.data);
 }
 ]]
 /mx:Script
 mx:Spacer width=5/
 mx:CheckBox width=20 id=siteSelected
selected=false/
 mx:Text width=100% text={theLabel} 
 styleName=cellRendererText/
 /mx:HBox
 
 Here is the list:
 
 mx:List cellRenderer=components.WizardCell
id=list2 
 width=100% height=100% 
 dataProvider={service.getMethod.result}/
 
 There is a Submit button below this which when clicked I want to 
 check through the list to see which items have been checked. Each 
 object in the list has a data and label attribute from the 
 dataProvider, ideally I would like to get an array of the data 
 attributes of those checked.
 
 Cheers,
 
 Iain












--
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: WebService vs. RemoteObject ??

2006-03-21 Thread Tracy Spratt
And don't overlook HTTPService.  Any server side technology that can
build an xml string and pass it back in the response can be used for an
HTTPService data source.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Renaun Erickson
Sent: Tuesday, March 21, 2006 10:39 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: WebService vs. RemoteObject ??

The quick answer,
WebService uses the SOAP specification to transfer data.  This is a
xml based specification that was created so people could expose their
API to others on a common ground.  (Its a specification so how its
actually implemented across Java, .NET, PHP, etc... can be different,
especially the charset encodings).
http://www.w3.org/TR/soap/

RemoteObject is a Adobe/Macromedia data transfer format.  It uses a
binary format created by Macromedia called Actiom Message Format
(AMF).  Because it is not wrapped in XML it is a leaner method of
transfering data, but its only specific to Macromedia.  

The nice thing about ColdFusion is that you can use CFC's and get a
WebService and RemoteObject compatible object with out change any code.

Its a quick answer, there is quite a few details I left out.  And you
can search the archives for a discusion of WebServices vs RemoteObject
that we had here last year some time.

Renaun


--- In flexcoders@yahoogroups.com, Ryan Pieszak [EMAIL PROTECTED]
wrote:

 Greetings all,
 
 I'm brand-spankin' new to Flex, and I'm really pumped to be learning
it 
 as it seems very powerful.  I'm in the process of digging through some

 sample apps, and I noticed that some use mx:WebService and some use 
 mx:RemoteObject... can somebody explain the difference to me?
 
 Thanks..
 Ryan







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




[flexcoders] Re: Dynamic Generation of DataGridColumns + rowRenderer

2006-03-21 Thread t_msreddy



The function that I posted here is a part of some Helper class. In order to operate on the datagrid defined in MXML you can save the reference of the datagrid liek this (there are umpteen ways of doing this )

mx:VBox initialize="init()"
function init()
{
 ModelLocator.myDG = this.myDG;
 Helper.buildPhasesDataGridColumns(); //This is how you need to hook this up.
}
mx:DataGrid id="myDG" /
/mx:VBox
You can hookup in during initialization of the Component or when the dataProvider changes (assuming number of columns in Datagrid depend on the DataProvider). You can call this whenever you want.





Once you save the reference, since Flex works on the pass-by-reference model when you update the reference it updates your original datagrid.




--- In flexcoders@yahoogroups.com, "jeffrey_lage" [EMAIL PROTECTED] wrote: great! couple of questions:  ModelLocator, is that a utlity that you have created to locate a component by it's ID? What/when do you hook into this method to set the columns on the datagrid? i assume it  needs to be done before the data is actually loaded into it?  thanks!  --- In flexcoders@yahoogroups.com, "t_msreddy" t_msreddy@ wrote:   I have some sample code in 1.5: public static function  buildPhasesDataGridColumns():Void  {  Dumper.info("%%% buildPhasesDataGridColumns invoked");  var phasesVOArray : Array =  ModelLocator.currentProject.phaseVOArray;ModelLocator.phasesDG.removeAllColumns();  for ( var i:Number=0; i phasesVOArray.length; i++ ) {  var dgcNew = new mx.controls.gridclasses.DataGridColumn(); //now  create the column  var date : String =  VirgilUtil.nextWeekEndDateStr(ModelLocator.currentProject.projectStartDa\  te, i);  dgcNew.width = Constants.WEEK_COLUMN_WIDTH *  (Number(phasesVOArray[i].numWeeks));  dgcNew.columnName = i + 1;  dgcNew.headerText = phasesVOArray[i].phaseName + " " + i;  dgcNew.headerRenderer = ui.PhasesColumnHeaderRenderer;  ModelLocator.phasesDG.addColumn(dgcNew); //add the column to the dg  Dumper.info("%%% Adding column at:" + (i));  }  ModelLocator.phasesDG.width =  Number(ModelLocator.currentProject.numWeeks) * 170;  }  --- In flexcoders@yahoogroups.com, "jameskeepnews" jkeepnews@  wrote: Hello. I am very new to Flex -- and we're running the 2.0 Beta now,   knowing that we'll have to migrate to it eventually -- and was never   an enterprise-class ActionScript developer in Flash anyway, so   forgive me if my two questions seem very simple to some of you.   Nevertheless, I haven't seen a satisfactory answer to either   question here, or anywhere else online. First question -- how could I dynamically generate an array of   DataGridColumns? Suppose I have the following:   mx:DataGrid id="grid_01"   mx:dataProvider{ someProvider }/mx:dataProvider . /mx:DataGrid   and, in place of those "dots," I'd want to have the following   results returned from "someProvider":   mx:columns   mx:Array mx:DataGridColumn columnName="gridcol_01" headerText="First   Column" textAlign="middle" /   mx:DataGridColumn columnName="gridcol_02" headerText="Second   Column" textAlign="middle" /   mx:DataGridColumn columnName="gridcol_03" headerText="Third   Column" textAlign="middle" /   mx:DataGridColumn etc. / /mx:Array   /mx:columns   Could someone provide me with sample code for how to build out the   data provider so that those results might be returned? Lastly, coming from a mouseDown/getURL sensibility in Flash, I'm a   little mystified by the way in which DataGrid cells -- or rows, in   my case -- can simply serve as links. In my case, I'd want a rolled-   over row to call a different viewstack when clicked. Obviously, if   I'm generating the DataGrid dynamically, I won't have an automatic   reference to anything in my Datagrid within MXML. Also, I believe I   need to generate a cellRenderer to accomplish   a "stack.selectedChild=nameofstack" result for what is (to me) a   souped-up link. I've seen cellRenderer do impressive dynamic tricks,   EXCEPT linking to something! And, to reiterate, I'm looking to have   an entire row be a hyperlink, much as the DataGrid allows for a   rollover state for rows and would, from our users' perspective, be   seen as results of a search, arranged into a handy grid -- and rows   that should link to something else when clicked. Any help that could be provided would be very much appreciated.   Thank you for your attention. James   






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

  1   2   >