Re: Work on Emulation

2019-06-26 Thread Serkan Taş
-Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Tuesday, June 25, 2019 at 1:41 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi Alex, any progress ? 6.06.2019 11:09 tarihinde Alex Harui yazdı: I’m backlogged on some other

Re: Work on Emulation

2019-06-25 Thread Alex Harui
users@royale.apache.org> <mailto:users@royale.apache.org> Date: Tuesday, May 28, 2019 at 7:03 AM To: "users@royale.apache.org"<mailto:users@royale.apache.org> <mailto:users@royale.apache.org> Subject: Re: Work on Emulation Kindly remind :) 14.05.2019 16:12 tarihinde Serka

Re: Work on Emulation

2019-05-28 Thread Serkan Taş
ply-To: *"users@royale.apache.org" <mailto:users@royale.apache.org> <mailto:users@royale.apache.org> *Date: *Tuesday, May 7, 2019 at 7:48 AM *To: *"users@royale.apache.org" <mailto:users@royale.apache.org> <mailto:users@royale.apach

Re: Work on Emulation

2019-05-14 Thread Serkan Taş
ilto:users@royale.apache.org> <mailto:users@royale.apache.org> *Date: *Tuesday, May 7, 2019 at 7:48 AM *To: *"users@royale.apache.org" <mailto:users@royale.apache.org> <mailto:users@royale.apache.org> *Subject: *Re: Work on Emulation Hi Alex, A

Re: Work on Emulation

2019-05-09 Thread Serkan Taş
g" <mailto:users@royale.apache.org> <mailto:users@royale.apache.org> *Date: *Tuesday, May 7, 2019 at 7:48 AM *To: *"users@royale.apache.org" <mailto:users@royale.apache.org> <mailto:users@royale.apache.org> *Subject: *Re: Work on Emulation

Re: Work on Emulation

2019-05-09 Thread Piotr Zarzycki
I made is in the source. > > > > Make sure you delete all of your bin/js-debug folders. > > > > HTH, > > -Alex > > > > *From: *Serkan Taş > > *Reply-To: *"users@royale.apache.org" > > *Date: *Tuesday, May 7, 2019 at 7:48 AM >

Re: Work on Emulation

2019-05-09 Thread Serkan Taş
at the commits and see if the change I made is in the source. Make sure you delete all of your bin/js-debug folders. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Tuesday, May 7, 2019 at 7:48 AM *To: *"users@royale.apache.org" *Subject: *Re: Work o

Re: Work on Emulation

2019-04-29 Thread serkan . tas
Thanks, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Wednesday, April 24, 2019 at 8:52 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, I am still working on the issue which is related with third party library that we have discu

Re: Work on Emulation

2019-04-26 Thread Serkan Taş
To: "users@royale.apache.org" > 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 o

Re: Work on Emulation

2019-04-25 Thread Alex Harui
> > From: Serkan Taş > Reply-To: "users@royale.apache.org" > Date: Wednesday, April 24, 2019 at 8:52 PM > To: "users@royale.apache.org" > Subject: Re: Work on Emulation > > Hi Alex, > > I am still working on the iss

Re: Work on Emulation

2019-04-25 Thread serkan . tas
uot; Date: Wednesday, April 24, 2019 at 8:52 PM To: "users@royale.apache.org" 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

Re: Work on Emulation

2019-04-24 Thread Alex Harui
File a bug an attach _Super_UserOps.js and _Super_UserOps.as and UserOps.js and UserOps.as Thanks, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Wednesday, April 24, 2019 at 8:52 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex,

Re: Work on Emulation

2019-04-24 Thread Serkan Taş
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: Here is the _Super_UserOps.as source

Re: Work on Emulation

2019-04-12 Thread Alex Harui
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

Re: Work on Emulation

2019-04-12 Thread Serkan Taş
Hi Alex, I have service call in my project. 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

Re: Work on Emulation

2019-04-12 Thread Serkan Taş
i am going to check it send you the right one. Thanks Serkan Android için Outlook <https://aka.ms/ghei36>'u edinin Kimden: Alex Harui Gönderildi: 12 Nisan Cuma 19:29 Konu: Re: Work on Emulation Kime: users@royale.apache.org In your earlier email, you showed source code like this:

Re: Work on Emulation

2019-04-12 Thread Serkan Taş
Sorry Alex, you are right, i am going to check it send you the right one. Thanks Serkan Android için Outlook'u edinin Kimden: Alex Harui Gönderildi: 12 Nisan Cuma 19:29 Konu: Re: Work on Emulation Kime: users@royale.apache.org In your earlier email, you showed source

