[flexcoders] Apple's XCode 5 requirement

2013-12-20 Thread Jake Churchill
Guys, I got a notice from Apple this week that all apps need to be built using XCode 5 and optimized for iOS7. I use FlashBuilder 4.7 and I've got the flex 4.6 SDK that came with it but I've upgraded the AIR SDK to 3.9 and compiled against that. Will that be enough to satisfy this requirement

[flexcoders] Apple's XCode 5 requirement

2013-12-19 Thread Jake Churchill
Guys, I got a notice from Apple this week that all apps need to be built using XCode 5 and optimized for iOS7. I use FlashBuilder 4.7 and I've got the flex 4.6 SDK that came with it but I've upgraded the AIR SDK to 3.9 and compiled against that. Will that be enough to satisfy this requirement

[flexcoders] Sprite Auto Align [1 Attachment]

2013-11-22 Thread Jake Churchill
Guys, I'm working on a project with a component that displays child sprites of different sites and allows the user to arrange them. The sprites are all rectangles of different sizes. What I'm trying to do is create an auto-align which will crunch the children down into the smallest possible

Re: [flexcoders] Android/mobile question

2013-11-07 Thread Jake Churchill
Definitely not right. You just gotta keep in mind that that there are LOTS of sizes for android devices so your sizes should be percent based. CSS will work fine. I'm not sure what you're talking about with tables, assuming a flex grid or html table? With HTML, most everything uses CSS, with

Re: [flexcoders] Re: Flex Mobile Apple Submission Issue

2013-06-21 Thread Jake Churchill
at the new AIR compiler (it points to my old SDK directory), so I had to move some stuff around when compiling, but that should be it. --- In flexcoders@yahoogroups.com, Jake Churchill reynacho@... wrote: Guys, I have a flex mobile app that has been on the appstore for a while and I

[flexcoders] Flex Mobile Apple Submission Issue

2013-06-20 Thread Jake Churchill
Guys, I have a flex mobile app that has been on the appstore for a while and I was just trying to submit a revision to it when I got this automated response from apple: *iPhone 5 Optimization Requirement* - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app

[flexcoders] Apple Mobile App

2013-03-28 Thread Jake Churchill
Guys, I just submitted an update (bug fixes) to an iOS flex mobile app and I got this email back saying: *Missing Push Notification Entitlement* - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the

Re: [flexcoders] Flex programming issue

2013-03-01 Thread Jake Churchill
There's an itemRenderer and itemEditor. If you want to use the same, you say editable=true and there's another property rendererIsEditor=true (or might be editorIsRenderer - I always get it mixed up) Try that. -Jake On Fri, Mar 1, 2013 at 4:41 AM, devchetu devch...@yahoo.com wrote: ** I

[flexcoders] Re: Mobile App Entitlements

2013-02-13 Thread Jake Churchill
Anyone??? Anything??? On Mon, Feb 11, 2013 at 12:54 PM, Jake Churchill reyna...@gmail.com wrote: Guys, I have a mobile application that was created last year using FlashBuilder 4.6 (AIR 3.4). It's a pretty basic app, in that it just interacts with data from a server. There is one view

Re: [flexcoders] Re: Mobile App Entitlements

2013-02-13 Thread Jake Churchill
13, 2013 at 10:18 AM, Jake Churchill reyna...@gmail.comwrote: ** Anyone??? Anything??? On Mon, Feb 11, 2013 at 12:54 PM, Jake Churchill reyna...@gmail.comwrote: Guys, I have a mobile application that was created last year using FlashBuilder 4.6 (AIR 3.4). It's a pretty basic app

[flexcoders] Mobile App Entitlements

2013-02-11 Thread Jake Churchill
Guys, I have a mobile application that was created last year using FlashBuilder 4.6 (AIR 3.4). It's a pretty basic app, in that it just interacts with data from a server. There is one view that interacts with CameraRoll and the CameraUI, but that's it. The initial build of the app went through

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-07-03 Thread Jake Churchill
22, 2012 at 2:56 PM, Jake Churchill reyna...@gmail.comwrote: ** I got my hands on an android 3 tablet and the same thing happens there. I was also able to test on an android 2.3 phone and it does not happen there. So, anything in android 3 or 4 and orientation changes that I should

