Re: [flexcoders] SQL lite database and Tablet problem

2012-03-28 Thread Jeff Gomes
Mark- Perhaps try applicationStorageDirectory instead of documentsDirectory. -Jeff On 3/28/2012 09:23, markflex2007 wrote: Hi friends I developed a Air mobile application with flex sdk 4.6.0. I test it in Flash Builder 4.6 simulators in windows.it works fine. but when I install the apk

Re: [flexcoders] Re: popup on screen certer? [1 Attachment]

2012-02-19 Thread Jeff Gomes
, but the code to handle resizing and centering was my own work. -Jeff ?xml version=1.0 encoding=utf-8? s:SkinnablePopUpContainer xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark addedToStage=_QueueCenter() creationComplete=_Init() fx:Declarations

Re: [flexcoders] popup on screen certer?

2012-02-17 Thread Jeff Gomes
PopUpManager.centerPopUp(pop); On 2/17/2012 14:36, markflex2007 wrote: Hi I uses:SkinnablePopUpContainer build a pop component for mobile app and use the following code to call the popup var pop:PopUpWindows = new PopUpWindows(); pop.open(this,true);

RE: [flexcoders] Flex 4.5: Flex in 5 Days

2012-01-12 Thread Jeff Hindman
I went through the entire series a few months ago . no crashes, no problems. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry Sent: Thursday, January 12, 2012 5:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 4.5: Flex in 5 Days

RE: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-05 Thread Battershall, Jeff
Alex, Thanks for your help! Using mduleFactory.create() worked. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Friday, December 02, 2011 2:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RE: AIR/Window/DataGrid Issue

Re: [flexcoders] getting the total of values of an array collection that is updated manually

2011-12-03 Thread Jeff Gomes
One handy way to iterate the contents of an ArrayCollection to make a temporary vector from the source array of the collection, and use the vector.forEach method. At 07:43 12/2/2011, ZIONIST wrote: Hi Guys, i would like to get the total price calculated as an array collection for a list is

RE: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-02 Thread Battershall, Jeff
use MXML but instead using AS? Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, December 01, 2011 5:05 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RE: AIR/Window/DataGrid Issue That's a very puzzling stack trace

[flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-01 Thread Battershall, Jeff
My issue sounds similar to this issue: http://forums.adobe.com/message/3910406 What's unclear to me is how to work around it in my circumstance. Clearly I should be able to declare a datagrid in a Window and have it work without an elaborate workaround. Any advice appreciated. Jeff From

RE: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-01 Thread Battershall, Jeff
) Modules loaded at runtime 3) The module in question has a pop up wizard (TitleWindow). 4) The popup wizard opens Window. 5) Window contains DataGrid. I don't understand how the module factory for the datagrid points to the module factory for the module. How's that accomplished? Jeff

[flexcoders] AIR/Window/DataGrid Issue

2011-11-30 Thread Battershall, Jeff
that the libs are all merged into code. It seems that some of the underlying libraries aren' being included. Does anyone have any experience or theories on what might be happening? Jeff Battershall Application Architect T 609 520 5637 F 609 520 5370 C 732 666-8205

RE: [flexcoders] Re: Error TooTips in Spark Forms

2011-08-08 Thread Battershall, Jeff
should be simple. Maybe I'm just crabby this morning but... Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Amy Sent: Monday, August 08, 2011 11:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Error TooTips in Spark

[flexcoders] Error TooTips in Spark Forms

2011-08-07 Thread Battershall, Jeff
missing a more straightforward solution. Jeff Battershall Application Architect T 609 520 5637 F 609 520 5370 C 484 477 9900 jeff.battersh...@djindexes.commailto:jeff.battersh...@djindexes.com Dow Jones Indexes 4300 Route 1 North South Brunswick, NJ 08852

RE: [flexcoders] flex2gateway error

2010-08-19 Thread Battershall, Jeff
. In AIR this is a real problem because on windows, the request times out at 30 seconds no matter what you do. But you say you're running a Flex app so, you *should* be able to set the requestTimeout on your RemoteObject to a higher value and see a mitigation of the behavior. HTH. Jeff

RE: [flexcoders] flex2gateway error