Re: Work on Emulation

2019-04-12 Thread Alex Harui
Taş Reply-To: "users@royale.apache.org" Date: Friday, April 12, 2019 at 1:58 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation It is not string or Array, but "Object" Here is the code piece in source "as" file : //--

Re: Work on Emulation

2019-04-12 Thread Serkan Taş
uot; *Date: *Wednesday, April 10, 2019 at 5:41 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Alex, thank you for PR-406. Regarding our last conversation about the Basic Authentication, do you have an idea why the evaluation is null ? cid:part1.38E9F6E2.6D

Re: Work on Emulation

2019-04-11 Thread Alex Harui
It looks like a String is passed in to see if it an Array. Should service.headers be an array or string? -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Wednesday, April 10, 2019 at 5:41 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Al

Re: Work on Emulation

2019-04-11 Thread Serkan Taş
Reminder. 10.04.2019 15:41 tarihinde Serkan Taş yazdı: Alex, thank you for PR-406. Regarding our last conversation about the Basic Authentication, do you have an idea why the evaluation is null ? Here is the piece in ActionScript : service.headers = {Authorization:"Basic " +

Re: Work on Emulation

2019-04-10 Thread Serkan Taş
Alex, thank you for PR-406. Regarding our last conversation about the Basic Authentication, do you have an idea why the evaluation is null ? Here is the piece in ActionScript : service.headers = {Authorization:"Basic " + encoder.toString()} as Array; Thanks in advance, Serkan

Re: Work on Emulation

2019-03-26 Thread Serkan Taş
-authentication-dialog HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Saturday, March 16, 2019 at 10:48 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi Alex, I am going to prepare a PR for the issue including both URLLoader overri

Re: Work on Emulation

2019-03-17 Thread Alex Harui
day, March 16, 2019 at 10:48 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, I am going to prepare a PR for the issue including both URLLoader override and the emulation AbstractOperation.sendBody fix. I going in to another big issue. Before getting deep I w

Re: Work on Emulation

2019-03-16 Thread Serkan Taş
the right fix. Thanks, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, March 15, 2019 at 11:58 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Alex, In flex, it goes through the first case in if statement, not the sec

Re: Work on Emulation

2019-03-16 Thread Alex Harui
Hi Serkan, OK, sound like you found the right fix. Thanks, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Friday, March 15, 2019 at 11:58 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Alex, In flex, it goes through the first

Re: Work on Emulation

2019-03-16 Thread Serkan Taş
*From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, March 15, 2019 at 11:28 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi Alex, I checked the flow in debug and can say that there is no conversion for XML, it is just string an

Re: Work on Emulation

2019-03-16 Thread Alex Harui
day, March 15, 2019 at 11:28 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, I checked the flow in debug and can say that there is no conversion for XML, it is just string and I guess we have to check it and than use it as string. If change the AbstractOperati

Re: Work on Emulation

2019-03-16 Thread Serkan Taş
he Flex version. Then we will know where we might want to put similar conversion code. Thanks, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, March 14, 2019 at 1:55 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulati

Re: Work on Emulation

2019-03-13 Thread Alex Harui
getLoginDataResultHandler gets the server result and generates XML. HTH, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Wednesday, March 13, 2019 at 12:18 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, Here it is : [cid:par

Re: Work on Emulation

2019-03-13 Thread Serkan Taş
*"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi Alex, After implementing event type filter, I passed the event cast error and for now, I am getting an error below line (4) in the second picture below: cid:part1.1CB0254B.481D08F0@likyateknoloji.com When I c

Re: Work on Emulation

2019-03-11 Thread Alex Harui
the resultFormat and convert the String to XML. HTH, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" , "users@royale.apache.org" Date: Monday, March 11, 2019 at 1:19 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, After implementi

Re: Work on Emulation

2019-03-11 Thread Serkan Taş
ache.org" *Date: *Monday, March 4, 2019 at 11:10 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Here it is; // //  Licensed to the Apache Software Foundation (ASF) under one or

Re: Work on Emulation

2019-03-04 Thread Serkan Taş
quot; *Subject: *Re: Work on Emulation Here it is; // //  Licensed to the Apache Software Foundation (ASF) under one or more //  contributor license agreements.  See the NOTICE file distributed with //  this

Re: Work on Emulation

2019-03-04 Thread Alex Harui
e.org" Date: Monday, March 4, 2019 at 11:10 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Here it is; // // Licensed to the Apache Software Foundation (ASF) under one or more //

Re: Work on Emulation

2019-03-04 Thread Serkan Taş
that subclasses org.apache.royale.net.URLLoader so that mx.net.URLLoader can override as needed. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Monday, March 4, 2019 at 10:44 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation H

Re: Work on Emulation

2019-03-04 Thread Alex Harui
. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, March 4, 2019 at 10:44 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, To override the method in package org.apache.royale.net.URLLoader, I need to import mx.events.H

Re: Work on Emulation

2019-03-04 Thread Serkan Taş
*Reply-To: *"users@royale.apache.org" , "users@royale.apache.org" *Date: *Thursday, February 28, 2019 at 11:04 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation I assume you confirm Alex. Thanks, Serkan

Re: Work on Emulation

2019-02-28 Thread Alex Harui
Yes, I would recommend trying to override dispatchEvent in URLLoader. HTH, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" , "users@royale.apache.org" Date: Thursday, February 28, 2019 at 11:04 AM To: "users@royale.apache.org" Subject: Re: Work on E

Re: Work on Emulation

2019-02-28 Thread Serkan Taş
listener for an event and call stopImmediatePropagation and dispatch something else. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Monday, February 25, 2019 at 11:19 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation

Re: Work on Emulation

2019-02-26 Thread Serkan Taş
. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Monday, February 25, 2019 at 11:19 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation You are right Alex, The dispatch is called in progressHsandler function in class URL

Re: Work on Emulation

2019-02-25 Thread Alex Harui
To: "users@royale.apache.org" Subject: Re: Work on Emulation You are right Alex, The dispatch is called in progressHsandler function in class URLLoader. But I guess there is a misunderstanding. From your mail I understood that I am going to override the function in HttpService class not in the URLLo

Re: Work on Emulation

2019-02-25 Thread Alex Harui
ewEvent); > } > } > > From: Serkan Taş > <mailto:serkan@likyateknoloji.com> > Reply-To: "users@royale.apache.org"<mailto:users@royale.apache.org> > <mailto:users@royale.apache.org> > Date: Thursda

