[flexcoders] Re: Defining services in AS in ServiceLocator

2006-07-07 Thread ben.clinkinbeard
Once again, Jester comes through in the clutch.

As an aside, I was able to use an AS class that subclassed
ServiceLocator also, but I like the option of mixing better. The
reason I am exploring this is because I have a need for dynamically
loaded WSDL paths, and apparently you can only do that in
mx.rpc.soap.WebService, not in its MXML cousin. I don't have time to
thoroughly test that theory tonight (although preliminary tests look
very promising), but will update that thread
(http://groups.yahoo.com/group/flexcoders/message/42536) once I get
some definitive answers.

Thanks again Jesse,
Ben



--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Things are fuzzy right now, but define them as properties and setup
'em up 
> in some kind of init function, like so:
> 
> 
> http://www.adobe.com/2006/mxml"; 
> creationComplete="initServices()">
> 
> 
> 
> 
> 
> 
> - Original Message - 
> From: "ben.clinkinbeard" <[EMAIL PROTECTED]>
> To: 
> Sent: Friday, July 07, 2006 11:01 PM
> Subject: [flexcoders] Defining services in AS in ServiceLocator
> 
> 
> Hello, I am trying to define a WebService in AS within my
> Services.mxml file but am getting some odd errors. Any time I try to
> access a variable I have defined, it throws an error saying 'Access of
> undefined property blah'. Do I have to define all my services in an AS
> class that subclasses ServiceLocator? Here is my Services.mxml:
> 
> 
> http://www.adobe.com/2006/mxml";>
> 
> 
> 
> 
> 
> Any help is much appreciated.
> 
> Ben
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>







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

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

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

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





Re: [flexcoders] Defining services in AS in ServiceLocator

2006-07-07 Thread JesterXL
Things are fuzzy right now, but define them as properties and setup 'em up 
in some kind of init function, like so:


http://www.adobe.com/2006/mxml"; 
creationComplete="initServices()">






- Original Message - 
From: "ben.clinkinbeard" <[EMAIL PROTECTED]>
To: 
Sent: Friday, July 07, 2006 11:01 PM
Subject: [flexcoders] Defining services in AS in ServiceLocator


Hello, I am trying to define a WebService in AS within my
Services.mxml file but am getting some odd errors. Any time I try to
access a variable I have defined, it throws an error saying 'Access of
undefined property blah'. Do I have to define all my services in an AS
class that subclasses ServiceLocator? Here is my Services.mxml:


http://www.adobe.com/2006/mxml";>





Any help is much appreciated.

Ben







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








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

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

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

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




[flexcoders] Defining services in AS in ServiceLocator

2006-07-07 Thread ben.clinkinbeard
Hello, I am trying to define a WebService in AS within my
Services.mxml file but am getting some odd errors. Any time I try to
access a variable I have defined, it throws an error saying 'Access of
undefined property blah'. Do I have to define all my services in an AS
class that subclasses ServiceLocator? Here is my Services.mxml:


http://www.adobe.com/2006/mxml";>





Any help is much appreciated.

Ben






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

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

<*> 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] FDS question

2006-07-07 Thread Rob Rusher












It sounds like you have a fundamental misunderstanding
of what FDS does.

FDS is for more real-time data.

 

If you just need to talk with a back-end,
you will use the RPC classes in the API.

 

You can read more on both in livedocs:

http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href="">

Flex 2
Developer's Guide > Data Access and
Interconnectivity

 

As far as licensing goes, consult your
sales rep. They have the answers.

 



Rob Rusher

 

RIA Consultant

Adobe Certified Flex 2 Instructor

e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher

blog:http://www.robrusher.com











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of mthielman11
Sent: Friday, July 07, 2006 2:56
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FDS question



 







OK I have been playing with flex for a couple of weeks
now and we are planning on 
building out a rather large application in flex. The application is going to
replace several 
current apps one of wich is web based the rest are not. 

I am trying to get my head around the whole FDS thing. Our product will be a
medical 
database. There are currently several different modules within the existing
apps. The way 
I was planning this, each one would become its own flex app. the reason for
this is to try 
and keep the swf file size somewhat reasonable. 

Currently our thinking is to connect to the data through web services sending
XML data to 
a JSO file that then will communicate with a JAVA based API back to the MySQL
backend. 
What, if anythign would FDS bring to the table? Still not sure how it is better
than XML 
based solution.

Also a concern with FDS is the pricing structure. will each FDS file be
considered a 
different app, therefore each one require a license ($6k or $20k)? If each app
was 
assigned only one processor on the VM based server would it be able to use FDS
express??

I am just not seeing how FDS figures into the equasion. Is it faster? if so
how? Does it 
save coding time? if so how? Does it eliminate need for a java API? if so how?

Thanks for any help.






__._,_.___





--
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] PopUpMenuButton icon not working?

2006-07-07 Thread Shannon Hicks





I've tried adding an 
icon to the PopUpMenuButton, but it doesn't seem to work.
 
It shows the icon in 
Flex Builder, but not in the compiled SWF.
 
I've added icons to 
every other type of button (the same icon, called from the same component in the 
same way), and they work fine.
 
Maybe it's a 
bug?
 
Code:
     
 
  
   
   
  
 

 
If you're going to 
try it, be sure to actually create the gif, otherwise FlexBuilder throws some 
compile error about not finding the gif :)
 
Shan
__._,_.___





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



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 7/4/2006
 


RE: [flexcoders] FDS question

2006-07-07 Thread David Mendels
Hi,

Let me suggest a few articles that will help you understand Flex Data
Services:

http://www.adobe.com/devnet/flex/articles/architecting_rias.html

http://www.adobe.com/devnet/flex/articles/refactoring_flex.html

http://www.adobe.com/devnet/flex/articles/intro_fms.html

http://www.adobe.com/devnet/flex/articles/rpc_service.html 

These are all new articles as of last week.

And, the key getting started section of the docs:
http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp
.htm?href=0138.html


Lots of material above.  Please let us know what you find most useful
and whether we address your questions about FDS.

As for pricing, I think we have this explained on a FAQ somewhere, but I
can't find it right now. I expect someone else from Adobe can help here.

-David
Adobe

> -Original Message-
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of mthielman11
> Sent: Friday, July 07, 2006 4:56 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] FDS question
> 
> OK I have been playing with flex for a couple of weeks now 
> and we are planning on building out a rather large 
> application in flex.  The application is going to replace 
> several current apps one of wich is web based the rest are not.  
> 
> I am trying to get my head around the whole FDS thing. Our 
> product will be a medical database. There are currently 
> several different modules within the existing apps.  The way 
> I was planning this, each one would become its own flex app.  
> the reason for this is to try and keep the swf file size 
> somewhat reasonable.  
> 
> Currently our thinking is to connect to the data through web 
> services sending XML data to 
> a JSO file that then will communicate with a JAVA based API 
> back to the MySQL backend.   
> What, if anythign would FDS bring to the table?  Still not 
> sure how it is better than XML based solution.
> 
> Also a concern with FDS is the pricing structure.  will each 
> FDS file be considered a different app, therefore each one 
> require a license ($6k or $20k)?  If each app was assigned 
> only one processor on the VM based server would it be able to 
> use FDS express??
> 
> I am just not seeing how FDS figures into the equasion.  Is 
> it faster? if so how?  Does it save coding time? if so how?  
> Does it eliminate need for a java API? if so how?
> 
> Thanks for any help.
> 
> 
> 
> 
> 
> 
>  Yahoo! Groups Sponsor 
> ~--> Something is new at Yahoo! Groups.  
> Check out the enhanced email design.
> http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
> --
> --~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 


--
Flexcoders Mailing 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: datagrid.selectedItem.image (don't work)

2006-07-07 Thread Tracy Spratt












There is no “imagen” anywhere
in that xml.  How do you expect to find it?

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of tonyx_788
Sent: Friday, July 07, 2006 8:24
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
datagrid.selectedItem.image (don't work)



 







--- In [EMAIL PROTECTED]ups.com,
"Deepa Subramaniam" <[EMAIL PROTECTED].>
wrote:
>
> If your DataGrid is consuming e4x XML as its dataProvider, then the
> selectedItem value will be an e4x XML node. Is 'imagen' an attribute of
> the selected node or a child? If its an attribute then you'll need to
> do: source={datagrid.selectedItem.@imagen}
> .selectedItem.@imagen%7d> in your Image
tag. If
> imagen is a child node, you probably need to dot down correctly to it.
> Trace out selectedItem and you'll see the structure of the XML and then
> formulate an _expression_ accordingly.
> 
> 
> 
> -deepa 
> 
> 
> 
> 
> 
> From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On
> Behalf Of tonyx_788
> Sent: Thursday, July 06, 2006 9:33 AM
> To: [EMAIL PROTECTED]ups.com
> Subject: [flexcoders] datagrid.selectedItem.image (don't work)
> 
> 
> 
> i'm using e4x
> 2questions
> everything else works great but the images won't show when using
> e4x,if i use http it'll display the image ok
> anyone knows why?
> 
> and the datatip willshow everything on the xml, when hover the
> datagrid why?
> 
> ...
> "{xlc}" height="419"
> editable="false" width="150" id="datagrid"
scroll="true"
> change="xlc,cargarDatos.refresh()"
x="0" y="0">
> 
> "true"

> dataTipField="name"/>
> 
> 
> ..
> 
> 
> visible="true" scaleContent="true"
> source="{datagrid.selectedItem.imagen}"
horizontalAlign="center"/>
> 
>

i tried with
{datagrid.selectedI[EMAIL PROTECTED] and nothing
please a little help
my xml looks something like this


any name
any description








__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






Re: [flexcoders] FDS question

2006-07-07 Thread hank williams



Currently our thinking is to connect to the data through web services sending XML data to
a JSO file that then will communicate with a JAVA based API back to the MySQL backend.What, if anythign would FDS bring to the table?  Still not sure how it is better than XMLbased solution.
It depends on what you are trying to do. For basic remoting (essentially RPC) it is much easier than sending XML data because you can send real objects back and forth and it automatically converts. Its almost like making local calls except for the results are asynchronous (which has its good and bad points). But if you already have a solution in place there is no reason to upset the apple cart.
The area where there is at least theoretical benefit is in stuff that uses the messaging platform. There are two general areas that messaging is used. The first is to support the ability to maintain an up to date version of data between multiple clients. So if you have a database and one client changes some data then that data would change on the screens of other users who were looking at that data.
The second area is using messaging in its raw form. By this I mean sending data or messages between connected clients. Imagine, for example a chat server. Not that this is the best example, but just so you get the idea. The issue here, for those of us familar with flash media server and other socket server technologies, is whether any of us would really use FDS for that purpose. It seems to me, and others who I have been discussing this, that FDS may be overkill and there may be more appropriate (read simpler) technologies like FMS.
I think it will take some time to really understand where FDS fits in the application development world beyond remoting, for which it is very convenient. The issue though with using it for remoting is if you need to scale it gets very expensive. Before FDS, the remoting solutions were either free (open source) or under $1000 per server. FDS is 20k per server.
 Also a concern with FDS is the pricing structure.  will each FDS file be considered a
different app, therefore each one require a license ($6k or $20k)?  If each app wasassigned only one processor on the VM based server would it be able to use FDS express??If you are using the same data model, I am sure that you are fine. I cant imagine (tho perhaps we should wait to hear this from adobe) that they would thing that different connected apps all working off the same data model would be different applications.
 I am just not seeing how FDS figures into the equasion.  Is it faster? 
It is faster than XML because it is binary. if so how?  Does itsave coding time? 
Yes if so how? By making access to java from flash feel like making local calls. It gives you freedom to just need to call a function and to be able to gain access to it woithout really thinking about it.
 Does it eliminate need for a java API? if so how?Dont quite understand this one. The idea with remoting is that you can call any of your java functions from flash.
 RegardsHank

__._,_.___





--
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: datagrid.selectedItem.image (don't work)

2006-07-07 Thread tonyx_788
--- In flexcoders@yahoogroups.com, "Deepa Subramaniam" <[EMAIL PROTECTED]>
wrote:
>
> If your DataGrid is consuming e4x XML as its dataProvider, then the
> selectedItem value will be an e4x XML node. Is 'imagen' an attribute of
> the selected node or a child? If its an attribute then you'll need to
> do: [EMAIL PROTECTED]
>   in your Image tag. If
> imagen is a child node, you probably need to dot down correctly to it.
> Trace out selectedItem and you'll see the structure of the XML and then
> formulate an expression accordingly.
> 
>  
> 
> -deepa 
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of tonyx_788
> Sent: Thursday, July 06, 2006 9:33 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] datagrid.selectedItem.image (don't work)
> 
>  
> 
> i'm using e4x
> 2questions
> everything else works great but the images won't show when using
> e4x,if i use http it'll display the image ok
> anyone knows why?
> 
> and the datatip willshow everything on the xml, when hover the
> datagrid why?
> 
> ...
>  editable="false" width="150" id="datagrid" scroll="true"
> change="xlc,cargarDatos.refresh()" x="0" y="0">
> 
>  dataTipField="name"/>
> 
> 
> ..
> 
>  visible="true" scaleContent="true"
> source="{datagrid.selectedItem.imagen}" horizontalAlign="center"/>
> 
>

i tried with
[EMAIL PROTECTED] and nothing
please a little help
my xml looks something like this


any name
any description




















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

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

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

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

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




RE: [flexcoders] Re: debugger blows by breakpoints in component

2006-07-07 Thread Lisa Nelson
Scott,

I think you've hit on it!  I do have the arrow/link symbol.  I'll check
this out.

--Lisa 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Romer
Sent: Friday, July 07, 2006 15:14
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: debugger blows by breakpoints in component

We had the same issue when we imported our Beta projects to the GA
release.  After much struggling, I finally figured it out!  You need the
source directory icon to look like a folder with an orange/yellow target
symbol, rather than an arrow/link symbol.

To do this, I deleted the link to the additional source directory and
re-added them through project properties (source paths).  Now debugging
works fine for me.  

This has consistently been fixed the same way for all of our team
members.  So you may want to give that a try...

-Scott

--- In flexcoders@yahoogroups.com, "Lisa Nelson" <[EMAIL PROTECTED]> wrote:
>
> Hmm.  Well one of my coworkers has the problem as well.  (So it's not 
> just me!)  My other coworker does not have the problem (yet).  Flex 
> knows about my breakpoints.  They all show up in the breakpoints tab 
> in the Flex Debugging perspective.  But it just blows right by them.
>  
> -- Lisa
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> On Behalf Of Tracy Spratt
> Sent: Friday, July 07, 2006 14:24
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] debugger blows by breakpoints in component
> 
> 
> 
> Yes that definitely was for Flex Builder 1.5 (I wrote it), and it does

> not apply to 2.0.  I have not had this problem that I noticed, but I 
> have not worked on much modular code in 2.0 yet.
> 
>  
> 
> Tracy
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> On Behalf Of Lisa Nelson
> Sent: Friday, July 07, 2006 4:34 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] debugger blows by breakpoints in component
> 
>  
> 
> For the life of me I can't figure out why the debugger blows by all my

> breakpoints in my component. I found this in a FAQ:
> 
> "The safest way to set breakpoints in component files is to use the 
> Files list. Start the debugging session, nav you app to where you want

> to start debugging. Click the "Files" button on the Debug Toolbar, or 
> go Menu Debug\Files. Select the component you want, usually the .mxml 
> or .as files. The list strips out underscores in filenames, and can be

> very long, but this method always works. FB will open a temporary 
> file, set the breakpoints, and away you go."
> 
> But I don't see any Debug\Files option anywhere, and I'm starting to 
> wonder if this FAQ had to do with Flex 1.5 and not 2.0.
> 
> Has anyone had this problem in 2.0? And if so, how did you solve it?
> 
> --Lisa
>







 Yahoo! Groups Sponsor ~-->
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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



 







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

<*> 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] Adding htmlText to Text or TextArea

2006-07-07 Thread mateo_eastcoast
I am trying to use a CSS sheet to style some HTML text inside a Text
control:

CSS:
___
a{
font-size: 9px;
color: #2F6192; 
}
a:hover{
color: #AFD600;
}

MXML:
___







How can I put them together and make the  link have respond to the
CSS styling?

Thanks,

Mateo.





 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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: Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread ben.clinkinbeard
Ah, I thought you were referring to having done it in Cairngorm; I
know how to construct WS's in AS. Thanks for your input though- I will
explore this further.

Ben

--- In flexcoders@yahoogroups.com, "Carson Hager" <[EMAIL PROTECTED]>
wrote:
>
> I can definitely do that but you'll have to figure out how to add it
to cairngorn. That's a cairngorn construct you're using. Theoretically
it should be straight forward to do that. I'll post when I get back.
On the BB now. 
> 
> 
> Carson
> 
> 
>  
> Carson Hager
> Cynergy Systems, Inc.
> http://www.cynergysystems.com
>  
> Email:  [EMAIL PROTECTED]
> Office: 866-CYNERGY ext. 89
> Mobile: 1.703.489.6466
> 
> 
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
> To: flexcoders@yahoogroups.com 
> Sent: Fri Jul 07 17:33:55 2006
> Subject: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?
> 
> Could you post a quick example of defining a WS in ActionScript inside
> Services.mxml? When I briefly tried it the other day I had issues
> getting the ref via ServiceLocator.getInstance().getService(name).
> 
> Thanks,
> Ben
> 
> --- In flexcoders@yahoogroups.com
 , "Carson Hager" 
> wrote:
> >
> > I wasn't very clear. When I said that, I meant in ActionScript rather
> > than in the attribute of the WebService tag.
> > 
> > 
> > Carson
> > 
> > 
> > Carson Hager
> > Cynergy Systems, Inc.
> > http://www.cynergysystems.com  
 > 
> > 
> > Email: carson.hager@
> > Office: 866-CYNERGY
> > Mobile: 1.703.489.6466
> > 
> > 
> > 
> > 
> > 
> > From: flexcoders@yahoogroups.com
 
[mailto:flexcoders@yahoogroups.com
 ] On
> > Behalf Of ben.clinkinbeard
> > Sent: Friday, July 07, 2006 1:03 PM
> > To: flexcoders@yahoogroups.com  
> > Subject: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?
> > 
> > 
> > 
> > > I assume you could also specify the wsdl property as well.
> > 
> > Isn't that what I am doing here?
> > 
> >  > makeObjectsBindable="false"
> >
wsdl="{TestModel.getInstance()[EMAIL PROTECTED]
> > + '?WSDL'}" useProxy="false" showBusyCursor="true">
> > 
> > The WS does not fire unless I hard code the value that bound
> > expression points to.
> > 
> > Thanks,
> > Ben
> >
>







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

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

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

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

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





[flexcoders] Re: debugger blows by breakpoints in component

2006-07-07 Thread Scott Romer
We had the same issue when we imported our Beta projects to the GA
release.  After much struggling, I finally figured it out!  You need
the source directory icon to look like a folder with an orange/yellow
target symbol, rather than an arrow/link symbol.

To do this, I deleted the link to the additional source directory and
re-added them through project properties (source paths).  Now
debugging works fine for me.  

This has consistently been fixed the same way for all of our team
members.  So you may want to give that a try...

-Scott

--- In flexcoders@yahoogroups.com, "Lisa Nelson" <[EMAIL PROTECTED]> wrote:
>
> Hmm.  Well one of my coworkers has the problem as well.  (So it's not
> just me!)  My other coworker does not have the problem (yet).  Flex
> knows about my breakpoints.  They all show up in the breakpoints tab in
> the Flex Debugging perspective.  But it just blows right by them.
>  
> -- Lisa
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Tracy Spratt
> Sent: Friday, July 07, 2006 14:24
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] debugger blows by breakpoints in component
> 
> 
> 
> Yes that definitely was for Flex Builder 1.5 (I wrote it), and it does
> not apply to 2.0.  I have not had this problem that I noticed, but I
> have not worked on much modular code in 2.0 yet.
> 
>  
> 
> Tracy
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Lisa Nelson
> Sent: Friday, July 07, 2006 4:34 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] debugger blows by breakpoints in component
> 
>  
> 
> For the life of me I can't figure out why the debugger blows by all my
> breakpoints in my component. I found this in a FAQ:
> 
> "The safest way to set breakpoints in component files is to use the
> Files list. Start the debugging session, nav you app to where you want
> to start debugging. Click the "Files" button on the Debug Toolbar, or go
> Menu Debug\Files. Select the component you want, usually the .mxml or
> .as files. The list strips out underscores in filenames, and can be very
> long, but this method always works. FB will open a temporary file, set
> the breakpoints, and away you go." 
> 
> But I don't see any Debug\Files option anywhere, and I'm starting to
> wonder if this FAQ had to do with Flex 1.5 and not 2.0.
> 
> Has anyone had this problem in 2.0? And if so, how did you solve it?
> 
> --Lisa
>







 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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: A bit too ambitious?