Re: [flexcoders] MouseEvent over chart [1 Attachment]

2012-07-03 Thread Jake Churchill
it around. When you run over the background element, it goes crazy. Thanks! -Jake On Fri, Jun 29, 2012 at 12:49 PM, Jake Churchill reyna...@gmail.com wrote: I'm using a microsoft wireless mouse on my windows machine and the built-in touchpad mouse on the macbook pro. I'll throw together a quick

Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Jake Churchill
, 2012 at 1:38 AM, Alex Harui aha...@adobe.com wrote: ** It is up to you. It would be annoying to code up a workaround when it is just some device or driver on your computer. On 6/28/12 4:04 PM, Jake Churchill reyna...@gmail.com wrote: This is an air app, so it's happening in adl

Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Jake Churchill
that just reports coordinates and see if has the same problem. If it does, that would be the test case to file with a bug report. -Alex On 6/29/12 7:47 AM, Jake Churchill reyna...@gmail.com wrote: Alex, I ended up commenting out any code that checks against previous mouse events y

[flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
Guys and Gals, I'm working on a charting app where we draw things over the chart (trend lines and stuff). The problem I'm running into is the mouse events are not consistent. For example, I'll be drawing and the mouse events come through with their Y position jumping up to the top, then back

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
the target as well. The target is likely changing and thus, the coordinates local to that target. On 6/28/12 10:11 AM, Jake Churchill reyna...@gmail.com wrote: Guys and Gals, I'm working on a charting app where we draw things over the chart (trend lines and stuff). The problem I'm running

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
on other machines, browsers, etc? On 6/28/12 2:21 PM, Jake Churchill reyna...@gmail.com wrote: No, it always stays the same. Here's what I have, a custom annotation called DrawingAnnotation which handles clicking, lines, etc. When a line is added it's drawn on the chart, but all references

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-06-22 Thread Jake Churchill
issues. Nick On Thu, Jun 21, 2012 at 5:22 PM, Jake Churchill reyna...@gmail.comwrote: ** I'm in the middle of writing a flex mobile app and when I debug in the emulator it's fine but on my phone (Verizon Google Nexus) when I rotate to landscape it dies. If I start up in landscape, it's

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-06-22 Thread Jake Churchill
though. -Jake On Fri, Jun 22, 2012 at 11:33 AM, Jake Churchill reyna...@gmail.com wrote: Let's compare really quick... I'm just listening for the orientationChange event and switching states in my view accordingly. (Code below) Is that basically how you handle it as well or are you doing

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-06-22 Thread Jake Churchill
it? This is super frustrating though. -Jake On Fri, Jun 22, 2012 at 11:33 AM, Jake Churchill reyna...@gmail.comwrote: Let's compare really quick... I'm just listening for the orientationChange event and switching states in my view accordingly. (Code below) Is that basically how you handle

[flexcoders] Flex Mobile Android 4 (ICS)

2012-06-21 Thread Jake Churchill
I'm in the middle of writing a flex mobile app and when I debug in the emulator it's fine but on my phone (Verizon Google Nexus) when I rotate to landscape it dies. If I start up in landscape, it's fine until I switch to portrait, then it dies. In either case, there is no error in the debug

Re: [flexcoders] Rendering Freezes

2012-04-09 Thread Jake Churchill
to reduce CPU usage when “idle”. If you are getting mouse events, check the targets to see if they make sense. A popup overlay would likely change the target. Or just dump the display list on a mouse event and see if it makes sense. On 4/5/12 8:52 AM, Jake Churchill reyna...@gmail.com wrote

Re: [flexcoders] Rendering Freezes

2012-04-09 Thread Jake Churchill
“idle”. I’m just recalling the kinds of issues that came up when they started idle management a few years back. Google “Adobe AIR idle” for a review. On 4/9/12 8:08 AM, Jake Churchill reyna...@gmail.com wrote: Alex, Is there a way to keep the app from being idle when in the background

Re: [flexcoders] Rendering Freezes

2012-04-09 Thread Jake Churchill
! -Jake On Mon, Apr 9, 2012 at 1:15 PM, Alex Harui aha...@adobe.com wrote: ** Did you try keeping some sort of screen updating going all of the time? Current time, a news feed, something like that? On 4/9/12 9:52 AM, Jake Churchill reyna...@gmail.com wrote: So, any suggestions

Re: [flexcoders] Rendering Freezes

2012-04-05 Thread Jake Churchill
handlers, do they get called? If so, how often? How about mouse or keyboard event? Does the profiler continue to work? What does it say is running? On 4/4/12 7:17 PM, Jake Churchill reyna...@gmail.com wrote: Windows for now. I haven't been able to duplicate issue on a mac

[flexcoders] Rendering Freezes

2012-04-04 Thread Jake Churchill
for 3 days without any luck of the problem even being acknowledged other than the one ipad game source. Here's that blog post again: http://www.blog.arnlweb.com/adobe/flash/air-3-2-rendering-freeze-bug/ Please please help me out if you can. Thanks! -Jake Churchill

Re: [flexcoders] Rendering Freezes

2012-04-04 Thread Jake Churchill
. About half the time, I just get a snapshot frozen where the last update happened, and sometimes the screen is completely white. -Jake On Wed, Apr 4, 2012 at 4:12 PM, Alex Harui aha...@adobe.com wrote: ** Is it intermittent or can you reproduce it at will? On 4/4/12 12:32 PM, Jake Churchill

Re: [flexcoders] Rendering Freezes

2012-04-04 Thread Jake Churchill
, 2012 at 7:36 PM, Alex Harui aha...@adobe.com wrote: ** Mac and Win? Different GPU configs? What does memory and CPU for the process look like? On 4/4/12 2:37 PM, Jake Churchill reyna...@gmail.com wrote: Alex, It's intermittent, but routinely happens after the app has been open

[flexcoders] AIR 3.2 Update Breaks My App

2012-04-03 Thread Jake Churchill
Good morning community, I have an AIR app developed under the 3.1 SDK which is used for displaying real-time charting data. It's not overly complex, just a socket connection receiving data and updating chart data providers. The app has been released for about a month and all has been great.

[flexcoders] Flex/AIR Developer Needed

2011-11-28 Thread Jake Churchill
the bill, please send your resume/cover letter and standard information to j...@cfwebtools.com. -- *Jake Churchill Sr. Web Application Developer* *CF Webtools* You Dream It... We Build It. http://www.cfwebtools.com/ 11204 Davenport, Suite 100 Omaha, Nebraska 68154 O: 402.408.3733 x103 E: j

Re: [flexcoders] Cairngorm 2.2.1 with Flex 4

2010-09-05 Thread Jake Churchill
I recommend Swiz Sent from my Droid On Sep 5, 2010 7:14 AM, claudiu ursica the_bran...@yahoo.com wrote: Cairngorm 2.x is not officially supported anymore by Adobe. You'd be better of trying to move towards the Parsley framework (w/o) Cairngorm 3 libs. Or you can try a relatively new kid on

Re: [flexcoders] Slow connection to a server

2010-09-02 Thread Jake Churchill
Try using Swiz. There is a delegate helper class that allows you to timeout the async request for a certain amount of time. As long as you are sequencing your events correctly and taking advantage of binding, you shouldn't have to worry about slow connections. If someone is on a slow

Re: [flexcoders] HTTPService not updating...

2010-08-17 Thread Jake Churchill
It might be getting cached. nbsp;Try adding a timestamp to the end of the url (ie url/myfile.xml?timestamp={currentTimeStamp} ). Before you all the .send() method, reset the timestamp variable to the current time. nbsp; -Jake -- Sent from my Palm Pre On Aug 17, 2010 6:23 PM, Laurence

Re: [flexcoders] Checking that multiple events have been dispatched

2010-08-15 Thread Jake Churchill
Set variables somewhere that you can look at prior to dispatching the next event. nbsp;If they haven't, set a timer and check again. nbsp;Or, you a chain them in the handling of the events. -- Sent from my Palm Pre On Aug 15, 2010 10:21 AM, chenyang3 lt;chenya...@hotmail.comgt; wrote:

[flexcoders] Charting Line Segments

2010-06-28 Thread Jake Churchill
I've run into an issue that for the life of me I can't seem to figure out. I've been working on this same problem for days and I keep hitting a wall. I have a Cartesian chart with several LineSeries and a PlotSeries. The vertical axis is numeric and the horizontal is a category axis. The value

Re: [flexcoders] Charting Line Segments

2010-06-28 Thread Jake Churchill
LineSeries and overriding the appropriate functions inside of it to try and trace out how each segment is loading? Brendan On Mon, Jun 28, 2010 at 3:18 PM, Jake Churchill reyna...@gmail.comwrote: I've run into an issue that for the life of me I can't seem to figure out. I've been

Re: [flexcoders] Charting Line Segments

2010-06-28 Thread Jake Churchill
isolating the line series and seeing what that renders like. Brendan On Mon, Jun 28, 2010 at 3:37 PM, Jake Churchill reyna...@gmail.comwrote: I haven't isolated just that series. I'll try that. I was however, trying to figure out which methods to override to see that. Do you know

Re: [flexcoders] draw an arc

2010-05-26 Thread Jake Churchill
I've seen it done before where the arc is not technically smooth but it's a bunch of connected straight lines in very short increments (like 4 lines per degree). The math is a total pain. If you end up doing something like that, get ready to re-learn geometry and trigonometry. Flex 4 has

Re: [flexcoders] The Flex DOM?

2010-05-24 Thread Jake Churchill
It's kind of like a DOM. It's just a hierarchical relationship of components and controls. On Mon, May 24, 2010 at 4:01 PM, Nick Middleweek n...@middleweek.co.ukwrote: Hi, Might be a silly one but Flex doesn't have a DOM does it... or does it? I'm pretty sure I've seen a debugger app

Re: [flexcoders] Simple Flex 3 Question.

2010-04-22 Thread Jake Churchill
all UI Components have a tooltip property. It probably had something to do with the bars being too narrow for the font. On Thu, Apr 22, 2010 at 7:16 AM, johnvid john...@rocketmail.com wrote: Last noght I had tooltips everywhere(without coding them on everything), on every tab

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Jake Churchill
Download cairgorm extensions. nbsp;It has classes called Callbacks which basically notifies the view after a command has finished. nbsp;It's perfect for this situation. -Jake -- Sent from my Palm Prē On Apr 18, 2010 1:02 PM, Nick Middleweek lt;n...@middleweek.co.ukgt; wrote: nbsp;

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Jake Churchill
, Thanks for the info... I know this sounds crazy but because of project/ company politics we have extreem difficulty getting 3rd party libraries on the project. Are there any preferred alternative ways? Cheers, Nick On 18 April 2010 19:11, Jake Churchill lt;reyna...@gmail.comgt; wrote

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread Jake Churchill
70 fps Intel Core 2 Duo @ 3Ghz flash player version 10,0,45,2 On Fri, Apr 9, 2010 at 8:27 AM, Robert VanCuren Jr robert.vancuren...@gmail.com wrote: 53 fps Intel Core 2 Duo T9400 @ 2.53GHz Flash player version 10,1,51,95 On Fri, Apr 9, 2010 at 4:51 AM, Allan Pichler dreamc...@gmail.com

[flexcoders] RemoteClass Metadata

2010-04-07 Thread Jake Churchill
I am working on a Flex/.NET project using webOrb and we are going to use webOrb to auto-generate the value objects but the packaging is quite different between the server and the client. I want to use the RemoteClass aliasing in Flex but I'm not sure about the packaging differences. My question

Re: [flexcoders] Flash Builder 4 dog-slow while editing MXML files

2010-04-06 Thread Jake Churchill
I have seen this too. I'm on a Windows 2.6GHz machine with 4GB ram and Windows 7 and it's way slower than FB3 on the same machine. My actionscript is slower as well. It has something to do with matching text instances I think but I haven't figured out how to turn it off yet. If anyone knows,

Re: [flexcoders] Re-Compiling MXML with Flex 4 (Before I Used Flex 3.X)

2010-03-26 Thread Jake Churchill
I'm pretty sure 1 and 3 can both be accomplished by setting the theme property on the application to halo which used to be the default. Now the default is spark which is the visual change and I believe the backgroundGradient is no longer applicable there but still is on halo. -Jake On Fri, Mar

[flexcoders] Framework Choice

2010-03-24 Thread Jake Churchill
people on in the future for this project. If that's the case, it would likely be easier to find people familiar with Cairngorm than some of the alternatives. But, I don't want to rule out any of the alternatives if they might actually be a better choice. Opinions please. Thanks! -Jake Churchill

Re: [flexcoders] Re: Framework Choice

2010-03-24 Thread Jake Churchill
would also recommend a versioning system - we use Subversion. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Jake Churchill reyna...@... wrote: I have been tasked with architecting a large application for a company a friend of mine works at. I will also do some

Re: [flexcoders] Do you need to uninstall Flex Builder 3 before installing Flash Builder 4??

2010-03-24 Thread Jake Churchill
I was told by Adobe prior to buying FB4 that FB4 will install a new separate instance so they should be able to coexist. On Wed, Mar 24, 2010 at 11:59 AM, fred44455 fred44...@yahoo.com wrote: Or can they coexist together?

Re: [flexcoders] Arrows for TabNavigator

2010-03-19 Thread Jake Churchill
Add an event listener for the keyDown event and do event.preventDefault(); event.stopPropagation(); event.stopImmediatePropagation();. That should take care of it as long as you catch it before it gets anywhere. If that doesn't work, you'll need to extend tabNavigator in a custom component and

Re: [flexcoders] Please tell me if this is a good way to learn AS3??

2010-03-03 Thread Jake Churchill
If you want to learn AS3, first learn syntax. Since you know Java I assume this is not a problem because it's almost the same. Then, focus on learning the framework (what classes are available, etc). Finally, dig into the component lifecycle. This is the hardest but is important to know how

Re: [flexcoders] Re: Dynamically create a Value Object...

2010-03-02 Thread Jake Churchill
You could probably try having a base VO for all the properties that you know will be there and include a single property in the VO which would be either a Dictionary or a generic object used as an associative array to handle all your custom properties. Then just populate the VO like you normally

Re: [flexcoders] Photo gallery

2010-02-19 Thread Jake Churchill
Here's an example from adobe. http://examples.adobe.com/flex2/inproduct/sdk/photoviewer/PhotoViewer.html right click and view the source. There will be a link to download all source code. On Fri, Feb 19, 2010 at 9:30 AM, Juan jj101...@yahoo.com wrote: How to created a picture gallery With

Re: [flexcoders] Collapsible Panel

2010-02-19 Thread Jake Churchill
just make your layout then look at animateProperty. You can build one of those from scratch in about 10 minutes. 2010/2/19 Jose adriano Alves alves.jadri...@gmail.com Hello, I need a collpsible panel, like ExtJS Panel [1]. It´s been hard to find one... I am a newbee yet in Flex and I use

Re: [flexcoders] Re: Why most Flex Developer job ads ask now for Knowledge in Java??

2010-02-17 Thread Jake Churchill
I think the server technology experience part of the requirements are usually cut and paste. But if you have a large system already built in Java and they want to integrate some Flex UI stuff into the mix, they probably want someone who at least understands how the backend works. If the company

Re: [flexcoders] HTTPService return times Air vs Flash

2010-02-11 Thread Jake Churchill
I've been told that Firefox limits the amount of processor power that the flash player plugin is allowed to use. That may be your problem. Perhaps it also limits network usage/bandwidth. I can't confirm this is true but your results seem to point that direction. FYI, FF 3.6 was recently

Re: [flexcoders] CROSS-DOMAIN POLICY HELP PLEASE!!!

2010-02-10 Thread Jake Churchill
Looks like you are trying to access MyDomainName.com but your policy is set for www.MyDomainName.com. Those are treated as separate domains even though they are only sub domains. On Wed, Feb 10, 2010 at 2:35 PM, s_hernandez01 s_hernande...@yahoo.comwrote: Hey does anyone know why I get this

Re: [flexcoders] Re: CROSS-DOMAIN POLICY HELP PLEASE!!!

2010-02-10 Thread Jake Churchill
when I'm running the app locally, wouldn't the sandbox error be executed when you have your app on a webserver with no crossdomain.xml on the server you're trying to access? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Jake Churchill reyna...@... wrote: Looks like you

Re: [flexcoders] Flex write xml file in server?

2010-02-08 Thread Jake Churchill
Flex can only talk to the client machine. You NEED a server language if you want anything done on the server. On Mon, Feb 8, 2010 at 11:25 AM, Battershall, Jeff jeff.battersh...@dowjones.com wrote: No. -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flex Chart Horizontal Axis

2009-11-24 Thread Jake Churchill
I agree. Adding a 2nd series (LineSeries) would be the easiest. You just have to fake the dataprovider so it draws the line how you want it. Also, instead of a BarChart you need to change it to a CartesianChart to mix and match different types of series. On Tue, Nov 24, 2009 at 9:52 AM,

Re: [flexcoders] Re: LineSeries

2009-11-17 Thread Jake Churchill
--- In flexcoders@yahoogroups.comflexcoders%40yahoogroups.comflexcoders% 40yahoogroups.com, Jake Churchill reynacho@ wrote: THANK YOU. I have seen this before and I've been looking for it forever. The stinking chart components are all in the dataviz SWC and I

Re: [flexcoders] Re: LineSeries

2009-11-17 Thread Jake Churchill
at 10:57 AM, Jake Churchill reyna...@gmail.comwrote: Yes, that is possible but you have to remember that each image you display will be a subsequent request to the web server. If you embed the image, you embed it once and use it a bunch of times without subsequent requests. On Tue, Nov 17

Re: [flexcoders] Re: LineSeries

2009-11-17 Thread Jake Churchill
a point is rendered, does it mean that for each point all the images will be attached with the app. I mean is there a possibility that these images will be duplicated? On Tue, Nov 17, 2009 at 10:57 AM, Jake Churchill reyna...@... wrote: Yes, that is possible but you have

[flexcoders] LineSeries

2009-11-16 Thread Jake Churchill
I'm struggling with how to hide a section of a LineSeries. Does anyone have any pointers or links to point me in the right direction? Thanks! -Jake

Re: [flexcoders] Re: LineSeries

2009-11-16 Thread Jake Churchill
or actual drawing; based on a data property. Here's a custom renderer sample to get you started: Colored Line Chart Samplehttp://www.flashcomguru.com/index.cfm/2009/11/11/pdf-for-flex-devs -TH --- In flexcoders@yahoogroups.com, Jake Churchill reyna...@... wrote: I'm struggling

Re: [flexcoders] Re: LineSeries

2009-11-16 Thread Jake Churchill
: Samplehttp://www.timothyhoff.com/projects/LineRendererSample/LineRendererSample.html -TH --- In flexcoders@yahoogroups.com, Jake Churchill reyna...@... wrote: I've been trying something like this but item renders and actual segments of the line seem to be drawn separately. By the way, your

Re: [flexcoders] Re: LineSeries

2009-11-16 Thread Jake Churchill
Yeah, I knew what you meant. On Mon, Nov 16, 2009 at 5:02 PM, turbo_vb timh...@aol.com wrote: Cool, yeah I should have said custom lineSegmentRenderer. -TH --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Jake Churchill reyna...@... wrote: THANK YOU. I have seen

Re: [flexcoders] Water Marker Issue(urgent)

2009-11-08 Thread Jake Churchill
Did the app originate from FB2?  I had that issue and it's because FB2 had a separate licence for charting.   If you have FB3 Pro you can get the 2nd license for free through Adobe -- Sent from my Palm Prē Shashi wrote:   Hi, I am using flexbuilder3. I have

Re: [flexcoders] Re: LineSeries.showDataEffect - MXML vs. AS3 - bug?

2009-10-29 Thread Jake Churchill
The same thing happens if you are trying to align components inside a canvas using right/left/top/bottom. In mxml it's fine but you have to use setStyle in AS. I think it just has to do with whether the property was set up as a Style or a Property in the main component. In MXML, you get to them

Re: [flexcoders] Getting rid of the Scrollbar in the List Item

2009-10-27 Thread Jake Churchill
set horizontalScrollPolicy=off in your renderer On Tue, Oct 27, 2009 at 12:11 AM, steveb805 quantumcheese...@gmail.comwrote: After a marathon Google-fest/Adobe Help Site search, I have not been able to figure out how an elegant, best-practice, or any other way to get rid of the horizontal

Re: [flexcoders] Highlighting a Chart Collumn?

2009-10-26 Thread Jake Churchill
You can create a custom line renderer and change the color of the line for the section selected. Check out this sampler for ideas: http://demo.quietlyscheming.com/ChartSampler/app.html On Mon, Oct 26, 2009 at 10:29 AM, jmerrill_2001 jason.merr...@bankofamerica.com wrote: Is there a way to

Re: [flexcoders] Re: Highlighting a Chart Collumn?

2009-10-26 Thread Jake Churchill
The files are generally named based on the example that you click on, ie styles would be in the styles package, etc. On Mon, Oct 26, 2009 at 10:57 AM, jmerrill_2001 jason.merr...@bankofamerica.com wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Jake Churchill reyna

Re: [flexcoders] ArrayCollection of VO's Memory Leak??

2009-10-23 Thread Jake Churchill
Flex SDK Developer Adobe Systems Inc. http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Jake Churchill *Sent:* Thursday, October 22, 2009 10:57 AM *To:* flexcoders@yahoogroups.com *Subject

Re: [flexcoders] Re: Question?? Best method for plotting a Moving Average

2009-10-23 Thread Jake Churchill
We do the same thing. See this screen shot: http://www.reynacho.com/wp-content/uploads/2009/05/cse-charting.jpg There's a lot more than just a moving average and bollinger bands there but those are parts of it. In order to get this data, we first tapped into a feed which you have to pay good

Re: [flexcoders] ArrayCollection of VO's Memory Leak??

2009-10-23 Thread Jake Churchill
. http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Jake Churchill *Sent:* Friday, October 23, 2009 9:30 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] ArrayCollection of VO's

