RE: [flexcoders] Keep an object in flash player memory despit swf unloading?

2009-10-30 Thread Battershall, Jeff
the code of the container application... :P Benoît Milgram / Flapflap http://www.kilooctet.net I'm also a music mashup / bootlegs producer : http://www.djgaston.net On Thu, Oct 29, 2009 at 2:45 PM, Battershall, Jeff jeff.battersh...@dowjones.commailto:jeff.battersh...@dowjones.com wrote: If that's

RE: [flexcoders] Keep an object in flash player memory despit swf unloading?

2009-10-29 Thread Battershall, Jeff
If that's the case, you wouldn't be storing the information in the swf but in the containing application. The information can then be passed as flashVars to your swf when it is loaded. HTH, Jeff From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Keep an object in flash player memory despit swf unloading?

2009-10-28 Thread Battershall, Jeff
What problem are you trying to solve? In order to save state you're going to need some kind of persistent scope. If Shared Object can't be used, something else needs to be a repository for your state information. Jeff From: flexcoders@yahoogroups.com

RE: [flexcoders] Binding Model Objects

2009-10-27 Thread Battershall, Jeff
into it. That is a total headache, but I'd do it, if it really made that much difference. I'm a little skeptical that a bindable AMF model object is going to fire off a bunch of events when received by the Flex client. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Binding Model Objects

2009-10-27 Thread Battershall, Jeff
://blogs.digitalprimates.net/codeSlinger/index.cfm/2007/8/20/Making-the-unbindable-bindable-with-Object-Proxy). Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gregor Kiddie Sent: Tuesday, October 27, 2009 10:15 AM To: flexcoders

RE: [flexcoders] Binding Model Objects

2009-10-27 Thread Battershall, Jeff
a particular way. But this is the nature of the beast, isn't it. Welcome to the world of software development. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gregor Kiddie Sent: Tuesday, October 27, 2009 10:58 AM

[flexcoders] Binding Model Objects

2009-10-26 Thread Battershall, Jeff
they should be available to the GC. If true, I have to do significant re-factoring. I'm looking for corroboration here - anyone care to share their thoughts on this? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] ADOBE AIR Qs: How do you load modules from app-storage domain?

2009-10-09 Thread Battershall, Jeff
There is a way to do this and I've seen write ups on it. Search around and you'll find it. It would be nice if AIR supported this out of the box but there are security concerns when apps are being updated without involving someone who has admin rights to the machine. Jeff

RE: [flexcoders] Module to Module custom Events

2009-10-08 Thread Battershall, Jeff
One approach would be each module listening to events dispatched by the parent application. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Kevin Bowers Sent: Wednesday, October 07, 2009 8:55 AM To: flexcoders

RE: [flexcoders] Detecing AIR Network Timeout - Best Practices

2009-09-23 Thread Battershall, Jeff
the network connection alive by periodic calls to the back end, but then you're using resources without need. I'd prefer to close the app when the network times out. Just a question of what event to listen to. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Re: Detecing AIR Network Timeout - Best Practices

2009-09-23 Thread Battershall, Jeff
Network Timeout - Best Practices We use an error handler on the Operation and then resend up to 3 times before raising a hard fail. --- In flexcoders@yahoogroups.com, Battershall, Jeff jeff.battersh...@... wrote: Thanks Alban, That would work from a 'brute force' type of approach, but doesn't

[flexcoders] Detecing AIR Network Timeout - Best Practices

2009-09-22 Thread Battershall, Jeff
the network connection alive by periodic requests? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Combobox in DataGrid

2009-09-17 Thread Battershall, Jeff
approach. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of kumarmenon Sent: Thursday, September 17, 2009 2:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Combobox in DataGrid I have a DataGrid in mxml which has one

RE: [flexcoders] Preventing SWF from dis-assembling

2009-09-14 Thread Battershall, Jeff
, my experience with SWF de-compilation is limited. Modules are another possible approach, where your code is loaded at run time and you have some sort of scheme to allow them to be downloaded to the shell application at runtime, based upon credentials. Jeff From

[flexcoders] AIR Badge Install fails on Macromedia Certificate Error

2009-09-11 Thread Battershall, Jeff
a trusted authority. Attempting to access that url from my work machine results in a re-direct to Adobe.com. Anyone got a clue as to what the heck is going on? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] Detecting Whether Current User has Admin Rights - is it possible?

