Re: [flexcoders] [BETA3] How to use insert method of IViewCursor. (E4X format)

2006-05-21 Thread Bryan Choi





Hi, Rishikesh Shetty.

Thank you for your help.

I understand nowhow todo it. 

I am very happy.

Have a good time.

  - Original Message - 
  From: Rishikesh Shetty 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, May 19, 2006 9:14 PM
  Subject: Re: [flexcoders] [BETA3] How to use 
  insert method of IViewCursor. (E4X format)
  On 5/19/06, Bryan Choi [EMAIL PROTECTED] wrote:
  
  


myCursor.insert( new XML ( "capital label='ME' 
value='Augusta'/" ) );

I tried also above, but I cann't see that is 
well.
If you 
  were meaning to add ME/Augusta to US State Capitals. The following 
  code-snippet should work. 
  var foo:XMLList = capitalColl.children (); 
   foo[0].appendChild(new XML ( "capital label='ME' 
  value='Augusta'/"));-rishi 





--
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: Amazon ECS SOAP requests via mx:request tags [FB2b3]

2006-05-21 Thread Peter Farland



Have you tried adding a format=xml attribute to the mx:request tag as well? Normally this section is akin to an mx:Model tag with named keys but when you're specifying the XML literally you need to inform the compiler.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Renaun Erickson
Sent: Saturday, May 20, 2006 12:22 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Amazon ECS SOAP requests via mx:request tags [FB2b3]

There are some old posts on the board about this. Basically there is a conflict with the WebService flex classes and the Request parameters required by Amazon. The WebService flex classes overrides any Request parameter you set and therefore you get the error.

The only want around it would be to create a new WebService class that doesn't conflict with the Request variable.

links to old posts:
http://groups.yahoo.com/group/flexcoders/message/34246
http://www.cflex.net/flexcoders.cfm?Message=msg25454.html
http://groups.yahoo.com/group/flexcoders/message/34866

Renaun

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

 Hello everyone,
 
 I've already used amazon ECS with REST operations without any issue in 
 flex, when i'm trying to send soap request I always get errors 
 (usually AWS.
 MissingParameters) from service , most probably because sending soap 
 body tags with wrong namespace (?),
 
 maybe someone already tried amazon ecs with soap and can sheed some 
 light on that,
 
 sample code:
 
 ?xml version=1.0 encoding=utf-8? mx:Application 
 xmlns:mx=http://www.adobe.com/2006/mxml
  width=100% height=100%
  !-- webservice --
  mx:WebService id=amazonECS
   wsdl=http://webservices.amazon.com/AWSECommerceService/
 AWSECommerceService.wsdl
   useProxy=false showBusyCursor=true 
   mx:operation name=ItemSearch resultFormat=e4x 
mx:request xmlns:m=http://webservices.amazon.com/
 AWSECommerceService/2005-03-23
 m:ItemSearch
  m:SubscriptionId0525E2PQ81DD7ZTWTK82/
 m:SubscriptionId
  m:Request
   m:ResponseGroupItemAttributes/ m:ResponseGroup
   m:ResponseGroupItemIds/m:
 ResponseGroup
   m:KeywordsFlex RIA/m:Keywords
   m:SearchIndexBooks/m:
 SearchIndex
  /m:Request
 /m:ItemSearch
/mx:request
   /mx:operation 
  /mx:WebService
  !-- view --
  mx:TextArea id=txtResult width=100% height=100% text 
 ={amazonECS.ItemSearch.lastResult}/
  mx:Button label=send click=amazonECS.ItemSearch.send()/
 /mx:Application
 
 docs:
 http://docs.amazonwebservices.com/AWSEcommerceService/2005-03-23/
 index.html
 
 thanks in advance,
 regards,
 Peter Blazejewicz







 Yahoo! Groups Sponsor ~-- Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/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








  
  
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] HTTP Service Error

2006-05-21 Thread Peter Farland





Have you tried browsing to the URL directly? What does it 
return? 

What is the URL used to launch your SWF that accesses the 
JSP page?


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of sreedhar 
reddySent: Saturday, May 20, 2006 10:16 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] HTTP Service 
Error

Hi,
I am working with the Flex 2 Beta 3 builder, and I am trying to execute a 
database application using Flex and jsp for retrieving data from database and 
displaying it in datagrid. The moment I click "GetData" button it is 
showing the following error:
RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" 
faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false 
eventPhase=2 text="Error #2032: Stream Error. URL: http://localhost:8080/connectdb.jsp"]. 
URL: http://localhost:8080/connectdb.jsp"]at 
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()at 
mx.rpc::Responder/fault()at mx.rpc::AsyncRequest/fault()at 
::DirectHTTPMessageResponder/errorHandler()at 
flash.events::EventDispatcher/dispatchEvent()at 
flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
The code which i used for this application is:
users.mxml/*?xml version="1.0" 
encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
layout="absolute"mx:HTTPService id="cn" url=""/'>http://localhost:8080/connectdb.jsp"/mx:Button 
label="Get Data" click="cn.send();"/
mx:DataGrid id="dg2" dataProvider="{cn.lastResult.datalist}" 
width="700" height="350" 
y="26"mx:columnsmx:Arraymx:DataGridColumn 
dataField="rdtime" headerText="Read Time"/mx:DataGridColumn 
dataField="tagno" headerText="Tag Number"/mx:DataGridColumn 
dataField="readno" headerText="Number of 
Reads"//mx:Array/mx:columns/mx:DataGrid/mx:Application*/
connectdb.jsp
/*%@ page import="java.util.*"%%String 
connectionURL = 
"jdbc:mysql://localhost:3306/sample?user=root;password=dpro";Connection 
connection = null;Statement statement = 
null;Class.forName("com.mysql.jdbc.Driver").newInstance();c = 
DriverManager.getConnection(connectionURL, "root", "dpro");Statement 
s=c.createStatement();ResultSet rs=s.executeQuery("select *from 
users");while(rs.next()) 
{%datalistrdtime%=rs.getString("userid")%/rdtimetagno%=rs.getString("username")%/tagnoreadno%=rs.getString("emailaddress")%/readno/datalist%}

s.close();c.close();%*/
Thanks  Regards,SreedharThanks  
Regards,Sreedhar


Do you have a question on a topic you cant find an Answer to. Try 
Yahoo! Answers IndiaGet the all new Yahoo! Messenger Beta Now 






--
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] FLexB2 Embed flv into SWF

