Expand my Community achievements bar.

aBill
aBill
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,{server.port} token can be used in non rtmp channel. It isthe same number as your http swf request's url port. William Chan

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • Hi,I saw that too. I think it is only happened on 10.1.3.0.0,not 10.1.3.1 We are also contacting oracle to solve that issue! William Chan

    Type

    Discussions

    Views

    939

    Likes

    0

    Replies

    1
  • hi,Do you have your secure port number correct? Is it 9100 or8443?https://bertha.ad.hull.ac.uk:8443/flex-admin/<endpointuri="https://{server.name}:9100/{context.root}/messagebroker/httpsecureWilliam Chan

    Type

    Discussions

    Views

    1.6K

    Likes

    0

    Replies

    1
  • HI,I overlooked your code. I thought it was data problem! Ishould read through you code! Sorry!I think you didn't make a remote procedure call. you shouldcall it before you can get the resultYou have to call Brands.Brands.send() , you can call it increationCompletethen you should get it to work with...

    Type

    Discussions

    Views

    937

    Likes

    0

    Replies

    0
  • Hi,This is how the labelField work.<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"creationComplete="initApp()"> <mx:Script> <![CDATA[ import mx.collections.*; public var mylist:Array ; private function initApp():void { mylist = [ {LABEL:"a",data:[{labe...

    Type

    Discussions

    Views

    937

    Likes

    0

    Replies

    1
  • Hi,If you want to make it bindable, your remoteobject'slastResult, event.result should be marked as [Bindable], thereturned array you can wrap it with ArrayCollection. ( return newArrayCollection(yourArray)William Chan

    Type

    Discussions

    Views

    314

    Likes

    0

    Replies

    1
  • Hi,You're using MSIE and the server is returning HTTP responseheaders for no-cache or an expires header that is in the past. Ifso you can change the FDS channel-definition by adding a property<add-no-cache-headers>false</add-no-cache-headers> tothe channel config?Or you’re trying to access an HTTPS ...

    Type

    Discussions

    Views

    1.6K

    Likes

    0

    Replies

    3
  • Hi,By default the HttpService deserialize return xml as object.Setting datagrid.dataprovider to an object won't work. It takesarray or arrayCollection.loginRequest.lastResult.rss.channel.item is an object<item><id>1</id><userLevel>1</userLevel></item>if you want to show it on datagrid, you can do th...

    Type

    Discussions

    Views

    288

    Likes

    0

    Replies

    0
  • HiTry this sample code<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"creationComplete="initApp()"> <mx:Script> <![CDATA[ import mx.collections.*; public var mylist:Array ; private function initApp():void { mylist = [ {label:"a",data:[{label:"a1",data:1...

    Type

    Discussions

    Views

    580

    Likes

    0

    Replies

    1
  • HiIf you see [Object Object], i believe if is the labelFieldproblem. Please turn on debug to see the property name is lowercase"label" . Otherwise, you have to add labelField to your comboboxWilliam Chan

    Type

    Discussions

    Views

    937

    Likes

    0

    Replies

    1