2006-07-07 Thread Renaun Erickson
I believe a Flex UI for CMS and other Groupware application is a great
idea.  The downfall alot of those CMS/Groupware application live off
of Google indexing and the ability to publish tons of HTML pages and
have all that SEO power built in.  So you might think of doing a
hybrid of the too, or test the ramifications of content in Flash on
the content indexing realm.

Just my 2 cents,

Renaun

--- In flexcoders@yahoogroups.com, "Sam" <[EMAIL PROTECTED]> wrote:
>
> Hi first of all let me preface this by saying that I am new to Flex 
> and programming in general and I have been using Flex for about 2 
> weeks only I love it. :)
> 
> I have seen a couple of discussions here about the use of Flex 
> for "web pages" and how some say use it and some say don't. I see 
> where it can make a difference in some cases... hence my question.
> 
> Is it a bit too ambitious to try and use Flex to create a frontend to 
> other software such as Wordpress, Drupal, Xoops, Joomla! and the slew 
> of other CMS that mainly rely on XHTML and PHP for their front end?
> 
> I have made some progress with AMFPHP and remoting... but I have only 
> started so... I have not made it very far yet :) 
> 
> What's your opinion?
> 
> Sincerely,
> Sam
>







--
Flexcoders Mailing 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] DAO Best Practices

2006-07-07 Thread Briggs, Christian M
Hi Steven,

Thanks for the tip.  I have looked into Flex Dataservices, but am 
hesitant for two reasons: (1)  I am working on a self-funded startup at 
the moment, and am wary of the possible cost of the licensed version in 
the future, and  (2)  I haven’t heard anything about performance

If anyone can help to answer these questions, I’d be grateful!

cb




--
Flexcoders Mailing 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] A bit too ambitious?

2006-07-07 Thread Tony Pujals












Ambitious, yes! Appropriate, absolutely! Fun,
definitely! ;-)

 

I’m working on a Flex-based bliki front
end myself (PHP on the back end). Good luck!

 

-Tony



 

 

tony pujals| senior engineer | Yahoo!
Small Business

p. 408.349.6284 | e. tonyp * yahoo-inc * com | y!id
tonypujals

 



 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Mendels
Sent: Friday, July 07, 2006 1:52
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] A bit
too ambitious?



 







Hi,

This is a great use of Flex.

Regards,
David 

> -Original Message-
> From: [EMAIL PROTECTED]ups.com

> [mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of Sam
> Sent: Friday, July 07, 2006 4:05 PM
> To: [EMAIL PROTECTED]ups.com
> Subject: [flexcoders] A bit too ambitious?
> 
> Hi first of all let me preface this by saying that I am new 
> to Flex and programming in general and I have been using Flex 
> for about 2 weeks only I love it. :)
> 
> I have seen a couple of discussions here about the use of 
> Flex for "web pages" and how some say use it and some say 
> don't. I see where it can make a difference in some cases... 
> hence my question.
> 
> Is it a bit too ambitious to try and use Flex to create a 
> frontend to other software such as Wordpress, Drupal, Xoops, 
> Joomla! and the slew of other CMS that mainly rely on XHTML 
> and PHP for their front end?
> 
> I have made some progress with AMFPHP and remoting... but I 
> have only started so... I have not made it very far yet :) 
> 
> What's your opinion?
> 
> Sincerely,
> Sam
> 
> 
> 
> 
> 
>  Yahoo! Groups Sponsor 
> ~--> Great things are happening at Yahoo!

> Groups. See the new email design.
> http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
> --
> --~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 






__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



   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: Drag Selection of Multiple Objects in TileList >> possible???

2006-07-07 Thread rabbihamster
wow! could it me that simple?
hmm will try and let u know.

thanks!






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

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

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

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




[flexcoders] FDS question

2006-07-07 Thread mthielman11
OK I have been playing with flex for a couple of weeks now and we are planning 
on 
building out a rather large application in flex.  The application is going to 
replace several 
current apps one of wich is web based the rest are not.  

I am trying to get my head around the whole FDS thing. Our product will be a 
medical 
database. There are currently several different modules within the existing 
apps.  The way 
I was planning this, each one would become its own flex app.  the reason for 
this is to try 
and keep the swf file size somewhat reasonable.  

Currently our thinking is to connect to the data through web services sending 
XML data to 
a JSO file that then will communicate with a JAVA based API back to the MySQL 
backend.   
What, if anythign would FDS bring to the table?  Still not sure how it is 
better than XML 
based solution.

Also a concern with FDS is the pricing structure.  will each FDS file be 
considered a 
different app, therefore each one require a license ($6k or $20k)?  If each app 
was 
assigned only one processor on the VM based server would it be able to use FDS 
express??

I am just not seeing how FDS figures into the equasion.  Is it faster? if so 
how?  Does it 
save coding time? if so how?  Does it eliminate need for a java API? if so how?

Thanks for any help.






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

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

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

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

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




[flexcoders] Re: A bit too ambitious?

2006-07-07 Thread Dave Wolf
I like ambition.  :=)

I think its a great idea.  You might check out the flex derby winners.
 One was a Flex based version of the MSFT Enterprise Manager for SQL
Server.  Its slick and really shows off what's possible when you use a
RIA.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In flexcoders@yahoogroups.com, "Sam" <[EMAIL PROTECTED]> wrote:
>
> Hi first of all let me preface this by saying that I am new to Flex 
> and programming in general and I have been using Flex for about 2 
> weeks only I love it. :)
> 
> I have seen a couple of discussions here about the use of Flex 
> for "web pages" and how some say use it and some say don't. I see 
> where it can make a difference in some cases... hence my question.
> 
> Is it a bit too ambitious to try and use Flex to create a frontend to 
> other software such as Wordpress, Drupal, Xoops, Joomla! and the slew 
> of other CMS that mainly rely on XHTML and PHP for their front end?
> 
> I have made some progress with AMFPHP and remoting... but I have only 
> started so... I have not made it very far yet :) 
> 
> What's your opinion?
> 
> Sincerely,
> Sam
>







 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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: Using the XMLListCollection class bug

2006-07-07 Thread milan kosir



Sorry, but this is not true. I've seen this typo immediately, because withouth this question mark flex builder does not color code. But the problem I described remain. If Flex should generate UIDs, please take a look at example and find out what is wrong with it. I don't have enought insight and experience to find a problem, but I can say that jasons code works fine.
Thanks.Best regards,MilanOn 7/7/06, hal_lichtin <[EMAIL PROTECTED]> wrote:













  



There is a bug in the example, but it is a one-character typo and does
not require you to modify the doTreeSelect() method. Simply add a
question mark as the next to the last character of the first line of
the code, so it reads as follows:



You should not have problems compiling or running the application then.

Flex automatically generates UIDs for XMLListCollection objects and
you should not need do this yourself.

Hal Lichtin
Senior Technical Writer
Adobe Systems
[EMAIL PROTECTED]

--- In flexcoders@yahoogroups.com, "milan kosir" <[EMAIL PROTECTED]> wrote:
>
> Yes, it works fine. Thanks!
> Milan
> 
> On 6/30/06, milan kosir <[EMAIL PROTECTED]> wrote:
> >
> > Thank you very much, Jason,
> > I can't test it before tomorow, but I'm already happy :)
> >
> >
> > Milan
> >
> > On 6/30/06, Jason Hawryluk < [EMAIL PROTECTED]> wrote:
> > >
> > >That sample is buggy
> > >
> > >
> > > replace the below code
> > >
> > > private function doTreeSelect():void
> > > {
> > > if (prodTree.selectedItem)
> > > listDP.addItem(prodTree.selectedItem);
> > > }
> > >
> > > with the below
> > >
> > > import mx.utils.UIDUtil;
> > > private function doTreeSelect():void
> > > {
> > > if (prodTree.selectedItem)
> > >  var newnode:Object = prodTree.selectedItem.copy();
> > >
> > >  [EMAIL PROTECTED] =
mx.utils.UIDUtil.createUID().toString();
> > >
> > >
> > > listDP.addItem(newnode);
> > > }
> > >
> > > and it works as it should
> > >
> > > Jason
> > >
> > >
> > >
> > > -Message d'origine-
> > > *De :* flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com]*De
> > > la part de* milan kosir
> > > *Envoyé :* vendredi 30 juin 2006 15:26
> > > *À :* flexcoders@yahoogroups.com
> > > *Objet :* Re: [flexcoders] Using the XMLListCollection class bug
> > >
> > >  Thank you, Jason,
> > > this is a great news!
> > >
> > > As I said, maybe it is a bad example, or maybe I just don't know
how to
> > > use it?
> > > Because when I add some "bananas" to the list, first they are not
> > > selectable except the last one,
> > > then when they are removed, they are not properly removed from
the tree,
> > > and on the end the tree can't render anymore.
> > > I'm interesting in this because I'd like to write a "lazy tree",
to get
> > > child items from database when they are needed (when the node is
opened).
> > > If anybody has done this and could give me a hint, I'd be gratefull.
> > >
> > > Thanks, Milan
> > >
> > > On 6/30/06, Jason Hawryluk < [EMAIL PROTECTED]> wrote:
> > > >
> > > >I'm very happy to report that the tree component is working
very
> > > > well. All the outstanding bugs I've checked have been
corrected (i have a
> > > > few left to look into). The binding is working.
> > > >
> > > > jason
> > > >
> > > >
> > > > -Message d'origine-
> > > > *De :* flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com]
> > > > *De la part de* kosir.milan
> > > > *Envoyé :* vendredi 30 juin 2006 12:03
> > > > *À :* flexcoders@yahoogroups.com
> > > > *Objet :* [flexcoders] Using the XMLListCollection class bug
> > > >
> > > >  Hi,
> > > > I'd like to report that example in chapter "Using the
> > > > XMLListCollection class"
> > > > (http://livedocs.macromedia.com/flex/2/docs/0513.html#406668
 )
> > > > which can be found under (Flex 2 Developer's Guide > Building User
> > > > Interfaces for Flex Applications > Using Data Providers and
> > > > Collections > Using hierarchical data providers) does not work as
> > > > expected and produces very strange results.
> > > > Could somebody confirm that f2b3 bug in tree dataproviders is
removed
> > > > or not? Maybe there is problem only with example.
> > > > I'd really like to know if Flex 2 allow to make dynamic
databinding
> > > > for Tree component. Any hint or working example would be highly
> > > > appreciated.
> > > > Milan
> > > >
> > > >
> > >   
> > >
> >
> >
>


  















__._,_.___





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

RE: [flexcoders] debugger blows by breakpoints in component

2006-07-07 Thread Lisa Nelson





Hey All,
 
I think my buddy Mike has found the solution to 
this:
 
--Lisa





Hi Lisa,
 
I posted a reply to your comment on 
my blog.  Hope it helps!
 
http://www.morearty.com/blog/2006/06/28/flex-2-has-launched-whats-new-in-the-debugger-since-beta-3/#comments
 
- Mike
 
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread Carson Hager
Title: Re: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?








I can definitely do that but you'll have to figure out how to add it to cairngorn. That's a cairngorn construct you're using. Theoretically it should be straight forward to do that. I'll post when I get back. On the BB now.


Carson



Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY ext. 89
Mobile: 1.703.489.6466



-Original Message-
From: flexcoders@yahoogroups.com 
To: flexcoders@yahoogroups.com 
Sent: Fri Jul 07 17:33:55 2006
Subject: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?

Could you post a quick example of defining a WS in ActionScript inside
Services.mxml? When I briefly tried it the other day I had issues
getting the ref via ServiceLocator.getInstance().getService(name).

Thanks,
Ben

--- In flexcoders@yahoogroups.com  , "Carson Hager" <[EMAIL PROTECTED]>
wrote:
>
> I wasn't very clear. When I said that, I meant in ActionScript rather
> than in the attribute of the WebService tag.
>
>
> Carson
> 
>
> Carson Hager
> Cynergy Systems, Inc.
> http://www.cynergysystems.com    >
>
> Email: [EMAIL PROTECTED]
> Office: 866-CYNERGY
> Mobile: 1.703.489.6466
>
>
>
> 
>
> From: flexcoders@yahoogroups.com   [mailto:flexcoders@yahoogroups.com  ] On
> Behalf Of ben.clinkinbeard
> Sent: Friday, July 07, 2006 1:03 PM
> To: flexcoders@yahoogroups.com 
> Subject: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?
>
>
>
> > I assume you could also specify the wsdl property as well.
>
> Isn't that what I am doing here?
>
> 
> makeObjectsBindable="false"
> wsdl="{TestModel.getInstance()[EMAIL PROTECTED]
> + '?WSDL'}" useProxy="false" showBusyCursor="true">
>
> The WS does not fire unless I hard code the value that bound
> _expression_ points to.
>
> Thanks,
> Ben
>








