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 {
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
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/
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
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/
Hello, in fact I renamed the swc files and compilation was ok
Nicolas
-
Nicolas
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/
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
No, I did not
I will
Nicolas
-
Nicolas
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/
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
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/
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
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
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
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"],
"
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
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/
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/
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"
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
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
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/
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/
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
23 matches
Mail list logo