2009-09-11 Thread Battershall, Jeff
If this is possible, it would be very useful information, specifically to provide better user experience during AIR app installs. Right now, attempting to install an AIR app without admin rights throws an exception - it would be nice to not even let it get that far. Jeff Battershall

[flexcoders] RE: CSV file: Coldfusion to Flex/Air

2009-09-01 Thread Battershall, Jeff
Easy - using either HTTPService or RemoteObject. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Scott Sent: Monday, August 31, 2009 5:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CSV file: Coldfusion to Flex

[flexcoders] Chart Annotation Headaces

2009-09-01 Thread Battershall, Jeff
events are fired when new annotation items are added. Any advice appreciated! Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] RE: Chart Annotation Headaces

2009-09-01 Thread Battershall, Jeff
OK, callLater() seems to do the trick. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Tuesday, September 01, 2009 3:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Chart Annotation Headaces

RE: [flexcoders] Flex DMV 3.4.0

2009-08-27 Thread Battershall, Jeff
Where is DMV 3.4.0 available for download? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tom Chiverton Sent: Thursday, August 27, 2009 11:14 AM To: flexcoders@yahoogroups.com Cc: Matt Chotin Subject: Re: [flexcoders] Flex DMV

[flexcoders] RE: Adobe Air app losing connection to DB

2009-08-19 Thread Battershall, Jeff
Are you setting the person's credentials in your Remote Object using setRemoteCredentials()? Sounds like you might not be. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Scott Sent: Monday, August 17, 2009 10:16 PM To:

RE: [flexcoders] Event Best Practices

2009-08-14 Thread Jeff Hindman
Maybe it's just me . but I usually stick all my custom components in separate files. As long As you import them correctly in the main app, you should be able to bubble events up. -jake _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jdizowat

RE: [flexcoders] Re: better option than repeater?

2009-07-27 Thread Battershall, Jeff
function to pass the selected values into your checkbox component and to set the 'selected' property of each checkbox accordingly. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Monday, July 27, 2009 2:22 PM

[flexcoders] Easing ScrollBar ... how hard can it be?

2009-07-17 Thread Jeff Hindman
Group, I've searched high and low for a way to implement this, including a ready-made Flex component ... so far, nothing looks promising. I know I've seen one on several Flex sites ... is it a Flash component that was ported over? Any direction would be greatly appreciated. Thanks, -- Jake

RE: [flexcoders] Calling List.change (or equivalent) from within a custom itemRenderer?

2009-07-13 Thread Battershall, Jeff
From within your custom item renderer, you can execute this code: owner.dispatchEvent(new Event(change)); The TileList will broadcast this event to any listeners. If you need to pass data elements you may have to create a custom event that contains the elements you need. Jeff -Original

RE: [flexcoders] Flex View Stack / Component Life Cycle Best practice

2009-07-07 Thread Battershall, Jeff
Have each 'page' of your app extend a base class that has a publicfunction you can call when it becomes visible when the ViewStack changes. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of claudiu ursica Sent: Friday, June

RE: [flexcoders] panel rotation problem

2009-07-07 Thread Battershall, Jeff
Panel has a style declaration for the title �C titleStyleName which per the docs doesn’t inherit CSS. You’ll have to define the style and refer to your embedded font. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of j2me_soul

RE: [flexcoders] Re: Flex Browse File Video

2009-07-07 Thread Battershall, Jeff
I've done similar things with AIR and images but not with video. Seems to me you might be able to do it with FileReference.load(), which gives you access to the btyearray of the uploaded file. Requires FP10. -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Flex/Excel integration

2009-07-07 Thread Battershall, Jeff
of broader Excel format support is its drawback. Is anyone aware of any other competitive solutions (even commercial ones) that might be available? Just asking. Jeff

RE: [flexcoders] CartesianChart not recognized in Flex SDK 3.3

2009-06-16 Thread Battershall, Jeff
Siraj, You need to install the datavis rsl's which are available on Adobe.com - the same location where you downloaded the Flex 3.3 SDK. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Siraj R. Khan Sent: Tuesday, June 16, 2009

RE: [flexcoders] Flex export to Excel

2009-06-11 Thread Battershall, Jeff
The dialog generated when doing FileReference.save() isn't going to have open as an option - I wish it did. To see that you'd have to be downloading from the browser itself. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] Creating animated graphics

2009-06-04 Thread Battershall, Jeff
I've had better luck doing things like this in straight ActionScript. There's a very lightweight library called Twease you might want to look into,and I am sure there are many other libraries available. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod

