Suppose I have a component A that extends UIBase which extends Sprite.
Suppose I have this code:
var a:A = new A();
Suppose I type a.gr ctrl-space.
Will Flash Builder suggest to complete it to a.graphics even though it will
result in a compile-time error?
--
View this message in context:
htt
So cool Piotr! :))
2016-12-05 23:54 GMT+01:00 piotrz :
> Carlos,
>
> Thanks for links - That was very helpful. I've created 2 interfaces
> IMdlColor and IMdlTextColor - That's representation of component color or
> component text's color.
>
> Last thing which I need to add is image support in Co
Great Peter, I'll be waiting to follow your changes onto MDL version
Thanks for taking care of this!
2016-12-05 17:41 GMT+01:00 Peter Ent :
> I just noticed this email. I have started to look into Slider. It was an
> early component, like ComboBox, and needs a little bit of work to bring it
> ba
Alex Harui wrote
> Any classes found in the source-path will be used instead of classes in a
> SWC. That is the basis of "monkey-patching".
I'm not very clear, but are you saying that when I declare a
\frameworks\projects\Binding\src\main\flex\org\apache\flex\binding\SimpleBinding.as"
instead fro
We've noticed that the release version misses some functionality that is
present in the debug version. This [1] bug demonstrates it. Can anyone
explain how that can be?
[1] https://issues.apache.org/jira/browse/FLEX-35198
--
View this message in context:
http://apache-flex-development.247
On 12/5/16, 11:47 PM, "Harbs" wrote:
>OK. I guess I’ll rework the definitions into extern js files when I have
>time.
In theory, if you use FalconJX to cross-compile those AS files, you should
get the right set of JS files to stick a folder called externs (instead of
js/out). The build script
It's a really big issue that all the Flash display list APIs show up in the
completion list for FlexJS components. People are going to get extremely
(EXTREMELY!) frustrated that they can't tell at a glance which subset of
properties is available in JS or not.
- Josh
On Tue, Dec 6, 2016 at 1:12 AM
On 12/6/16, 8:06 AM, "Josh Tynjala" wrote:
>It's a really big issue that all the Flash display list APIs show up in
>the
>completion list for FlexJS components. People are going to get extremely
>(EXTREMELY!) frustrated that they can't tell at a glance which subset of
>properties is available i
I did a quick test the other day where I tried creating a
flexjs-config.xml, which used js.swc instead of playerglobal.swc and the
SWCs in frameworks/js/FlexJS/libs instead of frameworks/libs. When I used
this new config, it didn't show any Flash APIs in the completion list in
VSCode, which was bet
On 12/6/16, 3:32 AM, "sankar" wrote:
>Alex Harui wrote
>> Any classes found in the source-path will be used instead of classes in
>>a
>> SWC. That is the basis of "monkey-patching".
>
>I'm not very clear, but are you saying that when I declare a
>"\frameworks\projects\Binding\src\main\flex\org
On 12/6/16, 8:36 AM, "Josh Tynjala" wrote:
>I did a quick test the other day where I tried creating a
>flexjs-config.xml, which used js.swc instead of playerglobal.swc and the
>SWCs in frameworks/js/FlexJS/libs instead of frameworks/libs. When I used
>this new config, it didn't show any Flash A
@Sankar, FlexJS binding support is not similar to regular Flex SDK binding
and FlexJS DataGrid. FlexJS having the supported classes for runtime data
update in DataGrid and dataprovider. If you need the sample code. i will
check in my demo list & share with you.
--
View this message in context:
I've committed and pushed changes to make Slider work. While doing a full
build of flex-asjs, the MDL project failed due to my changes to the HTML
version of Slider, so I made some quick fixed in MDL to get it to compile;
I do not know if they work.
Basically, I made the thumb and track elements o
I have assigned the JIRA issue to myself and will be looking into this.
‹peter
On 12/6/16, 1:11 AM, "sankar" wrote:
>Can Peter or anyone from Apache dev suggest where the present development
>stays for runtime data update to DataGrid component, or even any specific
>beads way already available,
PKumar wrote
> @Sankar, FlexJS binding support is not similar to regular Flex SDK
> binding and FlexJS DataGrid. FlexJS having the supported classes for
> runtime data update in DataGrid and dataprovider. If you need the sample
> code. i will check in my demo list & share with you.
I'd love to s
Hi,
In one of the MDL component I've created org.apache.flex.html.Image. I see
in code that this image has
"imageElement" property and "applyImageData", but I don't see them in
compiled swc. If I use them simply
var image:Image = new Image();
image.applyImageData("image.png");
compilation fail
On 12/6/16, 9:53 PM, "piotrz" wrote:
>Hi,
>
>In one of the MDL component I've created org.apache.flex.html.Image. I see
>in code that this image has
>
>"imageElement" property and "applyImageData", but I don't see them in
>compiled swc. If I use them simply
>
>var image:Image = new Image();
>im
Thanks Alex. I will use HTMLImageElement.
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Image-Missing-properties-in-created-Image-tp57045p57047.html
Sent from the Apache Flex Development mailin
Carlos,
I just transform Tooltip into bead - please check and correct me if you have
other idea about this component.
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-asjs-refs-heads-
What is the point of having flash only beads such as SolidBackgroundBead?
Doesn't it make sense to have a thin bead in html that at least allows me to
compile cross-platform? I don't mind adding a JS background bead, but I'd
like to hear if anyone has an argument for not doing so.
--
View this m
20 matches
Mail list logo