Apache Flex Book Topic Wish List

2014-01-22 Thread Joseph Balderson
I'm starting this thread so people can list their "wish list" items for the upcoming Apache Flex book. The other thread is specifically for discussion on the status of the possible O'Reilly book. This book may not be an O'Reilly book (we'll see), but I'll definitely be writing an Apache Flex book

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Joseph Balderson
Thanks for your contributions Thiago. Let's table wish list items to a separate thread. ___ Joseph Balderson, Flex & Flash Platform Developer :: http://joeflash.ca Author, Professional Flex 3 :: http://tinyurl.com/proflex3book a

Re: setting page title dynamically using ExternalInterface.call()

2014-01-22 Thread modjklist
Thanks Lee, You are correct! The following works: var titleStr:String="window.document.title='"+userName+"'"; ExternalInterface.call("eval(" + titleStr + ")"); - Original Message - From: "Lee Burrows" To: users@flex.apache.org Sent: Wednesday, January 22, 2014 8:55:48 PM Subject:

Re: O'Reilly Apache Flex book help

2014-01-22 Thread a...@a00s.com
Hi Wish list, that I think it is important to those who want to start. Just my opinion, things that took me long time to understand, that could be very simple and quickly if I could found in one place. 1) How to download Flex. Looks stupid but once you download and install you start to w

Re: setting page title dynamically using ExternalInterface.call()

2014-01-22 Thread Lee Burrows
could the problem be the quote marks? your example becomes ...call("eval('window.document.title='myUsername')'"); and eval argument string has inner and outer sets of '' - if JS is fine with that, ignore me ;) On 23/01/2014 04:26, modjkl...@comcast.net wrote: Anyone know how to dynamically

Re: setting page title dynamically using ExternalInterface.call()

2014-01-22 Thread Alex Harui
BrowserManager? On 1/22/14 8:26 PM, "modjkl...@comcast.net" wrote: >Anyone know how to dynamically set the page title? I've seen various >posts using ExternalInterface, but haven't been able to get it working >with variables (hardcoded strings work fine though). Here's my latest >attempt: > >

setting page title dynamically using ExternalInterface.call()