__._,_.___





--
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: arrayCollection.addItemAt How to?

2006-07-07 Thread Doug Lowder
The setItemAt() method will replace the item at the specified index, 
if there is one; addItemAt() adds a new item.  Make sure setItemAt() 
is what you really want by verifying the contents of your combobox.

Last time I checked, the prompt item was selectable just like any 
other item, and much easier to declare.

--- In flexcoders@yahoogroups.com, "yaagcur" <[EMAIL PROTECTED]> wrote:
>
> Thanks guys
> I think that what I actually needed is
> 
> teams.setItemAt({FRANCHNAME:'All Teams',FRANCHID:'All'},0);
> 
> This sets the extra row in the correct place and displays it as the
> default. I believe prompt would not be a selectable item  and 
would be
> more appropriate if a 'Please Select a team' was needed
> 
> --- In flexcoders@yahoogroups.com, "Doug Lowder"  
wrote:
> >
> > The addItemAt() function takes an object as the first parameter, 
not 
> > an array of objects.  So you'd want:
> > 
> >  teams.addItemAt( {FRANCHNAME:'All Teams',FRANCHID:'All'} , 0); 
> > 
> > As Oscar states, there's a prompt property of ComboBox you can 
use 
> > to add that extra row.
> > 
> > --- In flexcoders@yahoogroups.com, "yaagcur"  wrote:
> > >
> > > I return a recordset and create a new arraycollection just fine
> > > but wish to add an extra row at the top . The following just 
> > produces an
> > > [object, Object] result in the combo box I populate for the 
> > additional
> > > entry
> > > 
> > > 
> > > public function myFunction(event:ResultEvent):void {
> > >   trace ("results returned");
> > >   teams = new
> > > ArrayCollection(mx.utils.ArrayUtil.toArray
(event.result.source)); 
> > >   teams.addItemAt([{FRANCHNAME:'All 
> > Teams',FRANCHID:'All'}],0); //
> > > FRANCHNAME and FRANCHID are the two properties in the object
> > >   teams.refresh();
> > >   }   
> > > I would also like the combobox to show the new All teams as 
default
> > > in the combobox
> > > 
> > > cheers
> > >
> >
>







--
Flexcoders Mailing 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: Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread ben.clinkinbeard
Could you post a quick example of defining a WS in ActionScript inside
Services.mxml? When I briefly tried it the other day I had issues
getting the ref via ServiceLocator.getInstance().getService(name).

Thanks,
Ben

--- In flexcoders@yahoogroups.com, "Carson Hager" <[EMAIL PROTECTED]>
wrote:
>
> I wasn't very clear.  When I said that, I meant in ActionScript rather
> than in the attribute of the WebService tag.
>  
>  
> Carson
> 
>  
> Carson Hager
> Cynergy Systems, Inc.
> http://www.cynergysystems.com  
>  
> Email:  [EMAIL PROTECTED]
> Office:  866-CYNERGY
> Mobile: 1.703.489.6466
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of ben.clinkinbeard
> Sent: Friday, July 07, 2006 1:03 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?
> 
> 
> 
> > I assume you could also specify the wsdl property as well.
> 
> Isn't that what I am doing here?
> 
>  makeObjectsBindable="false"
> wsdl="{TestModel.getInstance()[EMAIL PROTECTED]
> + '?WSDL'}" useProxy="false" showBusyCursor="true">
> 
> The WS does not fire unless I hard code the value that bound
> expression points to.
> 
> Thanks,
> Ben
>







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

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

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

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





RE: [flexcoders] Re: Adding an item to a dg

2006-07-07 Thread Tracy Spratt












Is the dataProvider valid at that point?  Can
you access it directly via id?  Is there maybe a timing isue?

 

By the way, I don’t really
understand “I am trying to do this with out having to use an array
collection.”

 

You can’t do anything with data
without a dataProvider.  What is the issue?  What is your dataProvider?  How
are you populating it?

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman
Sent: Friday, July 07, 2006 3:29
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Adding
an item to a dg



 







I tried your example tracy and it still gives me an error.

This is the new error it gives me. Any ideas?
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at
components.views.transactions.widgets::actionNewListAgentPanel/::PartyManager_Listing_Add_Agent_Result()
at
components.views.transactions.widgets::actionNewListAgentPanel/___Operation4_result()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at ::DirectHTTPMessageResponder/completeHandler()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()

--- In [EMAIL PROTECTED]ups.com,
"Jeremy Rottman" ...>
wrote:
>
> Doh I tried everything but that. Thanks tracy
> 
> 
> --- In [EMAIL PROTECTED]ups.com,
"Tracy Spratt"
 wrote:
> >
> > That syntax has always been a shortcut for
> > ...partyDG.dataProvider.addItem, and the shortcut syntax has
been
> > removed from 2.0.
> > 
> > 
> > 
> > So go through the dataProvider property like above.
> > 
> > 
> > 
> > Tracy
> > 
> > 
> > 
> > 
> > 
> > From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On
> > Behalf Of Jeremy Rottman
> > Sent: Friday, July 07, 2006 11:56 AM
> > To: [EMAIL PROTECTED]ups.com
> > Subject: [flexcoders] Adding an item to a dg
> > 
> > 
> > 
> > I am working with my party manager, I finally got it laid out
correctly.
> > However, I have ran into one last problem, when a user finds the
party
> > they want to tag to the file, I am trying to populate the party
display
> > DG with the party they just added. However, I think I am going about
> > this the wrong way. I am trying to do this with out having to use an
> > array collection. I want to add directly to the dg.
> > 
> > This is the code that I am trying.
> > 
> > // CALL LISTING ADD AGENT METHOD
> > private function
> > PartyManager_Listing_Add_Agent(fileNum,uuid,name){
> > PartyManager.Listing_Add_Agent(fileNum, uuid,name)
> > }
> > 
> > // HANDLE LISTING ADD AGENT METHOD
> > private function
> > PartyManager_Listing_Add_Agent_Result(result):void{
> > Alert.show(result);
> > 
> >
parentApplication.mainDisplay.ntcl.partyDG.addItem({partyName:agentSearc
> > \
> > hDG.selectedItem.FLD_AGENTFULLNAME})
> > }
> > 
> > // HANDLE LISTING ADD AGENT ERRORS
> > private function
> > PartyManager_Listing_Add_Agent_Fault(event:FaultEvent):void{
> > Alert.show("Test Error","Program Error")
> > }
> > 
> > This is the error that I am getting.
> > 
> > ReferenceError: Error #1069: Property addItem not found on
> > mx.controls.DataGrid and there is no default value.
> > at
> >
components.views.transactions.widgets::actionNewListAgentPanel/::PartyMa
> > \
> > nager_Listing_Add_Agent_Result()
> > at
> >
components.views.transactions.widgets::actionNewListAgentPanel/___Operat
> > \
> > ion4_result()
> > at
> >
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven
> > \
> > tFunction()
> > at flash.events::EventDispatcher/dispatchEvent()
> > at
> >
mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::di
> > \
> > spatchRpcEvent
> > 
()
> > at
> >
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resu
> > \
> > ltHandler

()
> > at mx.rpc::Responder/result()
> > at mx.rpc::AsyncRequest/acknowledge()
> > at ::DirectHTTPMessageResponder/completeHandler()
> > at
> >
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven
> > \
> > tFunction()
> >
>






__._,_.___





--
Flexcoders Mailing 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! Grou

RE: [flexcoders] modellocator and double bindings

2006-07-07 Thread Moishe Groger





I think so, but I wouldn't recommend it as it will make 
your app seem slower.  Why not use the local variable and just set it to 
the variable in the model on creation?
 
Moishe Groger


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Douglas 
KnudsenSent: Friday, July 07, 2006 3:42 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] modellocator and 
double bindings


holy creations batman!  sounds like a good reason.  Now, would 
adding a creationPolicy="all" to the root application tag address this 
maybe?DK
On 7/7/06, Moishe 
Groger <[EMAIL PROTECTED]> 
wrote:

  
  
  Binding 
  seems to take even if local controls haven't been created yet.  So if 
  you're double-binding is between a null control and an always-available model 
  locator, the values in the model locator should be corrupted before the 
  control is created.
   
  On the 
  other hand, if a local variable is used the double-binding doesn't acually 
  start binding into the model until the local controls are 
  created.
   
  Moishe 
  Groger
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Douglas 
  KnudsenSent: Thursday, July 06, 2006 11:06 PM
  To: flexcoders@yahoogroups.comSubject: [flexcoders] 
  modellocator and double bindings
  
  
  
  
  Ok, before the big hoorah relase of FB 2 and cairngorm2 I had a appthat 
  has a few forms in it bound to a VO hanging out in themodellocator. I used 
  double bindings to display and update values inthe VO like 
  thisdestination="txtAddress1.text" 
  />destination="mymodel.myVO.homeAddress.address1" 
  />things worked swell. Then came the update to Flez 2 and cairngorm 
  andteh above double binding attack bombs. The txtAddrss1 input box 
  isdiplayed empty and gets updated as empty too. Yuk!THe approach I 
  have found to work is to use a local var as a pointerand bind to it. 
  wierd. So this works[Bindable]localAddy: Address = 
  mymodel.myVO.homeAddress;Any 
  thoughts?-- Douglas Knudsenhttp://www.cubicleman.comthis is my signature, like 
  it?
  -- 
Douglas Knudsenhttp://www.cubicleman.comthis is my 
signature, like it? 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] Issues Public/Private functions

2006-07-07 Thread Tracy Spratt












We need to see more code.  Create a test
app.  I bet that will show you where the problem is by itself.

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pottavathini, Sathish
Sent: Friday, July 07, 2006 4:57
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Issues
Public/Private functions



 









I tried wrapping the whole thing into a
package, but i got this message when i tried.





 





Severity Description Resource In
Folder Location Creation Time Id
2 Syntax Error: package is unexpected. Expected a primary
_expression_. helios.as helios line 10 July 7, 2006 1:55:24
PM 27058





-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]On Behalf Of Tracy
 Spratt
Sent: Friday, July 07, 2006 11:49
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Issues
Public/Private functions



Make sure your declarations are actually inside of the package.

 

Tracy



 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Pottavathini, Sathish
Sent: Friday, July 07, 2006 2:03
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Issues
Public/Private functions



 







I have
private/public functions/vars in my project and i get following errors in
"Problems" console. If i change them to something(like internal etc)
else then i get more errors. Even though i see these errors everything compiles
correctly and works fine. Any idea why i am getting there errors? It's not
damaging anything but it's just annoying.

Severity Description Resource In Folder Location Creation Time Id
2 The public attribute can only be used inside a package. helios.as helios line
86 July 7, 2006 10:30:08 AM 26841
2 The private attribute may be used only on class property definitions.
helios.as helios line 95 July 7, 2006 10:30:08 AM 26842

If i remove private/public then i get following error.
Severity Description Resource In Folder Location Creation Time Id
1 function 'menuHandler' will be scoped to the default namespace: helios:
internal helios.as helios line 173 July 7, 2006 11:01:56 AM 26970

Sathish Pottavathini
















__._,_.___





--
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] debugger blows by breakpoints in component

2006-07-07 Thread Tracy Spratt












Yes that definitely was for Flex Builder 1.5
(I wrote it), and it does not apply to 2.0.  I have not had this problem that I
noticed, but I have not worked on much modular code in 2.0 yet.

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Lisa Nelson
Sent: Friday, July 07, 2006 4:34
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] debugger
blows by breakpoints in component



 







For the
life of me I can't figure out why the debugger blows by all my
breakpoints in my component. I found this in a FAQ:

"The safest way to set breakpoints in component files is to use the
Files list. Start the debugging session, nav you app to where you want
to start debugging. Click the "Files" button on the Debug Toolbar, or
go
Menu Debug\Files. Select the component you want, usually the .mxml or
.as files. The list strips out underscores in filenames, and can be very
long, but this method always works. FB will open a temporary file, set
the breakpoints, and away you go." 

But I don't see any Debug\Files option anywhere, and I'm starting to
wonder if this FAQ had to do with Flex 1.5 and not 2.0.

Has anyone had this problem in 2.0? And if so, how did you solve it?

--Lisa






__._,_.___





--
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] debugger blows by breakpoints in component

2006-07-07 Thread Lisa Nelson
For the life of me I can't figure out why the debugger blows by all my
breakpoints in my component.  I found this in a FAQ:

"The safest way to set breakpoints in component files is to use the
Files list. Start the debugging session, nav you app to where you want
to start debugging. Click the "Files" button on the Debug Toolbar, or go
Menu Debug\Files. Select the component you want, usually the .mxml or
.as files. The list strips out underscores in filenames, and can be very
long, but this method always works. FB will open a temporary file, set
the breakpoints, and away you go." 

But I don't see any Debug\Files option anywhere, and I'm starting to
wonder if this FAQ had to do with Flex 1.5 and not 2.0.

Has anyone had this problem in 2.0?  And if so, how did you solve it?

--Lisa


--
Flexcoders Mailing 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: RPC result paging - please, help

2006-07-07 Thread Kelly Birr
Bod,

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

- Kelly

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

Hi Kelly

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

regards
Bod

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







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

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



 





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

Re: [flexcoders] Drag Selection of Multiple Objects in TileList >> possible???

2006-07-07 Thread JesterXL
yourTileList.allowMultipleSelection = true;
yourTileList.dragEnabled = true;

???  Haven't tried it,but those are valid props, so.  :: shrugs ::

- Original Message - 
From: "rabbihamster" <[EMAIL PROTECTED]>
To: 
Sent: Friday, July 07, 2006 3:02 PM
Subject: [flexcoders] Drag Selection of Multiple Objects in TileList >> 
possible???


just like how you would do it on any desktop.

and if this isnt a standard behavior - how easy would it be to create
and incorporate it into the tilelist module?

thanks

artur







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








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

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

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

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




RE: [flexcoders] A bit too ambitious?

2006-07-07 Thread David Mendels
Hi,

This is a great use of Flex.

Regards,
David 

> -Original Message-
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Sam
> Sent: Friday, July 07, 2006 4:05 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] A bit too ambitious?
> 
> Hi first of all let me preface this by saying that I am new 
> to Flex and programming in general and I have been using Flex 
> for about 2 weeks only I love it. :)
> 
> I have seen a couple of discussions here about the use of 
> Flex for "web pages" and how some say use it and some say 
> don't. I see where it can make a difference in some cases... 
> hence my question.
> 
> Is it a bit too ambitious to try and use Flex to create a 
> frontend to other software such as Wordpress, Drupal, Xoops, 
> Joomla! and the slew of other CMS that mainly rely on XHTML 
> and PHP for their front end?
> 
> I have made some progress with AMFPHP and remoting... but I 
> have only started so... I have not made it very far yet :) 
> 
> What's your opinion?
> 
> Sincerely,
> Sam
> 
> 
> 
> 
> 
>  Yahoo! Groups Sponsor 
> ~--> Great things are happening at Yahoo! 
> Groups.  See the new email design.
> http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
> --
> --~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 


 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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 get the DataGrid to auto-fit columns

2006-07-07 Thread Tim Hoff
Hi Pan,

I don't think that there is an automatic way to do this.  However, 
you could bind the DataGridColumn's width properties to columnWidth 
variables.  When you receive the result from a call, loop through 
each element and determine the maximum length of text for each 
column.  Then update your columnWidth variables accordingly.  This 
is really cumbersome, but it should work.

-TH

--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Uh... there was a spaceColumnsEqually method in Flex 1.5, but 
she's nowhere to be found in Flex 2.  wtf?
> 
> - Original Message - 
> From: Pan Troglodytes 
> To: flexcoders 
> Sent: Friday, July 07, 2006 12:38 PM
> Subject: [flexcoders] how to get the DataGrid to auto-fit columns
> 
> 
> Wow, go away for a week and you get hundreds of messages.  This 
list is really hopping!
> 
> Anyway - is there no way to have the DataGrid automatically resize 
the columns to fit their content?  Even if that content is just 
plain text?  I've pored over the docs and can't find it.  Seems like 
a big shortcoming.  Maybe we should try to convince DevExpress to 
port their grid to Flex. 
> 
> -- 
> Jason
>






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

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

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

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

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





[flexcoders] Re: arrayCollection.addItemAt How to?