2006-05-21 Thread Sönke Rohde



Hi Roger,

Is there now a workaround or solution in Beta 3 to embed FLVs?

Cheers,
Sönke

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Roger Gonzalez
 Sent: Thursday, April 06, 2006 6:59 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] FLexB2 Embed flv into SWF
 
 We don't support direct embedding of .FLV (feel free to file 
 an enhancement request that we should!) but Beta 3 will have 
 a nifty workaround that might actually make this work. I'll 
 investigate a bit.
 
 Stay tuned...
 
 -rg 
 
  -Original Message-
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Sönke Rohde
  Sent: Thursday, April 06, 2006 1:43 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] FLexB2 Embed flv into SWF
  
  Hi,
  When using the Image-Tag it's possible to embed images into 
  the SWF with
  mx:Image source=@Embed('test.jpg') /
  I tried the same for the VideoDisplay: mx:VideoDisplay
  url="" /
  But I get the error: test.flv does not have a recognized 
  extension, and a
  mimeType was not provied
  Unable to transcode test.flv
  
  Will embedding of Flash Video will be supported in beta3 or 
  flex2 final or
  is embedding restricted to images like jpg,png, gif etc.?
  
  Cheers,
  Sönke
  
  
  
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links
  
  
  
  
  
  
  
  
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
 
 
 
 
 







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Emoticons in TextArea

2006-05-21 Thread Sönke Rohde





Hi Tom,
I haven't tested it but this may be waht you are looking 
for: http://osflash.org/fosforo

