Hi,
> Yes. To force a Label to be single line.
I guess that makes sense when you have MultiLineLabel. So should it ignore ’s in html=“…….” then?
> If you want the text to wrap, use MultiLineLabel.
The header docs for MultiLineLabel could do with an update I think, other than
it name it’s hard
Yes. To force a Label to be single line.
If you want the text to wrap, use MultiLineLabel.
> On Mar 2, 2017, at 2:54 AM, jus...@classsoftware.com wrote:
>
> Hi,
>
> Actually white-space: nowrap is on the Label not the Container but the
> question is still anyone know why that was added?
>
> T
Hi Hugo,
Since like Carlos I'm big fun of Intelij I'm using it to make fixes in
FlexJS. Unfortunately the only thing which you can do is writing code and
building using Maven.(encourage you to use it, cause setup of building is
quite easy) You will not be able to debug your project due to not comp
Hi,
> Is there any table or similar mapping FlexJS vs AS (classes, components,
> properties, methods...)?
There is one of the wiki but only at the component level. Properties and
methods are not always going to match the names of the FlexSDK and their may be
some features missing on the Flex
Is there any table or similar mapping FlexJS vs AS (classes, components,
properties, methods...)?
I have been fiddling with this for a couple of years now trying to convert
existing large projects from Flex / FlashBuilder to FlexJS, but keep stumbling
on missing bits. I know and appreciate i
flex-sdk_release-candidate - Build #245 - Successful
Changes since last build:
No changes
For more information, check the console output at
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/245/.
Hi,
Actually white-space: nowrap is on the Label not the Container but the question
is still anyone know why that was added?
Thanks,
Justin
Hi,
> Do you have any more complex sample with grids
From a few experiments I think data grids (if that is what you are referring
to) is going to be an area where FLexJS will need some more work but they are
supported currently. I’m not using data grids on this project.
Until someone tries it
Hi,
Any reason container adds white-space: nowrap to the innermost generated span?
This means any text wider than the container will overflow over the RHS rather
than wrap as expected.
AFAICK there no easy way to change the white-space property of the constructed
divs. Am I missing a bead or o
On 3/1/17, 3:17 PM, "hferreira" wrote:
>I have a licensed Ultimate IntelliJ IDEA and I love it !
If IntelliJ is a requirement, are you willing to spend some time trying to
use the workarounds we know of, and/or try to find alternative solutions?
IIRC, there is a workaround for code intelligen
Justin Mclean wrote
> I’m surprised you list two-way binding as a needed feature
I know that what one of the last features from the old Flex from Adobe but I
use it a lot !
Justin Mclean wrote
> Currently it requires some manual steps
A lot of steps on my opinion that will discourage many devs
I have a licensed Ultimate IntelliJ IDEA and I love it !
Visual Studio Code seems a way back and for kids (sorry :))
For a very basic text editor I use Notepad++ on Windows and TextWrangler on
Mac.
I need to get time to go thru the process but a complex sample would break
down barriers and would b
This [1] thread talks about the advantages of SWF for JS targeted projects.
[1]
http://apache-flex-development.247.n4.nabble.com/FlexJS-Importance-of-SWF-output-td55843.html#a55849
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Coordinate-Spac
I started working on AMF3 a few days ago. Due to work I couldn't get my
hands this days, but expect to get back to it ASAIC.
For IDEA, I'm a big fan and supporter of IDEA IDE, and many folks here and
using it already for FlexJS. However, I recommend you to
check vscode+nextgenas, if you don't want,
Speaking for myself, my problems haven't been with layouts not being
flex-like but rather with unpredictable behavior. Off the top of my head,
x=0 now sets positioning to absolute, which changes behavior in more than
one way. This is a big side effect, and to me unpredictable side effects are
a pai
Hi,
Probably better to read the first sentence as " ignore the SWF side”, I still
want to code / compile AS (as it pick up more issues) but ignore the SWF output.
> The workflow I found to work well as an application developer is basically to
> ignore the AS side. Reasons being:
> - The framewo
Hi,
> If you are creating things from scratch:
> - only use (x,y) in Containers[2] where you do not set the Container's
> padding and you do not set margins on your elements.
I think HContainer and VContainer and % width and % height are likely to be
used more often, especialy with layout needi
Hi,
> I think we have confusion over what FlexJS is trying to deliver. If we are
> trying to make a new Flex that works on both HTML/JS and SWF platforms,
> that, to me, implies SWF is the preferred platform and we need to make
> HTML/JS platform conform to it. Thus the coordinate system needs to
Hi,
> 1. Support communication with server-side thru AMF3
This is currently being worked on, performance however may be different.
> 2. Support communication with server-side thru REST
This is possible now and work quite well in my experience.
> 3. Easy to build components like MXML
Composing
Justin,
No problem.
I know that, this is a community project and I'm not expecting a particular
features/issue solved on 4.16 release.
I only wanted to know if there is any issue or the focus is now 100% FlexJS.
--
View this message in context:
http://apache-flex-development.247.n4.nabble.
Alex,
I just introduce CollectionEvent and use it in ArrayList. :)
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-ArrayList-and-events-with-items-tp59902p59958.html
Sent from the Apache Flex De
IMO, it depends on how complex. We are looking for folks who are willing
to put up with the rough edges and help us make FlexJS strong enough to
support your application. It won't be like working with Flex 4.x. There
will be lots of bugs and other issues, but we need real world applications
How about this…
If you are migrating from Flex 4 to FlexJS, then you:
- use (x,y) to set position
- do not put margins on your elements (margins weren't in Flex anyway)
- Use PaddedContainer[1] whenever you need a Container.
- you can safely apply padding to PaddedContainer and the child elements'
And what could be better than attending our first flexjs summit at this year's
apache con in Miami in May? :-)
We wouldn't be doing that and traveling there from all over the world, if we
didn't believe in it being THE next thing in web development.
Chris
Von meinem Samsung Galaxy Smartphone
To append to what Alex said, I think is a good momento to jump to FlexJS
and help development.
I found somewhat affordable and end doing an entire library with Piotr (a
library that implements the
complete set of Material Design Library).
For me, some months ago that was not possible, today I thin
On 3/1/17, 6:43 AM, "hferreira" wrote:
>Hello community,
>
>I just wanted to know that current state of FlexJS ?
>Is still too far away to be considered for a complex application ?
IMO, it depends on how complex. We are looking for folks who are willing
to put up with the rough edges and help
Thanks Chris, Can you describe the symptoms of a deserialization attack, so I
know the problem this is solving? (e.g. how would I know if it affects my app?)
>
> On March 1, 2017 at 1:04 AM Christofer Dutz
> wrote:
>
> Hi guys,
>
> I just wanted to inform you that a few days ago
Hello community,
I just wanted to know that current state of FlexJS ?
Is still too far away to be considered for a complex application ?
Thank you,
Hugo.
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/The-state-of-FlexJS-tp59948.html
Sent from the Apache
I think there are a couple of things going on:
1) Some folks have asked for an API that reduces migration pain when
porting existing Flex apps.
2) We want the thinnest possible overhead over hand-coded HTML/JS/CSS.
These two goals are in opposition because Flex:
A) didn't support margins
B) had p
On 2/28/17, 11:51 PM, "Justin Mclean" wrote:
>Hi,
>
>>> Having a document somewhere listing what is implement and what isn’t
>>> would be useful I think rather than having to hunt through examples /
>>> mailing list etc etc.
>>
>> There is ASDoc [1][2].
>
>ASDocs are the API docs so I’m not 10
I agree with this. Now that these layouts and containers are really
getting used in a more practical way we can see what's going on.
I was thinking that .x and .y would be "native" setters. On SWF, .x = 0
would read x back as 0 but on JS it might read back as 20, depending on
padding and border st
I think there should be two separate value sets.
There should be set values and inferred values.
Currently FlexJS is relying WAY too much on the browser to get and set values.
Case in point: We just profiled our app and using the VerticalLayout, are
relatively simple layout was taking about 250
I think we have confusion over what FlexJS is trying to deliver. If we are
trying to make a new Flex that works on both HTML/JS and SWF platforms,
that, to me, implies SWF is the preferred platform and we need to make
HTML/JS platform conform to it. Thus the coordinate system needs to
reflect that.
I believe at this point, Container and perhaps the layouts need a
re-write. These are fundamental to FlexJS and must be correct. FlexJS is
trying to bridge two worlds with different ideas about coordinate systems
and it is behaving erratically at times, like this.
I think the solution is more comp
Hi,
> A lot of time (years) that I follow the forum punctually without
> intervention.
> Not that I'm need, but version 4.16 has long been in night builds.
> Is there any estimate of coming to appear as the final download?
Sorry for the delay, my $dayjob(s) have been taking up too much time and I
A lot of time (years) that I follow the forum punctually without
intervention.
Not that I'm need, but version 4.16 has long been in night builds.
Is there any estimate of coming to appear as the final download?
--
View this message in context:
http://apache-flex-development.247.n4.nabble.co
Isn't this what localToGlobal etc.. did for Flex?
Personally I would like testButton.x to return 0 in all instances. Unless I
want it's actual screen position where I use the helper functions like
localToGlobal etc..
On Tue, Feb 28, 2017 at 8:50 PM, Peter Ent wrote:
> Hi,
>
> In an effort to cl
Hi guys,
I just wanted to inform you that a few days ago I added some changes to BlazeDS.
What I did – besides some cleaning up – was to change some of the defaults used
by an out-of-the-box BlazeDS instance.
Being the one maintaining BlazeDS I always got a little nervous when reading
about so
Hi,
"unrelated to a class would go" I mean.
Thanks,
Justin
39 matches
Mail list logo