2006-07-07 Thread Tim Hoff
Hi, You could also add an extra row at the top with something like 
this:

teams.source.unshift("FRANCHNAME:'All Teams'","FRANCHID:'All'");

-TH

--- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> 
wrote:
>
> The addItemAt() function takes an object as the first parameter, 
not 
> an array of objects.  So you'd want:
> 
>  teams.addItemAt( {FRANCHNAME:'All Teams',FRANCHID:'All'} , 0); 
> 
> As Oscar states, there's a prompt property of ComboBox you can use 
> to add that extra row.
> 
> --- In flexcoders@yahoogroups.com, "yaagcur"  wrote:
> >
> > I return a recordset and create a new arraycollection just fine
> > but wish to add an extra row at the top . The following just 
> produces an
> > [object, Object] result in the combo box I populate for the 
> additional
> > entry
> > 
> > 
> > public function myFunction(event:ResultEvent):void {
> > trace ("results returned");
> > teams = new
> > ArrayCollection(mx.utils.ArrayUtil.toArray
(event.result.source)); 
> > teams.addItemAt([{FRANCHNAME:'All 
> Teams',FRANCHID:'All'}],0); //
> > FRANCHNAME and FRANCHID are the two properties in the object
> > teams.refresh();
> > }   
> > I would also like the combobox to show the new All teams as 
default
> > in the combobox
> > 
> > cheers
> >
>







--
Flexcoders Mailing 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: [Junk E-Mail - LOW] [flexcoders] > Downloading documentation

2006-07-07 Thread Weyert de Boer
Thanks! It's exactly where I was looking for. I can't install 
FlexBuilder on my Mac. :)


--
Flexcoders Mailing 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: arrayCollection.addItemAt How to?

2006-07-07 Thread yaagcur
Thanks guys
I think that what I actually needed is

teams.setItemAt({FRANCHNAME:'All Teams',FRANCHID:'All'},0);

This sets the extra row in the correct place and displays it as the
default. I believe prompt would not be a selectable item  and would be
more appropriate if a 'Please Select a team' was needed

--- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote:
>
> The addItemAt() function takes an object as the first parameter, not 
> an array of objects.  So you'd want:
> 
>  teams.addItemAt( {FRANCHNAME:'All Teams',FRANCHID:'All'} , 0); 
> 
> As Oscar states, there's a prompt property of ComboBox you can use 
> to add that extra row.
> 
> --- In flexcoders@yahoogroups.com, "yaagcur"  wrote:
> >
> > I return a recordset and create a new arraycollection just fine
> > but wish to add an extra row at the top . The following just 
> produces an
> > [object, Object] result in the combo box I populate for the 
> additional
> > entry
> > 
> > 
> > public function myFunction(event:ResultEvent):void {
> > trace ("results returned");
> > teams = new
> > ArrayCollection(mx.utils.ArrayUtil.toArray(event.result.source)); 
> > teams.addItemAt([{FRANCHNAME:'All 
> Teams',FRANCHID:'All'}],0); //
> > FRANCHNAME and FRANCHID are the two properties in the object
> > teams.refresh();
> > }   
> > I would also like the combobox to show the new All teams as default
> > in the combobox
> > 
> > cheers
> >
>







--
Flexcoders Mailing 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 BUILDER 2.0 - trial

2006-07-07 Thread Joan Tan












Remember that the Flex SDK is still free
for use. You won’t have the swanky IDE, but you can use the mxmlc compiler
to compile Flex code and read the docs.

 

Joan

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Andrews
Sent: Friday, July 07, 2006 10:49
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] FLEX
BUILDER 2.0 - trial



 







- Original Message - 
From: "sergiosergiomon" <[EMAIL PROTECTED]com.br>
To: <[EMAIL PROTECTED]ups.com>
Sent: Friday, July 07, 2006 5:39 PM
Subject: [flexcoders] FLEX BUILDER 2.0 - trial

> Well, I have just downloaded the 30-day trial version of the Flex 
> Builder 2.0 and I now have 27 days to try to learn as much as possible.
> Question: Is there any way to extend this trial period WITHOUT 
> purchasing the product?
> I live in Brazil
and the asking price is salty, to say the least.
> Regards,
> Sergio

LOL compared to Flex 1.0 or 1.5 it's a snip.

Paul






__._,_.___





--
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] Modal Immunity

2006-07-07 Thread JesterXL
Throw the help button in a popup as well.  Then, everytime you open a popup, 
go:

PopUpManager.bringToFront ( helpButton )

PopUps are put in a different display area, thus their parent is not the 
app, and thus they are not blurred.

or reparent the Help button to the TitleWindow, and then back again to it's 
original parent when you close the TitleWindow.

- Original Message - 
From: "Evan Gifford" <[EMAIL PROTECTED]>
To: 
Sent: Friday, July 07, 2006 3:17 PM
Subject: RE: [flexcoders] Modal Immunity


Sorry for the confusion. I'll explain this better here

I've got a titlewindow with a few modal properties:



I'm using the PopUpManager to show this guy to create an in-context help
window when someone clicks on a help icon.



As you would expect, when I PopUp the modal TitleWindow with the above
properties, it blurs, darkens and fades the whole Application except the
TitleWindow. I love the ModalTransparencyBlur, (although I've noticed a
slight buffering time associated with this effect, understandably) ..
I'd like to make this helpButton "immune" to the ModalTransparencyBlur,
so when the in context help TitleWindow pops up, both the TitleWindow
and the helpButton are sharp and in focus, with the rest of the
interface blurred and faded, in order to strengthen the association
between the button and the help content.

As it is, the modalTransparencyBlur property blurs everything in the
Application except the TitleWindow on top.

Does anyone know a way I can make the helpButton "immune" to the modal
effect?

If you'd like the code, I've created a custom component called
"ContextHelpButton" which accepts an xmlFile property and displays this
relative to the help button. It's pretty useful, although still in
development as you can see. :^)

Man, I am so thankful to be a part of a group like this.
-Evan

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Friday, July 07, 2006 6:23 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Modal Immunity

On Thursday 06 July 2006 18:10, Evan Gifford wrote:
> That is ... so that the modal blur/transparency does not affect it?

Models dont't blur on have transparency, do you have some code to
explain ?

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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




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









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







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

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

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

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




[flexcoders] A bit too ambitious?

2006-07-07 Thread Sam
Hi first of all let me preface this by saying that I am new to Flex 
and programming in general and I have been using Flex for about 2 
weeks only I love it. :)

I have seen a couple of discussions here about the use of Flex 
for "web pages" and how some say use it and some say don't. I see 
where it can make a difference in some cases... hence my question.

Is it a bit too ambitious to try and use Flex to create a frontend to 
other software such as Wordpress, Drupal, Xoops, Joomla! and the slew 
of other CMS that mainly rely on XHTML and PHP for their front end?

I have made some progress with AMFPHP and remoting... but I have only 
started so... I have not made it very far yet :) 

What's your opinion?

Sincerely,
Sam





 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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] Issues Public/Private functions

2006-07-07 Thread Clint Tredway



also make sure you aren't missig a }    I had this happen the other day and got the same error you are getting...On 7/7/06, Tracy Spratt <
[EMAIL PROTECTED]> wrote:












  













Make sure your declarations are actually
inside of the package.

 

Tracy


 









From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Pottavathini, Sathish
Sent: Friday, July 07, 2006 2:03
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Issues
Public/Private functions



 







I have
private/public functions/vars in my project and i get following errors in
"Problems" console. If i change them to something(like internal etc)
else then i get more errors. Even though i see these errors everything compiles
correctly and works fine. Any idea why i am getting there errors? It's not
damaging anything but it's just annoying.

Severity Description Resource In Folder Location Creation Time Id
2 The public attribute can only be used inside a package. helios.as helios line
86 July 7, 2006 10:30:08 AM 26841
2 The private attribute may be used only on class property definitions.
helios.as helios line 95 July 7, 2006 10:30:08 AM 26842

If i remove private/public then i get following error.
Severity Description Resource In Folder Location Creation Time Id
1 function 'menuHandler' will be scoped to the default namespace: helios:
internal helios.as helios line 173 July 7, 2006 11:01:56 AM 26970

Sathish Pottavathini










  













-- diabetic? http://www.diabetesforums.comBill Cosby - A word to the wise ain't necessary - it's the stupid ones that need the advice.

__._,_.___





--
Flexcoders Mailing 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: newb Q: running cf wiz :8500

2006-07-07 Thread Paul Ihrig
now i get a java.lang.IlligalArgumentExemption while trying to set up
the wizard.

CF Info:
services-config.xml: C:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml
web root: http://localhost:8500/

Project Location
New flex Proj
name: films
web root: C:\Inetpub\wwwroot\

thats about it.
can only connect to RDS on port 80, not on 8500

any clues?

or is there another list for basic questions...


 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread Carson Hager





I wasn't very clear.  When I said that, I meant in 
ActionScript rather than in the attribute of the WebService 
tag.
 
 
Carson

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


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
ben.clinkinbeardSent: Friday, July 07, 2006 1:03 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Does Flex 2 
support dynamic WSDL locations?


> I assume you could also specify the wsdl property as well.Isn't 
that what I am doing here?makeObjectsBindable="false"wsdl="{TestModel.getInstance().appConfigData.client_measures_[EMAIL PROTECTED]+ 
'?WSDL'}" useProxy="false" showBusyCursor="true">The WS does not 
fire unless I hard code the value that bound_expression_ points 
to.Thanks,Ben
__._,_.___





--
Flexcoders Mailing 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] Drag Selection of Multiple Objects in TileList >> possible???

2006-07-07 Thread rabbihamster
just like how you would do it on any desktop.

and if this isnt a standard behavior - how easy would it be to create
and incorporate it into the tilelist module?

thanks

artur
 





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

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

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

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

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





Re: [flexcoders] FLEX BUILDER 2.0 - trial

2006-07-07 Thread Paul Andrews
- Original Message - 
From: "sergiosergiomon" <[EMAIL PROTECTED]>
To: 
Sent: Friday, July 07, 2006 5:39 PM
Subject: [flexcoders] FLEX BUILDER 2.0 - trial


> Well, I have just downloaded the 30-day trial version of the Flex 
> Builder 2.0 and I now have 27 days to try to learn as much as possible.
> Question: Is there any way to extend this trial period WITHOUT 
> purchasing the product?
> I live in Brazil and the asking price is salty, to say the least.
> Regards,
> Sergio

LOL  compared to Flex 1.0 or 1.5 it's a snip.

Paul



 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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





RE: [flexcoders] Re: DataGrid Totals Row

2006-07-07 Thread Lisa Nelson
By the way on the background color.  That was dumb.  I was only
displaying the column headings of my totals datagrid.   

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lisa Nelson
Sent: Friday, July 07, 2006 8:21
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: DataGrid Totals Row

I tried that after I saw your message.  That didn't help.  

Here's what else is funky.  I can't seem to change the background color
of the totals datagrid.  All I can figure is somehow the fact that it
only has 1 row affects it.  You can see the problem in design view, and
also at run-time.   
 
--Lisa

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Friday, July 07, 2006 8:02
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: DataGrid Totals Row

On Friday 07 July 2006 15:37, Lisa Nelson wrote:
> I am pretty new to Flex.  But I thought what you wrote would bind to 
> the width of the overall grid, not the individual column widths.

It would, yeah :-)
I'm guessing you have to bind both the overall width and all the columns
to make it work.

--
Tom Chiverton



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

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

CONFIDENTIALITY

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

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



 Yahoo! Groups Sponsor ~-->
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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



 





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



 





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

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

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

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

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




RE: [flexcoders] Modal Immunity

2006-07-07 Thread Evan Gifford
Sorry for the confusion. I'll explain this better here 

I've got a titlewindow with a few modal properties:



I'm using the PopUpManager to show this guy to create an in-context help
window when someone clicks on a help icon.



As you would expect, when I PopUp the modal TitleWindow with the above
properties, it blurs, darkens and fades the whole Application except the
TitleWindow. I love the ModalTransparencyBlur, (although I've noticed a
slight buffering time associated with this effect, understandably) ..
I'd like to make this helpButton "immune" to the ModalTransparencyBlur,
so when the in context help TitleWindow pops up, both the TitleWindow
and the helpButton are sharp and in focus, with the rest of the
interface blurred and faded, in order to strengthen the association
between the button and the help content.

As it is, the modalTransparencyBlur property blurs everything in the
Application except the TitleWindow on top.

Does anyone know a way I can make the helpButton "immune" to the modal
effect?

If you'd like the code, I've created a custom component called
"ContextHelpButton" which accepts an xmlFile property and displays this
relative to the help button. It's pretty useful, although still in
development as you can see. :^)

Man, I am so thankful to be a part of a group like this.
-Evan

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Friday, July 07, 2006 6:23 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Modal Immunity

On Thursday 06 July 2006 18:10, Evan Gifford wrote:
> That is ... so that the modal blur/transparency does not affect it?

Models dont't blur on have transparency, do you have some code to
explain ?

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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




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



 




 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




RE: [Junk E-Mail - LOW] [flexcoders] > Downloading documentation

2006-07-07 Thread Shannon Hicks





If you have FlexBuilder installed, just go to Help > 
Help Contents
 
Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Weyert de 
BoerSent: Friday, July 07, 2006 2:56 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
> Downloading documentation


Does anyone know a way to download the livedocs? I will gone from the 
internet from a while, and I would love to have a reference.
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 
7/4/2006
__._,_.___





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



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 7/4/2006
 


[flexcoders] Re: Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread ben.clinkinbeard
> I assume you could also specify the wsdl property as well.

Isn't that what I am doing here?



The WS does not fire unless I hard code the value that bound
expression points to.

Thanks,
Ben






 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] > Downloading documentation

2006-07-07 Thread Oscar . Cortes
Try this link that appears in www.flex.org

  http://www.adobe.com/go/flex_documentation_zip




|-+->
| | |
| |  Weyert de Boer |
| |  <[EMAIL PROTECTED]>|
| |  Sent by:   |
| |  flexcoders@yahoogroups.com |
| |  07/07/2006 03:56 PM|
| |  Please respond to  |
| |  flexcoders |
| | |
|-+->
  
>-|
  | 
|
  |  To: flexcoders@yahoogroups.com 
|
  |  cc:
|
  |  Subject:  [flexcoders] > Downloading documentation 
|
  
>-|




Does anyone know a way to download the livedocs? I will gone from the
internet from a while, and I would love to have a reference.






---
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---

 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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


pic00750.gif
Description: GIF image


[flexcoders] > Downloading documentation

2006-07-07 Thread Weyert de Boer
Does anyone know a way to download the livedocs? I will gone from the 
internet from a while, and I would love to have a reference.


 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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] DAO Best Practices

2006-07-07 Thread Douglas Knudsen
a good place to get such answers is the cfcdev list.

CFCDev is run by CFCZone (www.cfczone.org)

DK

On 7/7/06, Briggs,  Christian M <[EMAIL PROTECTED]> wrote:
> I'm wondering what people are doing as a best practice for the location
> of sophisticated business logic in a gateway/dao/bean pattern.
>
> For example, I'm currently building an application that has three
> tables, one of them a linking table for a one-to-many relationship
> between the other two:
>
> - User(userID, username)
>
> - AccessKey(accessKeyID, userID, businessID)
>
> - Business(businessID, businessName)
>
> As a hypothetical example, let's say that, every time I modified an
> access key, I wanted to verify that both the user and the business
> still existed before CRUD-ing an accessKey.  This would clearly be
> outside of a simple get/set operation.  Would it be best to put this
> logic in the DAO or in the gateway?  (I presume it should NOT be in the
> bean)  Currently I have the following functions in the
>
> - DAO.cfc: read, create, update, delete
>
> - Gateway.cfc: getByID, save, deleteByID, getAll
>
> Would it make sense to create a new function in the Gateway.cfc called
> "saveAndCheck", then call the necessary DAO object(s) to use?
>
> Thanks for any input,
> Christian Briggs
>
>
>
>
>
>
>
> --
> Flexcoders Mailing 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 ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] modellocator and double bindings

2006-07-07 Thread Douglas Knudsen



holy creations batman!  sounds like a good reason.  Now, would adding a creationPolicy="all" to the root application tag address this maybe?DKOn 7/7/06, 
Moishe Groger <[EMAIL PROTECTED]> wrote:







Binding seems to take even if local controls haven't been 
created yet.  So if you're double-binding is between a null control and an 
always-available model locator, the values in the model locator should be 
corrupted before the control is created.
 
On the other hand, if a local variable is used the 
double-binding doesn't acually start binding into the model until the local 
controls are created.
 
