Cara, como vc fez pra ficar com a sintaxe colorida, certinho?
O paste aqui...
Tem algum bot a lista agora ?!?

import com.teste

public function teste() ...

hum,...heh

On Dec 11, 2007, at 1:50 PM, Luis Carlos Quinhone wrote:

> Pessoal estou tentando ler um feed por uma aplicação Flex, mas está  
> caindo no FAULT do HTTPService, o que ser?
> Veja código abaixo:
>
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
> layout="absolute" width="450" height="300"  
> applicationComplete="lerFeeds();">
>
>
> <mx:Script>
> <![CDATA[
>
> import mx.controls.Alert;
> import mx.rpc.events.ResultEvent;
> import mx.rpc.events.FaultEvent;
> import mx.events.*;
>
>
> [Bindable]
>
> public var feedsMsg:Object;
>
> public function handleResultRss(e:ResultEvent):void {
> ..........feedsMsg = e.result.rss.channel;
> }
>
> public function handleFaultRss(e:FaultEvent):void {
> ..........Alert.show("Opss! Ocorreu algum erro ao consultar Tickets");
> }
>
>
> public function lerFeeds():void{
> feeds.send();
> }
>
>
> ]]>
>
> </mx:Script>
>
>
>
> <mx:HTTPService id="feeds"
> ..........url=http://www.valoronline.com.br/valoreconomico/285/ 
> agronegocios.rss
> ..........useProxy="false"
> ..........result="handleResultRss(event);"
> ..........fault="handleFaultRss(event);"
> ..........showBusyCursor="true"/>
>
>
>
> <mx:Panel x="10" y="10" width="430" height="280" layout="absolute"  
> title="{feedsMsg.title}">
> ..........<mx:DataGrid x="10" y="10" width="390" height="129"  
> dataProvider="{feedsMsg.item}">
> ....................<mx:columns>
> ..............................<mx:DataGridColumn  
> headerText="Título" dataField="title"/>
> ..............................<mx:DataGridColumn headerText="Column  
> 2" dataField="description" visible="false"/>
> ....................</mx:columns>
> ..........</mx:DataGrid>
>
> ..........<mx:TextArea x="10" y="150" width="390"/>
> ..........<mx:LinkButton x="260" y="208" label="Ler Notícia"  
> width="140"/>
> </mx:Panel>
>
> </mx:Application>
>
>
> Att
>
> Quinhone
>
>
> >

m a r c o s   a u g u s t o
de passo leve pra num acordar o dia...




--~--~---------~--~----~------------~-------~--~----~
Você recebeu esta mensagem porque está inscrito na lista "flexdev"
Para enviar uma mensagem, envie um e-mail para flexdev@googlegroups.com
Para sair da lista, envie um email em branco para [EMAIL PROTECTED]
Mais opções estão disponíveis em http://groups.google.com/group/flexdev
-~----------~----~----~----~------~----~------~--~---

Responder a