2010-08-19 Thread Battershall, Jeff
I would think that if you clean your project and re-compile it will remove Network Monitor. Clearing any and all browser caches would be recommended also to ensure you're running the re-compiled version. -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Why can't I change the highlight color of Spark text?

2010-08-17 Thread Jeff Gomes
Assuming you want to set it for all text areas, you could experiment with the global styles selectionColor and focusedTextSelectionColor. -Jeff At 02:14 8/17/2010, dorkie dork from dorktown wrote: I've spent soo much time trying to find how to do this. I'm using, sparkTextArea.selectAll

[flexcoders] RE: Vote For This Critiical RemoteObject bug

2010-08-12 Thread Battershall, Jeff
place to look, devising a patch could be relatively straightforward. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Wednesday, August 11, 2010 11:03 AM To: 'flexcoders@yahoogroups.com' Subject

RE: [flexcoders] RE: Vote For This Critiical RemoteObject bug

2010-08-12 Thread Battershall, Jeff
Alex, I've been in touch with Chris Thilgen, from the AIR team who tells me it's a Flex SDK issue. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, August 12, 2010 2:42 PM To: flexcoders

[flexcoders] Vote For This Critiical RemoteObject bug

2010-08-11 Thread Battershall, Jeff
as to whether it is an SDK bug or an AIR bug, but regardless, it is affecting production systems and needs to be resolved ASAP. I'm hoping we can get the issue escalated. Voting for it should help increase its visibility. Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh

RE: [flexcoders] Vote For This Critiical RemoteObject bug

2010-08-11 Thread Battershall, Jeff
in background and periodically poll for updates. On 08/11/2010 08:03 AM, Battershall, Jeff wrote: Somehow a critical bug has fallen through the cracks - essentially RemoteObjects in AIR/Windows timeout after 30 seconds no matter what value you have set in requestTimeout

Re: [flexcoders] Rounding the corners of a scroller

2010-08-04 Thread Jeff Gomes
also has a radius. You can see the result here: http://www.finselector.com/ -Jeff At 06:58 8/3/2010, Brand wrote: I've got a skin for my comboboxes, and while it's trivial to do rounded corners for the textentry portion, I can't seem to figure out how to round the corners of the dropdown. If I

RE: [flexcoders] Re: Embedded Fonts and Flash Builder 4.01

2010-07-27 Thread Battershall, Jeff
Alex, I'm definitely NOT specifying MXFTEText.css for MX components but I DO have to specify embedAsCFF = true to make the warnings go away. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Saturday

[flexcoders] Remote Object Request Timeout Error

2010-07-27 Thread Battershall, Jeff
? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] Re: Embedded Fonts and Flash Builder 4.01

2010-07-24 Thread Jeff
embedAsCFF to be set to false but that no longer seems to be the case. Jeff --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: 4.x has new requirements around getting the embedAsCFF flag correctly, but there shouldn't be anything else. BTW, note that it is embedAsCFF. I don't

RE: [flexcoders] Embedded Fonts and Flash Builder 4.01

2010-07-23 Thread Battershall, Jeff
that style definitions as defined in the parent application are available to modules or 3) that the 4.01 changes have some unforeseen consequences Note I'm seeing this behavior whether I'm using Flex 4.1 or 4.0. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Re: How to get GlobelErrorHandling working.

2010-06-21 Thread Battershall, Jeff
Alex, That's not good news! Is there any way to catch uncaught errors at the module level at least? Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, June 21, 2010 1:27 PM To: flexcoders

RE: [flexcoders] Clear a form fast

2010-06-18 Thread Battershall, Jeff
If you've gone to the trouble of binding your form inputs to some bindable model object in mxml you can 'reset' the model object (myModel = new MyModelObject()) and that should return the model (and your form) to its defaults. From: flexcoders@yahoogroups.com

[flexcoders] FocusManager Bug in Flex 4

2010-06-16 Thread Battershall, Jeff
Hi, I too am getting the DisplayObject(form).stage.focus = null error. In my case, I'm using a PopUpAnchor to show and hide a form. Is there a definitive fix for this? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] FocusManager Bug in Flex 4

2010-06-16 Thread Battershall, Jeff
away. I still feel like shouldn't be happening but for the time being I can move forward. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Wednesday, June 16, 2010 12:32 PM To: flexcoders@yahoogroups.com