Re: [flexcoders] Flex AIR app: How to determine Operating System at run-time

2009-10-22 Thread Jake Churchill
Look at Capabilities. It has an os property. http://livedocs.adobe.com/flex/3/langref/flash/system/Capabilities.html#os -Jake On Thu, Oct 22, 2009 at 10:15 AM, Tracy Spratt tr...@nts3rd.com wrote: We are creating an app that will run in an embedded linux environment, but are developing

Re: [flexcoders] Flex AIR app: How to determine Operating System at run-time

2009-10-22 Thread Jake Churchill
my bad, os is only for in browser. look at the version property: http://livedocs.adobe.com/flex/3/langref/flash/system/Capabilities.html#version -Jake On Thu, Oct 22, 2009 at 10:20 AM, Jake Churchill reyna...@gmail.com wrote: Look at Capabilities. It has an os property. http

[flexcoders] ArrayCollection of VO's Memory Leak??

2009-10-22 Thread Jake Churchill
Hi all, I have a charting application where I have an ArrayCollection of VO's. The chart has several series, each looking at one property in the VO. There are several controls that when changed, require a re-calculation of the VO's in the ArrayCollection. Before I do the re-calculation, I call

Re: [flexcoders] Flex 3: AIR Local Database

2009-10-22 Thread Jake Churchill
I've had many thousand records before and SQLite performed just fine. The only limitation I found was with datatypes which is easily overcome in most cases. I can't comment about the rest. On Thu, Oct 22, 2009 at 5:28 PM, jwc_wensan jwcaldw...@zingit.com wrote: In all the articles I have

