Re: Layout advises

2020-03-22 Thread Serkan Taş
child but a gap of -10 between them. I don’t think I’ve ever seen gap < 0. Anyway, see if that looks better and if there are remaining issues. HTH, -Alex *From: *Serkan Taş *Date: *Thursday, March 19, 2020 at 9:48 AM *To: *"users@royale.apache.org" , Alex Harui *Subject

Re: height is zero

2020-03-19 Thread Serkan Taş
Alex, I set an id for the components and set height values for them but still becomes 0. I am going to try to crate a test case and open an issue.                 title="{resourceManager.getString('messages', 'jobSummaryDetailPanel')}" height="{detailPanelDefHeight}" width="100%"

Re: Layout advises

2020-03-19 Thread Serkan Taş
of the image, set the height on the Image tag. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursday, March 19, 2020 at 9:12 AM *To: *"users@royale.apache.org" *Subject: *Re: Layout advises How can i fix ? Android için Out

Re: Layout advises

2020-03-19 Thread Serkan Taş
How can i fix ? Android için Outlook'u edinin On Thu, Mar 19, 2020 at 6:34 PM +0300, "Alex Harui" wrote: Probably s:Image needs to force a layout of the parent.   From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, March

height is zero

2020-03-19 Thread Serkan Taş
What may be the reason for the to be zero ? So the panel is not visible. Here is the source : http://ns.adobe.com/mxml/2009;                xmlns:s="library://ns.apache.org/royale/spark"                xmlns:mx="library://ns.apache.org/royale/mx"                height="600" width="800"  

Layout advises

2020-03-19 Thread Serkan Taş
Hi, I have flex layout like : but getting this for Royale Emulation What am i missing ? Or is have a better way to have this view ? Here is the source : http://ns.adobe.com/mxml/2009;                xmlns:s="library://ns.apache.org/royale/spark"               

Reminder !

2020-03-19 Thread Serkan Taş
18.03.2020 11:30 tarihinde Serkan Taş yazdı: What do you think Harbs? 17.03.2020 08:53 tarihinde Alex Harui yazdı: I think that may be a valid set of warnings. @Harbs <mailto:harbs.li...@gmail.com> may know better as to whether there are change events in JS XML or not. -Alex

Re: compiler warnings related with image visibility

2020-03-18 Thread Serkan Taş
What do you think Harbs? 17.03.2020 08:53 tarihinde Alex Harui yazdı: I think that may be a valid set of warnings. @Harbs <mailto:harbs.li...@gmail.com> may know better as to whether there are change events in JS XML or not. -Alex *From: *Serkan Taş *Reply-To: *"users@royale

Re: compiler warnings related with image visibility

2020-03-17 Thread Serkan Taş
Thank Aelx, Serkan. 17.03.2020 08:53 tarihinde Alex Harui yazdı: I think that may be a valid set of warnings. @Harbs <mailto:harbs.li...@gmail.com> may know better as to whether there are change events in JS XML or not. -Alex *From: *Serkan Taş *Reply-To: *"users@royale

Re: compiler warnings related with image visibility

2020-03-16 Thread Serkan Taş
[Bindable] public var data:XML 17.03.2020 08:15 tarihinde Alex Harui yazdı: What class or XML has the visualParams property? *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Monday, March 16, 2020 at 9:42 PM *To: *"users@royale.apache.org" , Carlos Ro

Re: compiler warnings related with image visibility

2020-03-16 Thread Serkan Taş
eturn data as IconListVO; } so you bind in this case to iconList, and IconListVO has [Bindable] metadata at class level HTH Carlos El lun., 16 mar. 2020 a las 8:49, Serkan Taş (<mailto:serkan@likyateknoloji.com>>) escribió: For the source below I get some warnings. How can I avoi

compiler warnings related with image visibility

2020-03-16 Thread Serkan Taş
For the source below I get some warnings. How can I avoid ? [Bindable] public var data:XML Thanks, Serkan