2014-01-22 Thread modjklist
Anyone know how to dynamically set the page title? I've seen various posts using ExternalInterface, but haven't been able to get it working with variables (hardcoded strings work fine though). Here's my latest attempt: var titleStr:String="window.document.title='"+userName+"'"; ExternalI

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Joseph Balderson
Thanks Justin. One rule of thumb for time involved is 1-2 hours per page for authors -- that's me -- and 5-10 minutes per page for tech editing -- that's you Justin. Which is why, if a book goes past 400 pages, you need more than one author, unless you're David Gassner who can crack off a 1000-pag

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Mathieu St-Gelais
Hi. As a software engineer with five years of Flex experience, and a "not bad at all almost-reusable" Flex mobile software architecture (that I'll show you guys someday), I'd be really happy to help in the tech review, or any other way you see fit. I'm trying to find some ways to promote Flex as I

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Sumudu Chinthaka
Great Work Guys, Ill definitely pre order a copy thanks Sumudu On Thu, Jan 23, 2014 at 8:25 AM, Justin Mclean wrote: > Hi, > > > You'll do fine, Justin. As long as you're willing to put in the time to > read and > > double-read the entire book (usually as it's written chapter by chapter) > OK I

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Justin Mclean
Hi, > You'll do fine, Justin. As long as you're willing to put in the time to read > and > double-read the entire book (usually as it's written chapter by chapter) OK I'm in - but that shouldn't stop other people from wanting to help out as well. Thanks, Justin

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Angelo Anolin
I'd like to be involved in any way possible. I've just completed a small end to end business app for a client using flex and although I admit that I have to dive deeper into Flex, contributing to the book would facilitate a lot of learning on my part. On 2014-01-22 7:42 PM, "Justin Mclean" wrote:

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Joseph Balderson
You'll do fine, Justin. As long as you're willing to put in the time to read and double-read the entire book (usually as it's written chapter by chapter), and you have an eye for technical detail (which I figure you do ;), you don't need traditional editing experience. I've tech edited several book

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Justin Mclean
Hi, > Note that I'll need an official "tech editor", You said you wanted an experienced tech editor - not really sure I qualify. While I know Flex and Apache Flex well and have just finished writing a book myself (so have some familiarity with the process) I've not been a tech editor for a boo

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Joseph Balderson
It might... I'll mention to O'Reilly that people in the community are willing to pre-order if that helps the book go forward :) I'll keep you posted. ___ Joseph Balderson, Flex & Flash Platform Developer :: http://joeflash.ca Au

RE: O'Reilly Apache Flex book help

2014-01-22 Thread Mark Fuqua
I'll buy one...would pre orders help? Mark -Original Message- From: Joseph Balderson [mailto:n...@joeflash.ca] Sent: Wednesday, January 22, 2014 8:43 PM To: users@flex.apache.org Subject: O'Reilly Apache Flex book help Hi all, The latest news on the Apache Flex book with O'Reilly is th

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Joseph Balderson
Thanks Justin, you're hired! :) Note that I'll need an official "tech editor", responsible for tech proofreading the entire book, and you'll get a credit listing. Are you up for that? ___ Joseph Balderson, Flex & Flash Platform

Re: O'Reilly Apache Flex book help

2014-01-22 Thread Justin Mclean
Hi, > And so I need your help, everyone in the Flex community. I can certainly review + proofread etc. Also being the release manager for several versions I can help out with what new, what been fixed etc Thanks, Justin

O'Reilly Apache Flex book help

2014-01-22 Thread Joseph Balderson
Hi all, The latest news on the Apache Flex book with O'Reilly is that I'm currently in negotiations with them to have this book made, i.e. "Programming Apache Flex" as a continuance of that same series. It's taking some convincing to be honest, because the perception in the tech publishing industr

Re: OSX 10.9 Debugging

2014-01-22 Thread Jake Churchill
Jesse & Alex, Thank you for pointing me in these directions. The resources and the idea that ports could be closed by firewalls got me thinking so I tried telnetting to the ports. The issue ended up being that localhost was not accessible. I had copied over a large hosts file from another machi

Re: OSX 10.9 Debugging

2014-01-22 Thread Alex Harui
I don't have mavericks so I couldn't tell you. You can see from a web search that lots of people get stuck. For web-apps, usually it is about not having a debugger player. I thought that Flash Builder eventually times out and posts a dialog that talks about what socket it tries to use. Let's de

Re: OSX 10.9 Debugging

2014-01-22 Thread Jesse Ward-Karet
I always debug remotely. My flash player is on a different machine than my debugger. When I launch a debug session, when it hits 57% I know that I should be able to connect back successfully, so that's when I reload the page that hosts my SWF and Flash Player Debug will connect back. So maybe

Re: OSX 10.9 Debugging

2014-01-22 Thread Jake Churchill
I restarted, and checked my firewall settings. It was off. I turned it on and made sure FlashBuilder was set to allow incoming connections. I also added adl to that list. Still no go. Turned it back off, still nothing. Both mobile and web debugging are stuck at 57%. Is there a certain socket

Re: OSX 10.9 Debugging

2014-01-22 Thread Alex Harui
OK. Restart the computer to free up any stuck sockets. If it still doesn't work, I would begin to wonder if there is a firewall blocking the application's access to sockets. Here is a related article. No idea if it applies to Mavericks. http://www.macworld.com/article/1135888/firewalls.html -A

Re: OSX 10.9 Debugging

2014-01-22 Thread Jake Churchill
Brand new app with a label centered with "TEST" in it. Still hangs at 57%. I do have flash player debugger version installed. Have tried Chrome and Safari. For Chrome, I had to disable the built-in flash plugin but both showed debugger Yes on that test site. I went ahead and created a blank mo

Re: OSX 10.9 Debugging

2014-01-22 Thread Alex Harui
That should be flashplayerversion.com On 1/22/14 2:49 PM, "Alex Harui" wrote: >Jake, > >Let's start with debugging a web app. First, is this a brand new >workspace or did you copy one from the old machine? If it is old, create >a new workspace and create a test case project in it. > >Next, usi

Re: OSX 10.9 Debugging

2014-01-22 Thread Alex Harui
Jake, Let's start with debugging a web app. First, is this a brand new workspace or did you copy one from the old machine? If it is old, create a new workspace and create a test case project in it. Next, using the browser that you've chosen for FB debug configs, go to flashplayersion.com. Does

OSX 10.9 Debugging

2014-01-22 Thread Jake Churchill
I recently upgraded my mac to 10.9 by way of purchasing a new mac, not upgrading an existing. I installed all the usual XCode, FlashBuilder 4.7, etc. I noticed that I cannot debug anything on the desktop through ADL. It just sticks at 57%. I am also unable to debug web apps. The only type of d

RE: How to set JDK to use?

2014-01-22 Thread Kessler CTR Mark J
What OS are you using? If you using Windows you can go into your System Properties->Advanced->Environment Variables. -Mark -Original Message- From: Mikhail Vorobyov [mailto:vorobyov.mikh...@gmail.com] Sent: Tuesday, January 21, 2014 10:55 AM To: users@flex.apache.org Subject: How to s

RE: MX Datagrid Scroll issue incase of renderer as editor

2014-01-22 Thread Kessler CTR Mark J
How about the create Jira account page [1] too :) [1] https://cwiki.apache.org/confluence/display/FLEX/3.1+JIRA+Account -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, January 21, 2014 9:33 PM To: users@flex.apache.org Subject: Re: MX Datagr