Re: [flexcoders] Macromedia's Sho Kuwamoto says he put sample code on flex2 site but it's not there

2005-10-18 Thread Muzak
If you're referring to the Flickr demo, the source is at the bottom of this 
page:
http://labs.macromedia.com/wiki/index.php/Showcase

Muzak

- Original Message - 
From: "Robert Thompson" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 19, 2005 4:26 AM
Subject: [flexcoders] Macromedia's Sho Kuwamoto says he put sample code on 
flex2 site but it's not there


> Sho Kuwamoto, from Macromedia, gives a great intro. to
> Flex Buildeer 2 in his demo and says at the end he put
> the demo code on the site, but it's not anywhere to be
> found as far as I can see.
>
> I think his demo is just excellent as an intro. as a
> quick starter for FB2.  If anyone knows where that
> sample code is, and/or if anyone else is working with
> the Flickr API, I'd be very interested in seeing
> sample code as I'm focusing on Flex2 for my skills.
> Ordered Studio 8 today and am working with the Alpha
> now.




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

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

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

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

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






[flexcoders] Akamai Edge Servers

2005-10-18 Thread Robert Thompson
I've been reading up on Akamai lately for a potential
contract, and I noticed they had some announcements on
support of Flash.

I know their Edge Server logic works through J2EE
middle-tiers...If anyone is working with this and has
more information on how to get an test-bed up and
running I'd appreciate it.  Does anyone know if there
is a .Net solution for the logic between the primary
server and the Akamai Edge Servers?




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


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

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

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

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

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





[flexcoders] Macromedia's Sho Kuwamoto says he put sample code on flex2 site but it's not there

2005-10-18 Thread Robert Thompson
Sho Kuwamoto, from Macromedia, gives a great intro. to
Flex Buildeer 2 in his demo and says at the end he put
the demo code on the site, but it's not anywhere to be
found as far as I can see.

I think his demo is just excellent as an intro. as a
quick starter for FB2.  If anyone knows where that
sample code is, and/or if anyone else is working with
the Flickr API, I'd be very interested in seeing
sample code as I'm focusing on Flex2 for my skills. 
Ordered Studio 8 today and am working with the Alpha
now.

-r

--- JesterXL <[EMAIL PROTECTED]> wrote:

> Track as menu will "fix" those buttons that get an
> onRelease with no initial 
> onPress.  However, since onPress and onRelease isn't
> used, mouseUp and down, 
> in Flex 1.5, is controlled by hit testing a
> movieclip on _root; if you don't 
> move the mouse, but the UI does, it doesn't know
> whats under you until the 
> last time you moved.
> 
> Have to check in 2.
> 
> - Original Message - 
> From: "Tracy Spratt" <[EMAIL PROTECTED]>
> To: 
> Sent: Tuesday, October 18, 2005 7:52 PM
> Subject: RE: [flexcoders] Flex 1.5
> mx.events.LowLevelEvents bug(99911) 
> addition
> 
> 
> That sounds like this below, from the faq:
> ***
> 17. Sometimes, if I don't move the mouse, "click"
> and "mouseDown" don't
> work.
> This is a focus issue with the Flash Player, usually
> when the UI changes
> "underneath" the mouse pointer, as in a ViewStack
> navigation where the
> buttons are in the same screen location.
> 
> A work around is to add this property to the button
> tag:
> 
> trackAsMenu="true"
> ***
> 
> So I suspect/hope it is fixed in 2.0.
> Tracy
> 
> -Original Message-
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Tuesday, October 18, 2005 7:15 PM
> To: Flexcoders
> Subject: [flexcoders] Flex 1.5
> mx.events.LowLevelEvents bug(99911)
> addition
> 
> Before I log this, wanted to make sure my logic is
> correct.
> 
> - I have a VBox full of dynamically created children
> (via createChild).
> - those children have the ability to change their
> index by clicking on
> up
> and down arrow buttons
> - clicking the button causes the parent to call
> setChildIndex to adjust
> the
> index up or down
> - this calls layoutChildren, which in turn
> re-positions the children...
> BUT
> does not update the _mouseTracker that is created
> via
> mx.events.LowLevelEvents
> - if you click again, the mouseUp event still thinks
> the same child is
> the
> target, and thus dispatches this in mouseUp evnets.
> 
> Naturally, moving your mouse after clicking fixes it
> because onMouseMove
> 
> gets called twice.
> 
> What I did to fix it so you don't have to move your
> mouse is to
> immediately
> call
> mx.events.LowLevelEvents.onMouseMove twice after
> setChildIndex.
> 
> Works like a charm, but man, that was HARD to
> find...!
> 
> Is it a confirmed bug and should I file?
> 
> --JesterXL
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ:
>
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ:
>
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/


 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] flexcoders] Macromedia's Sho Kuwamoto says he put sample code on flex2 site but it's not there

2005-10-18 Thread Robert Thompson
Sho Kuwamoto, from Macromedia, gives a great intro. to
Flex Buildeer 2 in his demo and says at the end he put
the demo code on the site, but it's not anywhere to be
found as far as I can see.

I think his demo is just excellent as an intro. as a
quick starter for FB2.  If anyone knows where that
sample code is, and/or if anyone else is working with
the Flickr API, I'd be very interested in seeing
sample code as I'm focusing on Flex2 for my skills. 
Ordered Studio 8 today and am working with the Alpha
now.

-r

--- JesterXL <[EMAIL PROTECTED]> wrote:

> Track as menu will "fix" those buttons that get an
> onRelease with no initial 
> onPress.  However, since onPress and onRelease isn't
> used, mouseUp and down, 
> in Flex 1.5, is controlled by hit testing a
> movieclip on _root; if you don't 
> move the mouse, but the UI does, it doesn't know
> whats under you until the 
> last time you moved.
> 
> Have to check in 2.
> 
> - Original Message - 
> From: "Tracy Spratt" <[EMAIL PROTECTED]>
> To: 
> Sent: Tuesday, October 18, 2005 7:52 PM
> Subject: RE: [flexcoders] Flex 1.5
> mx.events.LowLevelEvents bug(99911) 
> addition
> 
> 
> That sounds like this below, from the faq:
> ***
> 17. Sometimes, if I don't move the mouse, "click"
> and "mouseDown" don't
> work.
> This is a focus issue with the Flash Player, usually
> when the UI changes
> "underneath" the mouse pointer, as in a ViewStack
> navigation where the
> buttons are in the same screen location.
> 
> A work around is to add this property to the button
> tag:
> 
> trackAsMenu="true"
> ***
> 
> So I suspect/hope it is fixed in 2.0.
> Tracy
> 
> -Original Message-
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Tuesday, October 18, 2005 7:15 PM
> To: Flexcoders
> Subject: [flexcoders] Flex 1.5
> mx.events.LowLevelEvents bug(99911)
> addition
> 
> Before I log this, wanted to make sure my logic is
> correct.
> 
> - I have a VBox full of dynamically created children
> (via createChild).
> - those children have the ability to change their
> index by clicking on
> up
> and down arrow buttons
> - clicking the button causes the parent to call
> setChildIndex to adjust
> the
> index up or down
> - this calls layoutChildren, which in turn
> re-positions the children...
> BUT
> does not update the _mouseTracker that is created
> via
> mx.events.LowLevelEvents
> - if you click again, the mouseUp event still thinks
> the same child is
> the
> target, and thus dispatches this in mouseUp evnets.
> 
> Naturally, moving your mouse after clicking fixes it
> because onMouseMove
> 
> gets called twice.
> 
> What I did to fix it so you don't have to move your
> mouse is to
> immediately
> call
> mx.events.LowLevelEvents.onMouseMove twice after
> setChildIndex.
> 
> Works like a charm, but man, that was HARD to
> find...!
> 
> Is it a confirmed bug and should I file?
> 
> --JesterXL
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ:
>
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ:
>
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/


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

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

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

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

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





[flexcoders] Does anyone know how to update a datagrid cell once it is set?

2005-10-18 Thread Dan Plesse
Does anyone know how to update a datagrid cell once set?

The data is inside a combo inside a datagrid 

// code I use to init the ComboBox Cell 
private function initCellRenderer() : Void {
var sourceArray = [ "varchar", "smallint", "tinyint", "int", "money",
"float", "datetime", "text"]; 
ComboBoxCellRenderer.dataProvider = sourceArray;
  }

If I can't update this just say so. Thanks Dan 




--- In flexcoders@yahoogroups.com, "Dan Plesse" <[EMAIL PROTECTED]> wrote:
>
> I want to change the data in the cell’s comboBox to other database
> datatypes.  
> 
> So I tried this 
> 
> var dp = new mx.central.data.DataProviderClass();
> dp.addItem({dataType:"tinyInt", dataType:"Double"});
> ComboBoxCellRenderer.setDataProvider(dp);
>  
> Error message:
> There is no method with the name 'setDataProvider'
> 
> And this 
> 
> var dp = new mx.central.data.DataProviderClass();
>  dp.addItem({dataType:"tinyInt", dataType:"Double"});
>  ComboBoxCellRenderer.dataProvider = dp;
> 
> No error
> 
> And This: 
> 
> var dp = new mx.central.data.DataProviderClass();
>  dp.addItem({dataType:"tinyInt", dataType:"Double"});
>  ComboBoxCellRenderer.dataProvider.setDataProvider(dp);
> 
> No error: 
> 
> Also where do I get the this control? 
> import com.iterationtwo.cairngorm.control.*;
>






 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] Flex 1.5 mx.events.LowLevelEvents bug(99911) addition

2005-10-18 Thread Tracy Spratt
That sounds like this below, from the faq:
***
17. Sometimes, if I don't move the mouse, "click" and "mouseDown" don't
work.
This is a focus issue with the Flash Player, usually when the UI changes
"underneath" the mouse pointer, as in a ViewStack navigation where the
buttons are in the same screen location.

A work around is to add this property to the button tag:

trackAsMenu="true"
***

So I suspect/hope it is fixed in 2.0.
Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Tuesday, October 18, 2005 7:15 PM
To: Flexcoders
Subject: [flexcoders] Flex 1.5 mx.events.LowLevelEvents bug(99911)
addition

Before I log this, wanted to make sure my logic is correct.

- I have a VBox full of dynamically created children (via createChild).
- those children have the ability to change their index by clicking on
up 
and down arrow buttons
- clicking the button causes the parent to call setChildIndex to adjust
the 
index up or down
- this calls layoutChildren, which in turn re-positions the children...
BUT 
does not update the _mouseTracker that is created via 
mx.events.LowLevelEvents
- if you click again, the mouseUp event still thinks the same child is
the 
target, and thus dispatches this in mouseUp evnets.

Naturally, moving your mouse after clicking fixes it because onMouseMove

gets called twice.

What I did to fix it so you don't have to move your mouse is to
immediately 
call
mx.events.LowLevelEvents.onMouseMove twice after setChildIndex.

Works like a charm, but man, that was HARD to find...!

Is it a confirmed bug and should I file?

--JesterXL





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



 







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

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

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

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

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






[flexcoders] Presentation url (how many it costs "flex server")

2005-10-18 Thread Robert Thompson



It sounds like below you are talking about a online presentation of the technology.
 
Do you happen to have the URL -- I find Macromedia's presentations very good and would like to see this.Manish Jethani <[EMAIL PROTECTED]> wrote:
On 10/7/05, Sho Kuwamoto <[EMAIL PROTECTED]> wrote:> "very soon you may not need one" might be overstating it a bit. :-)Ouch.  Man, I was _so wrong_.  I just attended Christophe's "DataServices" session and I'm like, wow, this is fantastic!  *drool*
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





--
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] RemoteObject call to POJO on JRUN

2005-10-18 Thread Jeremy Crane











 

Here are the results from the JRun sniffer
when clicking the button that calls my Remote Object:

 

 

==

Listen Port:
8103

Target Host: 127.0.0.1

Target Port:
8102

 Request 

POST
/OBC/amfgateway/UserAccess HTTP/1.1

Host: 127.0.0.1

User-Agent: Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7

Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5

Accept-Language:
en-us,en;q=0.5

Accept-Encoding:
gzip,deflate

Accept-Charset:
ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 300

Connection: keep-alive

Cookie:
JSESSIONID=54A2A7DCDE3B1693FA7C0BE633681996;
JSESSIONID=54A2A7DCDE3B1693FA7C0BE633681996

Content-type:
application/x-amf

Content-length: 158

 

__amf_server_debug___

coldfusion___

amfheadersamf___
httpheaders___    recordseterrortrace_debug UserAccess.qryUsers__/1

 Response 

HTTP/1.0 200 OK

Date: Tue, 18 Oct 2005
23:12:21 GMT

Content-Type:
application/x-amf

Content-Length: 1631

Server: JRun Web Server

 

___
/1/onStatus__null___code___SERVER.PROCESSING__level___error__type__+flashgateway.adapter.NoSuchServiceException_
description__oService threw an exception during method invocation: No service
named UserAccess is known to Flash Remoting MX._
details__Vflashgateway.adapter.NoSuchServiceException: No service named
UserAccess is known to Flash Remoting MX.

  at
flashgateway.filter.AdapterFilter.invoke(AdapterFilter.java:251)

  at
flashgateway.filter.SecurityFilter.invoke(SecurityFilter.java:85)

  at
flashgateway.filter.LicenseFilter.invoke(LicenseFilter.java:58)

  at
flashgateway.filter.ErrorFilter.invoke(ErrorFilter.java:44)

  at
flashgateway.filter.LogFilter.invoke(LogFilter.java:43)

  at
flashgateway.filter.BatchProcessFilter.invoke(BatchProcessFilter.java:63)

  at
flashgateway.filter.DebugFilter.invoke(DebugFilter.java:38)

  at
flashgateway.filter.SerializationFilter.invoke(SerializationFilter.java:59)

  at
flashgateway.Gateway.invoke(Gateway.java:194)

  at
flashgateway.controller.GatewayServlet.service(GatewayServlet.java:56)

  at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

  at
jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)

  at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)

  at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)

  at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)

  at
jrun.servlet.http.WebService.invokeRunnable(WebService.java:168)

  at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)

  at
jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

__    

==

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Farland
Sent: Tuesday, October 18, 2005
4:36 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
RemoteObject call to POJO on JRUN



 

I think JRun has a sniffer.exe in the main
jrun bin directory that you could use...

 

I think you would have to methodically
track down what URLs are being used at compile time, what URLs are being used
to host the SWF, what URLs are being used to make data requests. Without
detailed info I can't suggest more than that as it seems that what you're doing
in terms of RemoteObject is fine (as per it working on Tomcat).

 







From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Crane
Sent: Sunday, October 16, 2005
9:51 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
RemoteObject call to POJO on JRUN