[flexcoders] Docking AIR app in upper right corner of user's monitor?

2009-05-15 Thread Jeff Hindman
... is there a way to do this? I'm pretty sure I can do it with Zinc ...but this is Flexcoders, not Zinc-coders :) Thanks, --jake

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-28 Thread Battershall, Jeff
that to a form. The user makes edits and chooses to save or not the item. Right now, that's what I'm focusing on, because the editable copy I make seems to be hanging around in memory after attempting to unload the module and might be contributing to the problem. Jeff -Original

RE: [flexcoders] Axis titles on CartesianChart blurry, but not on ColumnChart

2009-04-28 Thread Battershall, Jeff
Are you embedidng the font for the Axis titles? And if so, is advancedAntiAliasing = true in your @font-face declaration? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of netdeep Sent: Tuesday, April 28, 2009 11:28 AM

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-27 Thread Battershall, Jeff
and what I'm hoping for in the end is a definitive set of best practices concerning the use of modules. Hopefully some of these issues might be made easier with somehting like loader.unloadAndStop() but for modules. Jeff -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-27 Thread Battershall, Jeff
believe I'm getting closer. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, April 27, 2009 1:39 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Unloading Modules - Binding is the Enemy

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-24 Thread Battershall, Jeff
, then Modules are effectively broken if something as commonplace as a combobox prevents an unload. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Thursday, April 23, 2009 10:13 AM To: flexcoders@yahoogroups.com

[flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-23 Thread Battershall, Jeff
for Modules. Basically you want to remove all listeners to a model and then unload the module. Seeking enlightenment - anyone got any? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-23 Thread Battershall, Jeff
binding to be local to the module would address the behavior, but sadly it does not appear to work. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Pedro Sena Sent: Thursday, April 23, 2009 8:26 AM

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-23 Thread Battershall, Jeff
to invalidate all outstanding bindings to any data object before the module will fully unload. This would seem to indicate that MXML binding (via curly braces) isn't going to allow this. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-23 Thread Battershall, Jeff
into a ViewStack, BTW. Is this the FocusManager bug you described? Is there a workaround? I'd be thrilled to discover that Binding was not the culprit here. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-23 Thread Battershall, Jeff
Subject: Re: [flexcoders] Unloading Modules - Binding is the Enemy? Hi Jeff, Just curiosity, what Application Domain are you using? http://livedocs.adobe.com/flex/3/html/help.html?content=18_Client_System _Environment_5.html http

[flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
model object. It appears that as soon as the datagrid has children, the module won't unload completely. There must be some reference that the datagrid has that is causing this - I am using some custom item renderers/editors. Any advice greatly appreciated. Jeff Battershall Application Architect

RE: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
of the Cairngorm events. I'm kind of hacking my way through this. Driving me crazy, though. Shouldn't be rocket science to unload a freakin' module. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Pedro Sena

RE: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
classes and then casting it as the strong typed local version the module requires, but no dice so far. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Pedro Sena Sent: Wednesday, April 22, 2009 9:57 AM

RE: [flexcoders] Re: How Could I not map a property to lcds object ?

2009-04-15 Thread Jeff Vroom
the annotations and you'd be all set. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Josh McDonald Sent: Wednesday, April 15, 2009 6:00 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How Could I not map a property to lcds object

RE: [flexcoders] Is it possible to include a .as file in actionscript within a function?

2009-04-07 Thread Battershall, Jeff
What problem are you trying to solve by taking this approach? Code re-use? Wny not write a class you can instantiate wherever you want? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of sailorsea21 Sent: Tuesday, April 07, 2009 12

RE: [flexcoders] Is it possible to include a .as file in actionscript within a function?

2009-04-07 Thread Battershall, Jeff
: [flexcoders] Is it possible to include a .as file in actionscript within a function? If my class creates a graph with a dropdown menu, how can I add it as a child to a component on my MXML module? From: Battershall, Jeff

RE: [flexcoders] Re: Modules, Cairngorm and Garbage Collection

2009-03-25 Thread Battershall, Jeff
to do that. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Bjorn Schultheiss Sent: Tuesday, March 24, 2009 7:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Modules, Cairngorm and Garbage Collection Here's my

[flexcoders] Modules, Cairngorm and Garbage Collection

2009-03-24 Thread Battershall, Jeff
. I'm suspecting binding between the ModelLocator and the module's controls are causing the behavior. Has anyone seen this and can suggest approaches to address this? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Modules, Cairngorm and Garbage Collection

2009-03-24 Thread Battershall, Jeff
observed was when the user logs out, all active modules are unloaded, but when they log back in again, the memory consumption just jumps right up. But you are right - I have embedded CSS in the module! - That could be my smoking gun! Jeff -Original Message- From

RE: [flexcoders] Modules, Cairngorm and Garbage Collection

2009-03-24 Thread Battershall, Jeff
with modules. PureMVC has it's 'Pipes' utility to inject data objects into a module, but I'm using Cairngorm and I'm wondering how something similar could be achieved with that framework. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com

RE: [flexcoders] Issue with Modules unloading...

2009-03-24 Thread Battershall, Jeff
Alex, I have a question - the bugbase entry referred to by Vito focuses on animation - what about plain jane embeded images? Also, is there a general timeframe for Flex 3.4? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com

RE: [flexcoders] Find the middel of the screen

2009-03-11 Thread Battershall, Jeff
Not sure exactly what you're planning to do with the information once you get it, but with constraints you can place display objects in the middle of any container that uses absolute layout - horizontalCenter= and verticalCenter = . Jeff -Original Message- From: flexcoders

RE: [flexcoders] Best practices for full screen video in AIR? What's the best HD performance we can?

2009-03-11 Thread Battershall, Jeff
in a similar fashion to Christope's Sales Builder app. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jon Bradley Sent: Wednesday, March 11, 2009 12:12 PM To: flexcoders@yahoogroups.com

[flexcoders] Location of datavisualization_3.3.0.4589.swz?

2009-03-05 Thread Battershall, Jeff
Anyone know where this can be found on opensource.adobe.com - or if it exists? I'm hoping that this build addresses a particular font rendering issue. Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Location of datavisualization_3.3.0.4589.swz?

2009-03-05 Thread Battershall, Jeff
I see the new SDK release on adobe.com - thanks. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Thursday, March 05, 2009 9:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Location

RE: [flexcoders] HTTPService vs URLRequest

2009-03-05 Thread Jeff Vroom
in the flash documentation but there's no reason you can't use it for Flex too. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Osman Ullah Sent: Thursday, March 05, 2009 7:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTTPService vs URLRequest

RE: [flexcoders] LCDS Upgrade Problems

2009-03-05 Thread Jeff Vroom
and they still have the old version.I'll try to get that resolved but in the meantime, I put up a copy of the new source file here: http://www.jvroom.com/SpringFactory.java Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of foobone9 Sent: Thursday, March 05

RE: [flexcoders] Re: LCDS Upgrade Problems

2009-03-05 Thread Jeff Vroom
is in the product. It in resources/samples/assemblers in flex-messaging-dist-src.zip. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of foobone9 Sent: Thursday, March 05, 2009 1:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: LCDS Upgrade Problems

RE: [flexcoders] Re: LCDS Upgrade Problems

2009-03-05 Thread Jeff Vroom
on. Back to the original error, I guess the other spring configuration you were using was generating some proxy class which did not extend HibernateAssembler? What version of spring are you using? Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of foobone9

RE: [flexcoders] LCDS DatSync Issue

2009-03-03 Thread Jeff Vroom
.* are in the filter patterns. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of deepali_kaul Sent: Monday, March 02, 2009 10:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS DatSync Issue We are having LCDS Data management services which is using Abstract

RE: [flexcoders] LCDS: Potential LCDS bug - Commit on one DataService(assembler), commits dirty data of another unrelated DataService

2009-03-02 Thread Jeff Vroom
...@adobe.com) and I'll take a look at it. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Rajeev Goel Sent: Monday, March 02, 2009 10:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS: Potential LCDS bug - Commit on one DataService(assembler

RE: [flexcoders] Flex RAM memory use - (probably a question for the player engineers?)

2009-02-26 Thread Battershall, Jeff
Alex, Is this still an issue? I got the impression it had been addressed in swfobject 2.1. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, February 26, 2009 11:36 AM

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-11 Thread Battershall, Jeff
Darrell, I wanted to pick this one back up - I'm wondering whether it should be entered as a bug. If so, I'll put togeter some example code to reproduce the issue. Only caveat being that the RSLs have to live somewhere so there is an external dependency. Jeff -Original Message- From

RE: [flexcoders] Is there any difference between BigDecimal in LCDS and FDS

2009-02-09 Thread Jeff Vroom
but could be wrong about that. Unfortunately there is still no ActionScript equivalent of BigDecimal. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dan Sent: Monday, February 09, 2009 11:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] Re: LCDS : Managed associations - creating/deleting new Items