Re: Work on Emulation

2019-02-25 Thread serkan . tas
Do yoyu mean the method in URLoader class ? Alıntı Alex Harui : If you step into dispatchEvent, where does it go? From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Sunday, February 24, 2019 at 11:49 AM To: "users@royale.apache.org" Subject: Re: Work on Emulat

Re: Work on Emulation

2019-02-25 Thread Alex Harui
If you step into dispatchEvent, where does it go? From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Sunday, February 24, 2019 at 11:49 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, After overriding the method in HTTPService, I watched t

Re: Work on Emulation

2019-02-24 Thread Serkan Taş
If needed    Super.dispatchEvent(newEvent);   } } *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, February 14, 2019 at 11:54 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Are there any similar implementation that you ma

Re: Work on Emulation

2019-02-14 Thread Alex Harui
Super.dispatchEvent(newEvent); } } From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, February 14, 2019 at 11:54 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Are there any similar implementation that you may advice me to check as sample ? 14.02.2019

Re: Work on Emulation

2019-02-14 Thread Serkan Taş
.  You could override dispatchEvent and dispatch the right thing. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, February 14, 2019 at 11:30 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Found it : cid:par

Re: Work on Emulation

2019-02-14 Thread Serkan Taş
o: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi Alex, 13.02.2019 01:50 tarihinde Alex Harui yazdı: Hi Serkan, In the emulation components, you may have to catch certain events and redispatch them with the appropriate type.  In the event handler that calls Ale

Re: Work on Emulation

2019-02-14 Thread Serkan Taş
stack as it might be possible to copy the MouseEventConverter patterns to do the conversion. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, February 14, 2019 at 11:14 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation

Re: Work on Emulation

2019-02-14 Thread Alex Harui
users@royale.apache.org" Date: Thursday, February 14, 2019 at 11:14 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, 13.02.2019 01:50 tarihinde Alex Harui yazdı: Hi Serkan, In the emulation components, you may have to catch certain events and redispatch them with

Re: Work on Emulation