Moishe Groger


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Douglas 
KnudsenSent: Thursday, July 06, 2006 11:06 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] modellocator and 
double bindings


Ok, before the big hoorah relase of FB 2 and cairngorm2 I had a appthat 
has a few forms in it bound to a VO hanging out in themodellocator. I used 
double bindings to display and update values inthe VO like 
thisdestination="txtAddress1.text" 
/>destination="mymodel.myVO.homeAddress.address1" 
/>things 
worked swell. Then came the update to Flez 2 and cairngorm andteh above 
double binding attack bombs. The txtAddrss1 input box isdiplayed empty and 
gets updated as empty too. Yuk!THe approach I have found to work is to 
use a local var as a pointerand bind to it. wierd. So this 
works[Bindable]localAddy: Address = 
mymodel.myVO.homeAddress;Any thoughts?-- Douglas 
Knudsenhttp://www.cubicleman.comthis is 
my signature, like it?



-- Douglas Knudsenhttp://www.cubicleman.comthis is my signature, like it?

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] Does Flex 2 support dynamic WSDL locations?

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

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

- Kelly

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

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

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

// my WebService tag



http://site.com/BackOffice/ClientMeasures";>

  RPRToolStaticData
  




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

Any help is greatly appreciated.

Ben






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

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



 




 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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


ExitDialog.mxml
Description: Binary data


[flexcoders] Re: Adding an item to a dg

2006-07-07 Thread Jeremy Rottman
I tried your example tracy and it still gives me an error.

This is the new error it gives me. Any ideas?
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at
components.views.transactions.widgets::actionNewListAgentPanel/::PartyManager_Listing_Add_Agent_Result()
at
components.views.transactions.widgets::actionNewListAgentPanel/___Operation4_result()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at ::DirectHTTPMessageResponder/completeHandler()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()

--- In flexcoders@yahoogroups.com, "Jeremy Rottman" <[EMAIL PROTECTED]>
wrote:
>
> Doh I tried everything but that. Thanks tracy
> 
> 
> --- In flexcoders@yahoogroups.com, "Tracy Spratt"  wrote:
> >
> > That syntax has always been a shortcut for
> > ...partyDG.dataProvider.addItem, and the shortcut syntax has been
> > removed from 2.0.
> > 
> >  
> > 
> > So go through the dataProvider property like above.
> > 
> >  
> > 
> > Tracy
> > 
> >  
> > 
> > 
> > 
> > From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
> > Behalf Of Jeremy Rottman
> > Sent: Friday, July 07, 2006 11:56 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Adding an item to a dg
> > 
> >  
> > 
> > I am working with my party manager, I finally got it laid out
correctly.
> > However, I have ran into one last problem, when a user finds the party
> > they want to tag to the file, I am trying to populate the party
display
> > DG with the party they just added. However, I think I am going about
> > this the wrong way. I am trying to do this with out having to use an
> > array collection. I want to add directly to the dg.
> > 
> > This is the code that I am trying.
> > 
> > // CALL LISTING ADD AGENT METHOD
> > private function
> > PartyManager_Listing_Add_Agent(fileNum,uuid,name){
> > PartyManager.Listing_Add_Agent(fileNum, uuid,name)
> > }
> > 
> > // HANDLE LISTING ADD AGENT METHOD
> > private function
> > PartyManager_Listing_Add_Agent_Result(result):void{
> > Alert.show(result);
> > 
> >
parentApplication.mainDisplay.ntcl.partyDG.addItem({partyName:agentSearc
> > \
> > hDG.selectedItem.FLD_AGENTFULLNAME})
> > }
> > 
> > // HANDLE LISTING ADD AGENT ERRORS
> > private function
> > PartyManager_Listing_Add_Agent_Fault(event:FaultEvent):void{
> > Alert.show("Test Error","Program Error")
> > }
> > 
> > This is the error that I am getting.
> > 
> > ReferenceError: Error #1069: Property addItem not found on
> > mx.controls.DataGrid and there is no default value.
> > at
> >
components.views.transactions.widgets::actionNewListAgentPanel/::PartyMa
> > \
> > nager_Listing_Add_Agent_Result()
> > at
> >
components.views.transactions.widgets::actionNewListAgentPanel/___Operat
> > \
> > ion4_result()
> > at
> >
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven
> > \
> > tFunction()
> > at flash.events::EventDispatcher/dispatchEvent()
> > at
> >
mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::di
> > \
> > spatchRpcEvent
> >  ()
> > at
> >
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resu
> > \
> > ltHandler
 ()
> > at mx.rpc::Responder/result()
> > at mx.rpc::AsyncRequest/acknowledge()
> > at ::DirectHTTPMessageResponder/completeHandler()
> > at
> >
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven
> > \
> > tFunction()
> >
>






 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Re: Beta 3 WebService Result

2006-07-07 Thread Carson Hager





Absolutely agreed.  I've looked at the response using 
the List and the appropriate schema types are there. Interestingly enough, for 
the non string types, we are getting xsd types and for the string types we are 
getting soapenc:string. I have to think this is an rpc/encoded thing but, 
unfortunately, it looks like little progress was made with Flex and complex 
types using document/literal web services.
 
Carson

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


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
someguy7_7Sent: Friday, July 07, 2006 11:27 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Beta 3 WebService 
Result


I think we are returning arrays. I will give java.util.List a shot.Sounds 
like that might solve the first problem. Still need to solvethis complex 
string issue. Thanks--- In [EMAIL PROTECTED]ups.com, 
"Carson Hager" ...>wrote:>> What 
return type are you using? We have found that with flex/axis,> returning 
arrays causes Flex to choke. We instead return java.util.List> instances 
and Flex can handle the arrays much better. The WSDL is only> slightly 
different but we don't see Flex mangling the array data like it> was 
previously. I'm not sure if this applies to you but it helped us> 
tremendously. The downside so far is that we're getting ComplexString> 
instances instead of numeric and boolean data types. It's easy enough to> 
work around temporarily. As a note, we are also taking this up with> 
Adobe to see if we can get this really fixed.> > > 
Carson> 
> 
> Carson Hager> Cynergy Systems, Inc.> http://www.cynergysystems.com 
 
> > Email: carson.hager@...> Office: 
866-CYNERGY> Mobile: 1.703.489.6466> > > > 
> > From: [EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] 
On> Behalf Of someguy7_7> Sent: Thursday, July 06, 2006 7:14 
PM> To: [EMAIL PROTECTED]ups.com> 
Subject: [flexcoders] Re: Beta 3 WebService Result> > > 
> Actually this is looking more like a bug. I have submitted an 
example> application to Adobe. All my items are all at the same level in 
the> xml but flex is interpretting it like the first item is the parent 
for> the rest of the items.> > Here is the xml returned by 
my webservice. Flex interprets it like the> london item is the parent of 
the other 4 items. From what I can see> they are all at the same level. 
But then I am a newb to this xml stuff.> > 8"?>> > 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/> 
 
"> xmlns:xsd="http://www.w3.org/2001/XMLSchema> 
 
"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance> 
> 
">nse> 
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/> 
 
"> xmlns:ns1="urn:IPSWebServices">> 
href=""/>ponse>"0"> soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/> 
 
"> xsi:type="ns2:SearchResponse"> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/> 
 
"> xmlns:ns2="urn:IPSWebServices">> >> "0"> soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/> 
 
"> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/> 
 
">> 5ults>>  href=""/>> >> "0"> soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/> 
 
"> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/> 
 
">> 
xsi:type="xsd:int">4> 
xsi:type="xsd:string">> 
xsi:type="xsd:string">Cities/> 
xsi:type="xsd:string">stlouis.jpg> 
xsi:type="xsd:int">500> 
xsi:type="xsd:int">375> 
xsi:type="xsd:string">stlouis> 
xsi:type="xsd:string">n> 
xsi:type="xsd:float">72.0> 
xsi:type="xsd:string">> 
xsi:type="xsd:string">> 
xsi:type="xsd:boolean">trueblish>> 
xsi:type="xsd:string">> 
xsi:type="xsd:string">> 
xsi:type="xsd:string">> 
xsi:type="xsd:int">250> 
xsi:type="xsd:int">187> 
xsi:type="xsd:int">38575> 
xsi:type="xsd:string">stlouis> 
xsi:type="xsd:date">2006-02-15ed>> 
xsi:type="xsd:date">2006-05-22ied>> 
xsi:type="ns3:date" xsi:nil="true"> xmlns:ns3="http://www.w3.org/1999/XMLSchema> 
 
"/>> "0"> soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/> 
 
"> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/> 
 
">> 
xs

RE: [flexcoders] Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread Carson Hager





We have accomplished this using the 
following.
 
industryAndSizeIdsService.loadWSDL( wsdlURLasStringHere 
);
 
I 
assume you could also specify the wsdl property as well. We have gone to a pure 
ActionScript version of these services and the loadWSDL() method lets us have a 
little more control over the timing of loading the WSDL documents.  They 
can be quite heavy especially at application startup. This allows us to trigger 
the load only when we know we'll need it.
 
 
Carson
 

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


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
ben.clinkinbeardSent: Friday, July 07, 2006 12:05 
PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Does 
Flex 2 support dynamic WSDL locations?


Hello, I am trying to port our AS2 app to Flex 2 and am having aproblem 
with dynamic WSDL locations. I found a couple of threadsstating that this is 
not possible in 1.5.My app loads a config.xml file at startup which 
contains the WSDLpaths for use in the rest of the app. The config file is 
dynamicallygenerated to accomodate whichever environment the app has 
beendeployed to. If this is not possible it could be a complete 
dealbreaker for moving the app to Flex. Is this possible in Flex 2? If 
so,how do you do it? Here is my code:// my WebService 
tag="false"wsdl="{TestModel.getInstance().appConfigData.client_measures_[EMAIL PROTECTED]+ 
'?WSDL'}" useProxy="false" 
showBusyCursor="true">"e4x">http://site.com/BackOffice/ClientMeasures">RPRToolStaticDataI 
know the variable that wsdl is bound to exists because I can displayit in a 
text field without a problem.Any help is greatly 
appreciated.Ben
__._,_.___





--
Flexcoders Mailing 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] Flex Configuration

2006-07-07 Thread João Fernandes

If you have installed the updater those files must exists in that folder. If 
not, something went wrong during installation.

Check the installation logs to see if there was any problem during process.

And no, you don't need FDS to use remoting.

João Fernandes


-Original Message-
From: flexcoders@yahoogroups.com on behalf of Bacardi Bryant
Sent: Fri 07-Jul-06 5:58 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Configuration
 
Hi,

 

Do I need to install FDS to use Flash Remoting services as well? Each time I
try to create a FR or FDS project, I receive an error: 

 

Invalid server root. flex-config.xml or flex-enterprise-services.xml must
exist in the WEB-INF/flex folder within the server root.

 

The error is correct, b/c the files are not there. But how/where do I get
the files?

 

I installed FB2 on my client and CF7.02 update on server. I mapped a drive
on  my client to the server. Should I do anything else to begin building
Flex Apps that work with CF?

 

Sorry my questions are so fundamental, but I haven't even figured out how to
install properly yet.

 

Thanks,

 

Bacardi Bryant

regActionTM Programmer

[EMAIL PROTECTED]

 

 




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

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

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

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

[flexcoders] Does Flex 2 support dynamic WSDL locations?

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

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

// my WebService tag



http://site.com/BackOffice/ClientMeasures";>

  RPRToolStaticData
  




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

Any help is greatly appreciated.

Ben






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

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

<*> 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: Convert XML to Array(Collection)

2006-07-07 Thread Tracy Spratt












This sounds like the old problem that the
Player has about differentiating between an array with a single element and an
object.  Perhaps the solution will be to use the toArray utility function.  Yoy
might have to import it to use it but try:

 

source="{toArray(xmldata.song)}

 

Tracy









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael van Leest
Sent: Friday, July 07, 2006 2:02
PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re:
Convert XML to Array(Collection)



 







I got it something like this:




"{testAC}"

click="traceSome();">

/>
/>
/>



But when I only have 1 song in my xml file, an error occurs. Any thoughts??

Thanks, Michael

Travis Young schreef:
>
> I am using this for populating a DataGrid from XML or a WebService.
> Seems to work with 1 or multiple record sets returned.
>
> [Bindable]
> public var myXMLList:XMLList;
>
> 






__._,_.___





--
Flexcoders Mailing 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: Adding an item to a dg

2006-07-07 Thread Jeremy Rottman
Doh I tried everything but that. Thanks tracy


--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> That syntax has always been a shortcut for
> ...partyDG.dataProvider.addItem, and the shortcut syntax has been
> removed from 2.0.
> 
>  
> 
> So go through the dataProvider property like above.
> 
>  
> 
> Tracy
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Jeremy Rottman
> Sent: Friday, July 07, 2006 11:56 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Adding an item to a dg
> 
>  
> 
> I am working with my party manager, I finally got it laid out correctly.
> However, I have ran into one last problem, when a user finds the party
> they want to tag to the file, I am trying to populate the party display
> DG with the party they just added. However, I think I am going about
> this the wrong way. I am trying to do this with out having to use an
> array collection. I want to add directly to the dg.
> 
> This is the code that I am trying.
> 
> // CALL LISTING ADD AGENT METHOD
> private function
> PartyManager_Listing_Add_Agent(fileNum,uuid,name){
> PartyManager.Listing_Add_Agent(fileNum, uuid,name)
> }
> 
> // HANDLE LISTING ADD AGENT METHOD
> private function
> PartyManager_Listing_Add_Agent_Result(result):void{
> Alert.show(result);
> 
> parentApplication.mainDisplay.ntcl.partyDG.addItem({partyName:agentSearc
> \
> hDG.selectedItem.FLD_AGENTFULLNAME})
> }
> 
> // HANDLE LISTING ADD AGENT ERRORS
> private function
> PartyManager_Listing_Add_Agent_Fault(event:FaultEvent):void{
> Alert.show("Test Error","Program Error")
> }
> 
> This is the error that I am getting.
> 
> ReferenceError: Error #1069: Property addItem not found on
> mx.controls.DataGrid and there is no default value.
> at
> components.views.transactions.widgets::actionNewListAgentPanel/::PartyMa
> \
> nager_Listing_Add_Agent_Result()
> at
> components.views.transactions.widgets::actionNewListAgentPanel/___Operat
> \
> ion4_result()
> at
> flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven
> \
> tFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at
> mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::di
> \
> spatchRpcEvent
>  ()
> at
> mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resu
> \
> ltHandler  ()
> at mx.rpc::Responder/result()
> at mx.rpc::AsyncRequest/acknowledge()
> at ::DirectHTTPMessageResponder/completeHandler()
> at
> flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven
> \
> tFunction()
>






 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Multi-Server or SingleServer config?

2006-07-07 Thread Shannon Hicks





In all likelihood, yes. If it was a single server install, 
it'd most likely be at c:\cfusionmx7 or /opt/bin/cfusionmx7
 
Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Bacardi 
BryantSent: Friday, July 07, 2006 11:31 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Multi-Server or 
SingleServer config?




Hi,

This may be OT, but how can I tell if ColdFusion was 
installed as a multi-server or single-server?  The person that set it up is 
no longer around. I see the JRun4 directory, can I conclude multi-server based 
on that?

Thanks,

Bacardi 
Bryant
regActionTM 
Programmer


--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 
7/4/2006
__._,_.___





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



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 7/4/2006
 


RE: [flexcoders] Issues Public/Private functions

2006-07-07 Thread Tracy Spratt












Make sure your declarations are actually
inside of the package.

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pottavathini, Sathish
Sent: Friday, July 07, 2006 2:03
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Issues
Public/Private functions



 







I have
private/public functions/vars in my project and i get following errors in
"Problems" console. If i change them to something(like internal etc)
else then i get more errors. Even though i see these errors everything compiles
correctly and works fine. Any idea why i am getting there errors? It's not
damaging anything but it's just annoying.

Severity Description Resource In Folder Location Creation Time Id
2 The public attribute can only be used inside a package. helios.as helios line
86 July 7, 2006 10:30:08 AM 26841
2 The private attribute may be used only on class property definitions.
helios.as helios line 95 July 7, 2006 10:30:08 AM 26842

If i remove private/public then i get following error.
Severity Description Resource In Folder Location Creation Time Id
1 function 'menuHandler' will be scoped to the default namespace: helios:
internal helios.as helios line 173 July 7, 2006 11:01:56 AM 26970

Sathish Pottavathini






__._,_.___





--
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] Adding an item to a dg

2006-07-07 Thread Tracy Spratt












That syntax has always been a shortcut for
…partyDG.dataProvider.addItem, and the shortcut syntax has been removed
from 2.0.

 