[flexcoders] Tabbing within Spark ItemRenderer

2010-06-16 Thread Battershall, Jeff
on the individual components inside the ItemRenderer, etc., so far, no dice. There's been a lot written about this, but so far I haven't chanced upon the definitive solution. Can someone put me on the fast track to resolution? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh

RE: [flexcoders] FocusManager Bug in Flex 4

2010-06-16 Thread Battershall, Jeff
PopUpAnchor + Spark List + virtual layout. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Wednesday, June 16, 2010 4:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FocusManager Bug in Flex 4

RE: [flexcoders] FocusManager Bug in Flex 4

2010-06-16 Thread Battershall, Jeff
. Jefff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Wednesday, June 16, 2010 7:49 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FocusManager Bug in Flex 4 Jeff, What does the call stack look

[flexcoders] Opinions Wanted : Best Performing AS3 Zip Library

2010-06-04 Thread Battershall, Jeff
Hello, I'm using the nochump zip library in an AIR project and it's working reasonably well but I wanted to see if anyone has a strong opinion as to what is the best performing AS3 Zip library out there. Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com

RE: [flexcoders] Opinions Wanted : Best Performing AS3 Zip Library

2010-06-04 Thread Battershall, Jeff
Thanks Oleg, Using FP 10 is no problem, but I'm using CF on the server side - not sure how CF would decompress. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Oleg Sivokon Sent: Friday, June 04, 2010 3:17 PM

RE: [flexcoders] Detecting Browser Re-Size

2010-05-25 Thread Battershall, Jeff
the lines of what Steve was saying - listen to window resize and use external interface to have Flex re-position the html content. I was really hoping for a solution that was less of a hack and I'm hoping that it works well with multiple IFrames open at once (which is my use-case). Jeff

[flexcoders] Detecting Browser Re-Size

2010-05-24 Thread Battershall, Jeff
anyone point me in the direction of the best solutions to this? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] Re: DataGrid in a Spark Window Bug

2010-05-08 Thread Jeff
Alex, Did some research and this type of issue has come a lot. I addressed by putting in the -keep-all-type-sectors = true compiler argument and now all is well. Jeff --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: So this is an AIR app? Are you using mx:Window

[flexcoders] DataGrid in a Spark Window Bug

2010-05-07 Thread Jeff
is: var headerBGSkin:IFlexDisplayObject = new headerBGSkinClass(); Anyone got a clue? I'm able to bring the spreadsheet up in my TitleWindow without issues, but when I try to put it in its own window. all hell breaks loose. Jeff

[flexcoders] RE: Re: Thoughts on Flash by Steve Jobs

2010-05-03 Thread Battershall, Jeff
backfire. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Mark A. DeMichele Sent: Monday, May 03, 2010 8:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Thoughts on Flash by Steve Jobs Everybody is talking

RE: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-04-30 Thread Battershall, Jeff
Mike, Adobe get cracking - are you kidding me They've just released a slew of new products in the last two months; they're nearly done on FP 10.1, Air 2.0, and forged an important alliance with Google. What more do you want them to do before you can say they've gotten cracking? Jeff

[flexcoders] TitleWindow Custom Components - A Problem

2010-04-29 Thread Battershall, Jeff
in the past. Any advice appreciated Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Detecting Scrollbar presence on Flex 4 List

2010-04-29 Thread Battershall, Jeff
Allmas, Thanks! - that's exactly where I ended up - this was basically a Flex 4 learning curve issue. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Haykel BEN JEMIA Sent: Thursday, April 29, 2010 7:16 AM To: flexcoders

RE: [flexcoders] TitleWindow Custom Components - A Problem

2010-04-29 Thread Battershall, Jeff
...@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, April 29, 2010 12:58 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] TitleWindow Custom Components - A Problem Are you still using mx components or switching to spark? On 4/29/10 8:32 AM, Battershall, Jeff jeff.battersh

[flexcoders] Detecting Scrollbar presence on Flex 4 List

2010-04-23 Thread Jeff
elements accordingly. I just haven't been able to figure out how to do that yet. Anyone dealt with this? Jeff

[flexcoders] Re: Flex App Resize

