Re: MX:Label automatic truncation with tooltip

2020-10-01 Thread tranquiliste
Hello, Thanks Alina, I think it will be easier for me to just define a new class that extends mx:Label and listen to an event which indicates that the text has changed and then execute a simple function to redefine the text. just as followed public function changeStr():void {

MX:Label automatic truncation with tooltip

2020-10-01 Thread tranquiliste
Hello, With Flash there were a feature when you added a maxWidth to a Label where it automatically truncated the text to the maxwidtht putting "..." at the end and generating a toolTip to display the full text (see doc [1]) . Is there a bead in Apache Royale to reproduce this behaviour? Thanks N

Re: Height of mx panel title bar and headerHeight of AdvancedDataGrid

2020-09-29 Thread tranquiliste
Hello Greg, Thansk for the adviced, I have already tried that but it messes up the whole Panel Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Height of mx panel title bar and headerHeight of AdvancedDataGrid

2020-09-28 Thread tranquiliste
Hello, I noticed that the MX Panel title have a standard height of 30px, is there a way to change that? Also for the the MX AdvancedDtagrid the headerHeight has no effect, is there a way to correct that also Thanks Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble

Re: Build a custom version

2020-09-18 Thread tranquiliste
Thanks very much Carlos, I am also on Mac, I will look at your script and make it my own Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Build a custom version

2020-09-18 Thread tranquiliste
Hello, in fact I renamed the swc files and compilation was ok Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Build a custom version

2020-09-18 Thread tranquiliste
Hello Piotr, I have added the with-distribution option and succeeded in making it work by adding also a -DdistributionTargetFolder Though I have some questions to make a similar package to the one provided by Apache Royale - the .swc generated in the framework/js/libs have the version in suffix

Re: Build a custom version

2020-09-17 Thread tranquiliste
No, I did not I will Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Build a custom version

2020-09-17 Thread tranquiliste
Good morning all, Not sure I am in the right section. I was trying to build a custom version of Apache Royale I followed the instructions provided in the github wiki (1) https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven compiler, typedefs and royale-ajs were successfully

Re: resizing after adding a child

2020-09-02 Thread tranquiliste
No worries Carlos, thanks for looking at it. I will wait to see if someone has an idea Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

resizing after adding a child

2020-08-31 Thread tranquiliste
Hello all, I have a question. In our application there are cases where we add data (addchild method) after sizes of the elements have been calculated and in that case I would like to have the size to be recalculated. Is there a way (beads) to do that? Thanks Nicolas - Nicolas -- Sent from

mx:advancedDataGridColumn labelFunction emulation with jewel datagrid

2020-08-05 Thread tranquiliste
Hello all, with mx: AdvancedDatagridColumn, there were a labelFunction property which allowed to execute a function on each value of a column. Is it possible and how to do the same with jewel DataGrid? I want ot do somthing very simple to display '--' when value is empty or null Thanks Nicolas

jewel Datagrid dynamic column label

2020-08-04 Thread tranquiliste
Hello all, I have done some testing and apparently this is not possible to have dynamic label for the colums with jewel like I have a situation where I list the invoices for the last 3 month and the 3 column label should be month name Nicolas - Nicolas -- Sent from: http://apache-royale

Re: Issue when extending mx.Core.Application

2020-07-22 Thread tranquiliste
Hello Carlos, Thanks for your answer. I don't knwow which part o f the configuration may be faulty I am using Visual Studio Code as IDE and the BowlerHatLLC extension My compiler options is as followed { "compilerOptions": { "targets": ["JSRoyale"], "source-path": ["src"], "

Issue when extending mx.Core.Application

2020-07-21 Thread tranquiliste
Hello all, I have a strange issue with my code. I have a class that extends mx.core.Application and which is use in my main mxml. It compiles without any error but do not displays anything. There must be somtething wrong but I can't see it Here is the code below Thanks for your help *TestClas

RE: Bug with Box ? error =>TypeError: child is null BoxLayout.js:77:9

2020-07-15 Thread tranquiliste
Thanks For the answer, That's what I thought based on my tests. I will find a way to not have this case Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

css rule @keyframes

2020-07-15 Thread tranquiliste
Hello all, I wanted to include the css rule @keyframes in my css file but apparently it is not populated in the css file generated by Apache Royale Is there a way to do it? Thanks Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Bug with Box ? error =>TypeError: child is null BoxLayout.js:77:9

2020-07-09 Thread tranquiliste
Hello all, I have an error with Box which I don't know how to correct and I wonder if it's a bug I have reproduced the issue in a simple code as followed *TextBinding.mxml* http://ns.adobe.com/mxml/2009"; xmlns:ecrans="ecrans.*" xmlns:j="library://ns.apache.org/royale/jewel"

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread tranquiliste
Hello, No I am not compiling from source, how should I do? my current compiler options are (with visual studio code) { "compilerOptions": { "targets": ["JSRoyale"], "source-path": ["src"], "source-map": true, "output": "../Pr

Re: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread tranquiliste
Thanks Harbs, I don't want to use the nightly build for the project to avoid regression, so I was thinking to backport the 2 lines modification in the 0.9.7 and I was wondering if/what I need to compile the patched 0.9.7? Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread tranquiliste
I confirm that it is corrected in the nightly build. Do you know when 0.9.8 is expected to be released? Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread tranquiliste
Hello, Thanks for your quick answer. I am using 0.9.7. Il will install the nightly build to see if it has been corrected Nioclas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread tranquiliste
Hello all, I was testing my application on IE11 and I noticed that set visible was not working correctly in IE11 as the container had still the visibility at 'hidden' (with errorContainer.visible=true; fir instance) Looking in more detail to the source of UIComponents.js I saw that the set visib