Re: selectionChange of MX ADG is not implemented

2020-03-15 Thread Serkan Taş
It is really good Alex in terms of performance Serkan 15.03.2020 21:19 tarihinde Serkan Taş yazdı: I just pulled and building Alex, Thanks 15.03.2020 20:23 tarihinde Alex Harui yazdı: I pushed some changes that optimized for fewer ADG layout passes.  See if it helps bring that 5-6

Re: selectionChange of MX ADG is not implemented

2020-03-15 Thread Serkan Taş
I just pulled and building Alex, Thanks 15.03.2020 20:23 tarihinde Alex Harui yazdı: I pushed some changes that optimized for fewer ADG layout passes.  See if it helps bring that 5-6 seconds down to 3-ish. -Alex *From: *Serkan Taş *Date: *Saturday, March 14, 2020 at 9:41 PM *To: *Alex

Re: Single call for data grid

2020-03-15 Thread Serkan Taş
parameter, when you later set it, it has to unset the default, empty, XMLList. It may not make a huge difference, but I would recommend doing it anyway. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, March 13, 2020 at 11:00 PM *To: *"users@ro

Re: selectionChange of MX ADG is not implemented

2020-03-14 Thread Serkan Taş
14.03.2020 19:48 tarihinde Alex Harui yazdı: Can you summarize the comparison between Flex and Royale?  I think you are saying the Flex app takes 7 seconds and the Royale takes 14 or 16? -Alex *From: *Serkan Taş *Date: *Saturday, March 14, 2020 at 12:12 AM *To: *"users@royale.apache.org&qu

Re: selectionChange of MX ADG is not implemented

2020-03-14 Thread Serkan Taş
of buttons to the app.  You make a copy of the result handler and comment out code in the original that sets the data provider.  The first button makes the server call.  The other runs the code that sets the data provider. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache

Re: Single call for data grid

2020-03-14 Thread Serkan Taş
The source for reference : source code <https://github.com/likyateknoloji/pinaraui-royale/blob/master/src/com/likya/pinara/comps/jobdetail/JobListWithDetails.mxml> 14.03.2020 08:53 tarihinde Serkan Taş yazdı: Actually I made the changes in test code but did not make so much diff

Re: Single call for data grid

2020-03-13 Thread Serkan Taş
(); but nothing changed in terms of consumed time. Serkan 14.03.2020 07:21 tarihinde Alex Harui yazdı: Is this example before or after the suggested optimization for initializing the XMLListCollection? -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, Marc

Re: Single call for data grid

2020-03-13 Thread Serkan Taş
the listData property. Comment them all out, and comment them back in until you find the one(s). -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, March 13, 2020 at 12:14 AM *To: *"users@royale.apache.org" *Subject: *Single call for da

Single call for data grid

2020-03-13 Thread Serkan Taş
Alex, here is the screen capture of the loading data grid and the exception https://drive.google.com/open?id=10uAGEa75pBqSqUXLCAyvZsHPc05R7pFt Thanks, Serkan

Re: selectionChange of MX ADG is not implemented

2020-03-13 Thread Serkan Taş
It is hard to determine Alex. For flex, the grid is populated through a rest service and it takes 3 sec to load the grid data of six lines including the rest service call. But the flex app is fully loaded by default. For Royale; with one column custom renderer with 6 columns it gets

Re: selectionChange of MX ADG is not implemented

2020-03-13 Thread Serkan Taş
It is hard to determine Alex. For flex, the grid is populated through a rest service and it takes 3 sec to load the grid data of six lines including the rest service call. But the flex app is fully loaded by default. with one column custom renderer with 6 columns it gets around 7 secs to

Re: selectionChange of MX ADG is not implemented

2020-03-12 Thread Serkan Taş
stop work for tonight.  I will check for your reply tomorrow. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Wednesday, March 11, 2020 at 10:54 PM *To: *"users@royale.apache.org" *Subject: *selectionChange of MX ADG is not implemented Hi Alex,