Re: [flexcoders] Security question

2009-10-09 Thread Jake Churchill
crossdomain.xml policy files On Fri, Oct 9, 2009 at 2:07 PM, Christophe christophe_jacque...@yahoo.frwrote: Hello, What is the protection against the use of my swf application on another website by a hacker with a copy of the swf file ? Thank you, Christophe,

RE: [flexcoders] Key Return for button

2009-10-07 Thread Jake Churchill
defaultButton Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Christophe Sent: Wednesday, October 07, 2009 8:25 AM

RE: [flexcoders] Send a file by Email

2009-10-02 Thread Jake Churchill
Use backend technology such as ColdFusion, .NET, PHP, etc. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Christophe Sent: Friday

RE: [flexcoders] flex on a cfm page

2009-09-28 Thread Jake Churchill
I do it all the time and yes, just password protect the CFM template and the server will protect your SWF. If you are being SUPER secure, you might want to code a login form for both or share sessions or something like that but in general, this is fine. Jake Churchill CF Webtools 11204

RE: [flexcoders] Change Application width and height at runtime

2009-09-28 Thread Jake Churchill
. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of superabe superabe Sent: Monday, September 28, 2009 5:42 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: How to stop a button click from changing focus

2009-09-24 Thread Jake Churchill
Look into the PopupManager.createPopup method http://livedocs.adobe.com/flex/3/langref/mx/managers/PopUpManager.html There is a modal attribute which is false by default. I believe if you set that to true, you'll get your desired result. Jake Churchill CF Webtools 11204 Davenport