Cheers,
Sönke

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Tom 
  KrchaSent: Sunday, May 21, 2006 6:07 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Emoticons in 
  TextArea
  
  
  Hi,
  
  I am working on chat. And showing 
  images in TextArea is not successful – they always show on new line – not 
  inline with text flow.
  
  How to show images in textarea 
  inline? Like showing emoticons.
  
  Is it 
  possible?
  
  Thanks
  
  Tom





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Re: Amazon ECS SOAP requests via mx:request tags [FB2b3]

2006-05-21 Thread Peter Farland



>From earlier versions of Flex? I just noted this wasn't mentioned in the
docs in Flex 2 and have logged a bug.

Thanks,
 Pete

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Peter Blazejewicz
Sent: Sunday, May 21, 2006 12:26 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Amazon ECS SOAP requests via mx:request tags
[FB2b3]

Hi Peter,

worked :D
where have you learnt that? 
I would never think about that myself,

thanks,
regards,
Peter

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

 Have you tried adding a format=xml attribute to the mx:request
tag as well? Normally this section is akin to an mx:Model tag with
named keys but when you're specifying the XML literally you need to
inform the compiler.







 Yahoo! Groups Sponsor ~--
Protect your PC from spy ware with award winning anti spy technology.
It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/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








  
  
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] Deploying to remote server - Blank page results F2B3

2006-05-21 Thread yaagcur



I have a project which I wish to test on the net
Works OK locally but when I copy the html and swf files to 
my host all I get is a blank page. The files are up there for sure.

 I use
mx:RemoteObject destination=ColdFusion...
in the MXML but do not think this is problem as I get the same by
deploying one of the sample lessons provided by Adobe










--
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] Emoticons in TextArea

2006-05-21 Thread Tom Krcha











Hi,



Ive tried fosforo, but its really
bad done.

It doesnt give so much flexibility
and its for flash.

I am looking for some Flex solution.

Its bad that Adobe cannot implement
this inline images.

Such discussions must be here from flash 5
I suppose.



I just thought, that its been
already implemented.



Tom











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sönke Rohde
Sent: Sunday, May 21, 2006 6:43 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Emoticons in TextArea





Hi Tom,

I haven't tested it but this may be waht
you are looking for: http://osflash.org/fosforo



Cheers,

Sönke











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Krcha
Sent: Sunday, May 21, 2006 6:07 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Emoticons in
TextArea

Hi,



I am working on chat. And showing images in TextArea is not
successful  they always show on new line  not inline with text
flow.



How to show images in textarea inline? Like showing
emoticons.



Is it possible?



Thanks



Tom








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Nobody wants to help me??

2006-05-21 Thread Gordon Smith



I think Matt meant to write (@type == Catalog), not (@type =
Catalog).

- Gordon


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Saturday, May 20, 2006 4:45 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Nobody wants to help me??

Using e4x as your format I think it'd be something like this:

service.lastResult.Products.Product.(@type = Catalog)

Then you'd need to have have a labelFunction (or do it in your cell
renderer) that digs down further into Catalog.Thumbnail.Url, e.g., 

Function label(item:Object):void
{
 Return item.Catalog.Thumbnail.Url
}

That should get you further hopefully

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Faisal Abid
Sent: Saturday, May 20, 2006 4:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Nobody wants to help me??

i have waited well over 24 hours and still no reply ,can anyone please 
help me
Here is the xml document .
http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=Yah
ooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Calv
in%20Kleinshow_subcategories=1 
http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=Ya
hooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Cal
vin%20Kleinshow_subcategories=1

I want to get the thumbnails from the product in a tilelist, is this
right ?

mx:TileList x=0 y=10 width=772.25 height=344
dataProvider={service.lastResult.ProductSearch.Products.Product.Catalog
.Thumbnail.Url}/mx:TileList

seeing that my service being called is called service..




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



 






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



 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  












Re: [flexcoders] Cold Fusion/Flex Application Wizard

2006-05-21 Thread John C. Bland II