So go through the dataProvider property
like above.

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman
Sent: Friday, July 07, 2006 11:56
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Adding an
item to a dg



 







I am working with my party manager, I finally got it
laid out correctly.
However, I have ran into one last problem, when a user finds the party
they want to tag to the file, I am trying to populate the party display
DG with the party they just added. However, I think I am going about
this the wrong way. I am trying to do this with out having to use an
array collection. I want to add directly to the dg.

This is the code that I am trying.

// CALL LISTING ADD AGENT METHOD
private function
PartyManager_Listing_Add_Agent(fileNum,uuid,name){
PartyManager.Listing_Add_Agent(fileNum, uuid,name)
}

// HANDLE LISTING ADD AGENT METHOD
private function
PartyManager_Listing_Add_Agent_Result(result):void{
Alert.show(result);

parentApplication.mainDisplay.ntcl.partyDG.addItem({partyName:agentSearc\
hDG.selectedItem.FLD_AGENTFULLNAME})
}

// HANDLE LISTING ADD AGENT ERRORS
private function
PartyManager_Listing_Add_Agent_Fault(event:FaultEvent):void{
Alert.show("Test Error","Program Error")
}

This is the error that I am getting.

ReferenceError: Error #1069: Property addItem not found on
mx.controls.DataGrid and there is no default value.
at
components.views.transactions.widgets::actionNewListAgentPanel/::PartyMa\
nager_Listing_Add_Agent_Result()
at
components.views.transactions.widgets::actionNewListAgentPanel/___Operat\
ion4_result()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven\
tFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::di\
spatchRpcEvent()
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resu\
ltHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at ::DirectHTTPMessageResponder/completeHandler()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven\
tFunction()






__._,_.___





--
Flexcoders Mailing 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: How Flex can be receive a Server Notification

2006-07-07 Thread mvbaffa
Thanks,

I'll check it out

--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> PHP 4+ supports text sockets.  I've managed to get Flex to talk to 
PHP via 
> XMLSocket.  The problem is, all the professional (and open source) 
socket 
> servers out there are in Java.  The example I found in Google 
works, but... 
> it's only allowed me to connect.  Sending messages didn't work, 
but I akin 
> that to the fact I'm not a very good PHP coder.
> 
> Check on Google for "php xmlsocket flash" and it should come up.
> 
> - Original Message - 
> From: "mvbaffa" <[EMAIL PROTECTED]>
> To: 
> Sent: Friday, July 07, 2006 12:12 AM
> Subject: [flexcoders] Re: How Flex can be receive a Server 
Notification
> 
> 
> Hi All, Thanks all of you for your answers.
> 
> I understand that FDS can notify the client when information is
> updated in the server. But I am not using FDS.
> 
> This application uses AMFPHP, so I will have to use another method
> for notification.
> 
> - Do you know any documentation for using sockets in Flex ???
> - Is it possible ?
> - Is there any other method 
> 
> Thanks
> 
> 
> --- In flexcoders@yahoogroups.com, "David Mendels" 
> wrote:
> >
> > Hi,
> >
> > This is one of the core goals of Flex Data Services:
> > http://snipurl.com/FDS_DS
> >
> > -David
> >
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com
> > > [mailto:[EMAIL PROTECTED] On Behalf Of mvbaffa
> > > Sent: Thursday, July 06, 2006 5:54 PM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] How Flex can be receive a Server
> Notification
> > >
> > > Hi All,
> > >
> > > I have a flex 2.0 application that need to be notified when
> > > an event occurs at the server.
> > >
> > > I could start a timer at the flex client and poll
> > > periodically the server, but this can be too heavy for
> > > specific tasks. The better solution is to notified.
> > >
> > > Maybe the solution is to listen to a socket and let the
> > > server process connect to the flex client.
> > >
> > > - Is this the best solution 
> > > - If yes where should I look for examples of socket
> > > programming in actionscript 
> > >
> > > Thanks in advance
> > >
> > >
> > >
> > >
> > >
> > >
> > >  Yahoo! Groups Sponsor
> > > ~--> Yahoo! Groups gets a make over. See
> > > the new email design.
> > > http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
> > > --
> > > --~->
> > >
> > > --
> > > Flexcoders Mailing List
> > > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > Search Archives:
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> Yahoo! Groups Links
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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: Beta 3 WebService Result

2006-07-07 Thread someguy7_7
I think we are returning arrays. I will give java.util.List a shot.
Sounds like that might solve the first problem. Still need to solve
this complex string issue. 

Thanks
--- In flexcoders@yahoogroups.com, "Carson Hager" <[EMAIL PROTECTED]>
wrote:
>
> What return type are you using?  We have found that with flex/axis,
> returning arrays causes Flex to choke. We instead return java.util.List
> instances and Flex can handle the arrays much better.  The WSDL is only
> slightly different but we don't see Flex mangling the array data like it
> was previously. I'm not sure if this applies to you but it helped us
> tremendously. The downside so far is that we're getting ComplexString
> instances instead of numeric and boolean data types. It's easy enough to
> work around temporarily. As a note, we are also taking this up with
> Adobe to see if we can get this really fixed.
>  
>  
> Carson
> 
>  
> Carson Hager
> Cynergy Systems, Inc.
> http://www.cynergysystems.com  
>  
> Email:  [EMAIL PROTECTED]
> Office:  866-CYNERGY
> Mobile: 1.703.489.6466
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of someguy7_7
> Sent: Thursday, July 06, 2006 7:14 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Beta 3 WebService Result
> 
> 
> 
> Actually this is looking more like a bug. I have submitted an example
> application to Adobe. All my items are all at the same level in the
> xml but flex is interpretting it like the first item is the parent for
> the rest of the items.
> 
> Here is the xml returned by my webservice. Flex interprets it like the
> london item is the parent of the other 4 items. From what I can see
> they are all at the same level. But then I am a newb to this xml stuff.
> 
> 
>  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/
>  "
> xmlns:xsd="http://www.w3.org/2001/XMLSchema
>  "
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
> 
> "> soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
>  "
> xmlns:ns1="urn:IPSWebServices"> href="#id0"/> soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
>  "
> xsi:type="ns2:SearchResponse"
> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/
>  "
> xmlns:ns2="urn:IPSWebServices">
> 
>  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
>  "
> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/
>  ">
> 5
>  href="#id5"/>
> 
>  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
>  "
> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/
>  "> xsi:type="xsd:int">4 xsi:type="xsd:string"> xsi:type="xsd:string">Cities/ xsi:type="xsd:string">stlouis.jpg xsi:type="xsd:int">500 xsi:type="xsd:int">375 xsi:type="xsd:string">stlouis xsi:type="xsd:string"> xsi:type="xsd:float">72.0 xsi:type="xsd:string"> xsi:type="xsd:string"> xsi:type="xsd:boolean">true xsi:type="xsd:string"> xsi:type="xsd:string"> xsi:type="xsd:string"> xsi:type="xsd:int">250 xsi:type="xsd:int">187 xsi:type="xsd:int">38575 xsi:type="xsd:string">stlouis xsi:type="xsd:date">2006-02-15 xsi:type="xsd:date">2006-05-22 xsi:type="ns3:date" xsi:nil="true"
> xmlns:ns3="http://www.w3.org/1999/XMLSchema
>  "/>
>  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
>  "
> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/
>  "> xsi:type="xsd:int">3 xsi:type="xsd:string"> xsi:type="xsd:string">Cities/ xsi:type="xsd:string">rio.jpg xsi:type="xsd:int">500 xsi:type="xsd:int">375 xsi:type="xsd:string">rio xsi:type="xsd:string"> xsi:type="xsd:float">72.0 xsi:type="xsd:string"> xsi:type="xsd:string"> xsi:type="xsd:boolean">true xsi:type="xsd:string"> xsi:type="xsd:string"> xsi:type="xsd:string"> xsi:type="xsd:int">250 xsi:type="xsd:int">187 xsi:type="xsd:int">158116 xsi:type="xsd:string">rio xsi:type="xsd:date">2006-02-15 xsi:type="xsd:date">2006-02-15 xsi:type="ns4:date" xsi:nil="true"
> xmlns:ns4="http://www.w3.org/1999/XMLSchema
>  "/>
>  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
>  "
> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/
>  "> xsi:type="xsd:int">2 xsi:type="xsd:string"> xsi:type="xsd:string">Cities/ xsi:type="xsd:string">paris.jpg xsi:type="xsd:int">333 xsi:type="xsd:int">50

Re: [flexcoders] Re: Convert XML to Array(Collection)

2006-07-07 Thread Travis Young
I am using this for populating a DataGrid from XML or a WebService.   
Seems to work with 1 or multiple record sets returned.

[Bindable]
public var myXMLList:XMLList;

result="=new XMLList(event.result);" or
myXMLList=new XMLList(myXML);




On Jul 7, 2006, at 11:13 AM, Michael van Leest wrote:

> This example works great, but if there is only 1 item, it generates  
> a error.
> Any thoughts on a workaround for this??
>
> Thanks again, Michael
>
> theflashist schreef:
>>
>> You can use the XML as an external data model that the Array
>> Collection can use like
>>
>> 
>> 
>>
>> The value for source is the name of the model (*xmldata*), the  
>> name of
>> the XML's root node (*items* in this example) and the child node that
>> the array will be based on (*item*).
>>
>> HTH...:)
>>
>> P E A C E
>>
>> Hasan
>> www.marxmedia.net 
>> hasan.otuome.com 
>> thesourcecode.org 
>>
>>
>> --- In flexcoders@yahoogroups.com, Michael van Leest <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> Hi,
>>>
>>> I need to display XML data in a datagrid, but using the XML  
>>> directly as
>>> data provider doesn't work.
>>> Is there a easy way to convert a XML Object to an Array or
>>> ArrayCollection?? Or do I need to loop over the nodes and "manual"
>>> create a Array for the datagrid?
>>>
>>> Any info is appreciated.
>>>
>>> Thanks, Michael
>>>
>>
>>
>
>
>
>  Yahoo! Groups Sponsor  
> ~-->
> Yahoo! Groups gets a make over. See the new email design.
> http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
>  
> ~->
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders% 
> 40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>



 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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] Setting a stylesheet property on a TextArea control.

2006-07-07 Thread mateo_eastcoast
Hello,

I am trying to assign a new StyleSheet object to the stylesheet
property of a TextArea control. When I create that TextArea
declarative using mxml I get an exception saying:

Error: Error #2009: This method cannot be used on a text field with a
style sheet.
at flash.text::TextField/set defaultTextFormat()
at mx.core::UITextField/set
htmlText()[C:\dev\GMC\sdk\frameworks\mx\core\UITextField.as:314]
at
mx.controls::TextArea/mx.controls:TextArea::commitProperties()[C:\dev\GMC\sdk\frameworks\mx\controls\TextArea.as:1787]
at
mx.core::UIComponent/validateProperties()[C:\dev\GMC\sdk\frameworks\mx\core\UIComponent.as:5218]
at
mx.managers::LayoutManager/mx.managers:LayoutManager::validateProperties()[C:\dev\GMC\sdk\frameworks\mx\managers\LayoutManager.as:517]
at
mx.managers::LayoutManager/mx.managers:LayoutManager::doPhasedInstantiation()[C:\dev\GMC\sdk\frameworks\mx\managers\LayoutManager.as:658]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at
mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher2()[C:\dev\GMC\sdk\frameworks\mx\core\UIComponent.as:7789]
at
mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher()[C:\dev\GMC\sdk\frameworks\mx\core\UIComponent.as:7732]

The code:


http://www.adobe.com/2006/mxml";
layout="absolute">







If you instanciate the TextArea programatically then you get a "null
pointer" type of exception.

Any ideas?

M.

PS: I noticed a post with a similar problem (but not a resolution) here:
http://groups.yahoo.com/group/flexcoders/message/34106








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

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

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

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

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





RE: [flexcoders] modellocator and double bindings

2006-07-07 Thread Moishe Groger





Binding seems to take even if local controls haven't been 
created yet.  So if you're double-binding is between a null control and an 
always-available model locator, the values in the model locator should be 
corrupted before the control is created.
 
On the other hand, if a local variable is used the 
double-binding doesn't acually start binding into the model until the local 
controls are created.
 
Moishe Groger


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Douglas 
KnudsenSent: Thursday, July 06, 2006 11:06 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] modellocator and 
double bindings


Ok, before the big hoorah relase of FB 2 and cairngorm2 I had a appthat 
has a few forms in it bound to a VO hanging out in themodellocator. I used 
double bindings to display and update values inthe VO like 
thisdestination="txtAddress1.text" 
/>destination="mymodel.myVO.homeAddress.address1" 
/>things 
worked swell. Then came the update to Flez 2 and cairngorm andteh above 
double binding attack bombs. The txtAddrss1 input box isdiplayed empty and 
gets updated as empty too. Yuk!THe approach I have found to work is to 
use a local var as a pointerand bind to it. wierd. So this 
works[Bindable]localAddy: Address = 
mymodel.myVO.homeAddress;"txtAddress1.text" 
/>"localAddy.address1" />Any thoughts?-- Douglas 
Knudsenhttp://www.cubicleman.comthis is 
my signature, like it?
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] treegrid / treetable control

2006-07-07 Thread coder_flex
Hi,

I need the treegrid /treetable control ie., to show one of the columns
of datagrid as tree structure and the rows in other columns to follow
this column. Are there any samples/examples out there to do this? 

I looked at one of the samples 
http://www.cayambe.com/wordpress/?p=36

It didnt seem complete though. If anybody knows better examples please
let me know.

thanks in advance.






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

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

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

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

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





RE: [flexcoders] Flex Configuration

2006-07-07 Thread Shannon Hicks





I'd double-check that you really did update to 
7.0.2.
 
Also, are you selecting c:\cfusionmx7\wwwroot as your 
directory? If you try to select c:\cfusionmx7\wwwroot\WEB-INF\flex, that's 
wrong.
 
Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Bacardi 
BryantSent: Friday, July 07, 2006 11:59 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Flex 
Configuration




Hi,

Do I need to install FDS to use Flash Remoting services as 
well? Each time I try to create a FR or FDS project, I receive an error: 


Invalid server root. flex-config.xml or 
flex-enterprise-services.xml must exist in the WEB-INF/flex folder within the 
server root.

The error is correct, b/c the files are not there. But 
how/where do I get the files?

I installed FB2 on my client and CF7.02 update on server. I 
mapped a drive on  my client to the server. Should I do anything else to 
begin building Flex Apps that work with CF?

Sorry my questions are so fundamental, but I haven’t even 
figured out how to install properly yet.

Thanks,

Bacardi 
Bryant
regActionTM 
Programmer
[EMAIL PROTECTED]



--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 
7/4/2006
__._,_.___





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



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 7/4/2006
 


Re: [flexcoders] Re: Convert XML to Array(Collection)

2006-07-07 Thread Michael van Leest
I got it something like this:




  







But when I only have 1 song in my xml file, an error occurs. Any thoughts??

Thanks, Michael

Travis Young schreef:
>
> I am using this for populating a DataGrid from XML or a WebService.
> Seems to work with 1 or multiple record sets returned.
>
> [Bindable]
> public var myXMLList:XMLList;
>
>  



--
Flexcoders Mailing 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] Issues Public/Private functions

2006-07-07 Thread Pottavathini, Sathish
I have private/public functions/vars in my project and i get following errors 
in "Problems" console. If i change them to something(like internal etc) else 
then i get more errors. Even though i see these errors everything compiles 
correctly and works fine. Any idea why i am getting there errors? It's not 
damaging anything but it's just annoying.

SeverityDescription ResourceIn Folder   Location
Creation Time   Id
2   The public attribute can only be used inside a package. helios.as   
helios  line 86 July 7, 2006 10:30:08 AM26841
2   The private attribute may be used only on class property definitions.   
helios.as   helios  line 95 July 7, 2006 10:30:08 AM26842

If i remove private/public then i get following error.
SeverityDescription ResourceIn Folder   Location
Creation Time   Id
1   function 'menuHandler' will be scoped to the default namespace: helios: 
internalhelios.as   helios  line 173July 7, 2006 11:01:56 
AM26970

Sathish Pottavathini


 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Re: Beta 3 WebService Result

2006-07-07 Thread Carson Hager





What return type are you using?  We have found that 
with flex/axis, returning arrays causes Flex to choke. We instead return 
java.util.List instances and Flex can handle the arrays much better.  The 
WSDL is only slightly different but we don't see Flex mangling the array data 
like it was previously. I'm not sure if this applies to you but it helped us 
tremendously. The downside so far is that we're getting ComplexString instances 
instead of numeric and boolean data types. It's easy enough to work around 
temporarily. As a note, we are also taking this up with Adobe to see if we can 
get this really fixed.
 
 
Carson

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


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
someguy7_7Sent: Thursday, July 06, 2006 7:14 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Beta 3 WebService 
Result