selectionChange of MX ADG is not implemented

2020-03-11 Thread Serkan Taş
Hi Alex, I migrated to AdvancedDataGrid. Need  selectionChange event to change the content of panel according to the selected line on grid. But I am getting exception for the selectionChange handler does not exist. Should I create a GH issue ? Thanks, Serkan

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Serkan Taş
Ok Alex, I am going to prepare simpler test case and create GH issue. 11.03.2020 20:56 tarihinde Alex Harui yazdı: I can’t see the image.  Feel free to open a GH issue and include the image there. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Wednesday

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Serkan Taş
?  If so, it shouldn’t be causing any problems.   -Alex   From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Tuesday, March 10, 2020 at 11:32 PM To: "users@royale.apache.org" Subject: Re: MXAdvancedDataGridItemRenderer XML parsing   It is simple A

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Serkan Taş
It is simple Alex, static function is called before the data binding. Android için Outlook'u edinin On Wed, Mar 11, 2020 at 8:38 AM +0300, "Alex Harui" wrote: I have no idea what question/problem you have.  Please re-state it.   -Alex   From: Serkan T

Fwd: MXAdvancedDataGridItemRenderer XML parsing

2020-03-10 Thread Serkan Taş
Just to remind, may be lost during thread 9.03.2020 22:15 tarihinde Serkan Taş yazdı: Forgot to add the note : No exception thrown anyway for the null data. 9.03.2020 22:12 tarihinde Serkan Taş yazdı

Image references replaced

2020-03-09 Thread Serkan Taş
Hi Alex, Greg, After adding copy directive to the build file the images are copied to a sub folder of js-debug. I made one more change on the image tag. I removed the slash from the the path as below and now the images are displayed. This was the issue preventing the display of images i

Fwd: Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-09 Thread Serkan Taş
: İletilmiş İleti Konu: Re: MXAdvancedDataGridItemRenderer XML parsing Tarih: Mon, 9 Mar 2020 22:20:11 +0300 Kimden: Serkan Taş Kime: Greg Dove Hi Greg, exactly they are strings, the path of the image: toolTip="{ToolTipContainer.getToolTip(data) + ':' + mylabelFunc

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-09 Thread Serkan Taş
Forgot to add the note : No exception thrown anyway for the null data. 9.03.2020 22:12 tarihinde Serkan Taş yazdı: Hi Alex, In first stop it is null but I sent you the result of the second stop after resuming the execution. So to make it clear here is the first call and call stack

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-09 Thread Serkan Taş
Hi Alex, In first stop it is null but I sent you the result of the second stop after resuming the execution. So to make it clear here is the first call and call stack: For the image display as far as i know the images are loaded from url as a class : Here is the code pieces for

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-08 Thread Serkan Taş
I expect you need to cast inside the function   var status:int /*int is only a guess*/ = XML(data).visualParams.statu or   var status:int /*int is only a guess*/ = (data as XML).visualParams.statu On Sun, Mar 8, 2020 at 11:03 PM Serkan Taş mailto:serkan@likyateknoloji.com>> wrote:

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-08 Thread Serkan Taş
Addition to the case below : The ImageContainer.resolveStatus(data) is called before the binding. 8.03.2020 13:03 tarihinde Serkan Taş yazdı: changed subject... Data is binding is ok after the push for now Alex but xml navigation still have issues. Can not get the child node

Re: Grid does not load data

2020-03-07 Thread Serkan Taş
No exception at all. Debugged the code and the "data" is not set for object I guess it is null... in the headerText="{resourceManager.getString('messages', 'stateGrid')}" width="{this.pinaraJobList.width * 0.10}">                                                                        

Re: Grid does not load data

2020-03-07 Thread Serkan Taş
ft by default.  Do you set it to other values?  If not, then you don’t need to specify a renderer.  If you do, then we can add textAlign to the emulation. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, March 6, 2020 at 10:10 PM *To: *Alex Harui

Re: Grid does not load data

