Expand my Community achievements bar.

aBill
aBill
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,Any progress in your integration of db4o and FDS? I took aquick look on the tutorial. I think you can use it by writing yourown Assembler Class. You can also take HibernateAssembler asreference. William Chan

    Type

    Discussions

    Views

    325

    Likes

    0

    Replies

    0
  • Hi,When you create a DataService and fill your collection. Thecollection becomes managed. You don't have to call fill again ifthere is any change in the data. Server pushs updates to clientswhen the client's dataservice is using rtmp channel. It is a liveconnection between the server and the client....

    Type

    Discussions

    Views

    774

    Likes

    0

    Replies

    0
  • Hi,Since it works in static page, it might be the asp problem.Can you use a http sniffer to capture the asp output? When theproblem arises, you can verify the xml. William Chan

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • HiI think HTTPService is your answer. It is better to look intodocumentation for details. http://download.macromedia.com/pub/documentation/en/flex/2/flex2_gettingstarted.pdfpage 112It isn't long. Hope it help!William Chan

    Type

    Discussions

    Views

    588

    Likes

    0

    Replies

    0
  • Hi,My opinions on HTTP, SOAP and Remoting: (order is not mypreferences)1. WebServices(Soap)- It supports other clients not onlyflash ones. The package size is big since it is xml. It also makesthe flash clients able to talk to third party services.2. HTTPService - I don't consider it as remote proce...

    Type

    Discussions

    Views

    376

    Likes

    0

    Replies

    0
  • Create a new Data Structure which work for combo + list<?xml version="1.0"?><Application xmlns="http://www.adobe.com/2006/mxml"creationComplete="initApp()"> <Script> <![CDATA[ import mx.collections.ArrayCollection; private var newArray:Array; private var employees:Array; private function initApp():v...

    Type

    Discussions

    Views

    580

    Likes

    0

    Replies

    0
  • you can just use one filterFunction:<?xml version="1.0"?><Application xmlns="http://www.adobe.com/2006/mxml"creationComplete="initApp()"> <Script> <![CDATA[ import mx.collections.ArrayCollection; private var filFuncs:Array; [Bindable] public var employeeAC:ArrayCollection; private function initApp()...

    Type

    Discussions

    Views

    580

    Likes

    0

    Replies

    0
  • Filter Function solution:<?xml version="1.0"?><Application xmlns="http://www.adobe.com/2006/mxml"creationComplete="initApp()"> <Script> <![CDATA[ import mx.collections.ArrayCollection; private var filFuncs:Array; [Bindable] public var employeeAC:ArrayCollection; private function initApp():void { var...

    Type

    Discussions

    Views

    580

    Likes

    0

    Replies

    0
  • HiTo show the way you want should have a arraycolleciton ofdepartment object, and the department contains its name andarraycollection of employees. If you don't want to change your datastructure, you can use filterFunction. The code is posted on nextreplyWilliam Chan

    Type

    Discussions

    Views

    580

    Likes

    0

    Replies

    0
  • Hi,I haven't seen such problem! How big is your xml? Can youalso show me your result handler and the function which you callhttpservice? Are you using HttpService tag or actionscript class?Are your httpservice instance is function's location variable? IIsaw a problem before in socket which a single ...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0