Actually this is looking more like a bug. I have submitted an 
exampleapplication to Adobe. All my items are all at the same level in 
thexml but flex is interpretting it like the first item is the parent 
forthe rest of the items.Here is the xml returned by my webservice. 
Flex interprets it like thelondon item is the parent of the other 4 items. 
>From what I can seethey are all at the same level. But then I am a newb to 
this xml stuff.8"?>xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">nsesoapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"xmlns:ns1="urn:IPSWebServices">href=""/>ponse>"0"soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"xsi:type="ns2:SearchResponse"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"xmlns:ns2="urn:IPSWebServices">>"0"soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">5ultshref=""/>>"0"soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">xsi:type="xsd:int">4xsi:type="xsd:string">xsi:type="xsd:string">Cities/xsi:type="xsd:string">stlouis.jpgxsi:type="xsd:int">500xsi:type="xsd:int">375xsi:type="xsd:string">stlouisxsi:type="xsd:string">nxsi:type="xsd:float">72.0xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:boolean">trueblish>xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:int">250xsi:type="xsd:int">187xsi:type="xsd:int">38575xsi:type="xsd:string">stlouisxsi:type="xsd:date">2006-02-15ed>xsi:type="xsd:date">2006-05-22ied>xsi:type="ns3:date" 
xsi:nil="true"xmlns:ns3="http://www.w3.org/1999/XMLSchema"/>"0"soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">xsi:type="xsd:int">3xsi:type="xsd:string">xsi:type="xsd:string">Cities/xsi:type="xsd:string">rio.jpgxsi:type="xsd:int">500xsi:type="xsd:int">375xsi:type="xsd:string">rioxsi:type="xsd:string">nxsi:type="xsd:float">72.0xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:boolean">trueblish>xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:int">250xsi:type="xsd:int">187xsi:type="xsd:int">158116xsi:type="xsd:string">rioxsi:type="xsd:date">2006-02-15ed>xsi:type="xsd:date">2006-02-15ied>xsi:type="ns4:date" 
xsi:nil="true"xmlns:ns4="http://www.w3.org/1999/XMLSchema"/>"0"soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">xsi:type="xsd:int">2xsi:type="xsd:string">xsi:type="xsd:string">Cities/xsi:type="xsd:string">paris.jpgxsi:type="xsd:int">333xsi:type="xsd:int">500xsi:type="xsd:string">parisxsi:type="xsd:string">nxsi:type="xsd:float">1000.0xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:boolean">trueblish>xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:string">xsi:type="xsd:int">166xsi:type="xsd:int">250xsi:type="xsd:int">147927xsi:type="xsd:string">parisxsi:type="xsd:date">2006-02-15ed>xsi:type="xsd:date">2006-02-15ied>xsi:type="ns5:date" 
xsi:nil="true"xmlns:ns5="http://www.w3.org/1999/XMLSchema"/>"0"soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">xsi:type="xsd:int">1xsi:type="xsd:string">xsi:type="xsd:string">Cities/xsi:type="xsd:string">newyork.jpg

[flexcoders] Re: FLEX BUILDER 2.0 - trial

2006-07-07 Thread lyon.james
--- In flexcoders@yahoogroups.com, "sergiosergiomon" <[EMAIL PROTECTED]>
wrote:
>
> Well, I have just downloaded the 30-day trial version of the Flex 
> Builder 2.0 and I now have 27 days to try to learn as much as possible.
> Question: Is there any way to extend this trial period WITHOUT 
> purchasing the product?
> I live in Brazil and the asking price is salty, to say the least.
> Regards,
> Sergio
>

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15322

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15324

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15323






--
Flexcoders Mailing 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 Configuration

2006-07-07 Thread Bacardi Bryant










Hi,

 

Do I need to install FDS to use Flash Remoting services as
well? Each time I try to create a FR or FDS project, I receive an error: 

 

Invalid server root.
flex-config.xml or flex-enterprise-services.xml must exist in the WEB-INF/flex
folder within the server root.

 

The error is correct, b/c the files are not there. But
how/where do I get the files?

 

I installed FB2 on my client and CF7.02 update on server. I
mapped a drive on  my client to the server. Should I do anything else to
begin building Flex Apps that work with CF?

 

Sorry my questions are so fundamental, but I haven’t
even figured out how to install properly yet.

 

Thanks,

 

Bacardi Bryant

regActionTM Programmer

[EMAIL PROTECTED]

 

 




__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___





[flexcoders] Flex position available in Orange County, CA

2006-07-07 Thread andrea_wyss
FYI: FIRST AMERICAN is looking for Flex developers.

Job Description:
The individual is responsible for design and development of the user 
interface for key components of our Web application. 
The successful candidate must be able to work in a Team, and be 
committed to the highest standards of quality for the entire 
development effort.

Qualifications:
* Bachelor's degree in Computer Science, Information Systems, or 
other relevant degree.
* Solid background in Java with thorough understanding and
mastering of various design patterns.
* 4+ years engineering experience in client-side
presentation-tier, at least the majority of which should be with 
Java Swing based applications.
* 3+ years experience with one or more server-side web application 
technologies (JSP, Servlets) with a database-driven application.
* 1+ years experience developing Rich Internet Applications using 
Flex, Lazlo or AJAX.
* Strong experience with: creating custom UI controls, Java Swing, 
XML, and JavaScript.
* Experience with Agile techniques such as Pair Programming.
* Experience using source control (CVS, Clear Case, Visual
SourceSafe, etc)
* Excellent verbal and written communication skills.
* Java Sun Certifications and working knowledge of BEA WebLogic
are a plus.


Desired Skills:
* Experience working on enterprise software delivered over the web
* Java Swing
* Adobe Flex with Cairngorm Framework
* J2EE Web Apps
* Eclipse


Please contact: Andrea Wyss: [EMAIL PROTECTED]







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

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

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

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




[flexcoders] FLEX BUILDER 2.0 - trial

2006-07-07 Thread sergiosergiomon
Well, I have just downloaded the 30-day trial version of the Flex 
Builder 2.0 and I now have 27 days to try to learn as much as possible.
Question: Is there any way to extend this trial period WITHOUT 
purchasing the product?
I live in Brazil and the asking price is salty, to say the least.
Regards,
Sergio






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

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

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

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

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




RE: [flexcoders] DAO Best Practices

2006-07-07 Thread Steven Webster





Christian,
 
Have you explored Flex data-services ?   These 
CRUD operations on managed collections are *so* quick to develop with 
FDSwe've already done all the heavy-lifting for you !
 
Steven
 


  
  

  


  
  

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

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Briggs, Christian 
  MSent: 07 July 2006 16:25To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] DAO Best 
  Practices
  
  
  I’m wondering what people are doing as a best practice for the location 
  of sophisticated business logic in a gateway/dao/bean 
  pattern.For example, I’m currently building an application that has 
  three tables, one of them a linking table for a one-to-many relationship 
  between the other two:- User(userID, username)- 
  AccessKey(accessKeyID, userID, businessID)- 
  Business(businessID, businessName)As a hypothetical example, 
  let’s say that, every time I modified an access key, I wanted to verify 
  that both the user and the business still existed before CRUD-ing an 
  accessKey. This would clearly be outside of a simple get/set operation. 
  Would it be best to put this logic in the DAO or in the gateway? (I 
  presume it should NOT be in the bean) Currently I have the following 
  functions in the- DAO.cfc: read, create, update, delete- 
  Gateway.cfc: getByID, save, deleteByID, getAllWould it make sense to 
  create a new function in the Gateway.cfc called "saveAndCheck", then 
  call the necessary DAO object(s) to use?Thanks for any 
  input,Christian 
  Briggs
__._,_.___





--
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: Convert XML to Array(Collection)

2006-07-07 Thread Travis Young
I am using this for populating a DataGrid from XML or a WebService.   
Seems to work with 1 or multiple record sets returned.

[Bindable]
public var myXMLList:XMLList;

 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Re: DataGrid Totals Row

2006-07-07 Thread Lisa Nelson
I tried that after I saw your message.  That didn't help.  

Here's what else is funky.  I can't seem to change the background color
of the totals datagrid.  All I can figure is somehow the fact that it
only has 1 row affects it.  You can see the problem in design view, and
also at run-time.   
 
--Lisa

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Friday, July 07, 2006 8:02
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: DataGrid Totals Row

On Friday 07 July 2006 15:37, Lisa Nelson wrote:
> I am pretty new to Flex.  But I thought what you wrote would bind to 
> the width of the overall grid, not the individual column widths.

It would, yeah :-)
I'm guessing you have to bind both the overall width and all the columns
to make it work.

--
Tom Chiverton



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

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

CONFIDENTIALITY

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

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



 Yahoo! Groups Sponsor ~-->
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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



 





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

<*> 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] Multi-Server or SingleServer config?

2006-07-07 Thread Bacardi Bryant










Hi,

 

This may be OT, but how can I tell if ColdFusion was
installed as a multi-server or single-server?  The person that set it up is no
longer around. I see the JRun4 directory, can I conclude multi-server based on
that?

 

Thanks,

 

Bacardi Bryant

regActionTM Programmer

 




__._,_.___





--
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: arrayCollection.addItemAt How to?

2006-07-07 Thread Doug Lowder
The addItemAt() function takes an object as the first parameter, not 
an array of objects.  So you'd want:

 teams.addItemAt( {FRANCHNAME:'All Teams',FRANCHID:'All'} , 0); 

As Oscar states, there's a prompt property of ComboBox you can use 
to add that extra row.