2020-03-06 Thread Serkan Taş
.width * 0.10}" />                     view from : to : Serkan. 7.03.2020 01:18 tarihinde Alex Harui yazdı: Royale *From: *Serkan Taş *Date: *Friday, March 6, 2020 at 1:34 PM *To: *Alex Harui , "users@royale.apache.org" *Subject: *Re: Grid does not load data For whic

Re: Grid does not load data

2020-03-06 Thread Serkan Taş
ot; wrote: I'm sorry but I don't understand why you must have a custom renderer for that column if it works without. Get Outlook for Android From: Serkan Taş Sent: Friday, March 6, 2020 2:31:40 PM To: Alex Harui ; users@royale.apache.org Subject: Re: Grid does not

Re: Grid does not load data

2020-03-06 Thread Serkan Taş
item renderer instead of s:DefaultGridItemRenderer? -Alex *From: *Serkan Taş *Date: *Friday, March 6, 2020 at 12:26 AM *To: *Alex Harui , "users@royale.apache.org" *Subject: *Re: Grid does not load data It is a little bit complex Alex let me try

Re: Grid does not load data

2020-03-06 Thread Serkan Taş
It is a little bit complex Alex let me try to clarify : Flex : There are two types of column used in my code for the spark ADG : Nested and simple e.g :                

Re: Grid does not load data

2020-03-05 Thread Serkan Taş
de are simply not coded correctly.  It should be more like:                And then whatever was inside your s:GridItemRenderer should go inside the s:MXAdvancedDataGridItemRenderer tag. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Thursda

Re: Grid does not load data

2020-03-05 Thread Serkan Taş
as the tag.   HTH, -Alex   From: Serkan Taş Reply-To: "users@royale.apache.org" , "users@royale.apache.org" Date: Thursday, March 5, 2020 at 2:47 AM To: "users@royale.apache.org" Subject: Re: Grid does not load data   To separate the err

Re: Grid does not load data

2020-03-05 Thread Serkan Taş
To separate the errors : Sorry for the rules :) First I tried headerText="{resourceManager.getString('messages', 'jobNameGrid')}" width="{this.pinaraJobList.width * 0.10}">                                                                                                                  

Re: Grid does not load data

2020-03-05 Thread Serkan Taş
^ 18.7288801 seconds 5.03.2020 11:31 tarihinde Alex Harui yazdı: When you changed from s:DataGrid to mx:AdvancedDataGrid, you have to change s:itemRenderer to mx:itemRenderer.  Those are the “rules” of MXML. Let us know if there are other issues after yo

Re: Grid does not load data

2020-03-04 Thread Serkan Taş
renderers were commented out. -Alex *From: *Serkan Taş *Date: *Wednesday, March 4, 2020 at 7:30 PM *To: *"users@royale.apache.org" , Alex Harui *Subject: *Re: Grid does not load data Hi Alex, I converted my Spark Grid to mx ADG mostly. I tried to replace GridIt

Re: Grid does not load data

2020-03-04 Thread Serkan Taş
"/>                     Complete source you can test : https://drive.google.com/open?id=1_6-rBQqTISbeoLvS2-yV8bSFkvS_ApxZ Thanks, Serkan 2.03.2020 10:39 tarihinde Alex Harui yazdı: Well, Spark GridItemRenderer is intended for Spark DataGrid. I just pushed changes to get s:MXAd

Re: Grid does not load data

2020-03-01 Thread Serkan Taş
                                   headerText="{resourceManager.getString('messages', 'jobNameGrid')}" width="{this.pinaraJobList.width * 0.10}">                                                                                                                                

imported class static reference throws exception

2020-03-01 Thread Serkan Taş
Hi, any idea ? Thanks, Serkan

Re: Grid does not load data

2020-02-29 Thread Serkan Taş
“change” for MX ADG. -Alex *From: *Serkan Taş *Date: *Saturday, February 29, 2020 at 4:25 AM *To: *"users@royale.apache.org" , Alex Harui *Subject: *Re: Grid does not load data First requirement : selectionChanged This event handler does not exist for mx:DataGrid. D:\dev\royale