After login, go here.On 5/21/06, Kevin Roche 
[EMAIL PROTECTED] wrote:






Hi,

Can someone point me 
to a URL where I can download the latest Beta of the Cold Fusion/Flex 
Application Wizard?

I tried the links I 
found on the Adobe Labssite and ended up going around in circles. I had an 
earlier one forBeta2 but need the new one for Beta3.

Kevin





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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  








-- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org
 - Home of FMUG.az






--
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] Programmatic skinning example - buttons, buttonbar, panel, etc

2006-05-21 Thread Peter Baird
Title: Re: [flexcoders] Programmatic skinning example - buttons, buttonbar, panel, etc





 let alone muttering about the discrepancies between 
 the code Flex Style Explorer generates for you, and how that code 
 actually looks.

Grae,

What discrepencies are you referring to. I'd like the Flex Style Explorer to be 100% accurate so that it is useful to people such as yourself. The Style Explorer is an personal endeavor, so my Q/A department is all of you. 

Please, if you find discrepancies, forward them on to me at this email address so that they can be addressed before the final release. That goes for everyone of course, if you see something not right, speak up and I'll address it. Likewise, if you feel like something's missing (ButtonBar?) and you'd like to see it represented, speak up.

Thanks,

-Peter


/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









--
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] Nobody wants to help me??

2006-05-21 Thread Faisal Abid



Could be , i will try that now , should work :-)

Gordon Smith wrote:
 I think Matt meant to write (@type == Catalog), not (@type =
 Catalog).

 - Gordon


 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Matt Chotin
 Sent: Saturday, May 20, 2006 4:45 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Nobody wants to help me??

 Using e4x as your format I think it'd be something like this:

 service.lastResult.Products.Product.(@type = Catalog)

 Then you'd need to have have a labelFunction (or do it in your cell
 renderer) that digs down further into Catalog.Thumbnail.Url, e.g.,

 Function label(item:Object):void
 {
 Return item.Catalog.Thumbnail.Url
 }

 That should get you further hopefully

 Matt

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Saturday, May 20, 2006 4:33 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Nobody wants to help me??

 i have waited well over 24 hours and still no reply ,can anyone please
 help me
 Here is the xml document .
 http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=Yah
 ooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Calv
 in%20Kleinshow_subcategories=1
 http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=Ya
 hooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Cal
 vin%20Kleinshow_subcategories=1

 I want to get the thumbnails from the product in a tilelist, is this
 right ?

 mx:TileList x=0 y=10 width=772.25 height=344
 dataProvider={service.lastResult.ProductSearch.Products.Product.Catalog
 .Thumbnail.Url}/mx:TileList

 seeing that my service being called is called service..




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










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








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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.


 








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

[flexcoders] Re: Programmatic skinning example - buttons, buttonbar, panel, etc

2006-05-21 Thread Tim Hoff



Hi Peter,
The following features could come in handy:
1. Menu styles for the menuBar in the "other" section. (The Flex control could also have more built-in style features).2. A stlye name page that you can apply to components in other sections. Used for controls that have child style names (i.e.Panel.titleStyleName).3. Flex/Eclipse platform Integration.4. A merged CSS section, where you can order styles by relevance. This one is a total wish-list item. :)
Your program saved me a lot of time. Thank you very much for your contribution.
Best wishes,Tim Hoff--- In flexcoders@yahoogroups.com, Peter Baird [EMAIL PROTECTED] wrote:  let alone muttering about the discrepancies between  the code Flex Style Explorer generates for you, and how that code  actually looks.  Grae,  What discrepencies are you referring to. I'd like the Flex Style Explorer to be 100% accurate so that it is useful to people such as yourself. The Style Explorer is an personal endeavor, so my "Q/A" department is all of you.   Please, if you find discrepancies, forward them on to me at this email address so that they can be addressed before the final release. That goes for everyone of course, if you see something not right, speak up and I'll address it. Likewise, if you feel like something's missing (ButtonBar?) and you'd like to see it represented, speak up.  Thanks,  -Peter   / \® PETER BAIRD 888/ \888 User Experience Consultant 88/ / \88 Adobe Consulting | Adobe Systems, Inc 8/ /8\ \8 275 Grove St. Newton, MA / /888\ \ Office: 617.219.2126 | Cell: 617.803.6804 \8\ AIM: pbaird00 | Y!IM: pbaird00