RE: [flexcoders] SDK 3.2 upgrade to 3.4 issue

2009-09-23 Thread Jake Churchill
Thanks for the info. I was just upgrading to stay current, no particular reason so I'll hang back on 3.3 for a while until 3.5 is released. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From

[flexcoders] AreaSeries LinearGradient Fill [1 Attachment]

2009-09-22 Thread Jake Churchill
('floorAlphas')).getItemAt(1))} / /mx:entries /mx:LinearGradient /mx:areaFill /mx:AreaSeries Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103

[flexcoders] SDK 3.2 upgrade to 3.4 issue

2009-09-22 Thread Jake Churchill
) but the result handler in the commands get hit twice. Did something change regarding event dispatching, AsyncTokens, etc that would cause this? FYI, switching back to 3.2 and re-building makes the code run just fine again. Thanks! Jake Churchill CF Webtools 11204 Davenport, Ste. 100

RE: [flexcoders] How to add files when exporting air application

2009-09-16 Thread Jake Churchill
); } Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of reflexactions Sent: Wednesday, September 16

RE: [flexcoders] Re: How to add files when exporting air application

2009-09-16 Thread Jake Churchill
think this would still work with modules, wouldn't it? Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of reflexactions Sent

RE: [flexcoders] Found the problem! Re: Don't understand how to use deferred instantiation

