Expand my Community achievements bar.

aBill
aBill
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,Using paging, application needs to handle ItemPendingErrorwhen the data is not loaded. ListBase components handle it,however, chart components not. I think charts don't like listbasecomponent to have scrollbar for unlisted rows. Can you give anexample what you want paging in your charts? Thanks!W...

    Type

    Questions

    Views

    366

    Likes

    0

    Replies

    0
  • HiFor complex type you can pass the parameter in object. forexample:WSDL type definition<complexType name="SOAPStruct"><sequence> <element name="varString" nillable="true"type="xsd:string" /> <element name="varInt" type="xsd:int" /> <element name="varFloat" type="xsd:float" /> </sequence> </compl...

    Type

    Questions

    Views

    450

    Likes

    0

    Replies

    0
  • Hi,If you want to map your actionscript class to your server'sJava class. You can run a util functionregisterClassAlias("dev.echoservice.Book",Book);where "dev.echoservice.Book" is the fully qualify name ofyour java class. Book is your actionscript class.Calling this util before you make your remote...

    Type

    Discussions

    Views

    260

    Likes

    0

    Replies

    0
  • Can you double check cfadmin on the shared server, leftcolumn under Data & Services > Flex Integration, and makesure Enable Flash Remoting support is checkedThanks!William Chan

    Type

    Questions

    Views

    598

    Likes

    0

    Replies

    0
  • You should be able to run it other than localhost, do youhave any firewall software which block the rtmp channel's port?-Wiliam Chan

    Type

    Discussions

    Views

    342

    Likes

    0

    Replies

    0
  • Hi,I think you have to create a namespace to access thatpropertysomething likevar ns:Namespace = new Namespace("IJKGD", "http://www.betadesigns.co.uk/RSS");...htmlText.selectedItem="{dgGrammer.selectedItem.ns::grammer.grammerID}"William Chan

    Type

    Discussions

    Views

    377

    Likes

    0

    Replies

    0
  • Hi, Do you want a new instance of GetCategoriesDelegate responsein related request. It seems like you keep adding listeners to yourservice. Trypublic function getCategories(): void { var token:AsyncToken = service.send(); if (token != null) { token.addResponder(responder); }}Make your GetCategoriesC...

    Type

    Questions

    Views

    302

    Likes

    0

    Replies

    0
  • Hi,Not sure why this happened. I think you should check the logto make sure no java exception found. Also turning on Flex debug inthe services-config.xml and filters only have endpoint.* to see therequest and response.ThanksWilliam

    Type

    Questions

    Views

    955

    Likes

    0

    Replies

    0
  • Hi,I looked at your code. I couldn't see find any problem. Ifound the Alert in your resultHandler. You could get theresultHandler called with the values, but the dataGrid didn't showanything, right? Not sure what went wrong for the databinding. Youcan take a look into the generated code. I don't thi...

    Type

    Questions

    Views

    955

    Likes

    0

    Replies

    0