2019-02-14 Thread Serkan Taş
the HTTPStatusEvent.  If you are not sure, post the call stack. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Tuesday, February 12, 2019 at 11:52 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi Alex (only you are inter

Re: Work on Emulation

2019-02-14 Thread Serkan Taş
ser event properties into it, and then dispatch the HTTPStatusEvent.  If you are not sure, post the call stack. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Tuesday, February 12, 2019 at 11:52 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emu

Re: Work on Emulation

2019-02-12 Thread Alex Harui
into it, and then dispatch the HTTPStatusEvent. If you are not sure, post the call stack. HTH, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Tuesday, February 12, 2019 at 11:52 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex (onl

Re: Work on Emulation

2019-02-12 Thread Serkan Taş
Hi Alex (only you are interested in emulation, right ?) :))) While debugging my code, I realized that there is a conflict between in status and httpStatus values of the event HTTPStatusEvent, at least in my mind. My old flex code, ported to royale, registers and event listener for

Re: Work on Emulation

2019-02-05 Thread Serkan Taş
. Thanks, Serkan Android için Outlook'u edinin Kimden: Alex Harui Gönderildi: 6 Şubat Çarşamba 00:42 Konu: Re: Work on Emulation Kime: users@royale.apache.org Serkan,   We simply don’t have enough information to be helpful.  No idea what line of code is causing

Re: Work on Emulation

2019-02-05 Thread Alex Harui
e.org" Date: Tuesday, February 5, 2019 at 1:07 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, I checked the code, as I thought, it is text and parsed on the flex side without an error. Same request fails with royale. I guess flex http service does not ch

Re: Work on Emulation

2019-02-05 Thread Serkan Taş
users@royale.apache.org" Date: Thursday, January 31, 2019 at 12:08 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation  Hi, After pressing login button I am getting the error below: [cid:part1.9142D64E.89437FAE@likyateknoloji.com] I guess, the response handler can not handle

Re: Work on Emulation

2019-02-04 Thread serkan . tas
yale.apache.org" Subject: Re: Work on Emulation Hi, After pressing login button I am getting the error below: [cid:part1.9142D64E.89437FAE@likyateknoloji.com] I guess, the response handler can not handle the response string => "1.0.0;Windows 10;STATE_WORKING" Here

Re: Work on Emulation