2009-02-09 Thread Jeff Vroom
change event which causes a large number of updates. You probably want to just set autoCommit to false and manually call commit after each change. If calling commit is not desired, maybe you just set up a timer to call commit periodically if there are any pending changes. Jeff From: flexcoders

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-06 Thread Battershall, Jeff
and the framework are you using? -Darrell --- In flexcoders@yahoogroups.com, Battershall, Jeff jeff.battersh...@... wrote: Daniel, OK its an RSL issue. When I have the dataviz and framework merged into code, everything renders correctly. When I'm referencing them as RSL URLs, the fonts

[flexcoders] AxisRenderer Embedded Font Bug?

2009-02-05 Thread Battershall, Jeff
as the embedded font and I've also tried this with Arial with the same results. I've also tried this with no label rotation at all - but no dice. If I stipulate a font family including device fonts, the labels will render, but no rotation is available. Has anyone seen this? Jeff Battershall

RE: [flexcoders] AxisRenderer Embedded Font Bug?

2009-02-05 Thread Battershall, Jeff
and without rotation, but that kinda runs against the grain, if you know what I mean. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Thursday, February 05, 2009 2:36 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-05 Thread Battershall, Jeff
Daniel, It's bizarre - I enumerated the fonts in the document (TitleWindow) and they are there but aren't displaying in the AxisRenderer. The fonts ARE rendering in other parts of the document. I'm wondering whether I have the latest datavis build or something weird like that. Jeff

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-05 Thread Battershall, Jeff
it all into code with the commensurate increase in file size. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Thursday, February 05, 2009 8:54 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re

[flexcoders] PlotChart Selection Color

2009-02-04 Thread Battershall, Jeff
Hi, I'm having a hard time figuring out how to change the color of a selected plotchart item. Its coming up as olive. So far, I haven't been able to find any documentation about this. Anyone got a clue? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609

RE: [flexcoders] LCDS : Managed associations - creating new Items

2009-01-29 Thread Jeff Vroom
successfully. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Besite - Bart Sent: Tuesday, January 27, 2009 5:03 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] LCDS : Managed associations - creating new Items Hi Jeff, I was now trying to use

RE: [flexcoders] LCDS : Managed Associations - Null identity map for destination

2009-01-26 Thread Jeff Vroom
. If it does not have lazy=true, you might try adding that attribute. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Besite - Bart Sent: Monday, January 26, 2009 1:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS : Managed Associations

RE: [flexcoders] LCDS : Number of clients limitation

2009-01-26 Thread Jeff Vroom
server can introduce a bottleneck. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Besite - Bart Sent: Monday, January 26, 2009 2:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS : Number of clients limitation A question for Jeff Vroom

RE: [flexcoders] LCDS : Managed associations - creating new Items

2009-01-26 Thread Jeff Vroom
Just adding an item to a managed collection will implicitly queue up a create for the child item.If you call createItem it also adds a new client reference just for that specific item. So usually you want to avoid calling createItem unless that item lives all by itself. Jeff From

RE: [flexcoders] Getting Error while calling dataservice from AIR application.

2009-01-21 Thread Jeff Vroom
or port to substitute there so it can use the tokens.And of course makes sure your data-management-config.xml defines the destinations you are using in your client. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of bonny_us Sent: Wednesday, January 21

RE: [flexcoders] Re: Roles Based UI

2009-01-20 Thread Battershall, Jeff
Well there's got to be some tie-in between the user's role and the GUI - there's got to be some conditional logic at some level of granularity. If there are simply too many items to show/hide, you could have two different versions of a view which would be role-dependent. Modules could be a way

RE: [flexcoders] LCDS - adding a new Item using createItem()

2009-01-20 Thread Jeff Vroom
you pass to createItem. The client and server debug logs would be the best way to track that down. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Besite - Bart Sent: Tuesday, January 20, 2009 1:22 PM To: flexcoders@yahoogroups.com Subject: Re

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-19 Thread Jeff Tapper
? Jeff Tapper Senior Consultant digital primates IT Consulting Group R Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Friday, January 16

RE: [flexcoders] LCDS - adding a new Item using createItem()

2009-01-19 Thread Jeff Vroom
the client mx:TraceTarget/ logs and make sure that value makes it back to the client. It should indicate in the client logs that it is updating the cache and that the id property is getting updated there. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Besite