Re: Grid does not load data

2020-02-29 Thread Serkan Taş
your subclass of Spark DG do? -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, February 28, 2020 at 1:36 PM *To: *"users@royale.apache.org" , Alex Harui *Subject: *Re: Grid does not load data Alex, if any working example of MX:AdvancedDat

Re: Grid does not load data

2020-02-28 Thread Serkan Taş
://github.com/apache/royale-asjs/issues/681> What did your subclass of Spark DG do? -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, February 28, 2020 at 1:36 PM *To: *"users@royale.apache.org" , Alex Harui *Subject: *Re: Grid does not loa

Re: Grid does not load data

2020-02-28 Thread Serkan Taş
? *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, February 28, 2020 at 1:08 PM *To: *"users@royale.apache.org" *Subject: *Grid does not load data Hi, Before creating issue I want to get comment why the below code is not working, mean grid is not d

Grid does not load data

2020-02-28 Thread Serkan Taş
Hi, Before creating issue I want to get comment why the below code is not working, mean grid is not displayed ? http://ns.adobe.com/mxml/2009;                xmlns:s="library://ns.apache.org/royale/spark"                xmlns:mx="library://ns.apache.org/royale/mx"               

Uncaught TypeError: cls is not a constructor

2020-02-27 Thread Serkan Taş
What may be te reason for the exception ?

Re: state change component strange behavior

2020-02-27 Thread Serkan Taş
going to file bug for the case. Thanks Serkan 26.02.2020 23:18 tarihinde Serkan Taş yazdı: Hi, There is a strange related with state changes. I realized that the component that should not have been created during the initial load; 1. is created 2. And when the state is changed it is re

state change component strange behavior

2020-02-26 Thread Serkan Taş
Hi, There is a strange related with state changes. I realized that the component that should not have been created during the initial load; 1. is created 2. And when the state is changed it is re-created and ends up with double component in layout. It can be observed on the view also. I

Re: compiler build failed...

2020-02-26 Thread Serkan Taş
Your welcome Alex, it looks like fixed. Serkan 26.02.2020 22:36 tarihinde Alex Harui yazdı: OK, thanks for finding that.  Should be fixed now. -Alex *From: *Serkan Taş *Date: *Wednesday, February 26, 2020 at 11:14 AM *To: *"users@royale.apache.org" , Alex Harui *Subject: *Re

Re: style : overflow : auto

2020-02-26 Thread Serkan Taş
Thanks Alex, Serkan. 25.02.2020 21:31 tarihinde Alex Harui yazdı: I have pushed changes to emulate this behavior.  Royale may not be 100% backward-compatible so if this change causes other issues, we may revert it. -Alex *From: *Serkan Taş *Date: *Monday, February 24, 2020 at 11:06 PM

Re: compiler build failed...

2020-02-26 Thread Serkan Taş
Not sure Full output  : https://drive.google.com/open?id=1_6-rBQqTISbeoLvS2-yV8bSFkvS_ApxZ 26.02.2020 22:03 tarihinde Alex Harui yazdı: Which tests failed? *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Wednesday, February 26, 2020 at 10:41 AM *T

compiler build failed...

2020-02-26 Thread Serkan Taş
BUILD FAILED D:\dev\royale-emulation-works\github\royale-compiler\build.xml:108: The following error occurred while executing this line: D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\build.xml:171: The following error occurred while executing this line:

Re: style : overflow : auto

2020-02-24 Thread Serkan Taş
I am trying to be sure that you got the mail Alex, nothing more. Sorry for the missunderstanding. Serkan 25.02.2020 09:37 tarihinde Alex Harui yazdı: I am investigating.  Some problems are not quick to resolve. -Alex *From: *Serkan Taş *Date: *Monday, February 24, 2020 at 10:25 PM

Re: style : overflow : auto