2009-09-15 Thread Jake Churchill
I believe this is where you need to change the creationPolicy on the component. Someone posted a link to that yesterday Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders

RE: [flexcoders] accessing Array created in Private function?

2009-09-15 Thread Jake Churchill
Store the array in a bindable variable inside the class instead of in the function Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com

RE: [flexcoders] Don't understand how to use deferred instantiation

2009-09-14 Thread Jake Churchill
Yes, a viewstack loads everything when the app loads. If you don't want that, I think you need to use states instead Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com

RE: [flexcoders] Don't understand how to use deferred instantiation

2009-09-14 Thread Jake Churchill
backwards logic J Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Wesley Acheson Sent: Monday, September 14, 2009 3:23 PM

[flexcoders] Coldfusion inside Flex

2009-09-09 Thread Jake Churchill
Here's a cool video from adobe on using ColdFusion functionality in flex without actually writing any ColdFusion services: http://tv.adobe.com/watch/tech-talk-with-ryan-stewart/sneak-peek-of-proxy-ta gs-in-coldfusion-9/ Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154

RE: [flexcoders] RE: creationcomplete firing when a component is disabled

2009-09-01 Thread Jake Churchill
You can't see GlobalVars because it's a Singleton. Models are often used that way. Try var g:GlobalVars = GlobalVars.instance; I do that a lot when using a Model and when I'm done debugging, I remove it. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http

RE: [flexcoders] Line and area chart on the same coordinate system?

2009-08-27 Thread Jake Churchill
Use a Cartesian chart with a Line Series and Area Series Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of |Mirko Sent

RE: [flexcoders] Mx:VBOX

2009-08-19 Thread Jake Churchill
Set an ID on your VBox (call it vboxID) and call this: vboxID.invalidateDisplayList(); Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Event Best Practices

2009-08-14 Thread Jake Churchill
=handleMyCustomEvent(event) / /mx:app That's the easy way to do it. If you have multiple levels of nesting, I've found it easiest to use a Model Singleton that extends EventDispatcher and dispatch the events and listen to the events through the model. That's the more complicated way to handle it. Jake

  1   2   >