--
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] Emoticons in TextArea

2006-05-21 Thread Tom Bray
I'd love to hear from Adobe if they have any plans to support inline
images in textfields (FP10?).  I know that anybody writing a chat app
wants this feature.  I'm certainly not looking forward to rewriting my
AS1 emoticon rendering code.  Hopefully it won't require quite so many
workarounds for inaccurate font metrics.  Wouldn't it be nice to add
an inline=true attribute to the image tag?  I'd never say anything
bad about Adobe again :)

-Tom


On 5/21/06, Tom Krcha [EMAIL PROTECTED] wrote:




 Hi,



 I've tried fosforo, but it's really bad done.

 It doesn't give so much flexibility and it's for flash.

 I am looking for some Flex solution.

 It's bad that Adobe cannot implement this inline images.

 Such discussions must be here from flash 5 I suppose.



 I just thought, that it's been already implemented.



 Tom



  


 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Sönke Rohde
  Sent: Sunday, May 21, 2006 6:43 PM
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Emoticons in TextArea




 Hi Tom,

 I haven't tested it but this may be waht you are looking for:
 http://osflash.org/fosforo



 Cheers,

 Sönke



  


 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Tom Krcha
  Sent: Sunday, May 21, 2006 6:07 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Emoticons in TextArea

 Hi,



 I am working on chat. And showing images in TextArea is not successful –
 they always show on new line – not inline with text flow.



 How to show images in textarea inline? Like showing emoticons.



 Is it possible?



 Thanks



 Tom

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




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

  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

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

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

  




 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/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 2 - Cairngorm 2 Tutorial

2006-05-21 Thread Barry Beattie



ummm what's wrong with Benoit Hediard's (Benorama) Cairngorm2
reworking (of Ben Forta's) phone selector app?

it's up to date with the Beta 3 changes and works a treat. Shows off
Cairngorm2 structure and useage nicely. my install process was a touch
different but it *does* work

check the list archives, even as reciently as last week.
or
http://www.richinternetapps.com/archives/000148.html


also, michael corbridge is doing a re-vamp of the Cairngorm Sample
Store with FDS connectivity. his sample files also include a word doc
to play dorithy dix type questions on why cairngorm (i've been
asked some of these exact same questions! - now I have answers...)

read more around this thread
http://mail-archive.com/flexcoders%40yahoogroups.com/msg27285.html


HTH
barry.b






--
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] Emoticons in TextArea

2006-05-21 Thread Matt Chotin



It's on the wishlist, too early to say if it will make it or not.
 
Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Bray
Sent: Sunday, May 21, 2006 6:13 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Emoticons in TextArea

I'd love to hear from Adobe if they have any plans to support inline
images in textfields (FP10?). I know that anybody writing a chat app
wants this feature. I'm certainly not looking forward to rewriting my
AS1 emoticon rendering code. Hopefully it won't require quite so many
workarounds for inaccurate font metrics. Wouldn't it be nice to add
an inline=true attribute to the image tag? I'd never say anything
bad about Adobe again :)

-Tom


On 5/21/06, Tom Krcha [EMAIL PROTECTED] wrote:




 Hi,



 I've tried fosforo, but it's really bad done.

 It doesn't give so much flexibility and it's for flash.

 I am looking for some Flex solution.

 It's bad that Adobe cannot implement this inline images.

 Such discussions must be here from flash 5 I suppose.



 I just thought, that it's been already implemented.



 Tom



 


 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Sönke Rohde
 Sent: Sunday, May 21, 2006 6:43 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Emoticons in TextArea




 Hi Tom,

 I haven't tested it but this may be waht you are looking for:
 http://osflash.org/fosforo



 Cheers,

 Sönke



 


 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Tom Krcha
 Sent: Sunday, May 21, 2006 6:07 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Emoticons in TextArea

 Hi,



 I am working on chat. And showing images in TextArea is not successful -
 they always show on new line - not inline with text flow.



 How to show images in textarea inline? Like showing emoticons.



 Is it possible?



 Thanks



 Tom

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




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

 
 YAHOO! GROUPS LINKS


 Visit your group flexcoders on the web.

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

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

 





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



 









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Possible player bug (kills the browser) f2b3 ie 6.0