2020-02-24 Thread Serkan Taş
Kindly remind. Android için Outlook'u edinin On Mon, Feb 24, 2020 at 11:54 PM +0300, "Serkan Taş" wrote: It is true that there is missunderstanding. The below code is not showing text in header just a green panel is shown, but it should. If you jave time may pl

Re: style : overflow : auto

2020-02-24 Thread Serkan Taş
It is true that there is missunderstanding. The below code is not showing text in header just a green panel is shown, but it should. If you jave time may please check it ? Android için Outlook'u edinin Kimden: Alex Harui Gönderildi: 24 Şubat 2020 Pazartesi 23:48 Kime: Serkan Taş; users

Re: style : overflow : auto

2020-02-24 Thread Serkan Taş
.  All you should see is the titlebar. What is the height of the Panel in Flex? -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Monday, February 24, 2020 at 2:25 AM *To: *"users@royale.apache.org" , Alex Harui *Subject: *Re: style : overflow : auto

Re: style : overflow : auto

2020-02-24 Thread Serkan Taş
om="0" paddingTop="0" paddingLeft="0" paddingRight="0"                height="100%" width="100%"                >                             text="PInara Workload Manager"/>                              

Re: style : overflow : auto

2020-02-23 Thread Serkan Taş
I'll try to find out. 24.02.2020 08:00 tarihinde Alex Harui yazdı: The height probably shouldn’t end up as 0px.  We see this often and have to debug into why it ended up as 0 and not some more useful number. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Dat

Re: MenuBar

2020-02-23 Thread Serkan Taş
Thanks Alex, it is enough for now. 24.02.2020 09:00 tarihinde Alex Harui yazdı: I checked Flex, it appears to use 10pixel margins so I just pushed a change for that.  If you don’t like it, feel free to tweak it (MXRoyale/src/main/resources/defaults.css). HTH, -Alex *From: *Serkan Taş

Re: MenuBar

2020-02-23 Thread Serkan Taş
I have working one but need some guidance to style, spacing between items for example. 24.02.2020 08:01 tarihinde Alex Harui yazdı: There is an mx:MenuBar.  It is working for Alina and Pashmina. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Sunday, F

mx:MenuBar

2020-02-23 Thread Serkan Taş
Any example for mx:MenuBar for royale to create flex like menu bar ? Royale : Flex : Thanks Serkan

style : overflow : auto

2020-02-23 Thread Serkan Taş
Hi, Due to overflow value the component is not displayed. Any ideas ? Thanks, Serkan

Re: local name space error

2020-01-27 Thread Serkan Taş
  which should go as an attribute at the top tag of your document.   From: Serkan Taş Sent: Monday, January 27, 2020 10:15 PM To: users@royale.apache.org Subject: local name space error   Hi, How can I get rid of the error below ?  should be very simple solution I guess... D:\dev\ro

local name space error

2020-01-27 Thread Serkan Taş
Hi, How can I get rid of the error below ?  should be very simple solution I guess... D:\dev\royale-emulation-works\github\royale-testing\src\main\mtest\FindBug.mxml(116): col: 3 Error: This tag could not be resolved to an ActionScript class. It will be ignored.  

Re: Infinite loop

2020-01-10 Thread Serkan Taş
created an issue for the case : https://github.com/apache/royale-asjs/issues/673 10.01.2020 12:24 tarihinde Serkan Taş yazdı: Hi, After I navigate over tree with clicking items, I got an error below: After this error if click on item, it enters in to infinite loop. I am not sure what

Infinite loop

2020-01-10 Thread Serkan Taş
Hi, After I navigate over tree with clicking items, I got an error below: After this error if click on item, it enters in to infinite loop. I am not sure what is going on and not sure exactly the reason I get the exception. it is still counting in console I captured it at 1259, it is over

Re: Tree menu expand vs click event