--- In flexcoders@yahoogroups.com, "yaagcur" <[EMAIL PROTECTED]> wrote:
>
> I return a recordset and create a new arraycollection just fine
> but wish to add an extra row at the top . The following just 
produces an
> [object, Object] result in the combo box I populate for the 
additional
> entry
> 
> 
> public function myFunction(event:ResultEvent):void {
>   trace ("results returned");
>   teams = new
> ArrayCollection(mx.utils.ArrayUtil.toArray(event.result.source)); 
>   teams.addItemAt([{FRANCHNAME:'All 
Teams',FRANCHID:'All'}],0); //
> FRANCHNAME and FRANCHID are the two properties in the object
>   teams.refresh();
>   }   
> I would also like the combobox to show the new All teams as default
> in the combobox
> 
> cheers
>






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

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

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

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

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





[flexcoders] DAO Best Practices

2006-07-07 Thread Briggs, Christian M
I’m wondering what people are doing as a best practice for the location 
of sophisticated business logic in a gateway/dao/bean pattern.

For example, I’m currently building an application that has three 
tables, one of them a linking table for a one-to-many relationship 
between the other two:

- User(userID, username)

- AccessKey(accessKeyID, userID, businessID)

- Business(businessID, businessName)

As a hypothetical example, let’s say that, every time I modified an 
access key, I wanted to verify that both the user and the business 
still existed before CRUD-ing an accessKey.  This would clearly be 
outside of a simple get/set operation.  Would it be best to put this 
logic in the DAO or in the gateway?  (I presume it should NOT be in the 
bean)  Currently I have the following functions in the

- DAO.cfc: read, create, update, delete

- Gateway.cfc: getByID, save, deleteByID, getAll

Would it make sense to create a new function in the Gateway.cfc called 
"saveAndCheck", then call the necessary DAO object(s) to use?

Thanks for any input,
Christian Briggs






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

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

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

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

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




[flexcoders] Migrate AS2 dispatch event to AS3 dispatch event

2006-07-07 Thread [EMAIL PROTECTED]
Hi Guys,
Just had a query. How good will it be to migrate AS2 as a short cut ?

dispatchEvent({type:'abc',a:'1',b:'2'})

to

dispatchEvent(new MyCustEvtClass ({type:'abc',a:'1',b:'2'}))

package compo
{
import flash.events.Event;

dynamic public class MyCustEvtClass extends Event
{   
public function MyCustEvtClass(...arguments){

super(arguments[0]);
for(var k:Number=1;khttp://www.rafique-gilani.com



mail2web - Check your email from the web at
http://mail2web.com/ .




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

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

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

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

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





Re: [flexcoders] Re: "falling between" items when using itemRollOver (DataGrid)

2006-07-07 Thread JesterXL
Try 2 callLater's, 1 calling the other?  Ignore column0 if the "lastColumn" 
(member variable storing last rolled over column) was greater than 1?

- Original Message - 
From: "djbrown_rotonews" <[EMAIL PROTECTED]>
To: 
Sent: Friday, July 07, 2006 9:55 AM
Subject: [flexcoders] Re: "falling between" items when using itemRollOver 
(DataGrid)


any help here?

--- In flexcoders@yahoogroups.com, "djbrown_rotonews"
<[EMAIL PROTECTED]> wrote:
>
> I'm using the itemRollOver event mechanism to display additional
info
> about items in my DataGrid, and it appears that you can "fall
between"
> items with the mouse (ie, I'll be at Row 1 Column 5 and move the
mouse
> a tick down and it goes to Row 2 Column 0, and then back to Row 2
> Column 5 after another slight move).
>
>  Is there a way to programmaticaly prevent this behavior? The end
> result is I get some "info flicker" as the event triggers some
info
> based on Row 2, Column 0 very quickly before proceeding to the
next
> event target.
>







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








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

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

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

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

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





[flexcoders] Re: "falling between" items when using itemRollOver (DataGrid)

2006-07-07 Thread djbrown_rotonews
any help here?

--- In flexcoders@yahoogroups.com, "djbrown_rotonews" 
<[EMAIL PROTECTED]> wrote:
>
> I'm using the itemRollOver event mechanism to display additional 
info 
> about items in my DataGrid, and it appears that you can "fall 
between" 
> items with the mouse (ie, I'll be at Row 1 Column 5 and move the 
mouse 
> a tick down and it goes to Row 2 Column 0, and then back to Row 2 
> Column 5 after another slight move).
> 
>  Is there a way to programmaticaly prevent this behavior? The end 
> result is I get some "info flicker" as the event triggers some 
info 
> based on Row 2, Column 0 very quickly before proceeding to the 
next 
> event target.
>






 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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 to get the DataGrid to auto-fit columns

2006-07-07 Thread JesterXL





Uh... there was a spaceColumnsEqually method in 
Flex 1.5, but she's nowhere to be found in Flex 2.  wtf?
 
- Original Message - 
From: Pan 
Troglodytes 
To: flexcoders 
Sent: Friday, July 07, 2006 12:38 PM
Subject: [flexcoders] how to get the DataGrid to auto-fit 
columns
Wow, go away for a week and you get hundreds of messages.  
This list is really hopping!Anyway - is there no way to have the 
DataGrid automatically resize the columns to fit their content?  Even if 
that content is just plain text?  I've pored over the docs and can't find 
it.  Seems like a big shortcoming.  Maybe we should try to convince 
DevExpress to port their grid to Flex. -- Jason  
__._,_.___





--
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: Using the XMLListCollection class bug

2006-07-07 Thread hal_lichtin
There is a bug in the example, but it is a one-character typo and does
not require you to modify the doTreeSelect() method. Simply add a
question mark as the next to the last character of the first line of
the code, so it reads as follows:



You should not have problems compiling or running the application then.

Flex automatically generates UIDs for XMLListCollection objects and
you should not need do this yourself.

Hal Lichtin
Senior Technical Writer
Adobe Systems
[EMAIL PROTECTED]


--- In flexcoders@yahoogroups.com, "milan kosir" <[EMAIL PROTECTED]> wrote:
>
> Yes, it works fine. Thanks!
> Milan
> 
> On 6/30/06, milan kosir <[EMAIL PROTECTED]> wrote:
> >
> > Thank you very much, Jason,
> > I can't test it before tomorow, but I'm already happy :)
> >
> >
> > Milan
> >
> > On 6/30/06, Jason Hawryluk < [EMAIL PROTECTED]> wrote:
> > >
> > >That sample is buggy
> > >
> > >
> > > replace the below code
> > >
> > > private function doTreeSelect():void
> > > {
> > > if (prodTree.selectedItem)
> > > listDP.addItem(prodTree.selectedItem);
> > > }
> > >
> > > with the below
> > >
> > > import mx.utils.UIDUtil;
> > > private function doTreeSelect():void
> > > {
> > > if (prodTree.selectedItem)
> > >  var newnode:Object = prodTree.selectedItem.copy();
> > >
> > >  [EMAIL PROTECTED] =
mx.utils.UIDUtil.createUID().toString();
> > >
> > >
> > > listDP.addItem(newnode);
> > > }
> > >
> > > and it works as it should
> > >
> > > Jason
> > >
> > >
> > >
> > > -Message d'origine-
> > > *De :* flexcoders@yahoogroups.com [mailto:
[EMAIL PROTECTED]
> > > la part de* milan kosir
> > > *Envoyé :* vendredi 30 juin 2006 15:26
> > > *À :* flexcoders@yahoogroups.com
> > > *Objet :* Re: [flexcoders] Using the XMLListCollection class bug
> > >
> > >  Thank you, Jason,
> > > this is a great news!
> > >
> > > As I said, maybe it is a bad example, or maybe I just don't know
how to
> > > use it?
> > > Because when I add some "bananas" to the list, first they are not
> > > selectable except the last one,
> > > then when they are removed, they are not properly removed from
the tree,
> > > and on the end the tree can't render anymore.
> > > I'm interesting in this because I'd like to write a "lazy tree",
to get
> > > child items from database when they are needed (when the node is
opened).
> > > If anybody has done this and could give me a hint, I'd be gratefull.
> > >
> > > Thanks, Milan
> > >
> > > On 6/30/06, Jason Hawryluk < [EMAIL PROTECTED]> wrote:
> > > >
> > > >I'm very happy to report that the tree component is working
very
> > > > well. All the outstanding bugs I've checked have been
corrected (i have a
> > > > few left to look into). The binding is working.
> > > >
> > > > jason
> > > >
> > > >
> > > > -Message d'origine-
> > > > *De :* flexcoders@yahoogroups.com [mailto:
[EMAIL PROTECTED]
> > > > *De la part de* kosir.milan
> > > > *Envoyé :* vendredi 30 juin 2006 12:03
> > > > *À :* flexcoders@yahoogroups.com
> > > > *Objet :* [flexcoders] Using the XMLListCollection class bug
> > > >
> > > >  Hi,
> > > > I'd like to report that example in chapter "Using the
> > > > XMLListCollection class"
> > > > (http://livedocs.macromedia.com/flex/2/docs/0513.html#406668 )
> > > > which can be found under (Flex 2 Developer's Guide > Building User
> > > > Interfaces for Flex Applications > Using Data Providers and
> > > > Collections > Using hierarchical data providers) does not work as
> > > > expected and produces very strange results.
> > > > Could somebody confirm that f2b3 bug in tree dataproviders is
removed
> > > > or not? Maybe there is problem only with example.
> > > > I'd really like to know if Flex 2 allow to make dynamic
databinding
> > > > for Tree component. Any hint or working example would be highly
> > > > appreciated.
> > > > Milan
> > > >
> > > >
> > >   
> > >
> >
> >
>






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

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

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

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

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




Re: [flexcoders] Gap in a TileList ?

2006-07-07 Thread Jean-Luc ESSER





Let's say you have a TileList with width 100% and 
columnCount = 2. You wouldn't want to set the columnWidth 
explicitly.
Your item renderer is 100% width because it needs 
to, and i cannot add padding to my itemRenderer as i only want space in 
between.
The only way is using horizontalGap. Which does not 
exist on the TileList.
 
So what do i do ?
 
Thanx,
JL
 
 

  - Original Message - 
  From: 
  Rob Rusher 
  
  To: flexcoders@yahoogroups.com 
  Sent: Friday, July 07, 2006 5:26 PM
  Subject: Re: [flexcoders] Gap in a 
  TileList ?
  
  
  Check your rowHieght, columnWidth and item renderer 
  margins.regards,rob
  On 7/7/06, Jean-Luc 
  ESSER <[EMAIL PROTECTED] > 
  wrote:
  





Anyone figured out how to specify an horizontal 
or vertical Gap in a TileList ?
Works fine in a Tile, with repeaters, but not 
in a tile list.
 
Thanx,
JL
-- -- Regards,Rob RusherAdobe Certified 
  Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im: 
  robrusher 
  
__._,_.___





--
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] how to get the DataGrid to auto-fit columns

2006-07-07 Thread Pan Troglodytes



Wow, go away for a week and you get hundreds of messages.  This list is really hopping!Anyway - is there no way to have the DataGrid automatically resize the columns to fit their content?  Even if that content is just plain text?  I've pored over the docs and can't find it.  Seems like a big shortcoming.  Maybe we should try to convince DevExpress to port their grid to Flex.
-- Jason

__._,_.___





--
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] AS3 Read/Write Binary Data Examples

2006-07-07 Thread Lance Linder












 Anyone have or seen a good
example/tutorial on reading and writing binary data with AS3? I am sure there
are some Java or C# examples around but one in AS3 would be a bit more useful.

 

Lance




__._,_.___





--
Flexcoders Mailing 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] Adding an item to a dg

2006-07-07 Thread Jeremy Rottman
I am working with my party manager, I finally got it laid out correctly.
However, I have ran into one last problem, when a user finds the party
they want to tag to the file, I am trying to populate the party display
DG with the party they just added. However, I think I am going about
this the wrong way. I am trying to do this with out having to use an
array collection. I want to add directly to the dg.

This is the code that I am trying.

// CALL LISTING ADD AGENT METHOD
 private function
PartyManager_Listing_Add_Agent(fileNum,uuid,name){
 PartyManager.Listing_Add_Agent(fileNum, uuid,name)
 }

// HANDLE LISTING ADD AGENT METHOD
 private function
PartyManager_Listing_Add_Agent_Result(result):void{
 Alert.show(result);

parentApplication.mainDisplay.ntcl.partyDG.addItem({partyName:agentSearc\
hDG.selectedItem.FLD_AGENTFULLNAME})
 }

// HANDLE LISTING ADD AGENT ERRORS
 private function
PartyManager_Listing_Add_Agent_Fault(event:FaultEvent):void{
 Alert.show("Test Error","Program Error")
 }

This is the error that I am getting.

ReferenceError: Error #1069: Property addItem not found on
mx.controls.DataGrid and there is no default value.
 at
components.views.transactions.widgets::actionNewListAgentPanel/::PartyMa\
nager_Listing_Add_Agent_Result()
 at
components.views.transactions.widgets::actionNewListAgentPanel/___Operat\
ion4_result()
 at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven\
tFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at
mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::di\
spatchRpcEvent()
 at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resu\
ltHandler()
 at mx.rpc::Responder/result()
 at mx.rpc::AsyncRequest/acknowledge()
 at ::DirectHTTPMessageResponder/completeHandler()
 at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven\
tFunction()







--
Flexcoders Mailing 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 Flex can be receive a Server Notification

2006-07-07 Thread slangeberg



Yeah, you can use sockets. However, flash sockets do not support SSL. No security. Also, you'll need to find or write a socket connection on the server, for this.
 
Scott 
On 7/6/06, mvbaffa <[EMAIL PROTECTED]> wrote:






Hi All, Thanks all of you for your answers. I understand that FDS can notify the client when information is updated in the server. But I am not using FDS.This application uses AMFPHP, so I will have to use another method 
for notification.- Do you know any documentation for using sockets in Flex ???- Is it possible ?- Is there any other method Thanks--- In 
flexcoders@yahoogroups.com, "David Mendels" <[EMAIL PROTECTED]> 
wrote:>> Hi,> > This is one of the core goals of Flex Data Services:> 
http://snipurl.com/FDS_DS> > -David > > > -Original Message-> > From: 
flexcoders@yahoogroups.com > > [mailto:flexcoders@yahoogroups.com] On Behalf Of mvbaffa
> > Sent: Thursday, July 06, 2006 5:54 PM> > To: flexcoders@yahoogroups.com> > Subject: [flexcoders] How Flex can be receive a Server 
Notification> > > > Hi All,> > > > I have a flex 2.0 application that need to be notified when > > an event occurs at the server. > > > > I could start a timer at the flex client and poll 
> > periodically the server, but this can be too heavy for > > specific tasks. The better solution is to notified.> > > > Maybe the solution is to listen to a socket and let the 
> > server process connect to the flex client.> > > > - Is this the best solution > > - If yes where should I look for examples of socket > > programming in actionscript 
> > > > Thanks in advance> > > > > > > > > > > > > >  Yahoo! Groups Sponsor > > ~--> Yahoo! Groups gets a make over. See 
> > the new email design.> > http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
> > --> > --~-> > > > > --> > Flexcoders Mailing List> > FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> > Search Archives: > > 
http://www.mail-archive.com/flexcoders%40yahoogroups.com> > Yahoo! Groups Links> > > > > > > > > > > > > > > >>


 -- : : ) Scott 

__._,_.___





--
Flexcoders Mailing 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] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-07 Thread Carson Hager
Always here is pretty strong.  The only time I could see this is for
something like a publicly available web service like a FedEx tracking
request - (1) read only so no damage done in dev and (2) not under your
direct control so you don't have a choice. If you have any kind of dev
vs. prod environment for your own developed web services (  hopefully
you do ), you're then looking at changing your code each time you go to
production. I could also see a case where you know your web services
will be on a separate box from your web server requiring a fully
qualified but then I would hope that the rootURL property was in use and
set somewhere. My point here is that I don't agree with the "always"
notion. I see too many cases where relative URLs are very helpful.


Carson


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


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Friday, July 07, 2006 2:36 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] mx:HTTPService - relative url's - relative to
swf vs relative to html wrapper

On Thursday 06 July 2006 14:57, dehemke wrote:
> Is there a way to force relative urls to resolve based on the swf 
> location instead of the html wrapper location?

Web service URLs should always be absolute.

--
Tom Chiverton



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

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

CONFIDENTIALITY

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

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



 Yahoo! Groups Sponsor ~-->
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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



 




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

<*> 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] F2F FDS AMF Issue

2006-07-07 Thread Joshua Garnett



Peter that fixed my problem.  Thanks!  As for my setup, I'm using Tomcat 5.5.17. For my webserver I'm using Apache 2.0.55, which then connects to Tomcat via the Tomcat connector (version 1.2.15).  I don't have any other security products currently installed.
Is there an updated list of known issues for FDS?  I didn't see the issue I was having listed at http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex2_fds.html#knownissues
Thanks again,--JoshOn 7/7/06, Peter Farland <[EMAIL PROTECTED]> wrote:



















What app server are you using? Do you have
any additional security products or servlet filters installed (like
siteminder)?

 

There is a known issue with MSIE and HTTPS
requests that receive responses with no-cache HTTP headers. We try to detect
this situation but you can at least forcibly stop a Flex 2 endpoint from
sending no-cache headers on a response by setting the following in the
secure-amf channel-definition  section:

 

false

 

Let me know if that fixes the issue.

 

 









From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Joshua Garnett
Sent: Friday, July 07, 2006 7:41
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] F2F FDS AMF
Issue



 







I've
setup FDS to build the clients on the server using the secure-amf channel as
the default.  The channel uses the java adapter.  Now the client that
I'm working on works fine in Firefox.  It is able to make calls through
the AMF gateway without any issues.  When trying to run the same client in
IE the calls fail to go through.  

Here is the fault message it's generating:

[RPC Fault faultString="Send failed"
faultCode="Client.Error.MessageSend"
faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed :
HTTP: Failed"] (mx.messaging.messages::ErrorMessage)#0
  body = (Object)#1
  clientId = (null)
  correlationId = "D4E913AE-3952-9C49-707A-48BC31094F36"
  destination = ""
  extendedData = (null) 
  faultCode = "Client.Error.MessageSend"
  faultDetail = "Channel.Connect.Failed error
NetConnection.Call.Failed: HTTP: Failed"
  faultString = "Send failed"
  headers = (Object)#2 
  messageId = "8AAD9688-DD0C-B5D7-9BD2-48BC31BE80B4"
  rootCause = (Object)#3
    code = "NetConnection.Call.Failed"
    description = "HTTP: Failed"
    details =
"https://(serverurl)/flex2/messagebroker/amfsecure" 
    level = "error"
  timestamp = 0
  timeToLive = 0

I can load the url to the amf gateway in IE without any errors.  It's just
the client itself that doesn't seem to want to make the connection.  Is
there perhaps any IE specific configuration I need to do?  

The only thing out of the ordinary I noticed is that when loading the client in
IE it initially pops up an error saying that the page contains secure and non-secure
content.  Any help would be appreciated.

Thanks,
--Josh














__._,_.___





--
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: Working with CFC's

2006-07-07 Thread Bacardi Bryant










Thanks Tom, this article appears to be exactly what I needed. I
guess my mistake was, I was creating the wrong projects all together, I was using
the Basic XML, ASP, PHP project type instead of the FlashRemoting project type.



Thanks,

 

Bacardi Bryant

regActionTM Programmer

[EMAIL PROTECTED]

 

International Environmental Associates

ph 713.623.5099 ext. 107

fx 713.623.5050









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom
Jordahl
Sent: Thursday, July 06, 2006 4:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Working with CFC's





 







--- In flexcoders@yahoogroups.com,
"Bacardi Bryant" <[EMAIL PROTECTED]>
wrote:
> Oops, as you can see, I'm new to the list as well. The problem is the
> results ARE NOT being loaded into the datagrid.
> Thanks,
> Bacardi Bryant

Bacardi,

There are several article on the Adopbe Developer Center that might
help, along with the CF 7.0.2 docucmentation. I know there is a new
set of chapters "Using CF with Flex 2.0", but it isn't up on livedocs
yet.

Try this article from Kyle to start:
http://www.adobe.com/devnet/flex/articles/helloworld.html

--
Tom Jordahl
Adobe CF Team



 




__._,_.___





--
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] Gap in a TileList ?

2006-07-07 Thread Rob Rusher



Check your rowHieght, columnWidth and item renderer margins.regards,robOn 7/7/06, Jean-Luc ESSER <[EMAIL PROTECTED]
> wrote:












  






Anyone figured out how to specify an horizontal or 
vertical Gap in a TileList ?
Works fine in a Tile, with repeaters, but not in a 
tile list.
 
Thanx,
JL

  













-- -- Regards,Rob RusherAdobe Certified Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im: robrusher

__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] Re: How to turn of Button Border

2006-07-07 Thread Rob Rusher



Would a LinkButton do what you're looking for?robOn 7/7/06, maikelsibbald <[EMAIL PROTECTED]
> wrote:












  



I tried it. But it also removes my button colors. Not really what
I wanted.
--- In flexcoders@yahoogroups.com, "Michael Schmalle"
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> this works
> 
> 
overSkin="{null}"
> downSkin="{null}"/>
> 
> I don't know about a style sheet though;
> 
> Peace, Mike
> 
> On 6/29/06, maikelsibbald <[EMAIL PROTECTED]> wrote:
> >
> >   Fx2 prerelease. How do you set the bordersstyle to none:
> >
> > it's not reacting on the follwing styleproperties:
> >
> > border-style:none;
> > border-color:#ff;
> > border-alpha:0;
> >
> > Thanx in advance
> >
> >  
> >
> 
> 
> 
> -- 
> What goes up, does come down.
>


  













-- -- Regards,Rob RusherAdobe Certified Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im: robrusher

__._,_.___





--
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: Convert XML to Array(Collection)

2006-07-07 Thread Michael van Leest
This example works great, but if there is only 1 item, it generates a error.
Any thoughts on a workaround for this??

Thanks again, Michael

theflashist schreef:
>
> You can use the XML as an external data model that the Array 
> Collection can use like
>
> 
> 
>
> The value for source is the name of the model (*xmldata*), the name of 
> the XML's root node (*items* in this example) and the child node that 
> the array will be based on (*item*).
>
> HTH...:)
>
> P E A C E
>
> Hasan
> www.marxmedia.net  
> hasan.otuome.com  
> thesourcecode.org  
>
>
> --- In flexcoders@yahoogroups.com, Michael van Leest <[EMAIL PROTECTED]> 
> wrote:
> >
> > Hi,
> >
> > I need to display XML data in a datagrid, but using the XML directly as
> > data provider doesn't work.
> > Is there a easy way to convert a XML Object to an Array or
> > ArrayCollection?? Or do I need to loop over the nodes and "manual"
> > create a Array for the datagrid?
> >
> > Any info is appreciated.
> >
> > Thanks, Michael
> >
>
>  



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

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

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

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

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




Re: [flexcoders] Re: DataGrid Totals Row

2006-07-07 Thread Tom Chiverton
On Friday 07 July 2006 15:37, Lisa Nelson wrote:
> I am pretty new to Flex.  But I thought what you wrote would bind to the
> width of the overall grid, not the individual column widths.

It would, yeah :-)
I'm guessing you have to bind both the overall width and all the columns to 
make it work.

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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



 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

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

<*> To visit your group 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/
 




  1   2   >