Here is the mapping I have for the
AMFGatewayServlet in my flex servers /WEB-INF/web.xml file:

 



    

   
AMFGatewayServlet

   
/amfgateway/*

   


 

As for using a sniffer, NO I haven’t
tried using one.  How might I go about it, what program should I
use…?

 

Also, I have since installed Tomcat and
copied the server I had setup on JRun onto it and “magically” it is
working!  Now, since we know it is not my code or the flex-config.xml
configuration that it must be JRun and/or a conflict with coldfusion. 
I’m not sure how to resolve this issue, and am pretty pissed and
frustrated having found out that everything I needed to do to get my remote
java classes to work was correct.  I would like to still figure out what
the issue is with JRun problem.

 

Thanks,

Jeremy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Farland
Sent: Sunday, October 16, 2005
6:05 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
RemoteObject call to POJO on JRUN



 

Are you sure that /amfgateway is mapped to
your Flex AMF GatewayServlet in /WEB-INF/web.xml and not a coldfusion one? Have
you used a sniffer to try and watch where your SWF is trying to call - i.e.
tra

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Manuel Saint-Victor



One question I have and that I hope is not taken in any way as defamatory to this list is:Why are we not using an associated forum.  A forum would be able to be categorized, subcategorized etc - and I repsect that the community has moved to this a s a medium of choice in the case of Flashcoders but when i'm going through HTDig sometimes I can't help but to think that this might have been a little less painful in a good old forum sub- sub -sub category.
Like I said - I don't know enuff of the history to know how it came to be that the list is the tool of choice and I love reading my daly set of list content but the forums-IMHO- are a very familiar medium and are also nice and scalable.
ManiOn 10/18/05, Spike <[EMAIL PROTECTED]> wrote:



Having spent enough time on mailing lists over the years, I think it
would be a good idea to create a second flexcoders list for Flex 2.

God help the poor people who come along, new to Flex 1.5, 3 months from
now only to find that half the messages since MAX don't even apply to
the things they're desperately trying to learn.

SpikeOn 10/18/05, Greg Johnson <
[EMAIL PROTECTED]> wrote:

Hehehe *raises hand as Flex Newbie*But I have been using Flash and Actionscript for 5+ years and havebeen coding CF since it's first Beta release.  Plus I have a Degreein Business Computer Programing where I was fully educated in OOP
with C++.I understand what you are saying, and there is a valid logic to it.There is a flaw to it as well.  Its kinda like those party lines youcall to "meet a hot babe" and all that you find is a bunch of guys.
If you put all the n00bs like me in one room, and the experts inanother, it will just be people who don't have any answers askingquestions of people who don't have any answers. roflDon't take any of my most recent posts wrong, I agree that Flex is
great.  We have an entire project, grant, and I have an offer for meto go to full time state emp specificaly because of Flex2.  Its justfrusterating as it seems most of the syntax etc I learned with Flex1.5

 is just causing errors now.I would have grave doubts that creating an all n00b area wouldbenifit the n00bs, though I am sure it would benifit the pros :)Just my 2000 cents :DGreg--- In 

flexcoders@yahoogroups.com, Manuel Saint-Victor<[EMAIL PROTECTED]> wrote:>> I've brought this up before and I'm going to go out on a limb againand> suggest that we maybe create a Flex 2 noobs mailing list. I say
this because> I think that in the coming weeks there is going to be a deluge ofmembers to> here that a)are brand spanking new to Flex and even Flash b)Haven't really> read the posting etiquette or become familiar with searching
previous posts> c)are just dabbling etc.>> I think it will make it a lot more readable and usable a list ifthose who> are at least working with 1.5 for production level projects that

will> continue can be spared our posts of "Hello help I'm oblivious".Last time I> mentioned this it was more motivated by the sense that newbiesneeded a> place to ask for help and then be directed to the docs or a Google
search> while the more knowledgeable guys can have a more productiveenvironment.> Before I believe that as pointed out to me -Flex's developerpopulation was> not yet at critical mass for this kind of partitioning. I have the
feeling> that this week will change that.> Either way I think that this Flex 2 is the best thing since indoorplumbing.> The workflow is fluid, the docs are light and informative and Ivery well
> might need a relationship counselor in the next few weeks orsomeone to keep> my fiancee at whatever venue so that we don't have to break upwhile I stay> glued to this computer.>> Thanks MM for an amazing product- even in its alpha state.
>> Mani> Yahoo! Groups Sponsor ~-->Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->--Flexcoders Mailing 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/
-- Stephen MilliganDo you do the Badger?
http://www.yellowbadger.com
Do you cfeclipse? http://www.cfeclipse.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
  
 

Re: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread John C. Bland II



$text = 'Charles, m$ has used CF, and still does on a section of their site.I was shocked too but knowing they grabbed a prebuilt one makes it fine to me. Just like how you use PHP when a project calls for it...so does other developers/companies.';
echo $text;?>On 10/18/05, charlespaz1 <[EMAIL PROTECTED]> wrote:




I recognized it as MediaWiki, and I understand PHP is a great tool, I
use it myself when the project calls for it.  I have nothing against
Macromedia using PHP if it is the right tool for the job.   However,
as the "15th Billionth" person to comment on this, I find the
impression that it gives in this case an unsettling one.

How would you feel if Microsoft hosted their web pages on Linux/Apache
instead of Windows/IIS?  Or developed Office in Delphi?  It just
wouldn't give a great impression of their confidence in their own product.

Who, if not Macromedia, has the most knowledgable people of
ColdFusion?  Who, if not Macromedia, should be running a ColdFusion
based Wiki, to not only showcase their product, but to show their
confidence in its use in an enterprise environment.

With a simple Google search today I found a ColdFusion wiki, and I've
downloaded a few others previously. http://www.cdsi-solutions.com/cfwiki/

But hey, that's just my opinion.

--- In flexcoders@yahoogroups.com, Mike Chambers <[EMAIL PROTECTED]> wrote:
> Yes. It is using MediWiki, which powers wikipedia.
> 
> mike chambers

> Hans Omli wrote:
> > Ben Forta puts it best... "The Wiki is written in PHP, because it
is the
> > best Wiki software out there (the one used by Wikipedia and
others). And
> > thus far no one has ported it to CF, or even written a CF Wiki
(that we know
> > of)." 
> > 
> > -Original Message-
> > From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On
> > Behalf Of charlespaz1
> > Sent: Monday, October 17, 2005 8:31 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Macromedia Labs site
> > 
> > Is it just me, or does anyone else find it strange that Macromedia
(home of
> > ColdFusion and Flex) is using php for its wiki? Maybe it is just
because
> > I've been working on creating my own wiki in CF. :)
> > 
> > --- In flexcoders@yahoogroups.com, "Jeff Whatcott"
<[EMAIL PROTECTED]> wrote:
> > 
> >>Check out this and other known issues here:
> >>
> >>http://labs.macromedia.com/wiki/index.php/Flex:known_issues












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



  











-- John C. Bland II






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] flex 2 & cf

2005-10-18 Thread Douglas Knudsen
yes, but the adapter updates the gateway stuffs.  According to the
session I sat in recently, it is to include performance enhancements
as well as give the ability to register a CFC VO with an AS VO,
something apparently not doable currenlty.

DK

On 10/18/05, Chris Velevitch <[EMAIL PROTECTED]> wrote:
> On 10/19/05, Paul Hastings <[EMAIL PROTECTED]> wrote:
> > thanks spike. yeah we want to try out flash remoting, just wondering if
> > the cf box needed anything beyond the adapter.
>
> CF comes with Flash Remoting out of the box.
>
>
>
> 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
>
>
>
>
>
>
>
>


--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


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

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

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

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

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





RE: [flexcoders] Flex 1.5 mx.events.LowLevelEvents bug(99911) addition

2005-10-18 Thread Gordon Smith
Please file it if it doesn't work in Flex 2.0. Mouse event handling has
completely changed.

- Gordon


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Tuesday, October 18, 2005 4:15 PM
To: Flexcoders
Subject: [flexcoders] Flex 1.5 mx.events.LowLevelEvents bug(99911)
addition

Before I log this, wanted to make sure my logic is correct.

- I have a VBox full of dynamically created children (via createChild).
- those children have the ability to change their index by clicking on
up 
and down arrow buttons
- clicking the button causes the parent to call setChildIndex to adjust
the 
index up or down
- this calls layoutChildren, which in turn re-positions the children...
BUT 
does not update the _mouseTracker that is created via 
mx.events.LowLevelEvents
- if you click again, the mouseUp event still thinks the same child is
the 
target, and thus dispatches this in mouseUp evnets.

Naturally, moving your mouse after clicking fixes it because onMouseMove

gets called twice.

What I did to fix it so you don't have to move your mouse is to
immediately 
call
mx.events.LowLevelEvents.onMouseMove twice after setChildIndex.

Works like a charm, but man, that was HARD to find...!

Is it a confirmed bug and should I file?

--JesterXL





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



 





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

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

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

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

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





[flexcoders] Flex 1.5 mx.events.LowLevelEvents bug(99911) addition

2005-10-18 Thread JesterXL
Before I log this, wanted to make sure my logic is correct.

- I have a VBox full of dynamically created children (via createChild).
- those children have the ability to change their index by clicking on up 
and down arrow buttons
- clicking the button causes the parent to call setChildIndex to adjust the 
index up or down
- this calls layoutChildren, which in turn re-positions the children... BUT 
does not update the _mouseTracker that is created via 
mx.events.LowLevelEvents
- if you click again, the mouseUp event still thinks the same child is the 
target, and thus dispatches this in mouseUp evnets.

Naturally, moving your mouse after clicking fixes it because onMouseMove 
gets called twice.

What I did to fix it so you don't have to move your mouse is to immediately 
call
mx.events.LowLevelEvents.onMouseMove twice after setChildIndex.

Works like a charm, but man, that was HARD to find...!

Is it a confirmed bug and should I file?

--JesterXL




 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





Re: [flexcoders] how many it costs "flex server"

2005-10-18 Thread Manish Jethani
On 10/7/05, Sho Kuwamoto <[EMAIL PROTECTED]> wrote:

> "very soon you may not need one" might be overstating it a bit. :-)

Ouch.  Man, I was _so wrong_.  I just attended Christophe's "Data
Services" session and I'm like, wow, this is fantastic!  *drool*


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

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

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

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

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





Re: [flexcoders] flex 2 & cf

2005-10-18 Thread Chris Velevitch
On 10/19/05, Paul Hastings <[EMAIL PROTECTED]> wrote:
> thanks spike. yeah we want to try out flash remoting, just wondering if
> the cf box needed anything beyond the adapter.

CF comes with Flash Remoting out of the box.



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


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

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

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

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

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





Re: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread JesterXL





Right job using the coolest tool!
 
- Original Message - 
From: Scott 
Barnes 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 18, 2005 6:03 PM
Subject: Re: [flexcoders] Re: Macromedia Labs site
Right tool, right job :)
On 10/19/05, Spike 
<[EMAIL PROTECTED]> wrote:
*snip*That said, leading an 
  open source project can be a good career 
  move*snip*Yup, that's definitely true, but 
  don't bet the farm on getting money out of it directly.Spike
  
  On 10/18/05, Hans 
  Omli <[EMAIL PROTECTED] > 
  wrote:
  
Agreed.  It's pretty difficult to compete with free.  That 
said, leading an open source project can be a good career move, so maybe 
someone in the CF community will come up with one.


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of 
SpikeSent: Tuesday, October 18, 2005 1:12 PMTo: flexcoders@yahoogroups.comSubject: Re: 
[flexcoders] Re: Macromedia Labs site

I'm not totally convinced that there would be significant uptake 
for a CF wiki. I was looking for one a few weeks ago and ended up 
going with mediaWiki too. I'm no PHP guru, but it only took about an hour to 
get everything set up including installing PHP and getting the database 
setup.With that knowledge it would be very hard for me to justify 
paying for one and I'm sure I'm not alone.I'm sure some people would 
buy it, but I doubt if you'd get back the money you spent developing 
it.my 2centsSpike
On 10/18/05, Tariq 
Ahmed <[EMAIL PROTECTED]> 
wrote: 
I 
  think there's a business opportunity to create a CF based Wiki; I've had 
  to integrate a PHP one because there aren't any good CF based ones out 
  there.But I just want to comment that for MACR to make one; the 
  decision would be to divert resources. Frankly I'd rather see MACR 
  focusing on their core products, as opposed to pulling CF guys off of CF8 
  to make a CF based wiki which would be totally sunk cost unless they plan 
  to sell it as a product. Financially it wouldn't make 
  sense.charlespaz1 wrote: 
  I recognized it as MediaWiki, and I understand PHP is a great tool, Iuse it myself when the project calls for it.  I have nothing againstMacromedia using PHP if it is the right tool for the job.   However,
as the "15th Billionth" person to comment on this, I find theimpression that it gives in this case an unsettling one.How would you feel if Microsoft hosted their web pages on Linux/Apache
instead of Windows/IIS?  Or developed Office in Delphi?  It justwouldn't give a great impression of their confidence in their own product.Who, if not Macromedia, has the most knowledgable people of
ColdFusion?  Who, if not Macromedia, should be running a ColdFusionbased Wiki, to not only showcase their product, but to show theirconfidence in its use in an enterprise environment.With a simple Google search today I found a ColdFusion wiki, and I've
downloaded a few others previously. http://www.cdsi-solutions.com/cfwiki/But hey, that's just my opinion.
--- In flexcoders@yahoogroups.com, Mike Chambers 
<[EMAIL PROTECTED]> wrote:  
Yes. It is using MediWiki, which powers wikipedia.mike chambers--Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  YAHOO! GROUPS LINKS 
  
 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an email 
to:  
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  
  
  -- 
Stephen MilliganDo 
you do the Badger?http://www.yellowbadger.com 
Do you cfeclipse? http://www.cfeclipse.org--Flexcoders 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



YAHOO! GROUPS LINKS 

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


-- 
  Stephen MilliganDo you 
  do the Badger?http://www.yellowbadger.com 
  Do you cfeclipse? http://www.cfeclipse.org--Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  YAHOO! GROUPS LINKS 
  
 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an email 
to:  [EMAIL PROTECTED]  

 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  
  
  -- 
Regards,Scott Barnes

Re: [flexcoders] Using DataSelector

2005-10-18 Thread JesterXL
The implementation below works, just feels dirty, but damn does it feel good 
to know I'm not the only one!

- Original Message - 
From: "Muzak" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 18, 2005 5:54 PM
Subject: Re: [flexcoders] Using DataSelector


Hi Jesse

Been trying to tackle this numerous times in the past and never gotten it to 
work properly.
I usually ended up (you've guessed it) not using the mixin and 
writing/implementing the needed methods/properties in the class
itself. Since I usually didn't need the full functionality of the 
DataSelector it wasn't that big a deal.

I know this doesn't help solve the problem, but maybe it takes away some of 
the frustration ;-)
Been there, done that, doesn't work :/

regards,
Muzak


- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 18, 2005 6:39 PM
Subject: Re: [flexcoders] Using DataSelector


> My solution until someone tells me of a better one (not to use mixins
> doesn't count).
>
> public static var mixinModifyCall = mixinModify();
>
> private static function mixinModify():Void
> {
>  EditableForm.prototype.oldDataSelectorModelChanged =
> EditableForm.prototype.modelChanged;
>  EditableForm.prototype.modelChanged = function()
>  {
>   this.oldDataSelectorModelChanged.apply(this, arguments);
>   onModelChanged.apply(this, arguments);
>  };
> }
>





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








 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread JesterXL





Bleh, I hate forums; info should come to me, I 
shouldn't have to go to it.
 
- Original Message - 
From: Hans Omli 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 18, 2005 5:44 PM
Subject: RE: [flexcoders] Re: Dividing the mailing list into 
categories

That said, I wonder if we shouldn't monitor the new 
Macromedia Labs forums for awhile before making any decisions on whether to 
create new lists.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Tuesday, October 18, 2005 2:28 PMTo: flexcoders@yahoogroups.comSubject: 
Re: [flexcoders] Re: Dividing the mailing list into 
categories

I'm more interested in what, and the rest of the 
list thinks.  There are thousands+ on this list now, and splitting/adding 
new ones is a huge undertaking, not to be taken lightly, nor without appropriate 
management in place.  I do, however, think it's necessarey given the 
paradigm changes in the community taking place.  It is better to act now 
than later.
 
- Original Message - 
From: Clint Modien 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 18, 2005 5:19 PM
Subject: Re: [flexcoders] Re: Dividing the mailing list into 
categories

Might try contacting the owners of this list... to see if they agree... 
you'd need a policy on this list to direct the appropriate questions to a new 
list.
 
[EMAIL PROTECTED]
 
On 10/18/05, JesterXL 
<[EMAIL PROTECTED]> 
wrote: 
This 
  setup works well in Flash; Flashcoders handles component & 
  ActionScriptcoding issues where as Flashnewbie handles anything not 
  advanced.  There are a bunch of smart people on Flashnewbie, and 
  everyone pitches in to help.What Flexcoders, though, really needs is a 
  clear division between tasks, notjust skillset.  For exmaple, 
  Flex Enterprise Services are what most of the Enterprise customers on this 
  list will care about, whereas those Flasherswho finally see the f'ing 
  light, will just be asking MXML & 
  componentquestions.  Flashcom for example was setup so Flash 
  Communication Server questions weren't asked on Flashcoders, or 
  Flashnewbie.  This works well aseach has a nice community going 
  on.If it were up to me, I'd say:Flexcoders = stays as 
  isFlexserver = deals with enterprise services Most of the Flash 
  devs incoming will get up to speed pretty quickly, andthere are already 
  plenty of experienced Flex devs on Flashcoders.Besides, we're at 
  version 1.5, not 8 like the Flash community is.  The influx of 
  n00bs to this list is what makes it fun in my opinion.- Original 
  Message -From: "Greg Johnson" <[EMAIL PROTECTED]>To: 
  Sent: 
  Tuesday, October 18, 2005 3:58 PMSubject: [flexcoders] Re: Dividing the 
  mailing list into categoriesHehehe *raises hand as Flex Newbie* 
  But I have been using Flash and Actionscript for 5+ years and 
  havebeen coding CF since it's first Beta release.  Plus I have a 
  Degreein Business Computer Programing where I was fully educated in 
  OOPwith C++. I understand what you are saying, and there is a 
  valid logic to it.There is a flaw to it as well.  Its kinda like 
  those party lines youcall to "meet a hot babe" and all that you find is a 
  bunch of guys. If you put all the n00bs like me in one room, and the 
  experts inanother, it will just be people who don't have any answers 
  askingquestions of people who don't have any answers. roflDon't 
  take any of my most recent posts wrong, I agree that Flex is 
  great.  We have an entire project, grant, and I have an offer 
  for meto go to full time state emp specificaly because of 
  Flex2.  Its justfrusterating as it seems most of the syntax etc 
  I learned with Flex1.5 is just causing errors now.I would have 
  grave doubts that creating an all n00b area wouldbenifit the n00bs, though 
  I am sure it would benifit the pros :)Just my 2000 cents 
  :DGreg--- In flexcoders@yahoogroups.com, 
  Manuel Saint-Victor<[EMAIL PROTECTED]> wrote:>> I've 
  brought this up before and I'm going to go out on a limb againand> 
  suggest that we maybe create a Flex 2 noobs mailing list. I say this 
  because> I think that in the coming weeks there is going to be a deluge 
  ofmembers to> here that a)are brand spanking new to Flex and even 
  Flash b)Haven't really> read the posting etiquette or become 
  familiar with searching previous posts> c)are just dabbling 
  etc.>> I think it will make it a lot more readable and usable a 
  list ifthose who> are at least working with 1.5 for production 
  level projects thatwill> continue can be spared our posts of "Hello 
  help I'm oblivious".Last time I> mentioned this it was more 
  motivated by the sense that newbiesneeded a> place to ask for help 
  and then be directed to the docs or a Google search> while the more 
  knowledgeable guys can have a more productiveenvironment.> Before I 
  believe that as pointed out to me -Flex's developerpopulation was> 
  not yet at critical mass for

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Clint Modien



good idea on the yahoo poll...
 
 
On 10/18/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:


I prefer maintaining the status quo for now.  Perhaps a Yahoo poll?
 
Tracy

 




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of JesterXLSent: Tuesday, October 18, 2005 5:28 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Dividing the mailing list into categories
 

I'm more interested in what, and the rest of the list thinks.  There are thousands+ on this list now, and splitting/adding new ones is a huge undertaking, not to be taken lightly, nor without appropriate management in place.  I do, however, think it's necessarey given the paradigm changes in the community taking place.  It is better to act now than later.


 

- Original Message - 

From:
 Clint Modien 

To: 
flexcoders@yahoogroups.com 

Sent: Tuesday, October 18, 2005 5:19 PM


Subject: Re: [flexcoders] Re: Dividing the mailing list into categories


 

Might try contacting the owners of this list... to see if they agree... you'd need a policy on this list to direct the appropriate questions to a new list.


 

[EMAIL PROTECTED]


 


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

This setup works well in Flash; Flashcoders handles component & ActionScriptcoding issues where as Flashnewbie handles anything not advanced.  There are a bunch of smart people on Flashnewbie, and everyone pitches in to help.
What Flexcoders, though, really needs is a clear division between tasks, notjust skillset.  For exmaple, Flex Enterprise Services are what most of the Enterprise customers on this list will care about, whereas those Flashers
who finally see the f'ing light, will just be asking MXML & componentquestions.  Flashcom for example was setup so Flash Communication Server questions weren't asked on Flashcoders, or Flashnewbie.  This works well as
each has a nice community going on.If it were up to me, I'd say:Flexcoders = stays as isFlexserver = deals with enterprise services Most of the Flash devs incoming will get up to speed pretty quickly, and
there are already plenty of experienced Flex devs on Flashcoders.Besides, we're at version 1.5, not 8 like the Flash community is.  The influx of n00bs to this list is what makes it fun in my opinion.
- Original Message -From: "Greg Johnson" <[EMAIL PROTECTED]>To: <
flexcoders@yahoogroups.com>Sent: Tuesday, October 18, 2005 3:58 PMSubject: [flexcoders] Re: Dividing the mailing list into categories

Hehehe *raises hand as Flex Newbie* But I have been using Flash and Actionscript for 5+ years and havebeen coding CF since it's first Beta release.  Plus I have a Degree
in Business Computer Programing where I was fully educated in OOPwith C++. I understand what you are saying, and there is a valid logic to it.There is a flaw to it as well.  Its kinda like those party lines you
call to "meet a hot babe" and all that you find is a bunch of guys. If you put all the n00bs like me in one room, and the experts inanother, it will just be people who don't have any answers asking
questions of people who don't have any answers. roflDon't take any of my most recent posts wrong, I agree that Flex is great.  We have an entire project, grant, and I have an offer for meto go to full time state emp specificaly because of Flex2.  Its just
frusterating as it seems most of the syntax etc I learned with Flex1.5 is just causing errors now.I would have grave doubts that creating an all n00b area wouldbenifit the n00bs, though I am sure it would benifit the pros :)
Just my 2000 cents :DGreg--- In flexcoders@yahoogroups.com, Manuel Saint-Victor<
[EMAIL PROTECTED]> wrote:>> I've brought this up before and I'm going to go out on a limb againand> suggest that we maybe create a Flex 2 noobs mailing list. I say this because> I think that in the coming weeks there is going to be a deluge of
members to> here that a)are brand spanking new to Flex and even Flash b)Haven't really> read the posting etiquette or become familiar with searching previous posts> c)are just dabbling etc.
>> I think it will make it a lot more readable and usable a list ifthose who> are at least working with 1.5 for production level projects thatwill> continue can be spared our posts of "Hello help I'm oblivious".
Last time I> mentioned this it was more motivated by the sense that newbiesneeded a> place to ask for help and then be directed to the docs or a Google search> while the more knowledgeable guys can have a more productive
environment.> Before I believe that as pointed out to me -Flex's developerpopulation was> not yet at critical mass for this kind of partitioning. I have the feeling> that this week will change that.
> Either way I think that this Flex 2 is the best thing since indoorplumbing.> The workflow is fluid, the docs are light and informative and Ivery well > might need a relationship counselor in the next few weeks or
someone to keep> my fiancee at whatever venue so that we don't have to bre

Re: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread Scott Barnes



Right tool, right job :)

On 10/19/05, Spike <[EMAIL PROTECTED]> wrote:



*snip*
That said, leading an open source project can be a good career move*snip*

Yup, that's definitely true, but don't bet the farm on getting money out of it directly.

Spike
On 10/18/05, Hans Omli <[EMAIL PROTECTED]
> wrote:







Agreed.  It's pretty difficult to compete with 
free.  That said, leading an open source project can be a good career move, 
so maybe someone in the CF community will come up with 
one.


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of SpikeSent: 
Tuesday, October 18, 2005 1:12 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Macromedia 
Labs site
I'm not totally convinced that there would be significant uptake for 
a CF wiki. I was looking for one a few weeks ago and ended up going with 
mediaWiki too. I'm no PHP guru, but it only took about an hour to get everything 
set up including installing PHP and getting the database setup.With that 
knowledge it would be very hard for me to justify paying for one and I'm sure 
I'm not alone.I'm sure some people would buy it, but I doubt if you'd 
get back the money you spent developing it.my 
2centsSpike
On 10/18/05, Tariq 
Ahmed <[EMAIL PROTECTED]> 
wrote:
I 
  think there's a business opportunity to create a CF based Wiki; I've had to 
  integrate a PHP one because there aren't any good CF based ones out 
  there.But I just want to comment that for MACR to make one; the 
  decision would be to divert resources. Frankly I'd rather see MACR focusing on 
  their core products, as opposed to pulling CF guys off of CF8 to make a CF 
  based wiki which would be totally sunk cost unless they plan to sell it as a 
  product. Financially it wouldn't make sense.charlespaz1 wrote: 
  I recognized it as MediaWiki, and I understand PHP is a great tool, Iuse it myself when the project calls for it.  I have nothing againstMacromedia using PHP if it is the right tool for the job.   However,
as the "15th Billionth" person to comment on this, I find theimpression that it gives in this case an unsettling one.How would you feel if Microsoft hosted their web pages on Linux/Apache
instead of Windows/IIS?  Or developed Office in Delphi?  It justwouldn't give a great impression of their confidence in their own product.Who, if not Macromedia, has the most knowledgable people of
ColdFusion?  Who, if not Macromedia, should be running a ColdFusionbased Wiki, to not only showcase their product, but to show theirconfidence in its use in an enterprise environment.With a simple Google search today I found a ColdFusion wiki, and I've
downloaded a few others previously. http://www.cdsi-solutions.com/cfwiki/But hey, that's just my opinion.
--- In flexcoders@yahoogroups.com, Mike Chambers 
<[EMAIL PROTECTED]> wrote:  
Yes. It is using MediWiki, which powers wikipedia.mike chambers--Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  YAHOO! GROUPS LINKS 
  
 Visit your group "flexcoders" on the web. 

 
 To unsubscribe from this group, send an email 
to:  
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  
  
  -- 
Stephen MilliganDo you 
do the Badger?http://www.yellowbadger.com Do 
you cfeclipse? http://www.cfeclipse.org





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


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







  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: 

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





  








-- Stephen MilliganDo you do the Badger?
http://www.yellowbadger.com
Do you cfeclipse? http://www.cfeclipse.org






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

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






  




  
  
  YAHOO! GROUPS LINKS



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




  








-- Regards,Scott Barneshttp://www.mossyblog.com






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Tracy Spratt










I prefer maintaining the status quo for
now.  Perhaps a Yahoo poll?

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Tuesday, October 18, 2005
5:28 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re:
Dividing the mailing list into categories



 



I'm more interested in what, and the rest of the list
thinks.  There are thousands+ on this list now, and splitting/adding new
ones is a huge undertaking, not to be taken lightly, nor without appropriate
management in place.  I do, however, think it's necessarey given the
paradigm changes in the community taking place.  It is better to act now
than later.





 





- Original Message - 



From: Clint Modien 





To: flexcoders@yahoogroups.com






Sent: Tuesday, October
18, 2005 5:19 PM





Subject: Re: [flexcoders]
Re: Dividing the mailing list into categories







 





Might try contacting the owners of this list... to see if they agree...
you'd need a policy on this list to direct the appropriate questions to a new
list.





 





[EMAIL PROTECTED]







 





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

This setup works well in
Flash; Flashcoders handles component & ActionScript
coding issues where as Flashnewbie handles anything not
advanced.  There are 
a bunch of smart people on Flashnewbie, and everyone pitches in to help.

What Flexcoders, though, really needs is a clear division between tasks, not
just skillset.  For exmaple, Flex Enterprise
Services are what most of the 
Enterprise
customers on this list will care about, whereas those Flashers
who finally see the f'ing light, will just be asking MXML & component
questions.  Flashcom for example was setup so Flash Communication
Server 
questions weren't asked on Flashcoders, or Flashnewbie.  This works
well as
each has a nice community going on.

If it were up to me, I'd say:
Flexcoders = stays as is
Flexserver = deals with enterprise services 

Most of the Flash devs incoming will get up to speed pretty quickly, and
there are already plenty of experienced Flex devs on Flashcoders.

Besides, we're at version 1.5, not 8 like the Flash community
is.  The 
influx of n00bs to this list is what makes it fun in my opinion.

- Original Message -
From: "Greg Johnson" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 18, 2005 3:58 PM
Subject: [flexcoders] Re: Dividing the mailing list into categories


Hehehe *raises hand as Flex Newbie* 

But I have been using Flash and Actionscript for 5+ years and have
been coding CF since it's first Beta release.  Plus I have a Degree
in Business Computer Programing where I was fully educated in OOP
with C++. 

I understand what you are saying, and there is a valid logic to it.
There is a flaw to it as well.  Its kinda like those party lines you
call to "meet a hot babe" and all that you find is a bunch of guys. 
If you put all the n00bs like me in one room, and the experts in
another, it will just be people who don't have any answers asking
questions of people who don't have any answers. rofl

Don't take any of my most recent posts wrong, I agree that Flex is 
great.  We have an entire project, grant, and I have an offer for me
to go to full time state emp specificaly because of Flex2.  Its just
frusterating as it seems most of the syntax etc I learned with Flex
1.5 is just causing errors now.

I would have grave doubts that creating an all n00b area would
benifit the n00bs, though I am sure it would benifit the pros :)
Just my 2000 cents :D

Greg
--- In flexcoders@yahoogroups.com,
Manuel Saint-Victor
<[EMAIL PROTECTED]> wrote:
>
> I've brought this up before and I'm going to go out on a limb again
and
> suggest that we maybe create a Flex 2 noobs mailing list. I say 
this because
> I think that in the coming weeks there is going to be a deluge of
members to
> here that a)are brand spanking new to Flex and even Flash b)
Haven't really
> read the posting etiquette or become familiar with searching 
previous posts
> c)are just dabbling etc.
>
> I think it will make it a lot more readable and usable a list if
those who
> are at least working with 1.5 for production level projects that
will
> continue can be spared our posts of "Hello help I'm oblivious".
Last time I
> mentioned this it was more motivated by the sense that newbies
needed a
> place to ask for help and then be directed to the docs or a Google 
search
> while the more knowledgeable guys can have a more productive
environment.
> Before I believe that as pointed out to me -Flex's developer
population was
> not yet at critical mass for this kind of partitioning. I have the 
feeling
> that this week will change that.
> Either way I think that this Flex 2 is the best thing since indoor
plumbing.
> The workflow is fluid, the docs are light and informative and I
very well 
> might need a relationship counselor in the next few weeks or
someone to keep
> my fiancee at w

Re: [flexcoders] Using DataSelector

2005-10-18 Thread Muzak
Hi Jesse

Been trying to tackle this numerous times in the past and never gotten it to 
work properly.
I usually ended up (you've guessed it) not using the mixin and 
writing/implementing the needed methods/properties in the class 
itself. Since I usually didn't need the full functionality of the DataSelector 
it wasn't that big a deal.

I know this doesn't help solve the problem, but maybe it takes away some of the 
frustration ;-)
Been there, done that, doesn't work :/

regards,
Muzak


- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 18, 2005 6:39 PM
Subject: Re: [flexcoders] Using DataSelector


> My solution until someone tells me of a better one (not to use mixins
> doesn't count).
>
> public static var mixinModifyCall = mixinModify();
>
> private static function mixinModify():Void
> {
>  EditableForm.prototype.oldDataSelectorModelChanged =
> EditableForm.prototype.modelChanged;
>  EditableForm.prototype.modelChanged = function()
>  {
>   this.oldDataSelectorModelChanged.apply(this, arguments);
>   onModelChanged.apply(this, arguments);
>  };
> }
>




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

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

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

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

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





Re: [flexcoders] Maximizing to fullscreen a component

2005-10-18 Thread Manish Jethani
On 10/18/05, Stephane De Jonckheere <[EMAIL PROTECTED]> wrote:

> Aren't there some method or component that support some "addExistingChild"
> method?

I assume your question is about Flex 1.5 -- no, there's no way to move
an existing child to another container.

[flex2]
In Flex 2, however, you can change the parent of an object very easily.

  var button:Button = new Button();
  button.label = "OK";
  container1.addChild(button):

  // move to container2 (gets removed from container1)
  container2.addChild(button);

We do this in some places in the framework code, and it can be quite useful.
[/flex2]


 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





RE: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Hans Omli





That said, I wonder if we shouldn't monitor the new 
Macromedia Labs forums for awhile before making any decisions on whether to 
create new lists.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Tuesday, October 18, 2005 2:28 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Dividing the 
mailing list into categories

I'm more interested in what, and the rest of the 
list thinks.  There are thousands+ on this list now, and splitting/adding 
new ones is a huge undertaking, not to be taken lightly, nor without appropriate 
management in place.  I do, however, think it's necessarey given the 
paradigm changes in the community taking place.  It is better to act now 
than later.
 
- Original Message - 
From: Clint Modien 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 18, 2005 5:19 PM
Subject: Re: [flexcoders] Re: Dividing the mailing list into 
categories

Might try contacting the owners of this list... to see if they agree... 
you'd need a policy on this list to direct the appropriate questions to a new 
list.
 
[EMAIL PROTECTED]
 
On 10/18/05, JesterXL 
<[EMAIL PROTECTED]> 
wrote: 
This 
  setup works well in Flash; Flashcoders handles component & 
  ActionScriptcoding issues where as Flashnewbie handles anything not 
  advanced.  There are a bunch of smart people on Flashnewbie, and 
  everyone pitches in to help.What Flexcoders, though, really needs is a 
  clear division between tasks, notjust skillset.  For exmaple, 
  Flex Enterprise Services are what most of the Enterprise customers on this 
  list will care about, whereas those Flasherswho finally see the f'ing 
  light, will just be asking MXML & 
  componentquestions.  Flashcom for example was setup so Flash 
  Communication Server questions weren't asked on Flashcoders, or 
  Flashnewbie.  This works well aseach has a nice community going 
  on.If it were up to me, I'd say:Flexcoders = stays as 
  isFlexserver = deals with enterprise services Most of the Flash 
  devs incoming will get up to speed pretty quickly, andthere are already 
  plenty of experienced Flex devs on Flashcoders.Besides, we're at 
  version 1.5, not 8 like the Flash community is.  The influx of 
  n00bs to this list is what makes it fun in my opinion.- Original 
  Message -From: "Greg Johnson" <[EMAIL PROTECTED]>To: 
  Sent: 
  Tuesday, October 18, 2005 3:58 PMSubject: [flexcoders] Re: Dividing the 
  mailing list into categoriesHehehe *raises hand as Flex Newbie* 
  But I have been using Flash and Actionscript for 5+ years and 
  havebeen coding CF since it's first Beta release.  Plus I have a 
  Degreein Business Computer Programing where I was fully educated in 
  OOPwith C++. I understand what you are saying, and there is a 
  valid logic to it.There is a flaw to it as well.  Its kinda like 
  those party lines youcall to "meet a hot babe" and all that you find is a 
  bunch of guys. If you put all the n00bs like me in one room, and the 
  experts inanother, it will just be people who don't have any answers 
  askingquestions of people who don't have any answers. roflDon't 
  take any of my most recent posts wrong, I agree that Flex is 
  great.  We have an entire project, grant, and I have an offer 
  for meto go to full time state emp specificaly because of 
  Flex2.  Its justfrusterating as it seems most of the syntax etc 
  I learned with Flex1.5 is just causing errors now.I would have 
  grave doubts that creating an all n00b area wouldbenifit the n00bs, though 
  I am sure it would benifit the pros :)Just my 2000 cents 
  :DGreg--- In flexcoders@yahoogroups.com, 
  Manuel Saint-Victor<[EMAIL PROTECTED]> wrote:>> I've 
  brought this up before and I'm going to go out on a limb againand> 
  suggest that we maybe create a Flex 2 noobs mailing list. I say this 
  because> I think that in the coming weeks there is going to be a deluge 
  ofmembers to> here that a)are brand spanking new to Flex and even 
  Flash b)Haven't really> read the posting etiquette or become 
  familiar with searching previous posts> c)are just dabbling 
  etc.>> I think it will make it a lot more readable and usable a 
  list ifthose who> are at least working with 1.5 for production 
  level projects thatwill> continue can be spared our posts of "Hello 
  help I'm oblivious".Last time I> mentioned this it was more 
  motivated by the sense that newbiesneeded a> place to ask for help 
  and then be directed to the docs or a Google search> while the more 
  knowledgeable guys can have a more productiveenvironment.> Before I 
  believe that as pointed out to me -Flex's developerpopulation was> 
  not yet at critical mass for this kind of partitioning. I have the 
  feeling> that this week will change that.> Either way I 
  think that this Flex 2 is the best thing since indoorplumbing.> The 
  workflow is fluid, the docs are light and informative and Ivery well 
  > might need a relationship

RE: [flexcoders] RemoteObject call to POJO on JRUN

2005-10-18 Thread Peter Farland





I think JRun has a sniffer.exe in the main jrun bin 
directory that you could use...
 
I think you would have to methodically track down what URLs 
are being used at compile time, what URLs are being used to host the SWF, what 
URLs are being used to make data requests. Without detailed info I can't suggest 
more than that as it seems that what you're doing in terms of RemoteObject is 
fine (as per it working on Tomcat).


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeremy 
CraneSent: Sunday, October 16, 2005 9:51 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] RemoteObject call 
to POJO on JRUN


Here is the mapping I 
have for the AMFGatewayServlet in my flex servers /WEB-INF/web.xml 
file:
 

    

    
AMFGatewayServlet
    
/amfgateway/*
    

 
As for using a sniffer, 
NO I haven’t tried using one.  How might I go about it, what program should 
I use…?
 
Also, I have since 
installed Tomcat and copied the server I had setup on JRun onto it and 
“magically” it is working!  Now, since we know it is not my code or the 
flex-config.xml configuration that it must be JRun and/or a conflict with 
coldfusion.  I’m not sure how to resolve this issue, and am pretty pissed 
and frustrated having found out that everything I needed to do to get my remote 
java classes to work was correct.  I would like to still figure out what 
the issue is with JRun problem.
 
Thanks,
Jeremy
 




From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Peter 
FarlandSent: Sunday, October 
16, 2005 6:05 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] RemoteObject call 
to POJO on JRUN
 
Are you sure that 
/amfgateway is mapped to your Flex AMF GatewayServlet in /WEB-INF/web.xml and 
not a coldfusion one? Have you used a sniffer to try and watch where your SWF is 
trying to call - i.e. tracking down host names, ports, context roots, what have 
you...
 



From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jeremy 
CraneSent: Friday, October 14, 
2005 5:57 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] RemoteObject call 
to POJO on JRUN
One more thing that I 
should mention is that Flex and Coldfusion are installed on separate JRun server 
instances.
 




From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jeremy 
CraneSent: Friday, October 14, 
2005 7:35 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] RemoteObject call to 
POJO on JRUN
 
Ok, I have again resumed trying to 
figure out how to get a call to a Remote Java object working.  I posted a 
previous message on this topic, but was not able to get a working answer.  
The PROBLEM: When calling a java class located in {contextroot}\classes\com\obc 
I get a response of Service threw an exception during method invocation: no 
service named com.obc.User known to Flash Remoting MX.  BACKGROUND:  
Flex installed on a Coldfusion MX integrated JRun4 server.  The 
remote-object section of the flex-config file contains the following 


    
{context.root}/amfgateway
 
   
{context.root}/amfgateway
 
    
false
 
   

    

    

    
*
…
 
MORE BACKGROUND:  I can make a 
successful call to a coldfusion component as a webservice using 

 
It seems to me that somehow there is 
a conflict with the remoting gateway for coldfusion and the one for flex, but I 
really am not sure how to fix it if it is actually what is causing the problem. 
If anyone has experienced this problem, or knows of a solution I really 
appreciate your suggestions.
 
Thanks,
Jeremy
 






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread JesterXL





I'm more interested in what, and the rest of the 
list thinks.  There are thousands+ on this list now, and splitting/adding 
new ones is a huge undertaking, not to be taken lightly, nor without appropriate 
management in place.  I do, however, think it's necessarey given the 
paradigm changes in the community taking place.  It is better to act now 
than later.
 
- Original Message - 
From: Clint Modien 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 18, 2005 5:19 PM
Subject: Re: [flexcoders] Re: Dividing the mailing list into 
categories

Might try contacting the owners of this list... to see if they agree... 
you'd need a policy on this list to direct the appropriate questions to a new 
list.
 
[EMAIL PROTECTED]
 
On 10/18/05, JesterXL 
<[EMAIL PROTECTED]> 
wrote: 
This 
  setup works well in Flash; Flashcoders handles component & 
  ActionScriptcoding issues where as Flashnewbie handles anything not 
  advanced.  There are a bunch of smart people on Flashnewbie, and 
  everyone pitches in to help.What Flexcoders, though, really needs is a 
  clear division between tasks, notjust skillset.  For exmaple, 
  Flex Enterprise Services are what most of the Enterprise customers on this 
  list will care about, whereas those Flasherswho finally see the f'ing 
  light, will just be asking MXML & 
  componentquestions.  Flashcom for example was setup so Flash 
  Communication Server questions weren't asked on Flashcoders, or 
  Flashnewbie.  This works well aseach has a nice community going 
  on.If it were up to me, I'd say:Flexcoders = stays as 
  isFlexserver = deals with enterprise services Most of the Flash 
  devs incoming will get up to speed pretty quickly, andthere are already 
  plenty of experienced Flex devs on Flashcoders.Besides, we're at 
  version 1.5, not 8 like the Flash community is.  The influx of 
  n00bs to this list is what makes it fun in my opinion.- Original 
  Message -From: "Greg Johnson" <[EMAIL PROTECTED]>To: 
  Sent: 
  Tuesday, October 18, 2005 3:58 PMSubject: [flexcoders] Re: Dividing the 
  mailing list into categoriesHehehe *raises hand as Flex Newbie* 
  But I have been using Flash and Actionscript for 5+ years and 
  havebeen coding CF since it's first Beta release.  Plus I have a 
  Degreein Business Computer Programing where I was fully educated in 
  OOPwith C++. I understand what you are saying, and there is a 
  valid logic to it.There is a flaw to it as well.  Its kinda like 
  those party lines youcall to "meet a hot babe" and all that you find is a 
  bunch of guys. If you put all the n00bs like me in one room, and the 
  experts inanother, it will just be people who don't have any answers 
  askingquestions of people who don't have any answers. roflDon't 
  take any of my most recent posts wrong, I agree that Flex is 
  great.  We have an entire project, grant, and I have an offer 
  for meto go to full time state emp specificaly because of 
  Flex2.  Its justfrusterating as it seems most of the syntax etc 
  I learned with Flex1.5 is just causing errors now.I would have 
  grave doubts that creating an all n00b area wouldbenifit the n00bs, though 
  I am sure it would benifit the pros :)Just my 2000 cents 
  :DGreg--- In flexcoders@yahoogroups.com, 
  Manuel Saint-Victor<[EMAIL PROTECTED]> wrote:>> I've 
  brought this up before and I'm going to go out on a limb againand> 
  suggest that we maybe create a Flex 2 noobs mailing list. I say this 
  because> I think that in the coming weeks there is going to be a deluge 
  ofmembers to> here that a)are brand spanking new to Flex and even 
  Flash b)Haven't really> read the posting etiquette or become 
  familiar with searching previous posts> c)are just dabbling 
  etc.>> I think it will make it a lot more readable and usable a 
  list ifthose who> are at least working with 1.5 for production 
  level projects thatwill> continue can be spared our posts of "Hello 
  help I'm oblivious".Last time I> mentioned this it was more 
  motivated by the sense that newbiesneeded a> place to ask for help 
  and then be directed to the docs or a Google search> while the more 
  knowledgeable guys can have a more productiveenvironment.> Before I 
  believe that as pointed out to me -Flex's developerpopulation was> 
  not yet at critical mass for this kind of partitioning. I have the 
  feeling> that this week will change that.> Either way I 
  think that this Flex 2 is the best thing since indoorplumbing.> The 
  workflow is fluid, the docs are light and informative and Ivery well 
  > might need a relationship counselor in the next few weeks 
  orsomeone to keep> my fiancee at whatever venue so that we don't 
  have to break upwhile I stay> glued to this 
  computer.>> Thanks MM for an amazing product- even in its alpha 
  state. >> 
  Mani>--Flexcoders Mailing 
  ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archiv

RE: [flexcoders] Is it the right way of using dispatchEvent?

2005-10-18 Thread Abdul Qabiz





Look at the following code to figure out what you need 
to do:-
 

http://www.macromedia.com/2003/mxml" xmlns="*"> 
   
  

 
 
// ActionScript Document
[Event("cirPress")]import 
mx.core.UIComponentclass circle extends UIComponent
{  [Embed(source="cir_sym.swf",symbol="cir_sym")] 
  var cir_sym:String;var 
obj:Object   function circle()
 {  }function 
init():Void{   super.init();  }  function 
draw():Void{ 
   super.draw();  }function 
createChildren():Void{   obj = 
attachMovie("cir_sym","cir_sym",1);  }   function 
onPress():Void{dispatchEvent({type:"cirPress"})  }   }


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ramu pSent: 
Tuesday, October 18, 2005 4:32 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Is it the right way 
of using dispatchEvent?

Hi Flex coders,
 
Thanks a lot to all group people for solving my problem on "Issue on 
Accordion reference".
 
I am stuck up with one more problem.
 
Here is the problem,
 
I have a simple mxml file which uses a component(circle.as) , extends UIComponent.
OnPress of this circle I want to invoke a method that user has 
provided.
i.e, I included "circle" component in my xmxl in the following way.
 

 
So here "circle" is an as component which has cirPress event 
which has to invoke fun method in mxml file.
 
Here is the code of mxml file:
//**

http://www.macromedia.com/2003/mxml" 
xmlns="*">    
  

//**
Here is component (circle.as)
//**
// ActionScript Documentimport mx.core.UIComponentimport 
mx.utils.Delegateimport mx.events.*class circle extends 
UIComponent{  public var 
dispatchEvent:Function[Embed(source="cir_sym.swf",symbol="cir_sym")] 
  var cir_sym:String;var 
obj:Object  var cirPressfunction 
circle(){  }function 
init():Void{   super.init();   EventDispatcher.initialize(this);  }  function 
draw():Void{ 
   super.draw();  }function 
createChildren():Void{   obj = 
attachMovie("cir_sym","cir_sym",1);   addEventListener("cirPressed",Delegate.create(this,tempFun))  } 
function tempFun(){   eval("_root."+cirPress).call()  }function 
onPress():Void{dispatchEvent({type:"cirPressed"})  }   } 

//**
 
Here the above works well!!!
But problem is I shouldnt use "_root." to 
invoke the method! (coz method my be in a class/somewhere. 
So everytime method may not be in 
root)
 
 
And please suggest me, is it the right way of using 
dispatchEvent()?
I really appreciate one's help on "how to use 
dispatchEvent in appropriate way".
 
Thanks in advance!
 
Regards,
Ramu
 
 





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Clint Modien



Might try contacting the owners of this list... to see if they agree... you'd need a policy on this list to direct the appropriate questions to a new list.
 
[EMAIL PROTECTED]
 
On 10/18/05, JesterXL <[EMAIL PROTECTED]> wrote:
This setup works well in Flash; Flashcoders handles component & ActionScriptcoding issues where as Flashnewbie handles anything not advanced.  There are
a bunch of smart people on Flashnewbie, and everyone pitches in to help.What Flexcoders, though, really needs is a clear division between tasks, notjust skillset.  For exmaple, Flex Enterprise Services are what most of the
Enterprise customers on this list will care about, whereas those Flasherswho finally see the f'ing light, will just be asking MXML & componentquestions.  Flashcom for example was setup so Flash Communication Server
questions weren't asked on Flashcoders, or Flashnewbie.  This works well aseach has a nice community going on.If it were up to me, I'd say:Flexcoders = stays as isFlexserver = deals with enterprise services
Most of the Flash devs incoming will get up to speed pretty quickly, andthere are already plenty of experienced Flex devs on Flashcoders.Besides, we're at version 1.5, not 8 like the Flash community is.  The
influx of n00bs to this list is what makes it fun in my opinion.- Original Message -From: "Greg Johnson" <[EMAIL PROTECTED]>
To: Sent: Tuesday, October 18, 2005 3:58 PMSubject: [flexcoders] Re: Dividing the mailing list into categoriesHehehe *raises hand as Flex Newbie*
But I have been using Flash and Actionscript for 5+ years and havebeen coding CF since it's first Beta release.  Plus I have a Degreein Business Computer Programing where I was fully educated in OOPwith C++.
I understand what you are saying, and there is a valid logic to it.There is a flaw to it as well.  Its kinda like those party lines youcall to "meet a hot babe" and all that you find is a bunch of guys.
If you put all the n00bs like me in one room, and the experts inanother, it will just be people who don't have any answers askingquestions of people who don't have any answers. roflDon't take any of my most recent posts wrong, I agree that Flex is
great.  We have an entire project, grant, and I have an offer for meto go to full time state emp specificaly because of Flex2.  Its justfrusterating as it seems most of the syntax etc I learned with Flex1.5
 is just causing errors now.I would have grave doubts that creating an all n00b area wouldbenifit the n00bs, though I am sure it would benifit the pros :)Just my 2000 cents :DGreg--- In 
flexcoders@yahoogroups.com, Manuel Saint-Victor<[EMAIL PROTECTED]> wrote:>> I've brought this up before and I'm going to go out on a limb againand> suggest that we maybe create a Flex 2 noobs mailing list. I say
this because> I think that in the coming weeks there is going to be a deluge ofmembers to> here that a)are brand spanking new to Flex and even Flash b)Haven't really> read the posting etiquette or become familiar with searching
previous posts> c)are just dabbling etc.>> I think it will make it a lot more readable and usable a list ifthose who> are at least working with 1.5 for production level projects that
will> continue can be spared our posts of "Hello help I'm oblivious".Last time I> mentioned this it was more motivated by the sense that newbiesneeded a> place to ask for help and then be directed to the docs or a Google
search> while the more knowledgeable guys can have a more productiveenvironment.> Before I believe that as pointed out to me -Flex's developerpopulation was> not yet at critical mass for this kind of partitioning. I have the
feeling> that this week will change that.> Either way I think that this Flex 2 is the best thing since indoorplumbing.> The workflow is fluid, the docs are light and informative and Ivery well
> might need a relationship counselor in the next few weeks orsomeone to keep> my fiancee at whatever venue so that we don't have to break upwhile I stay> glued to this computer.>> Thanks MM for an amazing product- even in its alpha state.
>> Mani>--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links Yahoo! Groups Sponsor ~-->
Fair play? Video games influencing politics. Click and talk back!http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~->
--Flexcoders Mailing 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/






--
Fle

Re: [flexcoders] Re: Ok, im lost with Flex 2

2005-10-18 Thread Spike



Just double-checked and it's not showing a compiler error any more and seems to run fine.

I'm 90% sure I've seen it in other code I've played with though.

I'll file a bug if I see it again and try to figure out some sort of way to reproduce it.

SpikeOn 10/18/05, Gordon Smith <[EMAIL PROTECTED]> wrote:
















> Application tag doesn't have an initialize event any more, use
creationComplete.

 

It should have both events. Please file a bug if that's not the case.

 

- Gordon

 









From:
flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Spike
Sent: Tuesday, October 18, 2005
1:30 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Ok,
im lost with Flex 2



 

I have modified your code
so it now compiles and runs without error.

There really weren't too many different things that were broken, just a lot of
repetition of the same 4 or 5 problems.

I'll try to summarize the ones I remember:

* Applciation tag doesn't have an initialize event any more, use
creationComplete
* Not sure if this would cause a problem, but I haven't initialized any of the
bindable variables. I would do that in initFunction()
* All the bindable variables needed a [Bindable] statement on the preceding
line.
* I added the functions to the actionscript manually rather than copying your
actionscript file, so it's possible that one or more of the function signatures
was wrong. It's also possible that there was nothing wrong with them at all.

I'll try to attach to the code to this message. If the list doesn't accept
attachments I'll email it to you off list.

Spike



On 10/18/05, Greg
Johnson <[EMAIL PROTECTED]>
wrote:

Ya. I understand that,
but it seems like they threw the baby out with
the bathwater and dumped everything they had done up to Flex 1.5 and
started from scratch and just haven't built back up to even the level
of the previous version. 

And I looked at that page first thing, and made all the changes, and
still ended up with 100s of errors.  I have also looked at the new
Flex 2 Explorer and gone though the code in the as files it uses, and
even when I include the same things they do, I get errors.

1.5 I had a fairly intricate and function application working, 2 and
im having to start with the hello world tutorials to try and figure
out why things are not working.  I would stick with 1.5 at this point
but we specificaly need to have the ability to create SWFs vs being
dependent on the server, plus the trial only has 26 more days and we
aint spending the money for 1.5 when 2 should be gold by the first 
half of next year.  So I am frusterated right now.

--- In flexcoders@yahoogroups.com,
Clint Modien <[EMAIL PROTECTED]> wrote:
>
> it's alpha... it's not done yet... 
>  there's also a part about the changes between Flex1.5 and Flex
2.0
and AS2
> and AS3...
>  See Migrating Applications to Flex 2 in here:
>
http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhe

lp.htm
>
>  On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> >
> > It seems like they went out of there way to remove features in 
coding
> > and make things far far more difficult or am I missing something?
> >
> > I have my AS code in different files, and right now have nothing
but
> > function stubs, and am getting no end of errors :/ 
> >
> > I create a variable
> > var investigatorSelectionGrid_dp:Array = new Array(1);
> >
> > first thing it does is on the mxml side where I have it assigned
to a
> > dataProvider parameter it says something about possibly not being 
> > able to see changes or something. So I add [Bindable] over it.
Then
> > it says I can't use [Bindable] on a non-public variable, so I add
> > public before it. It still says its a "non-public"
variable. 
> > *scream*
> >
> > It was so simple before and seems to be like pulling teeth now, im
> > going nuts. I can't belief they would louse up Flex as bad as it
> > seems they have, so I am hoping I am missing something that 
knowing
> > makes it all atleast mostly as easy as before.
> >
> > Anyone?!?!
> > Tnks
> > Greg
> >
> >
> >
> >
> >
> > 
> > --
> > Flexcoders Mailing List
> > FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> > Yahoo! Groups Links
> > 
> >
> >
> >
> >
> >
> >
> >
> >
>






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

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

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links

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


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

Re: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread Spike



*snip*
That said, leading an open source project can be a good career move*snip*

Yup, that's definitely true, but don't bet the farm on getting money out of it directly.

Spike
On 10/18/05, Hans Omli <[EMAIL PROTECTED]> wrote:







Agreed.  It's pretty difficult to compete with 
free.  That said, leading an open source project can be a good career move, 
so maybe someone in the CF community will come up with 
one.


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of SpikeSent: 
Tuesday, October 18, 2005 1:12 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Macromedia 
Labs site
I'm not totally convinced that there would be significant uptake for 
a CF wiki. I was looking for one a few weeks ago and ended up going with 
mediaWiki too. I'm no PHP guru, but it only took about an hour to get everything 
set up including installing PHP and getting the database setup.With that 
knowledge it would be very hard for me to justify paying for one and I'm sure 
I'm not alone.I'm sure some people would buy it, but I doubt if you'd 
get back the money you spent developing it.my 
2centsSpike
On 10/18/05, Tariq 
Ahmed <[EMAIL PROTECTED]> 
wrote:
I 
  think there's a business opportunity to create a CF based Wiki; I've had to 
  integrate a PHP one because there aren't any good CF based ones out 
  there.But I just want to comment that for MACR to make one; the 
  decision would be to divert resources. Frankly I'd rather see MACR focusing on 
  their core products, as opposed to pulling CF guys off of CF8 to make a CF 
  based wiki which would be totally sunk cost unless they plan to sell it as a 
  product. Financially it wouldn't make sense.charlespaz1 wrote: 
  I recognized it as MediaWiki, and I understand PHP is a great tool, Iuse it myself when the project calls for it.  I have nothing againstMacromedia using PHP if it is the right tool for the job.   However,
as the "15th Billionth" person to comment on this, I find theimpression that it gives in this case an unsettling one.How would you feel if Microsoft hosted their web pages on Linux/Apache
instead of Windows/IIS?  Or developed Office in Delphi?  It justwouldn't give a great impression of their confidence in their own product.Who, if not Macromedia, has the most knowledgable people ofColdFusion?  Who, if not Macromedia, should be running a ColdFusion
based Wiki, to not only showcase their product, but to show theirconfidence in its use in an enterprise environment.With a simple Google search today I found a ColdFusion wiki, and I'vedownloaded a few others previously. 
http://www.cdsi-solutions.com/cfwiki/But hey, that's just my opinion.--- In 
flexcoders@yahoogroups.com, Mike Chambers <[EMAIL PROTECTED]> wrote:  
Yes. It is using MediWiki, which powers wikipedia.mike chambers--Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  YAHOO! GROUPS LINKS 
  
 Visit your group "flexcoders" on the web. 
 
 To unsubscribe from this group, send an email 
to:  
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  
  
  -- 
Stephen MilliganDo you 
do the Badger?http://www.yellowbadger.com Do 
you cfeclipse? http://www.cfeclipse.org





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

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






  




  
  
  YAHOO! GROUPS LINKS



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




  








-- Stephen MilliganDo you do the Badger?http://www.yellowbadger.com
Do you cfeclipse? http://www.cfeclipse.org






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: Ok, im lost with Flex 2

2005-10-18 Thread Greg Johnson
Ya, if you could email that to me it would be good as I just use a 
RSS Reader for the list and at the end of your message it said the 
file was not stored :)

--- In flexcoders@yahoogroups.com, Spike <[EMAIL PROTECTED]> wrote:
>
> I have modified your code so it now compiles and runs without error.
> 
> There really weren't too many different things that were broken, 
just a lot
> of repetition of the same 4 or 5 problems.
> 
> I'll try to summarize the ones I remember:
> 
> * Applciation tag doesn't have an initialize event any more, use
> creationComplete
> * Not sure if this would cause a problem, but I haven't initialized 
any of
> the bindable variables. I would do that in initFunction()
> * All the bindable variables needed a [Bindable] statement on the 
preceding
> line.
> * I added the functions to the actionscript manually rather than 
copying
> your actionscript file, so it's possible that one or more of the 
function
> signatures was wrong. It's also possible that there was nothing 
wrong with
> them at all.
> 
> I'll try to attach to the code to this message. If the list doesn't 
accept
> attachments I'll email it to you off list.
> 
> Spike
> 
> On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> >
> > Ya. I understand that, but it seems like they threw the baby out 
with
> > the bathwater and dumped everything they had done up to Flex 1.5 
and
> > started from scratch and just haven't built back up to even the 
level
> > of the previous version.
> >
> > And I looked at that page first thing, and made all the changes, 
and
> > still ended up with 100s of errors. I have also looked at the new
> > Flex 2 Explorer and gone though the code in the as files it uses, 
and
> > even when I include the same things they do, I get errors.
> >
> > 1.5 I had a fairly intricate and function application working, 2 
and
> > im having to start with the hello world tutorials to try and 
figure
> > out why things are not working. I would stick with 1.5 at this 
point
> > but we specificaly need to have the ability to create SWFs vs 
being
> > dependent on the server, plus the trial only has 26 more days and 
we
> > aint spending the money for 1.5 when 2 should be gold by the first
> > half of next year. So I am frusterated right now.
> >
> > --- In flexcoders@yahoogroups.com, Clint Modien <[EMAIL PROTECTED]> 
wrote:
> > >
> > > it's alpha... it's not done yet...
> > > there's also a part about the changes between Flex1.5 and Flex 
2.0
> > and AS2
> > > and AS3...
> > > See Migrating Applications to Flex 2 in here:
> > >
> > 
http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhe
> > lp.htm
> > >
> > > On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > It seems like they went out of there way to remove features in
> > coding
> > > > and make things far far more difficult or am I missing 
something?
> > > >
> > > > I have my AS code in different files, and right now have 
nothing
> > but
> > > > function stubs, and am getting no end of errors :/
> > > >
> > > > I create a variable
> > > > var investigatorSelectionGrid_dp:Array = new Array(1);
> > > >
> > > > first thing it does is on the mxml side where I have it 
assigned
> > to a
> > > > dataProvider parameter it says something about possibly not 
being
> > > > able to see changes or something. So I add [Bindable] over it.
> > Then
> > > > it says I can't use [Bindable] on a non-public variable, so I 
add
> > > > public before it. It still says its a "non-public" variable.
> > > > *scream*
> > > >
> > > > It was so simple before and seems to be like pulling teeth 
now, im
> > > > going nuts. I can't belief they would louse up Flex as bad as 
it
> > > > seems they have, so I am hoping I am missing something that
> > knowing
> > > > makes it all atleast mostly as easy as before.
> > > >
> > > > Anyone?!?!
> > > > Tnks
> > > > Greg
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > 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
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> 
> 
> --
> 
> Stephen Milligan
> Do you do the Badger?
> http://www.yellowbadger.com
> 
> Do you cfeclipse? http://www.cfeclipse.org
>






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

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread JesterXL
LOL, that woulda sucked!

var i:Number = Math.POSTIVIE_INFINITY;
while(i--)
{
trace("whew!");
}

- Original Message - 
From: "Greg Johnson" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 18, 2005 4:41 PM
Subject: [flexcoders] Re: Dividing the mailing list into categories


> Enterprise customers on this list will care about, whereas those 
Flashers 
> who finally see the f'ing light, will just be asking MXML & component 
> questions.  

Hehe, ya, my boss was sitting on the fence between Flex 1.5 and Flash 8 
for this major "application", luckily the news about 2 came out in time 
to tip things as he had stoped my development on 1.5 and was about to 
have me start using Flash 8 instead.







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



 




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

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

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

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

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





RE: [flexcoders] Re: Flex 2.0 - Arrays vs. Collections

2005-10-18 Thread Deepa Subramaniam
I'm so glad someone is venturing into the world of collections, and I
encourage the rest of you to do so :) 

A few points that will help you out as you continue to use collections:

-You can still pass in a plain old Array as the dataProvider to
list-based components. Internally, we wrap that as an ArrayCollection. 

-The Flex 1.5 IDataProvider interface is now gone. The dataProviders of
list-based components are now of type ICollectionView. You need to use
the collection-related methods (methods on IList and ICollectionView) to
modify and query the data. The ASDocs will be your friends here.
Remember, when going through the dataProvider property to modify the
underlying data, you will need to cast the dataProvider as IList or
ICollectionView depending on which methods you will be calling. 

-As for what is the difference between ICollectionView and IList - think
of IList as a straightforward, simple interface for describing a linear
randomly-accessible collection. ICollectionView is more generic then
IList and provides broader functionality like sorting, ranging,
filtering (not yet in the Alpha), and navigation via an IViewCursor.  

Happy collections-ing - we're eager for feedback!
deepa 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of fowleryj
Sent: Tuesday, October 18, 2005 1:01 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex 2.0 - Arrays vs. Collections

Thanks - the example made it much clearer. =)

--- In flexcoders@yahoogroups.com, "Ashish Goyal" <[EMAIL PROTECTED]> wrote:
>
> I think the doc is pretty explainatory.. To further explain it, You
can
> still use an Array as dataProvider but any changes in the dataprovider
> array won't update the control. If you want your control (DataGrid,
List
> etc.) to reflect the changes then you need to use Collection (There is
> an ArrayCollection). 
> 
> Example:
> 
>  // Won't update the
> DataGrid if you change element 1 from a to aa.
> 
>  // Will
> update the DataGrid if you change element 1 from a to aa.
> 
> Thanks
> -Ashish
> 
> 
> 
> > -Original Message-
> > From: flexcoders@yahoogroups.com 
> > [mailto:[EMAIL PROTECTED] On Behalf Of fowleryj
> > Sent: Tuesday, October 18, 2005 12:10 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Flex 2.0 - Arrays vs. Collections
> > 
> > In reference to this page,
> > http://livedocs.macromedia.com/labs/1/flex/1587.html, will
> > we now
> > have to cast an Array to a Collection before binding to it (using it
> > as the dataProvider for a DataGrid, for example)?






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



 






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

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

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

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

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






RE: [flexcoders] Re: Ok, im lost with Flex 2

2005-10-18 Thread Gordon Smith










> Application tag doesn't have an initialize event any more, use
creationComplete.

 

It should have both events. Please file a bug if that's not the case.

 

- Gordon

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Spike
Sent: Tuesday, October 18, 2005
1:30 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Ok,
im lost with Flex 2



 

I have modified your code
so it now compiles and runs without error.

There really weren't too many different things that were broken, just a lot of
repetition of the same 4 or 5 problems.

I'll try to summarize the ones I remember:

* Applciation tag doesn't have an initialize event any more, use
creationComplete
* Not sure if this would cause a problem, but I haven't initialized any of the
bindable variables. I would do that in initFunction()
* All the bindable variables needed a [Bindable] statement on the preceding
line.
* I added the functions to the actionscript manually rather than copying your
actionscript file, so it's possible that one or more of the function signatures
was wrong. It's also possible that there was nothing wrong with them at all.

I'll try to attach to the code to this message. If the list doesn't accept
attachments I'll email it to you off list.

Spike



On 10/18/05, Greg
Johnson <[EMAIL PROTECTED]>
wrote:

Ya. I understand that,
but it seems like they threw the baby out with
the bathwater and dumped everything they had done up to Flex 1.5 and
started from scratch and just haven't built back up to even the level
of the previous version. 

And I looked at that page first thing, and made all the changes, and
still ended up with 100s of errors.  I have also looked at the new
Flex 2 Explorer and gone though the code in the as files it uses, and
even when I include the same things they do, I get errors.

1.5 I had a fairly intricate and function application working, 2 and
im having to start with the hello world tutorials to try and figure
out why things are not working.  I would stick with 1.5 at this point
but we specificaly need to have the ability to create SWFs vs being
dependent on the server, plus the trial only has 26 more days and we
aint spending the money for 1.5 when 2 should be gold by the first 
half of next year.  So I am frusterated right now.

--- In flexcoders@yahoogroups.com,
Clint Modien <[EMAIL PROTECTED]> wrote:
>
> it's alpha... it's not done yet... 
>  there's also a part about the changes between Flex1.5 and Flex
2.0
and AS2
> and AS3...
>  See Migrating Applications to Flex 2 in here:
>
http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhe
lp.htm
>
>  On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> >
> > It seems like they went out of there way to remove features in 
coding
> > and make things far far more difficult or am I missing something?
> >
> > I have my AS code in different files, and right now have nothing
but
> > function stubs, and am getting no end of errors :/ 
> >
> > I create a variable
> > var investigatorSelectionGrid_dp:Array = new Array(1);
> >
> > first thing it does is on the mxml side where I have it assigned
to a
> > dataProvider parameter it says something about possibly not being 
> > able to see changes or something. So I add [Bindable] over it.
Then
> > it says I can't use [Bindable] on a non-public variable, so I add
> > public before it. It still says its a "non-public"
variable. 
> > *scream*
> >
> > It was so simple before and seems to be like pulling teeth now, im
> > going nuts. I can't belief they would louse up Flex as bad as it
> > seems they have, so I am hoping I am missing something that 
knowing
> > makes it all atleast mostly as easy as before.
> >
> > Anyone?!?!
> > Tnks
> > Greg
> >
> >
> >
> >
> >
> > 
> > --
> > Flexcoders Mailing List
> > FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> > Yahoo! Groups Links
> > 
> >
> >
> >
> >
> >
> >
> >
> >
>






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

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

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


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

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












-- 

Stephen Milligan 
Do you do the Badger?
http://www.yellowbadger.com

Do you cfeclipse? http://www.cfeclipse.org









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/grou

RE: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread Hans Omli





Agreed.  It's pretty difficult to compete with 
free.  That said, leading an open source project can be a good career move, 
so maybe someone in the CF community will come up with 
one.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of SpikeSent: 
Tuesday, October 18, 2005 1:12 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Macromedia 
Labs site
I'm not totally convinced that there would be significant uptake for 
a CF wiki. I was looking for one a few weeks ago and ended up going with 
mediaWiki too. I'm no PHP guru, but it only took about an hour to get everything 
set up including installing PHP and getting the database setup.With that 
knowledge it would be very hard for me to justify paying for one and I'm sure 
I'm not alone.I'm sure some people would buy it, but I doubt if you'd 
get back the money you spent developing it.my 
2centsSpike
On 10/18/05, Tariq 
Ahmed <[EMAIL PROTECTED]> 
wrote:
I 
  think there's a business opportunity to create a CF based Wiki; I've had to 
  integrate a PHP one because there aren't any good CF based ones out 
  there.But I just want to comment that for MACR to make one; the 
  decision would be to divert resources. Frankly I'd rather see MACR focusing on 
  their core products, as opposed to pulling CF guys off of CF8 to make a CF 
  based wiki which would be totally sunk cost unless they plan to sell it as a 
  product. Financially it wouldn't make sense.charlespaz1 wrote: 
  I recognized it as MediaWiki, and I understand PHP is a great tool, Iuse it myself when the project calls for it.  I have nothing againstMacromedia using PHP if it is the right tool for the job.   However,
as the "15th Billionth" person to comment on this, I find theimpression that it gives in this case an unsettling one.How would you feel if Microsoft hosted their web pages on Linux/Apacheinstead of Windows/IIS?  Or developed Office in Delphi?  It just
wouldn't give a great impression of their confidence in their own product.Who, if not Macromedia, has the most knowledgable people ofColdFusion?  Who, if not Macromedia, should be running a ColdFusionbased Wiki, to not only showcase their product, but to show their
confidence in its use in an enterprise environment.With a simple Google search today I found a ColdFusion wiki, and I'vedownloaded a few others previously. 
http://www.cdsi-solutions.com/cfwiki/But hey, that's just my opinion.--- In flexcoders@yahoogroups.com
, Mike Chambers <[EMAIL PROTECTED]> wrote:  
Yes. It is using MediWiki, which powers wikipedia.mike chambers--Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  YAHOO! GROUPS LINKS 
  
 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an email 
to:  
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  
  
  -- 
Stephen MilliganDo you 
do the Badger?http://www.yellowbadger.com Do 
you cfeclipse? http://www.cfeclipse.org





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Greg Johnson
> Enterprise customers on this list will care about, whereas those 
Flashers 
> who finally see the f'ing light, will just be asking MXML & component 
> questions.  

Hehe, ya, my boss was sitting on the fence between Flex 1.5 and Flash 8 
for this major "application", luckily the news about 2 came out in time 
to tip things as he had stoped my development on 1.5 and was about to 
have me start using Flash 8 instead.






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

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

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

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

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





Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Spike



Yeah,

That probably makes more sense.
As long as there are enough people around who know what they're doing with both Flex 1.5 and Flex 2 it shoudn't be a problem.

Spike
On 10/18/05, JesterXL <[EMAIL PROTECTED]> wrote:
This setup works well in Flash; Flashcoders handles component & ActionScriptcoding issues where as Flashnewbie handles anything not advanced.  There area bunch of smart people on Flashnewbie, and everyone pitches in to help.
What Flexcoders, though, really needs is a clear division between tasks, notjust skillset.  For exmaple, Flex Enterprise Services are what most of theEnterprise customers on this list will care about, whereas those Flashers
who finally see the f'ing light, will just be asking MXML & componentquestions.  Flashcom for example was setup so Flash Communication Serverquestions weren't asked on Flashcoders, or Flashnewbie.  This works well as
each has a nice community going on.If it were up to me, I'd say:Flexcoders = stays as isFlexserver = deals with enterprise servicesMost of the Flash devs incoming will get up to speed pretty quickly, and
there are already plenty of experienced Flex devs on Flashcoders.Besides, we're at version 1.5, not 8 like the Flash community is.  Theinflux of n00bs to this list is what makes it fun in my opinion.
- Original Message -From: "Greg Johnson" <[EMAIL PROTECTED]>To: Sent: Tuesday, October 18, 2005 3:58 PMSubject: [flexcoders] Re: Dividing the mailing list into categoriesHehehe *raises hand as Flex Newbie*But I have been using Flash and Actionscript for 5+ years and have
been coding CF since it's first Beta release.  Plus I have a Degreein Business Computer Programing where I was fully educated in OOPwith C++.I understand what you are saying, and there is a valid logic to it.
There is a flaw to it as well.  Its kinda like those party lines youcall to "meet a hot babe" and all that you find is a bunch of guys.If you put all the n00bs like me in one room, and the experts in
another, it will just be people who don't have any answers askingquestions of people who don't have any answers. roflDon't take any of my most recent posts wrong, I agree that Flex isgreat.  We have an entire project, grant, and I have an offer for me
to go to full time state emp specificaly because of Flex2.  Its justfrusterating as it seems most of the syntax etc I learned with Flex1.5 is just causing errors now.I would have grave doubts that creating an all n00b area would
benifit the n00bs, though I am sure it would benifit the pros :)Just my 2000 cents :DGreg--- In flexcoders@yahoogroups.com, Manuel Saint-Victor<[EMAIL PROTECTED]
...> wrote:>> I've brought this up before and I'm going to go out on a limb againand> suggest that we maybe create a Flex 2 noobs mailing list. I saythis because> I think that in the coming weeks there is going to be a deluge of
members to> here that a)are brand spanking new to Flex and even Flash b)Haven't really> read the posting etiquette or become familiar with searchingprevious posts> c)are just dabbling etc.
>> I think it will make it a lot more readable and usable a list ifthose who> are at least working with 1.5 for production level projects thatwill> continue can be spared our posts of "Hello help I'm oblivious".
Last time I> mentioned this it was more motivated by the sense that newbiesneeded a> place to ask for help and then be directed to the docs or a Googlesearch> while the more knowledgeable guys can have a more productive
environment.> Before I believe that as pointed out to me -Flex's developerpopulation was> not yet at critical mass for this kind of partitioning. I have thefeeling> that this week will change that.
> Either way I think that this Flex 2 is the best thing since indoorplumbing.> The workflow is fluid, the docs are light and informative and Ivery well> might need a relationship counselor in the next few weeks or
someone to keep> my fiancee at whatever venue so that we don't have to break upwhile I stay> glued to this computer.>> Thanks MM for an amazing product- even in its alpha state.>
> Mani>--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links Yahoo! Groups Sponsor ~-->
Fair play? Video games influencing politics. Click and talk back!http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~->
--Flexcoders Mailing 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/-- --

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Spike



Having spent enough time on mailing lists over the years, I think it
would be a good idea to create a second flexcoders list for Flex 2.

God help the poor people who come along, new to Flex 1.5, 3 months from
now only to find that half the messages since MAX don't even apply to
the things they're desperately trying to learn.

SpikeOn 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
Hehehe *raises hand as Flex Newbie*But I have been using Flash and Actionscript for 5+ years and havebeen coding CF since it's first Beta release.  Plus I have a Degreein Business Computer Programing where I was fully educated in OOP
with C++.I understand what you are saying, and there is a valid logic to it.There is a flaw to it as well.  Its kinda like those party lines youcall to "meet a hot babe" and all that you find is a bunch of guys.
If you put all the n00bs like me in one room, and the experts inanother, it will just be people who don't have any answers askingquestions of people who don't have any answers. roflDon't take any of my most recent posts wrong, I agree that Flex is
great.  We have an entire project, grant, and I have an offer for meto go to full time state emp specificaly because of Flex2.  Its justfrusterating as it seems most of the syntax etc I learned with Flex1.5
 is just causing errors now.I would have grave doubts that creating an all n00b area wouldbenifit the n00bs, though I am sure it would benifit the pros :)Just my 2000 cents :DGreg--- In 
flexcoders@yahoogroups.com, Manuel Saint-Victor<[EMAIL PROTECTED]> wrote:>> I've brought this up before and I'm going to go out on a limb againand> suggest that we maybe create a Flex 2 noobs mailing list. I say
this because> I think that in the coming weeks there is going to be a deluge ofmembers to> here that a)are brand spanking new to Flex and even Flash b)Haven't really> read the posting etiquette or become familiar with searching
previous posts> c)are just dabbling etc.>> I think it will make it a lot more readable and usable a list ifthose who> are at least working with 1.5 for production level projects that
will> continue can be spared our posts of "Hello help I'm oblivious".Last time I> mentioned this it was more motivated by the sense that newbiesneeded a> place to ask for help and then be directed to the docs or a Google
search> while the more knowledgeable guys can have a more productiveenvironment.> Before I believe that as pointed out to me -Flex's developerpopulation was> not yet at critical mass for this kind of partitioning. I have the
feeling> that this week will change that.> Either way I think that this Flex 2 is the best thing since indoorplumbing.> The workflow is fluid, the docs are light and informative and Ivery well
> might need a relationship counselor in the next few weeks orsomeone to keep> my fiancee at whatever venue so that we don't have to break upwhile I stay> glued to this computer.>> Thanks MM for an amazing product- even in its alpha state.
>> Mani> Yahoo! Groups Sponsor ~-->Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->--Flexcoders Mailing 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/
-- Stephen MilliganDo you do the Badger?http://www.yellowbadger.com
Do you cfeclipse? http://www.cfeclipse.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.



  









Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread JesterXL
This setup works well in Flash; Flashcoders handles component & ActionScript 
coding issues where as Flashnewbie handles anything not advanced.  There are 
a bunch of smart people on Flashnewbie, and everyone pitches in to help.

What Flexcoders, though, really needs is a clear division between tasks, not 
just skillset.  For exmaple, Flex Enterprise Services are what most of the 
Enterprise customers on this list will care about, whereas those Flashers 
who finally see the f'ing light, will just be asking MXML & component 
questions.  Flashcom for example was setup so Flash Communication Server 
questions weren't asked on Flashcoders, or Flashnewbie.  This works well as 
each has a nice community going on.

If it were up to me, I'd say:
Flexcoders = stays as is
Flexserver = deals with enterprise services

Most of the Flash devs incoming will get up to speed pretty quickly, and 
there are already plenty of experienced Flex devs on Flashcoders.

Besides, we're at version 1.5, not 8 like the Flash community is.  The 
influx of n00bs to this list is what makes it fun in my opinion.

- Original Message - 
From: "Greg Johnson" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 18, 2005 3:58 PM
Subject: [flexcoders] Re: Dividing the mailing list into categories


Hehehe *raises hand as Flex Newbie*

But I have been using Flash and Actionscript for 5+ years and have
been coding CF since it's first Beta release.  Plus I have a Degree
in Business Computer Programing where I was fully educated in OOP
with C++.

I understand what you are saying, and there is a valid logic to it.
There is a flaw to it as well.  Its kinda like those party lines you
call to "meet a hot babe" and all that you find is a bunch of guys.
If you put all the n00bs like me in one room, and the experts in
another, it will just be people who don't have any answers asking
questions of people who don't have any answers. rofl

Don't take any of my most recent posts wrong, I agree that Flex is
great.  We have an entire project, grant, and I have an offer for me
to go to full time state emp specificaly because of Flex2.  Its just
frusterating as it seems most of the syntax etc I learned with Flex
1.5 is just causing errors now.

I would have grave doubts that creating an all n00b area would
benifit the n00bs, though I am sure it would benifit the pros :)
Just my 2000 cents :D

Greg
--- In flexcoders@yahoogroups.com, Manuel Saint-Victor
<[EMAIL PROTECTED]> wrote:
>
> I've brought this up before and I'm going to go out on a limb again
and
> suggest that we maybe create a Flex 2 noobs mailing list. I say
this because
> I think that in the coming weeks there is going to be a deluge of
members to
> here that a)are brand spanking new to Flex and even Flash b)
Haven't really
> read the posting etiquette or become familiar with searching
previous posts
> c)are just dabbling etc.
>
> I think it will make it a lot more readable and usable a list if
those who
> are at least working with 1.5 for production level projects that
will
> continue can be spared our posts of "Hello help I'm oblivious".
Last time I
> mentioned this it was more motivated by the sense that newbies
needed a
> place to ask for help and then be directed to the docs or a Google
search
> while the more knowledgeable guys can have a more productive
environment.
> Before I believe that as pointed out to me -Flex's developer
population was
> not yet at critical mass for this kind of partitioning. I have the
feeling
> that this week will change that.
> Either way I think that this Flex 2 is the best thing since indoor
plumbing.
> The workflow is fluid, the docs are light and informative and I
very well
> might need a relationship counselor in the next few weeks or
someone to keep
> my fiancee at whatever venue so that we don't have to break up
while I stay
> glued to this computer.
>
> Thanks MM for an amazing product- even in its alpha state.
>
> Mani
>







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









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

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

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

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

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






[flexcoders] Re: Flex 2.0 - Arrays vs. Collections

2005-10-18 Thread fowleryj
Thanks - the example made it much clearer. =)

--- In flexcoders@yahoogroups.com, "Ashish Goyal" <[EMAIL PROTECTED]> wrote:
>
> I think the doc is pretty explainatory.. To further explain it, You can
> still use an Array as dataProvider but any changes in the dataprovider
> array won't update the control. If you want your control (DataGrid, List
> etc.) to reflect the changes then you need to use Collection (There is
> an ArrayCollection). 
> 
> Example:
> 
>  // Won't update the
> DataGrid if you change element 1 from a to aa.
> 
>  // Will
> update the DataGrid if you change element 1 from a to aa.
> 
> Thanks
> -Ashish
> 
> 
> 
> > -Original Message-
> > From: flexcoders@yahoogroups.com 
> > [mailto:[EMAIL PROTECTED] On Behalf Of fowleryj
> > Sent: Tuesday, October 18, 2005 12:10 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Flex 2.0 - Arrays vs. Collections
> > 
> > In reference to this page,
> > http://livedocs.macromedia.com/labs/1/flex/1587.html, will
> > we now
> > have to cast an Array to a Collection before binding to it (using it
> > as the dataProvider for a DataGrid, for example)?





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread Spike



I'm not totally convinced that there would be significant uptake for a CF wiki. 

I was looking for one a few weeks ago and ended up going with mediaWiki
too. I'm no PHP guru, but it only took about an hour to get everything
set up including installing PHP and getting the database setup.

With that knowledge it would be very hard for me to justify paying for one and I'm sure I'm not alone.

I'm sure some people would buy it, but I doubt if you'd get back the money you spent developing it.

my 2cents

SpikeOn 10/18/05, Tariq Ahmed <[EMAIL PROTECTED]> wrote:



  




I think there's a business opportunity to create a CF based Wiki; I've
had to integrate a PHP one because there aren't any good CF based ones
out there.

But I just want to comment that for MACR to make one; the decision
would be to divert resources. Frankly I'd rather see MACR focusing on
their core products, as opposed to pulling CF guys off of CF8 to make a
CF based wiki which would be totally sunk cost unless they plan to sell
it as a product. Financially it wouldn't make sense.


charlespaz1 wrote:

  I recognized it as MediaWiki, and I understand PHP is a great tool, Iuse it myself when the project calls for it.  I have nothing againstMacromedia using PHP if it is the right tool for the job.   However,
as the "15th Billionth" person to comment on this, I find theimpression that it gives in this case an unsettling one.How would you feel if Microsoft hosted their web pages on Linux/Apacheinstead of Windows/IIS?  Or developed Office in Delphi?  It just
wouldn't give a great impression of their confidence in their own product.Who, if not Macromedia, has the most knowledgable people ofColdFusion?  Who, if not Macromedia, should be running a ColdFusionbased Wiki, to not only showcase their product, but to show their
confidence in its use in an enterprise environment.With a simple Google search today I found a ColdFusion wiki, and I'vedownloaded a few others previously. 
http://www.cdsi-solutions.com/cfwiki/But hey, that's just my opinion.--- In flexcoders@yahoogroups.com
, Mike Chambers <[EMAIL PROTECTED]> wrote:  
  
Yes. It is using MediWiki, which powers wikipedia.mike chambers
  
  








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

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






  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 

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




  









-- Stephen MilliganDo you do the Badger?http://www.yellowbadger.com
Do you cfeclipse? http://www.cfeclipse.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] Re: Dividing the mailing list into categories

2005-10-18 Thread Greg Johnson
Hehehe *raises hand as Flex Newbie*

But I have been using Flash and Actionscript for 5+ years and have 
been coding CF since it's first Beta release.  Plus I have a Degree 
in Business Computer Programing where I was fully educated in OOP 
with C++.

I understand what you are saying, and there is a valid logic to it.  
There is a flaw to it as well.  Its kinda like those party lines you 
call to "meet a hot babe" and all that you find is a bunch of guys.  
If you put all the n00bs like me in one room, and the experts in 
another, it will just be people who don't have any answers asking 
questions of people who don't have any answers. rofl

Don't take any of my most recent posts wrong, I agree that Flex is 
great.  We have an entire project, grant, and I have an offer for me 
to go to full time state emp specificaly because of Flex2.  Its just 
frusterating as it seems most of the syntax etc I learned with Flex 
1.5 is just causing errors now.

I would have grave doubts that creating an all n00b area would 
benifit the n00bs, though I am sure it would benifit the pros :)  
Just my 2000 cents :D

Greg
--- In flexcoders@yahoogroups.com, Manuel Saint-Victor 
<[EMAIL PROTECTED]> wrote:
>
> I've brought this up before and I'm going to go out on a limb again 
and
> suggest that we maybe create a Flex 2 noobs mailing list. I say 
this because
> I think that in the coming weeks there is going to be a deluge of 
members to
> here that a)are brand spanking new to Flex and even Flash b) 
Haven't really
> read the posting etiquette or become familiar with searching 
previous posts
> c)are just dabbling etc.
> 
> I think it will make it a lot more readable and usable a list if 
those who
> are at least working with 1.5 for production level projects that 
will
> continue can be spared our posts of "Hello help I'm oblivious". 
Last time I
> mentioned this it was more motivated by the sense that newbies 
needed a
> place to ask for help and then be directed to the docs or a Google 
search
> while the more knowledgeable guys can have a more productive 
environment.
> Before I believe that as pointed out to me -Flex's developer 
population was
> not yet at critical mass for this kind of partitioning. I have the 
feeling
> that this week will change that.
> Either way I think that this Flex 2 is the best thing since indoor 
plumbing.
> The workflow is fluid, the docs are light and informative and I 
very well
> might need a relationship counselor in the next few weeks or 
someone to keep
> my fiancee at whatever venue so that we don't have to break up 
while I stay
> glued to this computer.
> 
> Thanks MM for an amazing product- even in its alpha state.
> 
> Mani
>






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

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

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

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

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






RE: [flexcoders] Flex 2.0 - Arrays vs. Collections

2005-10-18 Thread Ashish Goyal
I think the doc is pretty explainatory.. To further explain it, You can
still use an Array as dataProvider but any changes in the dataprovider
array won't update the control. If you want your control (DataGrid, List
etc.) to reflect the changes then you need to use Collection (There is
an ArrayCollection). 

Example:

 // Won't update the
DataGrid if you change element 1 from a to aa.

 // Will
update the DataGrid if you change element 1 from a to aa.

Thanks
-Ashish



> -Original Message-
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of fowleryj
> Sent: Tuesday, October 18, 2005 12:10 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex 2.0 - Arrays vs. Collections
> 
> In reference to this page,
> http://livedocs.macromedia.com/labs/1/flex/1587.html, will
> we now
> have to cast an Array to a Collection before binding to it (using it
> as the dataProvider for a DataGrid, for example)?
> 
> 
> 
> 
> 
>  Yahoo! Groups Sponsor 
> ~--> 
> Most low income households are not online. Help bridge the 
> digital divide today!
> http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
> --
> --~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 


 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] flex 2 & cf

2005-10-18 Thread Paul Hastings
Spike wrote:
> I haven't installed the CF adapter, but just in case you weren't already 
> aware, you can do webservice and http calls without it.
> 
> You only need it for flash remoting calls.
> 
> Haven't heard of any problems with it elsewhere though.

thanks spike. yeah we want to try out flash remoting, just wondering if 
the cf box needed anything beyond the adapter.


 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Flex 2.0 - Arrays vs. Collections

2005-10-18 Thread fowleryj
In reference to this page,
http://livedocs.macromedia.com/labs/1/flex/1587.html, will
we now
have to cast an Array to a Collection before binding to it (using it
as the dataProvider for a DataGrid, for example)?





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Dividing the mailing list into categories

2005-10-18 Thread Manuel Saint-Victor



I've brought this up before and I'm going to go out on a limb again and suggest that we maybe create a Flex 2 noobs mailing list.  I say this because I think that in the coming weeks there is going to be a deluge of members to here that a)are brand spanking new to Flex and even Flash b) Haven't really read the posting etiquette or become familiar with searching previous posts c)are just dabbling etc.
I think it will make it a lot more readable and usable a list if those who are at least working with 1.5 for production level projects that will continue can be spared our posts of "Hello help I'm oblivious".  Last time I mentioned this it was more motivated by the sense that newbies needed a place to ask for help and then be directed to the docs or a Google search while the more knowledgeable guys can have a more productive environment.  Before I believe that as pointed out to me -Flex's developer population was not yet at critical mass for this kind of partitioning.  I have the feeling that this week will change that. 
 Either way I think that this Flex 2 is the best thing since indoor plumbing.  The workflow is fluid, the docs are light and informative and I very well might need a relationship counselor in the next few weeks or someone to keep my fiancee at whatever venue so that we don't have to break up while I stay glued to this computer.
Thanks MM for an amazing product- even in its alpha state.Mani






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] flex 2 & cf

2005-10-18 Thread Spike



I haven't installed the CF adapter, but just in case you weren't
already aware, you can do webservice and http calls without it. 

You only need it for flash remoting calls.

Haven't heard of any problems with it elsewhere though.

SpikeOn 10/18/05, Paul Hastings <[EMAIL PROTECTED]> wrote:
mildly confused about cf & flex 2. besides installing the adapter on thecf server, is there anything else we need to do. install the standalonebuilder?thanks. Yahoo! Groups Sponsor ~-->
Fair play? Video games influencing politics. Click and talk back!http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~->
--Flexcoders Mailing 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/-- Stephen Milligan
Do you do the Badger?http://www.yellowbadger.comDo you cfeclipse? http://www.cfeclipse.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] Re: Ok, im lost with Flex 2

2005-10-18 Thread Greg Johnson
Ya. I understand that, but it seems like they threw the baby out with 
the bathwater and dumped everything they had done up to Flex 1.5 and 
started from scratch and just haven't built back up to even the level 
of the previous version.

And I looked at that page first thing, and made all the changes, and 
still ended up with 100s of errors.  I have also looked at the new 
Flex 2 Explorer and gone though the code in the as files it uses, and 
even when I include the same things they do, I get errors.

1.5 I had a fairly intricate and function application working, 2 and 
im having to start with the hello world tutorials to try and figure 
out why things are not working.  I would stick with 1.5 at this point 
but we specificaly need to have the ability to create SWFs vs being 
dependent on the server, plus the trial only has 26 more days and we 
aint spending the money for 1.5 when 2 should be gold by the first 
half of next year.  So I am frusterated right now.

--- In flexcoders@yahoogroups.com, Clint Modien <[EMAIL PROTECTED]> wrote:
>
> it's alpha... it's not done yet...
>  there's also a part about the changes between Flex1.5 and Flex 2.0 
and AS2
> and AS3...
>  See Migrating Applications to Flex 2 in here:
> 
http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhe
lp.htm
> 
>  On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> >
> > It seems like they went out of there way to remove features in 
coding
> > and make things far far more difficult or am I missing something?
> >
> > I have my AS code in different files, and right now have nothing 
but
> > function stubs, and am getting no end of errors :/
> >
> > I create a variable
> > var investigatorSelectionGrid_dp:Array = new Array(1);
> >
> > first thing it does is on the mxml side where I have it assigned 
to a
> > dataProvider parameter it says something about possibly not being
> > able to see changes or something. So I add [Bindable] over it. 
Then
> > it says I can't use [Bindable] on a non-public variable, so I add
> > public before it. It still says its a "non-public" variable.
> > *scream*
> >
> > It was so simple before and seems to be like pulling teeth now, im
> > going nuts. I can't belief they would louse up Flex as bad as it
> > seems they have, so I am hoping I am missing something that 
knowing
> > makes it all atleast mostly as easy as before.
> >
> > Anyone?!?!
> > Tnks
> > Greg
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
>






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

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

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

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

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






[flexcoders] Re: Flex 2: Passing to a PopupWindow

2005-10-18 Thread Greg Johnson
In FLEX2 the createPopUp function only has 3 parameters now, 
referance to the parrent, referance to the window's code, and model 
state.

--- In flexcoders@yahoogroups.com, "Doodi, Hari - BLS CTR" 
<[EMAIL PROTECTED]> wrote:
>
> I think the best way to pass values to popup window is to use init
> object methodology.
> 
> Declare variables in myPopup.mxml
> 
> For example 
> 
> var firstName:String;
> 
> var lastName:String;
> 
>  
> 
> In the parent mxml file
> 
> Create an object. Assign values to above said attributes.
> 
> Example
> 
> var initObj:Object = new Object();
> 
> initObj.firstName = "zz"; // should match
> variable declared in myPopup.mxml
> 
> initObj.lastName = "xxx";   // should match 
variable
> declared in myPopup.mxml
> 
>  
> 
> then pass this initObj 
> 
>  
> 
> var popupWindow:TitleWindow = TitleWindow(PopUpManager.createPopUp
(this,
> myPopup, true,initObj)); 
> 
>  
> 
>  
> 
> Thanks! 
> Hari 
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of Spike
> Sent: Tuesday, October 18, 2005 10:43 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Flex 2: Passing to a PopupWindow
> 
>  
> 
> Here's one way to do it:
> 
> **
> 
> http://www.macromedia.com/2005/mxml";
> xmlns="*">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
**
**
> **
> 
> HTH
> 
> Spike
> 
> 
> 
> On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> 
> Ok, I can get the basic popup window fine.  Hand to scratch the old
> popupwindow code I had gotten from cflex.net because it was throwing
> tons of errors in Flex 2.  Thing is, I can't figure out how to set 
a 
> text field in the popup when it's called.
> 
> 
> 
> 
> 
> 
> --
> 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
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> 
> Stephen Milligan 
> Do you do the Badger?
> http://www.yellowbadger.com
> 
> Do you cfeclipse? http://www.cfeclipse.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
>  
site+design+development&w2=Computer+software+development&w3=Software+d
es
> 
ign+and+development&w4=Macromedia+flex&w5=Software+development+best+pr
ac
> tice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>  
> 
> Computer software development
>  
b+site+design+development&w2=Computer+software+development&w3=Software
+d
> 
esign+and+development&w4=Macromedia+flex&w5=Software+development+best+
pr
> actice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>  
> 
> Software design and development
>  
Web+site+design+development&w2=Computer+software+development&w3=Softwa
re
> 
+design+and+development&w4=Macromedia+flex&w5=Software+development+bes
t+
> practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>  
> 
> Macromedia flex
>  
development&w2=Computer+software+development&w3=Software+design+and+de
ve
> 
lopment&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s
=1
> 66&.sig=OO6nPIrz7_EpZI36cYzBjw>  
> 
> Software development best practice
>  
w1=Web+site+design+development&w2=Computer+software+development&w3=Sof
tw
> 
are+design+and+development&w4=Macromedia+flex&w5=Software+development+
be
> st+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>  
> 
>  
> 
>  
> 
> 
> 
> YAHOO! GROUPS LINKS 
> 
>  
> 
> *  Visit your group "flexcoders
>  " on the web.
>   
> 
> *  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>  
>   
> 
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms 
of
> Service  . 
> 
>  
> 
> 
>






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

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

[flexcoders] Re: Ok, im lost with Flex 2

2005-10-18 Thread Greg Johnson
Ok, here is some of the MXML Code

http://www.macromedia.com/2005/mxml"; 
xmlns:local="*" initialize="initFunction()">
http://cfx.research.unc.edu/mr/mr_dev.cfc?wsdl"; fault="err
(event.fault.faultstring,'mr_main')" showBusyCursor="true">































  


























  



















  
  
  





and here is the as file I started with

// ActionScript file
var investigatorSelectionGrid_dp:Array = new Array(1);
var investigatorResultsGrid_dp:Array = new Array(1);
var companySelectionGrid_dp:Array = new Array(1);
var companyResultsGrid_dp:Array = new Array(1);
var departmentSelectionGrid_dp:Array = new Array(1);
var departmentResultsGrid_dp:Array = new Array(1);
var personResultsFullName_dp:String = new String();
var personResultsDeptName_dp:String = new String();
var personResultsOfficePhone_dp:String = new String();
var personResultsEmail_dp:String = new String();
var personResultsPID_dp:String = new String();

function getPeople(name:String,deptCode:String,deptName:String):Void {
}

function doResultGetPeople(result:Array):Void {
}

function getCompanies(companyName:String):Void {
}

function doResultGetCompanies(result:Array):Void {
}

function getDepartments(deptCode:String, deptName:String):Void {
}

function doResultGetDepartments(result:Array):Void {
}

function getPerson(PID:String):Void {
}

function doResultGetPerson(result:Array):Void {
}

--- In flexcoders@yahoogroups.com, Spike <[EMAIL PROTECTED]> wrote:
>
> Hi Greg,
> 
> If you can post the code that's not working, or a link to a zip of 
it, that
> would probably help.
> 
> Spike
> 
> On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
> >
> > It seems like they went out of there way to remove features in 
coding
> > and make things far far more difficult or am I missing something?
> >
> > I have my AS code in different files, and right now have nothing 
but
> > function stubs, and am getting no end of errors :/
> >
> > I create a variable
> > var investigatorSelectionGrid_dp:Array = new Array(1);
> >
> > first thing it does is on the mxml side where I ha

Re: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread Tariq Ahmed






I think there's a business opportunity to create a CF based Wiki; I've
had to integrate a PHP one because there aren't any good CF based ones
out there.

But I just want to comment that for MACR to make one; the decision
would be to divert resources. Frankly I'd rather see MACR focusing on
their core products, as opposed to pulling CF guys off of CF8 to make a
CF based wiki which would be totally sunk cost unless they plan to sell
it as a product. Financially it wouldn't make sense.


charlespaz1 wrote:

  I recognized it as MediaWiki, and I understand PHP is a great tool, I
use it myself when the project calls for it.  I have nothing against
Macromedia using PHP if it is the right tool for the job.   However,
as the "15th Billionth" person to comment on this, I find the
impression that it gives in this case an unsettling one.

How would you feel if Microsoft hosted their web pages on Linux/Apache
instead of Windows/IIS?  Or developed Office in Delphi?  It just
wouldn't give a great impression of their confidence in their own product.

Who, if not Macromedia, has the most knowledgable people of
ColdFusion?  Who, if not Macromedia, should be running a ColdFusion
based Wiki, to not only showcase their product, but to show their
confidence in its use in an enterprise environment.

With a simple Google search today I found a ColdFusion wiki, and I've
downloaded a few others previously. http://www.cdsi-solutions.com/cfwiki/

But hey, that's just my opinion.

--- In flexcoders@yahoogroups.com, Mike Chambers <[EMAIL PROTECTED]> wrote:
  
  
Yes. It is using MediWiki, which powers wikipedia.

mike chambers

  
  








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





  




  
  
  YAHOO! GROUPS LINKS



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



  










[flexcoders] Re: flex 2 & cf

2005-10-18 Thread Jeremy Rottman
--- In flexcoders@yahoogroups.com, Paul Hastings <[EMAIL PROTECTED]> wrote:
>
> mildly confused about cf & flex 2. besides installing the adapter on
the 
> cf server, is there anything else we need to do. install the standalone 
> builder?
> 
> thanks.
>

I didnt even install the adapter. And I have been able to get 3 apps
working with cf with little to no problem. And if I did have an error
it was normally something small that was easily fixed. I really dont
seen a big change with flex2/cf at all. But then again I may be
missing alot. 

Did you follow the adapter instructions completely. And yes you do
need the standalone builder from what I understand.





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] Ok, im lost with Flex 2

2005-10-18 Thread Clint Modien



it's alpha... it's not done yet...
 
there's also a part about the changes between Flex1.5 and Flex 2.0 and AS2 and AS3... 
 
See Migrating Applications to Flex 2 in here:
http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhelp.htm 
On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
It seems like they went out of there way to remove features in codingand make things far far more difficult or am I missing something?
I have my AS code in different files, and right now have nothing butfunction stubs, and am getting no end of errors :/I create a variablevar investigatorSelectionGrid_dp:Array = new Array(1);
first thing it does is on the mxml side where I have it assigned to adataProvider parameter it says something about possibly not beingable to see changes or something.  So I add [Bindable] over it.  Thenit says I can't use [Bindable] on a non-public variable, so I add
public before it.  It still says its a "non-public" variable.*scream*It was so simple before and seems to be like pulling teeth now, imgoing nuts.  I can't belief they would louse up Flex as bad as it
seems they have, so I am hoping I am missing something that knowingmakes it all atleast mostly as easy as before.Anyone?!?!TnksGreg Yahoo! Groups Sponsor ~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->
--Flexcoders Mailing 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] De-Select on Tree does not fire change event

2005-10-18 Thread Deepa Subramaniam










Hey Stacy –

 

The change event event fires only as a result of
user interaction. So if you’re de-selecting a node by changing the tree’s
selectedIndex or selectedItem properties programmatically, you will not receive
an event. 

 

There are a few ways to get around this. You may
want to watch for changes to the Tree’s selectedItem/selectedIndex properties
(read: binding) or the easier thing would be for you to manually dispatch a
change event when the de-selection occurs programmatically. 

 

If the de-selection is occurring by user interaction
(ctrl + click), then I’m seeing the change event fire when selection and
de-selection occurs. Of course that is in the case of multipleSelection=”true”.
If multipleSelection is not enabled, you’ll want to watch for a change
event on another node to register that the currently selected node is not
selected anymore.

 

HTH, 

deepa

 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Stacy Young
Sent: Tuesday, October 18, 2005
9:40 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] De-Select on
Tree does not fire change event

 

I’ve got a button
in which its state depends on a selection in a tree. Seems that when I
de-select a node the change event doesn’t fire…anyway to get around
that?

 

Thx!

Stace









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] flex 2 & cf

2005-10-18 Thread Paul Hastings
mildly confused about cf & flex 2. besides installing the adapter on the 
cf server, is there anything else we need to do. install the standalone 
builder?

thanks.


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

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

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

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

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





RE: [flexcoders] Flex 2: Passing to a PopupWindow

2005-10-18 Thread Doodi, Hari - BLS CTR










I think the best way to pass values to
popup window is to use init object methodology.

Declare variables in myPopup.mxml

For example 

    var firstName:String;

    var
lastName:String;

 

In the parent mxml file

Create an object. Assign values to above
said attributes.

Example

    var
initObj:Object = new Object();

    initObj.firstName
= “zz”; //
should match variable declared in myPopup.mxml

    initObj.lastName
= “xxx”;   // should match
variable declared in myPopup.mxml

 

then pass this initObj 

 

var popupWindow:TitleWindow = TitleWindow(PopUpManager.createPopUp(this,
myPopup, true,initObj)); 

 

 



Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Spike
Sent: Tuesday, October 18, 2005
10:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 2:
Passing to a PopupWindow

 

Here's
one way to do it:

**

http://www.macromedia.com/2005/mxml"
xmlns="*">
    
    
        
    
    
    
    
    

**

HTH

Spike





On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:

Ok, I
can get the basic popup window fine.  Hand to scratch the old
popupwindow code I had gotten from cflex.net
because it was throwing
tons of errors in Flex 2.  Thing is, I can't figure out how to set a 
text field in the popup when it's called.





 Yahoo! Groups Sponsor ~-->
Most low income households are not online. Help bridge the digital divide
today! 
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~->

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

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


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

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












-- 

Stephen Milligan 
Do you do the Badger?
http://www.yellowbadger.com

Do you cfeclipse? http://www.cfeclipse.org









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Ok, im lost with Flex 2

2005-10-18 Thread Spike



Hi Greg,

If you can post the code that's not working, or a link to a zip of it, that would probably help.

SpikeOn 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
It seems like they went out of there way to remove features in codingand make things far far more difficult or am I missing something?I have my AS code in different files, and right now have nothing butfunction stubs, and am getting no end of errors :/
I create a variablevar investigatorSelectionGrid_dp:Array = new Array(1);first thing it does is on the mxml side where I have it assigned to adataProvider parameter it says something about possibly not being
able to see changes or something.  So I add [Bindable] over it.  Thenit says I can't use [Bindable] on a non-public variable, so I addpublic before it.  It still says its a "non-public" variable.
*scream*It was so simple before and seems to be like pulling teeth now, imgoing nuts.  I can't belief they would louse up Flex as bad as itseems they have, so I am hoping I am missing something that knowing
makes it all atleast mostly as easy as before.Anyone?!?!TnksGreg Yahoo! Groups Sponsor ~-->Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM~->--
Flexcoders Mailing 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/-- Stephen Milligan
Do you do the Badger?http://www.yellowbadger.comDo you cfeclipse? http://www.cfeclipse.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] ComboBoxCellRenderer question

2005-10-18 Thread Dan Plesse
I want to change the data in the cell’s comboBox to other database
datatypes.  

So I tried this 

var dp = new mx.central.data.DataProviderClass();
dp.addItem({dataType:"tinyInt", dataType:"Double"});
ComboBoxCellRenderer.setDataProvider(dp);
 
Error message:
There is no method with the name 'setDataProvider'

And this 

var dp = new mx.central.data.DataProviderClass();
 dp.addItem({dataType:"tinyInt", dataType:"Double"});
 ComboBoxCellRenderer.dataProvider = dp;

No error

And This: 

var dp = new mx.central.data.DataProviderClass();
 dp.addItem({dataType:"tinyInt", dataType:"Double"});
 ComboBoxCellRenderer.dataProvider.setDataProvider(dp);

No error: 

Also where do I get the this control? 
import com.iterationtwo.cairngorm.control.*;







 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] Ok, im lost with Flex 2

2005-10-18 Thread Greg Johnson
It seems like they went out of there way to remove features in coding 
and make things far far more difficult or am I missing something?

I have my AS code in different files, and right now have nothing but 
function stubs, and am getting no end of errors :/

I create a variable
var investigatorSelectionGrid_dp:Array = new Array(1);

first thing it does is on the mxml side where I have it assigned to a 
dataProvider parameter it says something about possibly not being 
able to see changes or something.  So I add [Bindable] over it.  Then 
it says I can't use [Bindable] on a non-public variable, so I add 
public before it.  It still says its a "non-public" variable.  
*scream*

It was so simple before and seems to be like pulling teeth now, im 
going nuts.  I can't belief they would louse up Flex as bad as it 
seems they have, so I am hoping I am missing something that knowing 
makes it all atleast mostly as easy as before. 

Anyone?!?!
Tnks
Greg





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

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

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

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

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






RE: [flexcoders] Re: How to reference a child component

2005-10-18 Thread Tracy Spratt
Well, ok, but components are not in "directories". The components source
code may exist anywhere as long as the compiler can find it.  Once
compiled, the components exist in a hierarchical structure defined by
the mxml code, and that is entirely unrelated to the locations of the
source code.

There are several ways to pass data between components, and it is
slightly different depending on whether the component is a pop-up, is
loaded by mx:Loader or mx:Image, or is declared in mxml.  It is also
different depending on which way you want to pass the data, parent to
child or child to parent.  It also depends oh whether you intend to bind
a control to the data.

Since you mention pop-ups, see this link for a full example.
http://www.cflex.net/showfiledetails.cfm?ObjectID=197

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of rgwilson26
Sent: Tuesday, October 18, 2005 8:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: How to reference a child component

I would like to know how to send data between a component in one 
directory, and another component in a sub directory. 

For example: 
If the file structure is set as such..
Main
> /Comp_Level_1
>  /Comp_Level_2

how would you send data between Comp_Level_1 and Comp_Level_2 if 
Comp_Level_1 is a component in Main and Comp_Level_2 is a pop up 
window that is being called from Comp_Level_1. 

I want to get an idea how to call components that area several levels 
deep in the directory structure. 

Thanks


--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> 
wrote:
>
> Your subject seemed clear enough, but I am having a little 
difficulty
> with your message terminology, specifically, your use of the words
> "call", "directory", "appear", "originates" and "namespace" in this
> context.
> 
> Will you restate your question?
> 
> Tracy
> 
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of rgwilson26
> Sent: Monday, October 17, 2005 3:00 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] How to reference a child component
> 
> How would i make a call from (Comp_Level_1) to (Comp_Level_2) one 
level 
> down in a directory? I want to make a pop-up window appear in 
> Comp_Level_1 that originates from Comp_Level_2.
> 
> Main
> /Comp_Level_1
>  /Comp_Level_2
> 
> If (Main) creates a namespace for (Comp_Level_1) and 
(Comp_Level_2). Is 
> there a way for components to references one another, or do you 
have to 
> referr back to (Main) in order to get to (Comp_Level_2)? 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>







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



 








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

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

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

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

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





RE: [flexcoders] TabNavigator styles

2005-10-18 Thread Deepa Subramaniam
The fillColors style can be set on the TabNavigator itself and will
affect the tabs for that TabNavigator. 

So, you can set the fillColors style in the mxml tag for each
TabNavigator in your application. Something like:






-deepa 
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jose Quiles
Sent: Tuesday, October 18, 2005 10:17 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] TabNavigator styles

Hi,

I have two TabNavigator on the same application, and I need to use
different fill colors for the Tabs on each of them.

Anyone knows how to do it?

Thanks a lot!
Jose



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



 





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread Sreejith Unnikrishnan
Maybe there's some reason why every one who works at Ferrari does not 
drive one to work! :-)

> How would you feel if Microsoft hosted their web pages on Linux/Apache
> instead of Windows/IIS?  Or developed Office in Delphi?  It just
> wouldn't give a great impression of their confidence in their own product.




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

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

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

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

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





RE: [flexcoders] Question about linking two mxml pages together

2005-10-18 Thread Tracy Spratt










See the flex samples.

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, October 17, 2005
8:19 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Question
about linking two mxml pages together



 







No I can't say as I have seen the ViewStack component
any way I can take a look at it 



 
-Original Message-
From: Manish Jethani <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sun, 16 Oct 2005 16:22:28 -0700
Subject: Re: [flexcoders] Question about linking two mxml pages together



On 10/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

 

> I have a
question, normally you can link two html pages together but from

> what I
understand I have seen nothing about linking two mxml pages together.

> What I want
to do is have a link on one page link to another mxml page that

> has pictures
on it. Is this possible to do? Or when you make an mxml page

> does it all
have to be on the same page?

 

Flex apps do not
follow the page-based model like HTML.  You _can_

link to another
page on your website in Flex using the Link component,

but it's not the
recommended way of doing apps.  Personally I'd just

put in the
pictures into another view.  Have you seen the ViewStack

component?

 

Anyway, here's
how you set up a Link:

 

 

click="getURL('http://www.macromedia.com/')"
/>

 

 


Yahoo! Groups Sponsor ~--> 

Get Bzzzy! (real tools to help you find a job).
Welcome to 

the Sweet Life.

http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM">Click


Here!

~->


 

--

Flexcoders
Mailing List

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

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


Yahoo! Groups
Links

 

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

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

 

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

    [EMAIL PROTECTED]

 

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

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

 

 

 

 

 

















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








  
  
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] TabNavigator styles

2005-10-18 Thread Jose Quiles
Hi,

I have two TabNavigator on the same application, and I need to use
different fill colors for the Tabs on each of them.

Anyone knows how to do it?

Thanks a lot!
Jose


 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Re: Macromedia Labs site

2005-10-18 Thread charlespaz1
I recognized it as MediaWiki, and I understand PHP is a great tool, I
use it myself when the project calls for it.  I have nothing against
Macromedia using PHP if it is the right tool for the job.   However,
as the "15th Billionth" person to comment on this, I find the
impression that it gives in this case an unsettling one.

How would you feel if Microsoft hosted their web pages on Linux/Apache
instead of Windows/IIS?  Or developed Office in Delphi?  It just
wouldn't give a great impression of their confidence in their own product.

Who, if not Macromedia, has the most knowledgable people of
ColdFusion?  Who, if not Macromedia, should be running a ColdFusion
based Wiki, to not only showcase their product, but to show their
confidence in its use in an enterprise environment.

With a simple Google search today I found a ColdFusion wiki, and I've
downloaded a few others previously. http://www.cdsi-solutions.com/cfwiki/

But hey, that's just my opinion.

--- In flexcoders@yahoogroups.com, Mike Chambers <[EMAIL PROTECTED]> wrote:
> Yes. It is using MediWiki, which powers wikipedia.
> 
> mike chambers

> Hans Omli wrote:
> > Ben Forta puts it best... "The Wiki is written in PHP, because it
is the
> > best Wiki software out there (the one used by Wikipedia and
others). And
> > thus far no one has ported it to CF, or even written a CF Wiki
(that we know
> > of)." 
> > 
> > -Original Message-
> > From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
> > Behalf Of charlespaz1
> > Sent: Monday, October 17, 2005 8:31 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Macromedia Labs site
> > 
> > Is it just me, or does anyone else find it strange that Macromedia
(home of
> > ColdFusion and Flex) is using php for its wiki? Maybe it is just
because
> > I've been working on creating my own wiki in CF. :)
> > 
> > --- In flexcoders@yahoogroups.com, "Jeff Whatcott"
<[EMAIL PROTECTED]> wrote:
> > 
> >>Check out this and other known issues here:
> >>
> >>http://labs.macromedia.com/wiki/index.php/Flex:known_issues






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

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

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

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

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






Re: [flexcoders] De-Select on Tree does not fire change event

2005-10-18 Thread JesterXL





De-selecting via setting selectedIndex or a control 
+ click?
 
- Original Message - 
From: Stacy Young 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, October 18, 2005 12:39 PM
Subject: [flexcoders] De-Select on Tree does not fire change 
event


I’ve got a button in 
which its state depends on a selection in a tree. Seems that when I de-select a 
node the change event doesn’t fire…anyway to get around 
that?
 
Thx!
Stace





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Vector images versus Bitmaps in Flex (and transparency)

2005-10-18 Thread JesterXL
1.  Nope.  Vector images take more CPU to render, and in pre-Flash 8, they 
are constantly redrawn.  So, too, are raster graphics (bitmaps), but they do 
not require using the internal vector-to-pixel rendering engine; more RAM, 
less CPU.

Yes; use bitmaps when you can.

2. You can:
- utilize Flash, output a SWF and embed into Flex
- utilize Illustrator, import the AI into Flash, and repeat the above
- utilize Illustrator, or another program, output SVG, and import into Flex
- utilize one of the open source drawing packages, and have them render the 
drawing at runtime (DENG for example)

Don't know about commandline.

3. Correct; if you load your Flex SWF into Flash Player 8, however, it'll 
support PNG's & GIF's.

GIF's don't bode well into Flash, mainly because their palletes are 8bit, 
and sometimes transparency throws older versions of the Flash Player off. 
Suffice it to say, if you utilize Flex to import, you should be fine.

- Original Message - 
From: "Eric Raymond" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 18, 2005 12:30 PM
Subject: [flexcoders] Vector images versus Bitmaps in Flex (and 
transparency)


We have a number of transparent images that we'd like to display in
Flex.  I know that Flash is at heart a vector engine, so it suggests
that performance of vector images will be much better than bitmaps.

1) Are vector images typically faster than bitmaps?  I suspect there
are  a number of situations in which bitmaps will be smaller and/or
faster.

2) How does one get vector images with a transparent background into
Flex?  I'm talking about the "production process" and not the @embed
swf syntax.  Assume the images will be coming from Adobe Illustrator.
 I assume that there are ways to do this with and without the Flash
Authoring tool.  Ideally there is a command line process?

3) From what I can tell, if we want transparency and the ability to
load these on the fly, they must be swf's.  (GIF's need to be embedded
and FP7 does not support transparent JPEG's).Is this true?  If I
convert the transpent GIF's to a SWF, do I lose anything?






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








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

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

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

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

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





Re: [flexcoders] Using DataSelector

2005-10-18 Thread JesterXL
My solution until someone tells me of a better one (not to use mixins 
doesn't count).

public static var mixinModifyCall = mixinModify();

private static function mixinModify():Void
 {
  EditableForm.prototype.oldDataSelectorModelChanged = 
EditableForm.prototype.modelChanged;
  EditableForm.prototype.modelChanged = function()
  {
   this.oldDataSelectorModelChanged.apply(this, arguments);
   onModelChanged.apply(this, arguments);
  };
 }

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: "Flexcoders" 
Sent: Tuesday, October 18, 2005 12:28 PM
Subject: [flexcoders] Using DataSelector


Flex 1.5: I'm trying to utilize DataSelector without extending.  However, I
am stuck on how to get a modelChanged event from the same class that
utilizes the DataSelector mixin.  In the past I have solved this by using
the mixin on a base class, and extending that.  In this case, however, I
don't want to do that because that would mean having to use DataSelector on
VBox.

I've looked into how ScrollSelectList does it, but List and others that
actually utilize the modelChange event are merely getting it from their
super-class even though that super class doesn't get it till runtime.  He
does subscribe to the modelChange event generated from the dataProvider in
his' init method, but when trying that in my class, no go.

I can get the first modelChanged event when the dataProvider is set
externally by doing the following:

addEventListener("modelChanged", Delegate.create(this, onModelChanged));

The only solution I can think of is to use composition, but it shouldn't be
this hard to subscribe to an event...

???

--JesterXL




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









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

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

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

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

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





[flexcoders] De-Select on Tree does not fire change event

2005-10-18 Thread Stacy Young










I’ve got a button in which its state
depends on a selection in a tree. Seems that when I de-select a node the change
event doesn’t fire…anyway to get around that?

 

Thx!

Stace









--
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] Vector images versus Bitmaps in Flex (and transparency)

2005-10-18 Thread Eric Raymond
We have a number of transparent images that we'd like to display in
Flex.  I know that Flash is at heart a vector engine, so it suggests
that performance of vector images will be much better than bitmaps.

1) Are vector images typically faster than bitmaps?  I suspect there
are  a number of situations in which bitmaps will be smaller and/or
faster.

2) How does one get vector images with a transparent background into
Flex?  I'm talking about the "production process" and not the @embed
swf syntax.  Assume the images will be coming from Adobe Illustrator.
 I assume that there are ways to do this with and without the Flash
Authoring tool.  Ideally there is a command line process?

3) From what I can tell, if we want transparency and the ability to
load these on the fly, they must be swf's.  (GIF's need to be embedded
and FP7 does not support transparent JPEG's).Is this true?  If I
convert the transpent GIF's to a SWF, do I lose anything?





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

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

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

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

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





[flexcoders] Using DataSelector

2005-10-18 Thread JesterXL
Flex 1.5: I'm trying to utilize DataSelector without extending.  However, I 
am stuck on how to get a modelChanged event from the same class that 
utilizes the DataSelector mixin.  In the past I have solved this by using 
the mixin on a base class, and extending that.  In this case, however, I 
don't want to do that because that would mean having to use DataSelector on 
VBox.

I've looked into how ScrollSelectList does it, but List and others that 
actually utilize the modelChange event are merely getting it from their 
super-class even though that super class doesn't get it till runtime.  He 
does subscribe to the modelChange event generated from the dataProvider in 
his' init method, but when trying that in my class, no go.

I can get the first modelChanged event when the dataProvider is set 
externally by doing the following:

addEventListener("modelChanged", Delegate.create(this, onModelChanged));

The only solution I can think of is to use composition, but it shouldn't be 
this hard to subscribe to an event...

???

--JesterXL 



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

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

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

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

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






Re: [flexcoders] MAX2005 : FlexCoders where are you?

2005-10-18 Thread Aldo Bucchi
Joe 18  with braces?
see you tonight

On 10/18/05, João Fernandes <[EMAIL PROTECTED]> wrote:
>
> I'll be there,
>
> Hoping to finally meet some FlexCoders!
>
> -Original Message-
> From: flexcoders@yahoogroups.com on behalf of Matt Chotin
> Sent: Tue 18-Oct-05 3:02 PM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] MAX2005 : FlexCoders where are you?
>
> At minimum come to the Birds of a Feather tonight :-)
>
>
>
> 
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
> joao_m_fernandes
> Sent: Tuesday, October 18, 2005 6:00 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] MAX2005 : FlexCoders where are you?
>
>
>
> Hi there,
>
> I was hoping to meet some flexcoders here at MAX but till now it seems
> everyone is in silence mode :p
>
> João Fernandes
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
>
> 
>
> YAHOO! GROUPS LINKS
>
>
>
> *Visit your group "flexcoders 
>  " on the web.
>
> *To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED] 
>
> *Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service 
>  .
>
>
>
> 
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>


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


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

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

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

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

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






Re: [flexcoders] Flex Server 1.5 + Builder License

2005-10-18 Thread Clint Modien



Keep trying... but I'm pretty sure the cost is per cpu
 
$15000 for a single cpu
 
(and if you buy them in bulk it's cheaper)
 
$30,000 for 4 cpu package.
 
If you buy flex you get flexbuilder for free.  *I think* 
On 10/18/05, Seyavoush AKRAMI <[EMAIL PROTECTED]> wrote:
Dear Freinds,I sent many mail to macromedia compnay to get the Flexserver and builder license price and how does flex
server (flex.war) cost per server? but I have notrecieved any answer,is it any proplem with its license?regardsSeyavoush AKRAMI__Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com Yahoo! Groups Sponsor ~-->Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~->--Flexcoders Mailing 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] Re: How to reference a child component

2005-10-18 Thread manish jain
Hi there,
if I understood your question well. What you need todo is that use the RELATIVE PATH i.e like this "../" doing ../ will getyou the component which is upper level directory. 

  As for youexample if you want to call Comp_Level_1 from Comp_Level_2 then do"../Comp_Level_1". you will be able to access this. 

mail us if youhave any more queries.
ManishJain
--


Quoting [EMAIL PROTECTED]:

> 





I would like toknow how to send data between acomponent in one 
directory, and another component in a subdirectory. 

For example: 
If the file structure is setas such..
Main
>/Comp_Level_1
> /Comp_Level_2

how would you send data between Comp_Level_1and Comp_Level_2 if 
Comp_Level_1 is a component in Main andComp_Level_2 is a pop up 
window that is being called fromComp_Level_1. 

I want to get an idea how to call componentsthat area several levels 
deep in the directory structure.

Thanks


--- In flexcoders@yahoogroups.com,"Tracy Spratt" <[EMAIL PROTECTED]>
wrote:
>
> Your subject seemed clear enough, but Iam having a little 
difficulty
> with your messageterminology, specifically, your use of the words
>"call", "directory", "appear","originates" and "namespace" in this
>context.
> 
> Will you restate your question?
>
> Tracy
> 
> 
> -OriginalMessage-
> Wrom:QBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGS
[mailto:[EMAIL PROTECTED]On
> Behalf Ofrgwilson26
> Sent: Monday, October 17, 2005 3:00 PM
>To: flexcoders@yahoogroups.com
> Subject: [flexcoders] How toreference a child component
> 
> How would i make a callfrom (Comp_Level_1) to (Comp_Level_2) one 
level 
> down ina directory? I want to make a pop-up window appear in 
>Comp_Level_1 that originates from Comp_Level_2.
> 
>Main
>/Comp_Level_1
> /Comp_Level_2
> 
> If (Main) creates a namespace for(Comp_Level_1) and 
(Comp_Level_2). Is 
> there a way forcomponents to references one another, or do you 
have to 
>referr back to (Main) in order to get to (Comp_Level_2)? 
>
> 
> 
> 
> 
> 
>
> 
> 
> --
> Flexcoders MailingList
> FAQ: 
href="">http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> href="">http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo!Groups Links
>











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








  
  
SPONSORED LINKS
  
  bgcolor=#e0ecee cellspacing="13" cellpadding="0" width=500px>
 

   href="">Web site designdevelopment
  
  style="width:25%;">
href="">Computer softwaredevelopment
  
  style="width:25%;">
href="">Software design anddevelopment
  
  
   

   href="">Macromedia flex
 
  
href="">Softwaredevelopment best practice
  
   
   
  







  
  style="border-bottom:1px; width:500px; text-align:left;">
  YAHOO!GROUPS LINKS



   Visit your group "href="">flexcoders" on theweb. 
   To unsubscribe from this group,send an email to: href="">[EMAIL PROTECTED] 
   Your use of Yahoo! Groups issubject to the Yahoo! Termsof Service.



  style="border-bottom:1px; width:500px;text-align:left;">












--
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] Disabling dragging on

2005-10-18 Thread Sandip Patil



Thx Allen,
 
Just want to restrict user from dragging the slider manually i.e. user should not drag slider with mouse.
 
Thx,
sandip
Allen Manning <[EMAIL PROTECTED]> wrote:
Does this mean you want to disable the component? If so, you may just wantto set the 'enabled' property from UIComponent.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of sandip_patil01Sent: 18 October 2005 14:20To: flexcoders@yahoogroups.comSubject: [flexcoders] Disabling dragging on Hi All,tickInterval="2" height="29" />with allowTrackClick="false" I am able to restrict user, to move slider on mouse click.But I want to restrict user for dragging with mouse.How to do this ? --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links-- No virus found in this incoming message.Checked by AVG Anti-Virus.Version: 7.0.344 / Virus Database: 267.12.2/137 - Release Date: 16/10/2005-- No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.344 / Virus Database: 267.12.2/137 - Release Date: 16/10/2005 Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk back!http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~-> --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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/
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Maximizing to fullscreen a component

2005-10-18 Thread Stephane De Jonckheere
Hi,
I'm currently trying to enhance the Christophe's pods.
I'd like to add some "Fullscreen" feature:
When clicking on the Fullscreen button, the panel is taking the whole
browser screen overlapping everything.

I managed to do that by using createChild() and instanciating a new Panel
which I refill with the previously entered data (when the panel was in
normal mode).
But as our application will be huge and will contains tons of "Panel". I'd
like to reuse the existing panel instance and replace its parent by the main
layout (there can be a indefinite number of layers between the panel and the
main layout aka any "fullscreenable" panel should be capable to overlap
everything without carring about its depth in the application).

Aren't there some method or component that support some "addExistingChild"
method?

Stephane De Jonckheere,
EIM SA,
Switzerland


***

This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager to [EMAIL PROTECTED]

***



 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






Re: [flexcoders] Flex 2: Passing to a PopupWindow

2005-10-18 Thread Spike



Here's one way to do it:

**

http://www.macromedia.com/2005/mxml" xmlns="*">
    
    
        
    
    
    
    
    

**
HTH

Spike

On 10/18/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
Ok, I can get the basic popup window fine.  Hand to scratch the oldpopupwindow code I had gotten from cflex.net because it was throwingtons of errors in Flex 2.  Thing is, I can't figure out how to set a
text field in the popup when it's called. Yahoo! Groups Sponsor ~-->Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM~->--
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- Stephen Milligan
Do you do the Badger?http://www.yellowbadger.comDo you cfeclipse? http://www.cfeclipse.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.



  









RE: [flexcoders] MAX2005 : FlexCoders where are you?

2005-10-18 Thread João Fernandes

I'll be there,

Hoping to finally meet some FlexCoders! 

-Original Message-
From: flexcoders@yahoogroups.com on behalf of Matt Chotin
Sent: Tue 18-Oct-05 3:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] MAX2005 : FlexCoders where are you?
 
At minimum come to the Birds of a Feather tonight :-)

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
joao_m_fernandes
Sent: Tuesday, October 18, 2005 6:00 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] MAX2005 : FlexCoders where are you?

 

Hi there,

I was hoping to meet some flexcoders here at MAX but till now it seems
everyone is in silence mode :p

João Fernandes





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






YAHOO! GROUPS LINKS 

 

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

 






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

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

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

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

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

[flexcoders] Flex 2: Passing to a PopupWindow

2005-10-18 Thread Greg Johnson
Ok, I can get the basic popup window fine.  Hand to scratch the old 
popupwindow code I had gotten from cflex.net because it was throwing 
tons of errors in Flex 2.  Thing is, I can't figure out how to set a 
text field in the popup when it's called.





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






RE: [flexcoders] MAX2005 : FlexCoders where are you?

2005-10-18 Thread Matt Chotin










At minimum come to the Birds of a Feather
tonight J

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of joao_m_fernandes
Sent: Tuesday, October 18, 2005
6:00 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] MAX2005 :
FlexCoders where are you?



 

Hi there,

I was hoping to meet some flexcoders here at MAX
but till now it seems
everyone is in silence mode :p

João Fernandes











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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Disabling dragging on

2005-10-18 Thread Allen Manning
Does this mean you want to disable the component?  If so, you may just want
to set the 'enabled' property from UIComponent.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sandip_patil01
Sent: 18 October 2005 14:20
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Disabling dragging on 

Hi All,





with allowTrackClick="false" I am able to restrict user, to move 
slider on mouse click.

But I want to restrict user for dragging with mouse.

How to do this ? 










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



 




-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.12.2/137 - Release Date: 16/10/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.12.2/137 - Release Date: 16/10/2005
 



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

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

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

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

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






[flexcoders] Disabling dragging on

2005-10-18 Thread sandip_patil01
Hi All,





with allowTrackClick="false" I am able to restrict user, to move 
slider on mouse click.

But I want to restrict user for dragging with mouse.

How to do this ? 









 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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






[flexcoders] MAX2005 : FlexCoders where are you?

2005-10-18 Thread joao_m_fernandes
Hi there,

I was hoping to meet some flexcoders here at MAX but till now it seems
everyone is in silence mode :p

João Fernandes





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

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

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

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

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






[flexcoders] Re: How to reference a child component

2005-10-18 Thread rgwilson26
I would like to know how to send data between a component in one 
directory, and another component in a sub directory. 

For example: 
If the file structure is set as such..
Main
> /Comp_Level_1
>  /Comp_Level_2

how would you send data between Comp_Level_1 and Comp_Level_2 if 
Comp_Level_1 is a component in Main and Comp_Level_2 is a pop up 
window that is being called from Comp_Level_1. 

I want to get an idea how to call components that area several levels 
deep in the directory structure. 

Thanks


--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> 
wrote:
>
> Your subject seemed clear enough, but I am having a little 
difficulty
> with your message terminology, specifically, your use of the words
> "call", "directory", "appear", "originates" and "namespace" in this
> context.
> 
> Will you restate your question?
> 
> Tracy
> 
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of rgwilson26
> Sent: Monday, October 17, 2005 3:00 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] How to reference a child component
> 
> How would i make a call from (Comp_Level_1) to (Comp_Level_2) one 
level 
> down in a directory? I want to make a pop-up window appear in 
> Comp_Level_1 that originates from Comp_Level_2.
> 
> Main
> /Comp_Level_1
>  /Comp_Level_2
> 
> If (Main) creates a namespace for (Comp_Level_1) and 
(Comp_Level_2). Is 
> there a way for components to references one another, or do you 
have to 
> referr back to (Main) in order to get to (Comp_Level_2)? 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>






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

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

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

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

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






RE: [flexcoders] Is it the right way of using dispatchEvent?

2005-10-18 Thread Abdul Qabiz





Hi,
 
When you extend UIComponent, it comes with event 
dispatching capabilities. So you don't need to use 
EventDispatcher.initialize(this) kind of mixin.
 
You need to add [Event("eventName")] metadata in your 
class/component and just use dispatchEvent(..) method directly. No need to use 
Delegate inside your class, compile generates the code for you with right 
scope.
 
Also you don't need to execute the event-handlers in your 
code by getting the reference of event-handler. Everything is done 
automatically...
 
Check out following link to see how to dispatch event 
correctly. You probably need to less code that you write  than you write 
pure Flash because Flex makes your life little easier 
:)
 
http://livedocs.macromedia.com/flex/15/flex_docs_en/0985.htm
 
If you still have any problem, let us 
know.
 
-abdul
 
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ramu pSent: 
Tuesday, October 18, 2005 4:32 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Is it the right way 
of using dispatchEvent?

Hi Flex coders,
 
Thanks a lot to all group people for solving my problem on "Issue on 
Accordion reference".
 
I am stuck up with one more problem.
 
Here is the problem,
 
I have a simple mxml file which uses a component(circle.as) , extends UIComponent.
OnPress of this circle I want to invoke a method that user has 
provided.
i.e, I included "circle" component in my xmxl in the following way.
 

 
So here "circle" is an as component which has cirPress event 
which has to invoke fun method in mxml file.
 
Here is the code of mxml file:
//**

http://www.macromedia.com/2003/mxml" 
xmlns="*">    
  

//**
Here is component (circle.as)
//**
// ActionScript Documentimport mx.core.UIComponentimport 
mx.utils.Delegateimport mx.events.*class circle extends 
UIComponent{  public var 
dispatchEvent:Function[Embed(source="cir_sym.swf",symbol="cir_sym")] 
  var cir_sym:String;var 
obj:Object  var cirPressfunction 
circle(){  }function 
init():Void{   super.init();   EventDispatcher.initialize(this);  }  function 
draw():Void{ 
   super.draw();  }function 
createChildren():Void{   obj = 
attachMovie("cir_sym","cir_sym",1);   addEventListener("cirPressed",Delegate.create(this,tempFun))  } 
function tempFun(){   eval("_root."+cirPress).call()  }function 
onPress():Void{dispatchEvent({type:"cirPressed"})  }   } 

//**
 
Here the above works well!!!
But problem is I shouldnt use "_root." to 
invoke the method! (coz method my be in a class/somewhere. 
So everytime method may not be in 
root)
 
 
And please suggest me, is it the right way of using 
dispatchEvent()?
I really appreciate one's help on "how to use 
dispatchEvent in appropriate way".
 
Thanks in advance!
 
Regards,
Ramu
 
 





--
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] Cairngorm and FrontControllers

2005-10-18 Thread Dimitrios Gianninas
Title: Cairngorm and FrontControllers





Yup, one is really all you need 
to allow it to register all your commands. Its a central point where everything 
gets run thru before any logic is executed.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Michel 
BertrandSent: Tuesday, October 18, 2005 7:42 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Cairngorm and 
FrontControllers

Hi ! 
About Cairngorn FrontController, how many should I 
have per application ? Exactly one or could I have more ? 
Thanks in advance ! Michel. 
 





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] reducing fileSize without RSL??!!

2005-10-18 Thread Philippe Maegerman





It would be good to be able to use in Flex the 
Exclude.xml technique that is available since flash 7.  That could 
also spare a few bites ;)
http://www.epresenterplus.com/blog/archives/50.html
 
 
Philippe 
Maegerman

 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: mardi 18 octobre 2005 14:06To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] reducing fileSize 
without RSL??!!

I don't think there is much you can do except use an 
RSL. I'm sure you have read the article on the MM web site about RSLs, if not, 
just search for it... I don't have the link handy right now.
 
Or another solution might be to re-design the app and make 
a portion of the app entirely in Flex (ex. the management of products section) 
and thus the user only has to download one Flex app.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
moyosanedSent: Monday, October 17, 2005 9:37 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] reducing fileSize 
without RSL??!!
We have created Flex website combining with other stuff, therefor 
wehad to create multiple pages with flex Components (read 
multiplerequests). Our main problem now is that the user has to 
download about 200-300kbevery first time he/she is visiting the site. We 
want to boost up ourperformance by reducing the file size. We tried 
theflex-config/optimize trick. Doesn't help! And we tried to solve 
itwith RSL, but this will not solve the problem because the 
totalsize(the first time) is still too big.Is there a way to leave 
some components out of the Flex app. Because Iunderstand that every 
Component is "included", even is its not used!That probably why a empty 
app is about 135 kb?!So anybody!!





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



  






--**STATEMENT OF CONFIDENTIALITY** 
This e-mail and any attached files are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Any views or opinions presented are solely those of author and do not necessarily represent those the Emakina Company. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.
We also inform you that we have checked that this message does not contain any virus but we decline any responsability in case of any damage caused by an a non detected virus.--


RE: [flexcoders] reducing fileSize without RSL??!!

2005-10-18 Thread Dimitrios Gianninas





I don't think there is 
much you can do except use an RSL. I'm sure you have read the article on 
the MM web site about RSLs, if not, just search for it... I don't have the link 
handy right now.
 
Or another solution might be to 
re-design the app and make a portion of the app entirely in Flex (ex. the 
management of products section) and thus the user only has to download one Flex 
app.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
moyosanedSent: Monday, October 17, 2005 9:37 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] reducing fileSize 
without RSL??!!
We have created Flex website combining with other stuff, therefor 
wehad to create multiple pages with flex Components (read 
multiplerequests). Our main problem now is that the user has to 
download about 200-300kbevery first time he/she is visiting the site. We 
want to boost up ourperformance by reducing the file size. We tried 
theflex-config/optimize trick. Doesn't help! And we tried to solve 
itwith RSL, but this will not solve the problem because the 
totalsize(the first time) is still too big.Is there a way to leave 
some components out of the Flex app. Because Iunderstand that every 
Component is "included", even is its not used!That probably why a empty 
app is about 135 kb?!So anybody!!





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Regarding Session in macromedia flex

2005-10-18 Thread Dimitrios Gianninas





Hi,
 
You don't need to do that. In 
Flex, you can load the user data using some remote call (using as example 
RemoteObject) and save it in a variable on the Flex side and use it whenever you 
want. Normally you would put the variable in the root MXML file and access it 
when needed.
 
If you get more advanced, and 
use say the Cairngorm framework, you would save the user data in the 
ModelLocator.
 
Hope that 
helps.
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of jag 
reddySent: Monday, October 17, 2005 5:42 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Regarding Session in 
macromedia flex

Hi All,
 
Please let me know how to maintian user session in multiple pages in 
flex.
I have valid user object in service class after validating user and 
password..then i putting this user object in session using ...
 
 flashgateway.Gateway.getHttpRequest().getSession().setAttribute("user_master",user_master);
 
Is it right way and if not  please let me know how to do..
 
thanks,
Jagadish


Yahoo! 
Music Unlimited - Access over 1 million songs. Try it free. 





--
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] Cairngorm and FrontControllers

2005-10-18 Thread Michel Bertrand
Title: Cairngorm and FrontControllers








Hi !


About Cairngorn FrontController, how many should I have per application ? Exactly one or could I have more ?


Thanks in advance !

Michel.


 









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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Is it the right way of using dispatchEvent?

2005-10-18 Thread Ramu p



Hi Flex coders,
 
Thanks a lot to all group people for solving my problem on "Issue on Accordion reference".
 
I am stuck up with one more problem.
 
Here is the problem,
 
I have a simple mxml file which uses a component(circle.as) , extends UIComponent.
OnPress of this circle I want to invoke a method that user has provided.
i.e, I included "circle" component in my xmxl in the following way.
 

 
So here "circle" is an as component which has cirPress event which has to invoke fun method in mxml file.
 
Here is the code of mxml file:
//**

http://www.macromedia.com/2003/mxml" xmlns="*"> 
     


//**
Here is component (circle.as)
//**
// ActionScript Documentimport mx.core.UIComponentimport mx.utils.Delegateimport mx.events.*class circle extends UIComponent{  public var dispatchEvent:Function[Embed(source="cir_sym.swf",symbol="cir_sym")] 
  var cir_sym:String;var obj:Object  var cirPressfunction circle(){  }function init():Void{   super.init();   EventDispatcher.initialize(this);  }  function draw():Void{ 
   super.draw();  }function createChildren():Void{   obj = attachMovie("cir_sym","cir_sym",1);   addEventListener("cirPressed",Delegate.create(this,tempFun))  } 
function tempFun(){   eval("_root."+cirPress).call()  }function onPress():Void{dispatchEvent({type:"cirPressed"})
  }   } 
//**
 
Here the above works well!!!
But problem is I shouldnt use "_root." to invoke the method! (coz method my be in a class/somewhere. 
So everytime method may not be in root)
 
 
And please suggest me, is it the right way of using dispatchEvent()?
I really appreciate one's help on "how to use dispatchEvent in appropriate way".
 
Thanks in advance!
 
Regards,
Ramu
 
 






--
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: Combobox cell renderer and dynamic dataprovider

2005-10-18 Thread bhaq1972
have you looked at iteration 2s example
http://www.richinternetapps.com/archives/72.html

the combobox cellrenderer has a static dataprovider property. So you 
can reference this static in your main app.

Alternatively, have your combobox dataprovider declared in your main 
app (eg var combo_dp) and refernce it in your cellrenderer via 
mx.core.Application.application.combo_dp 


--- In flexcoders@yahoogroups.com, Husain Kitabi 
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> I am having a datagrid which requires a ComboboxCellrender in one 
column. I created the renderer but am not able to pass an array 
dynamically as dataprovider. Also I require to set the label: and 
data: value of the combo's items.
> My dataprovider would be an array of value objects.
> 
> Has anyone done something like this before?.
>  
> Pl advise
>  
> Regards
> Husain
> 
> 
> hussain
>   
> -
>  Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
>






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

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

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

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

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






[flexcoders] Combobox cell renderer and dynamic dataprovider

2005-10-18 Thread Husain Kitabi



Hi,
I am having a datagrid which requires a ComboboxCellrender in one column. I created the renderer but am not able to pass an array dynamically as dataprovider. Also I require to set the label: and data: value of the combo's items.
My dataprovider would be an array of value objects.
Has anyone done something like this before?.
 
Pl advise
 
Regards
Husainhussain
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





--
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: Comparision between two dates

2005-10-18 Thread bhaq1972
> here dateformate is dd-mmm-yy (eg:17-oct-05)

if i was comparing 2 dates in actionscript i would do this

var date1:Date = new date(2005, 9, 17);
var date2:Date = new Date(2005, 9, 16);

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

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

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

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

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





[flexcoders] Flex Server 1.5 + Builder License

2005-10-18 Thread Seyavoush AKRAMI
Dear Freinds,
I sent many mail to macromedia compnay to get the Flex
server and builder license price and how does flex
server (flex.war) cost per server? but I have not
recieved any answer,
is it any proplem with its license?
regards
Seyavoush AKRAMI





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


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

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

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

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

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






Re: [flexcoders] hi, i am new to flex, can any one help me how so go with it ?

2005-10-18 Thread Ramu p



Hi Abdul,
 
Yeap!!!
I posted a quiery last week, I got really a very good answers which helped me quickly.
Thanks for this fast and useful gruops!
 
Today Im gonna post one more quiery :)
 
 
by the way are you from Blore?
Regards,
Ramu 
On 10/18/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote:

Hi Ramu,
 
Nice to know you are working on Flex.
 
FYI, not everyone in this list from Bangalore. Actually, this list is used by folks all over world.
 
You can post your flex-releated queries here, but before posting you should check the flexcoders-archive.
 
-abdul
 


From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Ramu pSent: Monday, October 17, 2005 6:26 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] hi, i am new to flex, can any one help me how so go with it ? 


Hi guys,
 
Nice to know that ur all from Blore.
 
Even I started using Flex just 2mnths back...
Need ur support!
 
Thx in advance.
 
On 10/12/05, Manish Jethani <[EMAIL PROTECTED]
> wrote: 
On 10/10/05, Ramu p <
[EMAIL PROTECTED]> wrote:> Nice to know that u r from Blore, India, where I am also from. I think we need a Flex User Group (TM) in Bangalore.  Send an emailAbdul Qabiz (aqabiz at 
macromedia.com) if anyone's interested. Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~-> --Flexcoders Mailing 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 ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 


YAHOO! GROUPS LINKS 

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










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





  




  
  
  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] Comparision between two dates

2005-10-18 Thread jagabcdeff
Hi all,

I am working on validation between two given dates.
In my mxml page i entered two dates


   
 





Here Date2 shouldnt be earlier date than Date1.

here dateformate is dd-mmm-yy (eg:17-oct-05)

Please provide me validation code for this..

thanks in advance,
jagadish





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

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

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

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

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






Re: [flexcoders] how can I change the default browser in Flexbuilder 2?

2005-10-18 Thread Paolo Bernardini



I've the opposite problem, my default browser is IE but I want to use FireFox (where I've installed the player 8.5), so I go To preference/WebBrowser and add a new browser pointing to the .exe for firefox. Restart flexbuilder, but when I try to launch the broser nothing appens. (it was working with IE).

Any Idea? 
2005/10/18, Rich Rodecker <[EMAIL PROTECTED]>:
cool, there it is, thanks.  my eye just didn't want to pick up that preferences menu i guess.
On 10/17/05, Darron J. Schall <
 [EMAIL PROTECTED]> wrote: 
Rich Rodecker wrote:> quick question...how can I tell FB2 to launch IE instead of FireFox 
> (which is currently my default)?Go to Window -> Preferences, expand General, click Web Browser, and make your selection there.-d
--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 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





  




  
  
  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.