Re: Flex news site and rss feed

2016-10-25 Thread Justin Mclean
Hi, Adobe back in the day had a blog aggregator [1] which was a copy of the "full as a goog” blog aggregator. Both are no longer running. What is it that we want to actually aggregate? Do we have a list of sites/feeds? Thanks, Justin 1. http://feeds.adobe.com

Re: Flex news site and rss feed

2016-10-25 Thread OmPrakash Muppirala
The best aggregator for Flex and Flash I have seen, that is still active is: http://flashdaily.net/ All the latest news about FlexJS is also covered. Thanks, Om On Tue, Oct 25, 2016 at 12:09 AM, Justin Mclean wrote: > Hi, > > Adobe back in the day had a blog aggregator [1] which was a copy of

Re: Flex news site and rss feed

2016-10-25 Thread jude
The feed Adobe had back in the day was good. I don't know who uses RSS feeds anymore (well I do in my bookmarks). Mainly I was thinking, I have some Flash / Flex related news and want to share / wouldn't it be great to see everyone's news all in one place. In a perfect world it would be news conta

Re: [FlexJS] returning surrounding element in TextInput

2016-10-25 Thread Carlos Rovira
Hi Alex, I upload latest changes to git, but still not working as expected. If you want to check my MDLExample (App.mxml). There's 2 MDL TextInput. 1.- Left TextInput is working as expected since if you change text, the checkbox below changes text accordingly. 2.- Right text input is not working

Re: Flex news site and rss feed

2016-10-25 Thread Alex Harui
On 10/25/16, 9:48 AM, "jude" wrote: >The feed Adobe had back in the day was good. I don't know who uses RSS >feeds anymore (well I do in my bookmarks). Mainly I was thinking, I have >some Flash / Flex related news and want to share / wouldn't it be great to >see everyone's news all in one place.

Re: [FlexJS] returning surrounding element in TextInput

2016-10-25 Thread Alex Harui
I took a quick look. I may have missed something, but IMO, the "floating label" looks like it the same thing we call a "prompt" in Flex. There is a PromptBead in the FlexJS Basic set. IMO, the prompt/label should not be tied to the "text" property of the TextInput. When I ran the example, the

Re: Flex news site and rss feed

2016-10-25 Thread jude
That's how I understand it too. With Twitter you subscribe to accounts that are usually a person or a business. There are subject based accounts that post on a specific topic but they are few and far between. And those accounts content is generated by them manually searching for news and then posti

Re: [FlexJS] HTMLElementWrapper extending Sprite

2016-10-25 Thread Harbs
I forgot to respond to this earlier. Some inline responses: > What is the logic behind that statement? The wrapping object is an > EventDispatcher. Each EventDispatcher eats up some 40 bytes. I forgot about EventDispatcher. I was thinking it’s a simple object. You’re right. There is a memory h

HTML pass through

2016-10-25 Thread jude
Alex, I've been encountering two situations that don't quite fit into the FlexJS paradigm but may fit somewhere. *Use Case 1:* I'm a web developer who likes to write all my HTML by hand or I already have a project in HTML and the markup and CSS cannot be changed. But I've heard about FlexJS and A

Re: HTML pass through

2016-10-25 Thread Alex Harui
Interesting. Comments inline... On 10/25/16, 4:26 PM, "jude" wrote: >Alex, > >I've been encountering two situations that don't quite fit into the FlexJS >paradigm but may fit somewhere. > >*Use Case 1:* >I'm a web developer who likes to write all my HTML by hand or I already >have a project in

How to make InlineGraphicElements display a hand cursor

2016-10-25 Thread jude
I've been trying to figure out the TLF way to show a hand cursor on roll over on InlineGraphicElement and it seems the FlowElementMouseEventManager is preventing that with the _needsCtrlKey flag. This is set automatically by ContainerController when in edit mode in line ~3200: var needsCtrlKey:Boo

Re: HTML pass through

2016-10-25 Thread jude
First question. This is sort of a third use case. John is a developer at Mozilla and he doesn't like using or tags (case 1) and doesn't want to use wrapper components (case 2). He wants to use the fully qualified class names in MXML with auto complete and syntax checking. Everything else is the s

Re: HTML pass through

2016-10-25 Thread jude
FYI I don't know if it's common knowledge but the HTMLLoader / FlexHTMLLoader has the HTML core class types listed at runtime. Here is the window property (http://pasteboard.co/jseULM6lS.png). At runtime the window property is of type __HTMLScriptObject. At compile time it's Object. I couldn't f

Re: How to make InlineGraphicElements display a hand cursor

2016-10-25 Thread Alex Harui
Don't know for sure. Did you try to have an IGE as a child of a LinkElement? -Alex On 10/25/16, 7:36 PM, "jude" wrote: >I've been trying to figure out the TLF way to show a hand cursor on roll >over on InlineGraphicElement and it seems the FlowElementMouseEventManager >is preventing that with

Re: HTML pass through

2016-10-25 Thread Alex Harui
For FlexJS, MXML is converted to a data array (in ActionScript). We don't have an emitter that generates HTML. HTMLDivElement and HTMLButtonElement are defined in JS.swc. It might be possible and not too hard to create an HTMLApplication that uses a different MXMLDataInterpreter to translate the