2020-01-10 Thread Serkan Taş
reporting the issue, thanks Yishay. Serkan 10.01.2020 10:11 tarihinde Yishay Weiss yazdı: I agree it’s a bug. *From:* Serkan Taş *Sent:* Friday, January 10, 2020 9:07:56 AM *To:* users@royale.apache.org *Subject

Tree menu expand vs click event

2020-01-09 Thread Serkan Taş
Hi, When using tree component in general (like windows explorer and Flex Tree), there is difference between action of expending tree and the node selection. For the current royale implementation it is not. No differentiation between these two events. I can only click the item and it is

Re: Event handling

2019-12-06 Thread Serkan Taş
about how TLF works in Flex and should work on Royale ? Thanks, Serkan -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, December 6, 2019 at 11:49 AM *To: *"users@royale.apache.org" *Subject: *Re: Event handling I am checking the samp

Re: Event handling

2019-12-06 Thread Serkan Taş
;0" verticalCenter="0" restrict="a-z 1-9"                         text="Text Area"/>                 heightInLines="10"                             backgroundColor="0xCC" text="Hello world!">             6.12.2019 22:48 tarihinde Ser

Re: Event handling

2019-12-06 Thread Serkan Taş
e bubbling is not specified, the listeners need to be attached to the target or, if the dispatcher is part of the DOM can be captured by parents. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Friday, December 6, 2019 at 11:32 AM *To: *"users@royale.apache.org"

Event handling

2019-12-06 Thread Serkan Taş
Hi, Where can I get information about event handling mechanism in royale ? e.g : dispatchEvent(new Event("textChanged")); needs to be handled in where ? Thanks, Serkan

Created pr #597

2019-12-01 Thread Serkan Taş
Created PR #597 , may pls check. Thanks. Serkan

Re: Missing semicolon causes compiler error !

2019-11-30 Thread Serkan Taş
Ok Carlos Android için Outlook'u edinin On Sat, Nov 30, 2019 at 8:32 PM +0300, "Carlos Rovira" wrote: Better log it in GitHub issues thanks El sáb., 30 nov. 2019 a las 13:39, Serkan Taş () escribió: Hi, I forgot to put

Missing semicolon causes compiler error !

2019-11-30 Thread Serkan Taş
Hi, I forgot to put semicolon at the end of the first line by mistake and got the compiler error : The code : Compiler error : I can file this as a bug if any one requires. Thanks, Serkan

Re: TextConverter method call

2019-11-27 Thread Serkan Taş
Hi Alex, TextConverter : https://drive.google.com/open?id=1_6-rBQqTISbeoLvS2-yV8bSFkvS_ApxZ It is working without any excepiton, but still can not show the text in TextArea. Going to try to find-out why... Thank, Serkan 27.11.2019 08:57 tarihinde Alex Harui yazdı: By deferring the

Re: TextConverter method call

2019-11-26 Thread Serkan Taş
er,  TextFieldHtmlExporter, null);             addFormat(PLAIN_TEXT_FORMAT, PlainTextImporter, PlainTextExporter, "air:text");     return true;         }         static public var _descriptors:Array;     static private var formatsSet:Boolean = setFormatsToDefault

"org.apache.royale.textLayout.conversion.FormatDescriptor is not a constructor"

2019-11-26 Thread Serkan Taş
Hi Alex, no compiler error, no console output on browser bu  discover this message in debugger, and can not explain. May be you have an idea : message : "org.apache.royale.textLayout.conversion.FormatDescriptor is not a constructor" stack : "TypeError:

Re: TextConverter method call

2019-11-26 Thread Serkan Taş
to change addFormat to accept the array to modify. HTH, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Tuesday, November 26, 2019 at 9:13 AM *To: *"users@royale.apache.org" *Subject: *Re: TextConverter method call Unfortunately there is not a getter

Re: TextConverter method call

2019-11-26 Thread Serkan Taş
ors getter to check if _descriptors has been initialized and if not, call setFormatsToDefault. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Monday, November 25, 2019 at 12:55 PM *To: *"users@royale.apache.org" *Subject: *TextConverter method cal