[flexcoders] WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
of wisdom? Jeff Tapper Senior Consultant digital primates IT Consulting Group R Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of shawnsvacha

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
Oddly enough, I'm getting a ResultEvent, no faults at all. Jeff Tapper Senior Consultant digital primates IT Consulting Group R Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
I don't believe the mx.rpc.soap.WebService class has a resultFormat property, but, if it does, im using its default. I've only seen that property on HTTPService, not WebService Jeff Tapper Senior Consultant digital primates IT Consulting Group R

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
Nothing so simple as that, god, I wish it was that easy. Jeff Tapper Senior Consultant digital primates IT Consulting Group R Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
I get a handle on the operation? (in this case, it's the find method of my service, proxy. Jeff Tapper Senior Consultant digital primates IT Consulting Group R Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net From

[flexcoders] Overriding margins using FlexPrintJob

2009-01-15 Thread Jeff Hindman
Flex AIR gurus, Is it possible to force printing to be borderless without setting it in the printer dialog box? I'm printing from an AIR application ... or at least trying to. I'm trying to duplicate the wallet-sized option of the Windows Photo Printing Wizard. Thanks, -- Jeff

RE: [flexcoders] DataGrids and ViewStacks

2009-01-09 Thread Battershall, Jeff
Just a wild stab - I ran into something that sounds similar using TitleWindow and found it font related. The data is there, but it's not rendering it due to some sort of font issue. Are you importing a font or using device fonts? -Original Message- From:

[flexcoders] Drag-n-dropping images from Mac OS to AIR app

2009-01-07 Thread Jeff Hindman
AIR gurus, The following code in my AIR app works fine on a PC, but not on a Mac: protected function handleDragEnter(event:NativeDragEvent):void { if (event.clipboard.hasFormat (ClipboardFormats.FILE_LIST_FORMAT)) {

RE: [flexcoders] [LCDS] Doesn't work with two 'in clause' ?

2009-01-07 Thread Jeff Vroom
Unfortunately the SQL assembler appears to be hardcoded to deal with support for a single in clause.It has to parse the SQL statement to support the in clause so it can convert the array parameter to the right JDBC calls. I'll make sure a bug gets filed on this. Jeff From: flexcoders

[flexcoders] Printing from AIR application

2008-12-23 Thread Jeff Hindman
I'm developing an AIR application that allows the user to drag-and-drop images from his/her local machine to the app and then print the images (via PrintJob). Easy, right? Everything works fine until I try to run the application after I print something... dragging and dropping images to the

RE: [flexcoders] BadPaddingException using RTMPS

2008-12-12 Thread Jeff Vroom
Are you running the released version of 2.6? There was a bug in RTMPS in that version which is fixed in a hotfix or in 2.6.1 that might cause this type of error intermittently. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of taze170171 Sent: Friday

RE: [flexcoders] LCDS - Handling client disconnection on the server

2008-12-11 Thread Jeff Vroom
On the server, you can listen for session disconnect events. Probably the best intro to this is Seth's blog posting: http://greetingsfromoakland.blogspot.com/2008/11/post-max.html Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Besite - Bart Sent: Thursday

RE: [flexcoders] LCDS - Handling client disconnection on the server

2008-12-11 Thread Jeff Vroom
are on 2.5.1 you might need a hotfix as there was a bug where a client who disconnects, then reconnects again immediately before the session expires was not getting resubscribed properly.That is fixed in 2.6 and 2.6.1. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod

[flexcoders] what is the minimum version of FP supported by flex 3.2?

2008-12-11 Thread Jeff Tapper
Will flex 3.2 apps run in FP 9.0.115, or do they require 9.0.124, anyone know? Jeff Tapper» Senior Consultant digital primates IT Consulting Group ® Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net

[flexcoders] Dimensions of drag-n-dropped image in AIR

2008-12-03 Thread Jeff Hindman
Hi all, Is there a way to determine the height and width of an image dragged from the native OS into AIR? Thanks, --jake

RE: [flexcoders] Flash being cached

2008-12-02 Thread Battershall, Jeff
By adding on a unique string to the path to the .swf file, you can force a download of the new swf. I use SWFObject to make this easier rather than using the normal auto-generated wrapper files for embedding the swf. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] LCDS - Data Management Service Problem

2008-12-01 Thread Jeff Vroom
get the bug fix in which suppresses IPEs altogether for non-paged collections until the related data is fetched. We basically just delay the insert until the item is available, then send the collection event at that time. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

<    1   2   3   4   5   6   7   8   9   10   >