2006-05-21 Thread Dima Ulich



In my application I'm using 2 dateFields and I need to
set selectableRange for one field based on dates
entred in the other one. In priveous beta everything
worked fine but in b3 it started to kill my browser. 

So I made another application to test it
Here it is, try to run the following code in your
browser. The problem occurs when you first set the
date in the top field and then change that date to a
date before.
___
?xml version=1.0 encoding=utf-8?
mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
backgroundColor=#C6D0DE 
mx:Script
 ![CDATA[
  
  private function setEdate():void
  {
   var date:Date = new Date(sDate.selectedDate);
   
   eDate.selectableRange={rangeStart: new Date(2006,
7, 1),
 rangeEnd: new Date(date.getFullYear(),
date.getMonth()+3, date.getDate()+7)};

  }
  
 ]]
/mx:Script

 mx:DateField id=sDate change=setEdate()/
 mx:DateField id=eDate/


/mx:Application


On my computer it kills the browser so the system
suggests to disable flash player. 
I have tried on different computers with same luck.
So I guess it'a bug.

Dima Ulich

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Possible player bug (kills the browser) f2b3 ie 6.0

2006-05-21 Thread Graham Weldon



Hi Dima,

I was able to reproduce this error exactly as you describe.
Good work on identifying this issue. I will pass this forward to the 
Flexcoders owners list also, so we can be sure someone at Adobe picks 
this up.

Good work.

Regards,
Graham Weldon

===
Unhandled exception at 0x3014ea33 in IEXPLORE.EXE: 0xC005: Access 
violation reading location 0x.
===
 EAX 0001 
 ECX  
===
3014EA33 mov eax,dword ptr [ecx]
===


===
?xml version=1.0 encoding=utf-8?
mx:Application
 xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
 backgroundColor=#C6D0DE 
 mx:Script
 ![CDATA[
 
 private function setEdate():void
 {
 var date:Date = new Date(sDate.selectedDate);
 eDate.selectableRange={rangeStart: new Date(2006, 7, 1), 
rangeEnd: new Date(date.getFullYear(), date.getMonth()+3, 
date.getDate()+7)};
 }
 
 ]]
 /mx:Script

 mx:DateField id=sDate change=setEdate()/
 mx:DateField id=eDate/

/mx:Application
===



Dima Ulich wrote:

 In my application I'm using 2 dateFields and I need to
 set selectableRange for one field based on dates
 entred in the other one. In priveous beta everything
 worked fine but in b3 it started to kill my browser.

 So I made another application to test it
 Here it is, try to run the following code in your
 browser. The problem occurs when you first set the
 date in the top field and then change that date to a
 date before.
 ___
 ?xml version=1.0 encoding=utf-8?
 mx:Application
 xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
 backgroundColor=#C6D0DE 
 mx:Script
 ![CDATA[
 
 private function setEdate():void
 {
 var date:Date = new Date(sDate.selectedDate);
 
 eDate.selectableRange={rangeStart: new Date(2006,
 7, 1),
 rangeEnd: new 
 Date(date.getFullYear(),
 date.getMonth()+3, date.getDate()+7)};

 }
 
 ]]
 /mx:Script

 mx:DateField id=sDate change=setEdate()/
 mx:DateField id=eDate/


 /mx:Application
 

 On my computer it kills the browser so the system
 suggests to disable flash player.
 I have tried on different computers with same luck.
 So I guess it'a bug.

 Dima Ulich

 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com


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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.


 








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