2010-04-23 Thread Jeff
be resized in an easier way? Thanks in advance. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: MeasuredHeight measures the content of the app, not its assigned height. On 4/22/10 7:27 AM, Jeff britton.j...@... wrote: I have a flex application embedded within

[flexcoders] Flex App Resize

2010-04-22 Thread Jeff
I have a flex application embedded within an HTML page. I've been trying to resize the html element dynamically via an ExternalInterface call to a javascript function in the host page. Unfortunately, listening to Resize events and/or overriding the updateDisplayList method on the Application

RE: [flexcoders] Re: Uploading An Image Without Browse

2010-04-16 Thread Battershall, Jeff
Using the FileSystem API and ByteArray you can save/read/upload images automatically, using your middleware of choice without the user having to browse and select the image. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] Re: Uploading An Image Without Browse

2010-04-16 Thread Battershall, Jeff
James, Using RemoteObject I've uploaded bitmap snapshots without previously saving the bytes to disk, using CF as a backend. Not exactly sure how you'd do this with PHP, but I'm sure it's doable. You'd probably have to use some version of AMFPHP. Jeff -Original Message- From

RE: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Battershall, Jeff
Reports of Flash's demise are premature to say the least. I think Flash will likely be around for some time and will live long and prosper in a variety of contexts. Steve isn't seeing the future so much as trying to create a future that provides best competitive advantage to Apple. And of

RE: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-12 Thread Battershall, Jeff
possible that Apple's strategy of exclusion might backfire. It certainly seems silly on Apple's part to limit apps because of the source. That's like saying we only want e-books for our device that were written using a specific word processor. Jeff From

[flexcoders] Re: Performance feedback PLEASE

2010-04-09 Thread Jeff
60 fps Intel Core2 Duo 2.67GHz 4 GB RAM 64-bit Windows 7 --- In flexcoders@yahoogroups.com, Allan Pichler dreamc...@... wrote: I was wondering if anyone could take a quick glance at my AS3 3d renderer http://api.pluton.webhouse.dk/pool3d/pool3d.html and reply what FPS they get on their gear.

RE: [flexcoders] With the latest eula agreement from Apple

2010-04-09 Thread Battershall, Jeff
of CS5 - you'd think that if he was going to do this he should have done it a year or more ago. It's not like he didn't know that this capability was being developed. This smacks of anti-competitive practices and I for one hope something can (and will) be done about it. Jeff -Original

RE: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-09 Thread Battershall, Jeff
? As far as I know, Apple has changed their developer agreement for iPhone / iPad / iPod Touch. They have not attempted to enforce the new restriction on anyone, Adobe or otherwise. --- In flexcoders@yahoogroups.com, Battershall, Jeff jeff.battersh...@... wrote: I love my MacBook Pro

[flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-07 Thread Jeff
MobilePhone:String var HomePhone:String var WorkPhone:String } And turn it into a tree by having the getChildren call return an ArrayCollection made up of the 3 phone number slots. On 4/6/10 5:26 PM, Jeff britton.j...@... wrote: I cant vouch for the ILog Elixir stuff

RE: [flexcoders] DataVisualization Chart Axis Labels not showing up

2010-04-07 Thread Battershall, Jeff
Are the labels rotated? If so, are you sure that the font used is getting loaded as well? I've seen some funny font behavior when related to loading Data Vis RSLs in the past. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] Re: DataVisualization Chart Axis Labels not showing up

2010-04-07 Thread Battershall, Jeff
definitely aren't rotated. And the fonts being used show up everywhere else in the application, including the same screens that contain the charts. (The posted chart graphics are a small subset of the entire screen.) --- In flexcoders@yahoogroups.com, Battershall, Jeff jeff.battersh...@... wrote

RE: [flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-07 Thread Battershall, Jeff
]); } return nestedArray; } --- In flexcoders@yahoogroups.com, Jeff britton.j...@... wrote: Correct me if I'm wrong, but the data descriptor is essentially a node visitor. It will tell the tree how to render a given node. However, it has no way of adding nodes to previous nodes

[flexcoders] Grid Problems

2010-04-07 Thread Jeff
I have a component that creates a Grid container and adds many rows based on the data. There are instances where the whole grid/grid rows need to be redrawn. Removing all the rows and then adding rows seems to cause a TypeError deep in the flex core. I was bypass this error by deleting the

[flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-06 Thread Jeff
You can also create a custom data descriptor and set the dataDescriptor property of the tree component. See http://livedocs.adobe.com/flex/3/html/help.html?content=about_dataproviders_6.html --- In flexcoders@yahoogroups.com, Oleg Sivokon olegsivo...@... wrote: The best way would be to

[flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-06 Thread Jeff
to do this. --- In flexcoders@yahoogroups.com, Alex Harui aharui@ wrote: The dataDescriptor's purpose is to allow you to create a hierarchy out of flat data. On 4/6/10 8:42 AM, Phil Boissiere deletedfromyoutube@ wrote: Thanks, Oleg, Jeff. In reality

[flexcoders] Best practices with modular applications

2010-04-01 Thread Jeff
We are building an application to create many types of diagrams. The intent is to have a main application that acts as a general loader for many diagram types implemented as modules. The dilemma is whether to break the modules out into separate flex projects or to include them as

RE: [flexcoders] Re: Framework Choice

2010-03-25 Thread Battershall, Jeff
Some architectural pattern is going to be necessary if the app is of any size and has a team working on it. Otherwise, each developer will solve their problems in their own way and can lead to chaos. You can formulate the architectural pattern yourself or use a published framework. As you

RE: [flexcoders] Re: Framework Choice

2010-03-24 Thread Battershall, Jeff
version, while workable, is taking a back seat to IOC frameworks. I'm using Cairngorm 3 and Parsley and I really like the development model. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jake Churchill Sent: Wednesday

[flexcoders] Re: karaoke component

2010-03-24 Thread Jeff
What would a karaoke Component do? --- In flexcoders@yahoogroups.com, Fernando Wermus fernando.wer...@... wrote: Hi all, I am looking for a karaoke component. Does any one know if it exists some to buy it? thanks in advance -- Fernando Wermus.

[flexcoders] Re: 360flex videos

2010-03-22 Thread Jeff
E-mail them; or watch their blog and / or twitter feed. They have a huge amount of video; and I expect it'll take a couple months to get it all processed and uploaded somewhere. --- In flexcoders@yahoogroups.com, Ariel J arielj...@... wrote: I was told attendees would get access to the videos

[flexcoders] Re: WHO IS RESPONSIBLE???

2010-03-22 Thread Jeff
When did Flash Builder join the Creative Suite? --- In flexcoders@yahoogroups.com, Gordon Smith gosm...@... wrote: My understanding is that none of Adobe's Creative Suite applications support being installed on a case-sensitive Mac file system. The Flex team was unfortunately unable to get

[flexcoders] BlazeDS collections help

2010-03-21 Thread Jeff
Does anyone have any experience with mapping Actionscript collections (ie. ArrayCollection, Object - Map, Dictionary, etc) back to Java collections using RemoteObject and BlazeDS. If so, any insights, tips, tricks would be greatly appreciated. It seems that the Java to actionscript works

RE: [flexcoders] Re: Flex 4....Large recordset...how much is too much?

2010-03-16 Thread Battershall, Jeff
more records that the user can practically interact with at any one time. See the VScrollBar control. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Tuesday, March 16, 2010 12:18 AM To: flexcoders

[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Jeff
://forums.adobe.com/thread/583153 On 15/03/2010 02:15, Jeff wrote: I cover this in the laast episode of The Flex Show's video series on creating Flex Components: http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs http

[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-14 Thread Jeff
I cover this in the laast episode of The Flex Show's video series on creating Flex Components: http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs The other poster who mentioned the mainfest.xml file is correct. --- In

[flexcoders] Re: Change ComboBox default item renderer dynamically

2010-03-13 Thread Jeff
What AutoComponentComboBox are you looking at? The Flextras component supports this functionality, out of the box. http://www.flextras.com/?event=ProductHomeproductID=10 We also have a sample and some documentation on how to change the styling of the highlight. Sample:

[flexcoders] Re: LCDS: Problem with destination inheritance

2010-02-24 Thread Jeff
in terms of ease-of-use and community support? I primarily need Hibernate integration and real-time data push. Thanks for the help and advice, Kevin --- In flexcoders@yahoogroups.com, gordon_greg m...@... wrote: Hi Jeff, Thanks for the usual quick response, the workaround is fine

RE: [flexcoders] Partial LineSeries - is it possible?

2010-02-24 Thread Battershall, Jeff
Geoff, Good call - that works perfectly - thanks!!! Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoff White Sent: Tuesday, February 23, 2010 3:48 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Partial

[flexcoders] Partial LineSeries - is it possible?

2010-02-23 Thread Battershall, Jeff
available horizontal space. What I'd LIKE to have happen is have the line series only as wide as the data points require - kind of like a YTD graph. See what I'm getting at? Any charting experts available? Eli? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh

RE: [flexcoders] Re: Partial LineSeries - is it possible?

2010-02-23 Thread Battershall, Jeff
TH, Thanks - I was afraid it might require something like that. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of turbo_vb Sent: Tuesday, February 23, 2010 2:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Partial

RE: [flexcoders] Partial LineSeries - is it possible?

2010-02-23 Thread Battershall, Jeff
Thanks Richard, I'm going to give this a try - basically I'm going make placeholder data elements that map to my DateTimeAxis and fill in the remaining values for the decade. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

[flexcoders] Re: SQL Question

2010-02-20 Thread Jeff
I strongly recommend that you modify your database structure so that you do not store comma separated lists in a field. Read up on many to many relationships and intersection/linking tables. If I had to theorize on your problem; SQL is seeing your 'ageGroups' and 'accountType' fields as a

[flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Battershall, Jeff
connection timing out on its own. One possible approach is simply to re-try on error but that kinda feels like a brute force approach. Any advice appreciated! Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] Re: Killing a Singleton

2010-02-14 Thread Jeff
I'd do something like this: public function destroy():void{ instance = null; } --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I want when the user logs out, the instance of the Singleton that supports their global information to get set to null. How can you delete a

[flexcoders] Re: Multiple conditions in a case (switch/case)

2010-02-13 Thread Jeff
Syntax is something like: case kids: case Siblings: // do kid / sibling stuff break; case something else It confused me the first time I saw it. --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I feel stupid for not knowing this, but I guess its never come up. How do you

RE: [flexcoders] Module Memory Leaks

2010-02-12 Thread Battershall, Jeff
, is it? As far as remote objects are concerned - if they are invoked via some sort of Command class, that should avoid this problem, am I right? Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, February 11

[flexcoders] Module Memory Leaks

2010-02-11 Thread Battershall, Jeff
article about unloading images and the fact that image assets could be loaded via Stylesheets, etc. Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] Re: Credit Card number encryption

2010-02-11 Thread Jeff
PCI Compliance is a nightmare. ;) I'm sure Amazon.com goes through the process of being PCI compliant; and has high level security for storing and encrypting credit cards. For example, I'm sure their credit card storage machines are in a secure building [with guards and limited access] on

[flexcoders] Re: Credit Card number encryption

2010-02-11 Thread Jeff
You need to make your superiors aware of the PCI Compliance regulations. You're not actually breaking the law, but you may be breaking your contract with your merchant provider. I read all 80+ pages or so of my merchant account contract. Someone at your company should do the same to make

[flexcoders] Re: Credit Card number encryption

2010-02-11 Thread Jeff
That is unequivocally wrong. However, depending what you're doing there are different levels of Compliance. Since you are storing credit cards; I thought you get bumped up to the highest level of compliance. DotComIt ( Flextras ) does a self assessment questionnaire and a quarterly web site

[flexcoders] Re: Credit Card number encryption

2010-02-11 Thread Jeff
and stored. If you're writing and selling POS software; but not actually using that software itself,your steps to create PCI compliant software will be a lot simpler than the company who buys an uses your software. --- In flexcoders@yahoogroups.com, Lee Jenkins l...@... wrote: Jeff wrote

[flexcoders] FB 4 serial number?

2010-02-11 Thread Jeff Hindman
Howdy group, My FB 4 Beta is asking for a serial number . my trial has expired. How do I go about getting one that will last me until it is finally released? Thanks, --Jake

[flexcoders] Re: Can I get 1:1 tuition in London or Paris?

2010-02-08 Thread Jeff
In the US sometimes we call that mentoring. You can check out http://www.asktheflexpert.com ( my site ). We also offer one on one remote mentoring making use of Skype and/or Connect. If you're interested in that, and pricing, email me off list. --- In flexcoders@yahoogroups.com, Nick

RE: [flexcoders] Re: Steve Jobs on Flash .......

2010-02-08 Thread Battershall, Jeff
I believe FP 10.1 is specifically designed to address the two biggest issues that affect the deployment of Flash on devices: Memory consumption and global error handling. So help is on the way and I would think that Adobe's actions in that regard are anything but lazy. -Original

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

2010-02-08 Thread Battershall, Jeff
No. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markflex2007 Sent: Monday, February 08, 2010 12:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex write xml file in server? Do you think if that is possible? I want to

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

2010-02-08 Thread Jeff
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...@... wrote: No. -Original Message- From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com [mailto

RE: [flexcoders] Custom ItemRenderer still not working...

2010-02-08 Thread Battershall, Jeff
to write them to ensure that the dataprovider to your combox box is in a state to receive the data element passed to it and that the selectedIndex gets reset. This requires sub-classing the ComboBox for use as an item renderer of a list-based control. Jeff From

[flexcoders] Re: Google combo like Flex interface

2010-02-03 Thread Jeff
solutions, open source and paid for. Best of the paid for appears to be Flextras one ( http://www.flextras.com/?event=ProductHomeproductID=10 ) (Jeff Houser, you owe me commission for pushing your wares like a filthy pimp) Best of the open source ones is probably the adobe one (http

[flexcoders] Re: Adobe pulls Single CPU and 100-user licenses

2010-01-21 Thread Jeff
Wouldn't BlazeDS be the upgrade path for the 'no charge' versions? I'm on unclear on the exact differences, but I thought LCDS had more advanced push / real time capabilities. Apps that truly need that are rare in my experience. --- In flexcoders@yahoogroups.com, busitech m...@...

RE: [flexcoders] HTTPService Responder ResultEvent -- how to know when the JSON data sent via HTTP are complete?

2010-01-12 Thread Battershall, Jeff
? Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tim Romano Sent: Tuesday, January 12, 2010 2:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTTPService Responder ResultEvent -- how to know when the JSON data sent via

[flexcoders] Re: Override private ComboBox function

2010-01-11 Thread Jeff
You'll have to copy the private method and make your changes. If you Google around, there are already some solutions out there. --- In flexcoders@yahoogroups.com, Warren warrenony...@... wrote: I'm want to make a ComboBox on which I can force the dropdown menu to go up or down. It should

[flexcoders] Re: Incompatibilities between SWC libraries and Flash Builder Beta 2?

2010-01-08 Thread Jeff
Although I've never tried to use a Flex SWC in Flash Pro or a Flash Pro SWC in Flex; I was under the impression that the SWC File format was different for Flex and Flash Professional; therefore you cannot use a SWC from one with the other. You'll want to look into the Flex Component Kit for

[flexcoders] Re: NumericStepper override class

2010-01-08 Thread Jeff
I think your best bet is going to be to extend the NumericStepper, add some properties for disabling / enabling the buttons as appropriate. If you're interested in hiring someone to help, I'd be more than happy to discuss and contact me off list. --- In flexcoders@yahoogroups.com, Eric

[flexcoders] Status Code 504 Errors

2010-01-07 Thread Battershall, Jeff
Hi, I have an AIR app built in Flex that occasionally returns NetConnection.Call.Failed - Error: HTTP Status 504 for certain clients. I'm using CF8 as the backend. Any advice? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477

[flexcoders] cannot convert mx.charts.events::ChartItemEvent to mx.events.IndexChangedEvent.

2009-12-11 Thread Battershall, Jeff
need the LineChart and its associated LineSeries to be selectable. Anyone encountered this? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] RE: cannot convert mx.charts.events::ChartItemEvent to mx.events.IndexChangedEvent.

2009-12-11 Thread Battershall, Jeff
The workaround is to use event.stopImmediatePropagation() on the chart's change event. Looks like this has been filed as a bug before but not addressed as it couldn't be replicated. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com

  1   2   3   4   5   6   7   8   9   10   >