Thanks Alex, I am goint to file the bug after work.

Can you suggest a workaround until the bug fixed ?

Alıntı Alex Harui <[email protected]>:

File a bug an attach _Super_UserOps.js and _Super_UserOps.as and UserOps.js and UserOps.as

Thanks,
-Alex

From: Serkan Taş <[email protected]>
Reply-To: "[email protected]" <[email protected]>
Date: Wednesday, April 24, 2019 at 8:52 PM
To: "[email protected]" <[email protected]>
Subject: Re: Work on Emulation

Hi Alex,

I am still working on the issue which is related with third party library that we have discussed months ago.

I am not sure how to get rid of the error below, may be anyone on the list have an idea.

I am getting error below on chrome console:

[cid:[email protected]]

Here is the _Super_UserOps.as source piece which couses the error :

model_internal::initialize();

converted to _Super_UserOps.js :

com.adobe.fiber.core.model_internal.org.apache.royale.utils.Language.closure(this.http_$$www_adobe_com$2008$flex$model$internal__initialize, this, 'http://www.adobe.com/2008/flex/model/internal::initialize')();


content of the file model_internal.as :

package com.adobe.fiber.core
{
public namespace model_internal = "http://www.adobe.com/2008/flex/model/internal";<http://www.adobe.com/2008/flex/model/internal>;
}


Ant the class piece which initialize the fault and and result functions that is the parent class of _Super_UserOps.as :

      model_internal function initialize() : void
      {
this.serviceControl.addEventListener(ResultEvent.RESULT,model_internal::propagateEvents); this.serviceControl.addEventListener(FaultEvent.FAULT,model_internal::propagateEvents);
      }

Any help kindly appreciated,
Thanks
Serkan
13.04.2019 00:34 tarihinde Alex Harui yazdı:

Hi Serkan,



Does it call the faultHandler instead? If so, there should be an error message in the fault event.



What kind of service is UserOps? I would set breakpoints and debug to make sure it actually sent something (and maybe use a network monitor to see what was sent and to where). And then verify that the code that finally sends (maybe via XmlHTTPRequest) also set up listeners for events and set breakpoints on those low-level event handlers.



You can also use the network monitor against the Flex app and compare what is being sent to what Royale is sending.



HTH,

-Alex



On 4/12/19, 2:25 PM, "Serkan Taş" <[email protected]><mailto:[email protected]> wrote:



    Hi Alex,



    I have service call in my project.



    <userops:UserOps id="userOpsService"

    result="userOpsService_resultHandler(event)"

    fault="userOpsService_faultHandler(event)" />



    Normally, I expect to call the result method

    userOpsService_resultHandler for successfull operations, but it does not.



    Which way I should go through to find out what is going on after calling

    the service ?



    Thanks,

    Serkan


--
Serkan Taş
Mobil : +90 532 250 07 71
Likya Bilgi Teknolojileri
ve İletişim Hiz. Ltd. Şti.
www.likyateknoloji.com

--------------------------------------
Bu elektronik posta ve onunla iletilen bütün dosyalar gizlidir. Sadece yukarıda isimleri belirtilen kişiler arasında özel haberleşme amacını taşımaktadır. Size yanlışlıkla ulaşmışsa bu elektonik postanın içeriğini açıklamanız, kopyalamanız, yönlendirmeniz ve kullanmanız kesinlikle yasaktır. Lütfen mesajı geri gönderiniz ve sisteminizden siliniz. Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. bu mesajın içeriği ile ilgili olarak hiç bir hukuksal sorumluluğu kabul etmez.

This electronic mail and any files transmitted with it are intended for the private use of the persons named above. If you received this message in error, forwarding, copying or use of any of the information is strictly prohibited. Please immediately notify the sender and delete it from your system. Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. does not accept legal responsibility for the contents of this message.
--------------------------------------

Reply via email to