Re: textFlow is missing in TextArea component

2019-11-25 Thread Serkan Taş
Fixed ! Thanks, Serkan 25.11.2019 22:31 tarihinde Serkan Taş yazdı: Hi Alex, I am getting compiler error below when started to work on the issue. [java] D:\dev\royale-emulation-works\github\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\components\TextArea.as(505

Re: textFlow is missing in TextArea component

2019-11-25 Thread Serkan Taş
.     invalidateProperties(); } What is the root cause you think ? Thanks, Serkan 25.11.2019 19:48 tarihinde Serkan Taş yazdı: Ok, I got it. Thanks Android için Outlook <https://aka.ms/ghei36>'u edinin On Mon, Nov 25, 2019 at 7:47 PM +0300, "Alex Harui" <mailto:aha...@adobe.com>> wro

Re: textFlow is missing in TextArea component

2019-11-25 Thread Serkan Taş
ject of the email is ‘textFlow is missing in TextArea”, so that one.   From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, November 25, 2019 at 8:39 AM To: "users@royale.apache.org" Subject: Re: textFlow is missing in TextArea component   Whic

Re: textFlow is missing in TextArea component

2019-11-25 Thread Serkan Taş
" Subject: Re: textFlow is missing in TextArea component   The subject of the email is ‘textFlow is missing in TextArea”, so that one.   From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, November 25, 2019 at 8:39 AM To: "users@royale.apache.org&qu

Re: textFlow is missing in TextArea component

2019-11-25 Thread Serkan Taş
Which one iş not implemented, both? Android için Outlook'u edinin On Mon, Nov 25, 2019 at 7:22 PM +0300, "Alex Harui" wrote: Nobody has asked for it so far.  Feel free to implement it.   -Alex   From: Serkan Taş Reply-To: "users@royale.apa

Re: textFlow is missing in TextArea component

2019-11-25 Thread Serkan Taş
Which one ? Android için Outlook'u edinin On Mon, Nov 25, 2019 at 7:22 PM +0300, "Alex Harui" wrote: Nobody has asked for it so far.  Feel free to implement it.   -Alex   From: Serkan Taş Reply-To: "users@royale.apache.org" Date:

textFlow is missing in TextArea component

2019-11-25 Thread Serkan Taş
Hi, I am using popup to show a content of a file and setting the "textFlow" attribute of TextArea component.             protected function setLineNumbers():void {                 var flowComposer : StandardFlowComposer = StandardFlowComposer(mainTextField.textFlow.flowComposer);            

Re: Function call sequence

2019-11-25 Thread Serkan Taş
che.royale.core.IPopUpHost} */ popUpHost = org.apache.royale.utils.UIUtils.findPopUpHost(org.apache.royale.utils.Language.as(parent, org.apache.royale.core.IUIBase)); returns null 25.11.2019 09:14 tarihinde Serkan Taş yazdı: I got the exception below after changing code : At the line : 25.

Re: Function call sequence

2019-11-24 Thread Serkan Taş
popUpHost host is null   var /** @type {org.apache.royale.core.IPopUpHost} */ popUpHost = org.apache.royale.utils.UIUtils.findPopUpHost(org.apache.royale.utils.Language.as(parent, org.apache.royale.core.IUIBase)); returns null 25.11.2019 09:14 tarihinde Serkan Taş yazdı: I got

Re: Function call sequence

2019-11-24 Thread Serkan Taş
w.setFocus();             } *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Sunday, November 24, 2019 at 9:23 PM *To: *"users@royale.apache.org" *Subject: *Re: Function call sequence How can I set the property ? I need the reference of the object and object is created while I am

Re: Function call sequence

2019-11-24 Thread Serkan Taş
e and call addPopUp after setting properties.   My 2 cents, -Alex   From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Sunday, November 24, 2019 at 9:21 AM To: "users@royale.apache.org" Subject: Function call sequence   Hi, In my application I have

  1   2   3   4   >