2019-01-31 Thread Serkan Taş
 Hi, After pressing login button I am getting the error below: I guess, the response handler can not handle the response string => "1.0.0;Windows 10;STATE_WORKING" Here is the part of the js that makes the request (URLLoader.js:88-93):  if (contentData) {     element.send(contentData);  

Re: Work on Emulation

2019-01-30 Thread Serkan Taş
January 30, 2019 at 11:53 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation 26.01.2019 09:49 tarihinde Serkan Taş yazdı: Hi Alex, I guess there are still some issues related with form layout with states; cid:part1.7124472A.5D1855AB@likyateknolo

Re: Work on Emulation

2019-01-30 Thread Alex Harui
Wednesday, January 30, 2019 at 11:53 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation 26.01.2019 09:49 tarihinde Serkan Taş yazdı: Hi Alex, I guess there are still some issues related with form layout with states; [cid:part1.7124472A.5D1855AB@likyateknoloji.com] Thanks, Serkan

Re: Work on Emulation

2019-01-30 Thread Serkan Taş
26.01.2019 09:49 tarihinde Serkan Taş yazdı: Hi Alex, I guess there are still some issues related with form layout with states; Thanks, Serkan

Re: Work on Emulation

2019-01-25 Thread Serkan Taş
Hi Alex, I guess there are still some issues related with form layout with states; Thanks, Serkan

Re: Work on Emulation

2019-01-18 Thread Serkan Taş
sure it works, and submit a PR. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, January 17, 2019 at 11:43 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation May I open an issue on github ? Here is URL

Re: Work on Emulation

2019-01-17 Thread Serkan Taş
y, January 17, 2019 at 11:43 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation May I open an issue on github ? Here is URLLoader; COMPILE::JS     {     var element:XMLHttpRequest = this.element as XMLHttpRequest;     elemen

Re: Work on Emulation

2019-01-17 Thread Alex Harui
Sure, and/or you can change the code, make sure it works, and submit a PR. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, January 17, 2019 at 11:43 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation May I open an issue on github

Re: Work on Emulation

2019-01-17 Thread Serkan Taş
Alex Harui yazdı: Hi Serkan, I think URLLoader needs to check the method and if it is POST to set request.data on the element. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, January 17, 2019 at 11:23 AM *To: *"users@royale.apache.org

Re: Work on Emulation

2019-01-17 Thread Alex Harui
Hi Serkan, I think URLLoader needs to check the method and if it is POST to set request.data on the element. HTH, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, January 17, 2019 at 11:23 AM To: "users@royale.apache.org" Subject: Re: Work o

Re: Work on Emulation

2019-01-17 Thread Alex Harui
Reply-To: "users@royale.apache.org" Date: Thursday, January 17, 2019 at 10:38 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, Do you want me to replace URLLoader.load with DirectHTTPChannel.createURLRequest ? Thanks, Serkan 17.01.2019 06:24 tarihi

Re: Work on Emulation

2019-01-17 Thread Serkan Taş
*"users@royale.apache.org" *Date: *Wednesday, January 16, 2019 at 12:22 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation I haven’t looked at the code, but I would imagine data was set on the request before it got passed into load?  Or data i

Re: Work on Emulation

2019-01-16 Thread Serkan Taş
ot; wrote: Try DirectHTTPChannel’s createURLRequest.   From: Alex Harui Reply-To: "users@royale.apache.org" Date: Wednesday, January 16, 2019 at 12:22 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation   I haven’t looked at the code, bu

Re: Work on Emulation

2019-01-16 Thread Alex Harui
Try DirectHTTPChannel’s createURLRequest. From: Alex Harui Reply-To: "users@royale.apache.org" Date: Wednesday, January 16, 2019 at 12:22 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation I haven’t looked at the code, but I would imagine data was set on

Re: Work on Emulation

2019-01-16 Thread Serkan Taş
ot;users@royale.apache.org"     > Date: Sunday, January 13, 2019 at 11:01 AM     > To: "users@royale.apache.org"     > Subject: Re: Work on Emulation     >     > Hi Alex,     >     > Adding the part below worked

Re: Work on Emulation

2019-01-13 Thread serkan . tas
> > From: Serkan Taş > Reply-To: "users@royale.apache.org" > Date: Sunday, January 13, 2019 at 11:01 AM > To: "users@royale.apache.org" > Subject: Re: Work on Emulation > > Hi Alex, > > Adding the part below worked

Re: Work on Emulation

2019-01-13 Thread Alex Harui
> Have you seen AbstractOperation (for HTTP) work without XML? > > -Alex > > From: Serkan Taş > Reply-To: "users@royale.apache.org" > Date: Sunday, January 13, 2019 at 11:01 AM > To: "users@royale.apache.org" > Subject

Re: Work on Emulation

2019-01-13 Thread serkan . tas
(for HTTP) work without XML? -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Sunday, January 13, 2019 at 11:01 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, Adding the part below worked for text conversion. if (ctype

Re: Work on Emulation

2019-01-13 Thread Serkan Taş
Hi Alex, Adding the part below worked for text conversion.             if (ctype == CONTENT_TYPE_XML)             {                 paramsToSend = parameters.toXMLString(); I am not sure but I guess this time the data is not sent to the server side. I debugged the code and see that it is all

Re: Work on Emulation

2019-01-13 Thread Serkan Taş
ell. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Saturday, January 12, 2019 at 1:29 AM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi Alex, Your welcome, happy to help improving the framework. I changed the code Abst

Re: Work on Emulation

2019-01-12 Thread Alex Harui
to POST as well. HTH, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Saturday, January 12, 2019 at 1:29 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, Your welcome, happy to help improving the framework. I changed the code Abstr

Re: Work on Emulation

2019-01-12 Thread Serkan Taş
I think just passing the xml as string to the rest call may solve my issue. I will try and let you know. Thanks, Serkan > > -Alex > > From: Serkan Taş > Reply-To: "users@royale.apache.org" > Date: Thursday,

Re: Work on Emulation

2019-01-11 Thread Alex Harui
.apache.org" > Date: Thursday, January 10, 2019 at 2:58 AM > To: "users@royale.apache.org" > Subject: Re: Work on Emulation > > Hi all, > > At last, I am able to display the login window and authenticate my > application t

Re: Work on Emulation

2019-01-10 Thread serkan . tas
yale.apache.org" Subject: Re: Work on Emulation Hi all, At last, I am able to display the login window and authenticate my application through backend server. After from here, I have to implement the missing part of the method sendBody in mx.rpc.http.AbstractOperation class.

Re: Work on Emulation

2019-01-10 Thread Alex Harui
and we didn’t want to get into emulating that right now. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, January 10, 2019 at 2:58 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi all, At last, I am able to display the login window

Re: Work on Emulation

2019-01-10 Thread Serkan Taş
Hi all, At last, I am able to display the login window and authenticate my application through backend server. After from here, I have to implement the missing part of the method sendBody in mx.rpc.http.AbstractOperation class. The part; if (ctype == CONTENT_TYPE_XML) is all

Re: Work on Emulation

2019-01-09 Thread Serkan Taş
ihinde Alex Harui yazdı: Hi Serkan, Compare the DOM Element trees in the debugger.  Is the Group getting the same size in both cases?  How about the login form’s size?  My guess is that some component somewhere needs to kick off another layout when the group is added to the DOM. You can dispatch a “lay

Re: Work on Emulation

2019-01-09 Thread Serkan Taş
ent somewhere needs to kick off another layout when the group is added to the DOM. You can dispatch a “layoutNeeded” event and force a re-layout of the parent of the component that has the wrong size. If you can build a simple test case, open a GitHub issue and we’ll take a look. -Alex *Fro

Re: Work on Emulation

2019-01-01 Thread Serkan Taş
*Reply-To: *"users@royale.apache.org" *Date: *Sunday, December 30, 2018 at 1:10 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Giving id makes it work. How should we call it bug or miss usage ? 29.12.2018 19:14 tarihinde Alex Harui yazdı: Try giving

Re: Work on Emulation

2018-12-31 Thread Serkan Taş
-To: *"users@royale.apache.org" *Date: *Sunday, December 30, 2018 at 1:10 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Giving id makes it work. How should we call it bug or miss usage ? 29.12.2018 19:14 tarihinde Alex Harui yazdı: Try giving the formI

Re: Work on Emulation

2018-12-30 Thread Serkan Taş
*"users@royale.apache.org" <mailto:users@royale.apache.org> <mailto:users@royale.apache.org> *Date: *Saturday, December 29, 2018 at 1:13 AM *To: *"users@royale.apache.org" <mailto:users@royale.apache.org> <mailto:users@royale.apache.org>

Re: Work on Emulation

2018-12-30 Thread Alex Harui
That’s a bug. I thought Greg made changes to fix that. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Sunday, December 30, 2018 at 1:10 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Giving id makes it work. How should we call

Re: Work on Emulation

2018-12-30 Thread Serkan Taş
yale.apache.org" *Subject: *Re: Work on Emulation Addition : During the debug, you can see in the image, the value is retrieved from resource bundle but I think because that obj is null, value is not set. js file : GenericBinding.js cid:part1.26037E2D.2E17F47F@likyateknoloji.com Thanks

Re: Work on Emulation

2018-12-29 Thread Alex Harui
Try giving the formItem and id. HTH, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Saturday, December 29, 2018 at 1:13 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Addition : During the debug, you can see in the image, the val

Re: Work on Emulation

2018-12-29 Thread Serkan Taş
*From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, December 28, 2018 at 11:32 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Alex, The button is getting resource bundle correctly bur form not. They are in same code. Can you s

Re: Work on Emulation

2018-12-29 Thread Serkan Taş
code to Menu/MenuBar last night. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, December 28, 2018 at 11:32 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Alex, The button is getting resource bundl

Re: Work on Emulation

2018-12-29 Thread Alex Harui
te: Friday, December 28, 2018 at 11:32 PM To: "users@royale.apache.org" Subject: Re: Work on Emulation Alex, The button is getting resource bundle correctly bur form not. They are in same code. Can you see the capture image ? Android için Outlook<https://na01.safelinks.protection.outlo

Re: Work on Emulation

2018-12-28 Thread Serkan Taş
quot; Date: Friday, December 28, 2018 at 11:48 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation   Hi Alex, I moved the content of toutdeflexmodule to my project and it is working as expected except the ones coming from resource. Here is the output :

Re: Work on Emulation

2018-12-28 Thread Alex Harui
users@royale.apache.org" Date: Friday, December 28, 2018 at 11:48 AM To: "users@royale.apache.org" Subject: Re: Work on Emulation Hi Alex, I moved the content of toutdeflexmodule to my project and it is working as expected except the ones coming from resource. Here is the output : [cid:par

Re: Work on Emulation

2018-12-28 Thread Serkan Taş
playing something.  It can help you figure out where to debug. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, December 27, 2018 at 12:32 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi, For the beginning of my pro

Re: Work on Emulation

2018-12-28 Thread Serkan Taş
orm/FormItem was displaying something.  It can help you figure out where to debug. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, December 27, 2018 at 12:32 PM *To: *"users@royale.apache.org" *Subject: *Re: Work on Emulation Hi, For the

  1   2   3   4   >