RE: [flexcoders] LCDS / Hibernate - How tu update only one field (without sending all references)

2008-11-26 Thread Jeff Vroom
as well. In 2.6.1 the best way to turn this option on is to either set: load-on-demand=true with lazy=false, or page-size=xx with lazy=true or false. These both turn on paged-updates automatically. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of piotrchruscielewski

RE: [flexcoders] Subobjects null within Assembler when updating to LCDS 2.6

2008-11-25 Thread Jeff Vroom
for public download) as there was one bug in particular I fixed that might have cause this. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of taze170171 Sent: Tuesday, November 25, 2008 7:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Subobjects null within

RE: [flexcoders] Re: Right click context menus

2008-11-24 Thread Battershall, Jeff
defaultItems:ContextMenuBuiltInItems = myTextArea.contextMenu.builtInItems; defaultItems.print = false; ... Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cesarerocchi Sent: Saturday, November 22, 2008 9:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

RE: [flexcoders] LCDS : ReferenceError: Error #1056:

2008-11-21 Thread Jeff Vroom
I think you may have a newer server running against an older version of fds.swc. Make sure you are using the fds.swc which comes with that version of LCDS. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Besite - Bart Sent: Thursday, November 20, 2008 10:58 AM

RE: [flexcoders] Can the Data Management Service detect database changes (not client changes) ?

2008-11-19 Thread Jeff Vroom
. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of k.sigiscar Sent: Wednesday, November 19, 2008 3:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can the Data Management Service detect database changes (not client changes) ? Is it possible with LCDS to have

[flexcoders] FP 10 FileReference Security Cairngorm == Headache

2008-11-12 Thread Battershall, Jeff
was smart enough to recognize that a series of nested function calls were within the scope of the UIA event handler. If there's a way to do that, I haven't come up with it. Any input appreciated. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477

RE: [flexcoders] Flash Player 10: FileReference.save Security User event

2008-11-12 Thread Battershall, Jeff
of the event handler is, in my opinion, just too restrictive. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ervin Sent: Wednesday, November 12, 2008 11:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flash Player 10

RE: [flexcoders] Re: Flex DataService problem: unexpected unsubscribe and release collection

2008-11-07 Thread Jeff Vroom
the identity tags yourself and we revert back to the 2.5.1 mode. Since the identity tag was required in 2.5.1 that also preserves the old behavior configurations in 2.5.1 work properly in 2.6 without change. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of uiowaflex

RE: [flexcoders] commitRequired returns true from DataService.fill()

2008-11-07 Thread Jeff Vroom
at what changes get committed when you do press commit - looking at the client or server debug logs for that would tell you which objects are being modified. A good rule of thumb is to not put too much logic into your set methods - particularly avoid things that have side effects. Jeff From

RE: [flexcoders] need your advice on flash or flex

2008-10-30 Thread Battershall, Jeff
at runtime, not manipulating .psd and .fla files. The editing results (such as a snapshot of your edited image, and the text manipulation (font size, text itself, position and so forth)) can be saved to the db and re-loaded, edited, etc. Jeff -Original Message- From: flexcoders

RE: [flexcoders] Secure AMF - Error #2004: One of the parameters is invalid

2008-10-28 Thread Jeff Vroom
be turned off by default for 2.5.1 clients but maybe something is getting messed up there. You can turn this off via the enable-small-messages=false flag in the channel's serialization properties (see resources/config/services-config.xml for an example). Jeff From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] LCDS 2.6 and Hibernate - Does it work?

2008-10-17 Thread Jeff Vroom
on. If they are large, feel free to send them to me offlist: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of headjoog Sent: Friday, October 17, 2008 5:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS 2.6 and Hibernate - Does

RE: [flexcoders] Re: Reusing HTTPService

2008-10-17 Thread Jeff Vroom
it really made things easier to understand and adds a risk that you'll use the same token for two simultaneous calls. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lagos_tout Sent: Friday, October 17, 2008 10:33 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Re: LCDS 2.6 and Hibernate - Does it work?

2008-10-17 Thread Jeff Vroom
split. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of headjoog Sent: Friday, October 17, 2008 11:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: LCDS 2.6 and Hibernate - Does it work? Thanks for the follow-up Jeff. I couldn't even get the LCDS CRM

[flexcoders] Open/Save Dialog for FileReference.download()

2008-10-14 Thread Battershall, Jeff
very much needed and wanted capabilities. Anyone know anything about this? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Re: Flex, Coldfusion, Air

2008-10-10 Thread Battershall, Jeff
Of course, but once a flex app is downloaded to the client, it will not need to be downloaded again until some event (like clearing a browser cache, etc.) forces it to be downloaded again. Flex apps don't need good bandwidth to open, in fact, after initial download, they should perform the same

RE: [flexcoders] Flex Builder 4?

2008-10-10 Thread Battershall, Jeff
I believe I saw H2 2009 somewhere for Flex 4, which I'm assuming means second-half of 2009. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Friday, October 10, 2008 9:09 AM To:

RE: [flexcoders] Re: Flex, Coldfusion, Air

2008-10-10 Thread Battershall, Jeff
Why would it 'fail'? - I'm not getting that. Like I said, it is basically a one-time hit, because the swf is going to be cached on the user's computer. It is certainly no more difficult than building and distributing an AIR app. Your use case for AIR should be based, IMO, on AIR's particular

RE: [flexcoders] Create Help System in Flex - how to display html in a canvas or component?

2008-10-10 Thread Battershall, Jeff
bar to display multiple pages of help text. It's crude, but it works. Conceivably you could incorporate a Tree component and use that as a menuing system to retreive content via HTTP and display it in your content area. Jeff -Original Message- From: flexcoders

[flexcoders] Adding labels to PlotCharts - Label Placement Algorithm

2008-10-10 Thread Battershall, Jeff
with this and has any recommendations. I suppose it is similar to the concept of collision detection, which numerous people have worked with in Flash. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] ComboBox in Component won't open to Saved Value

2008-10-08 Thread Battershall, Jeff
custom ComboBox. {Bindable] private var dp:Array = [{data:'foo',label:'foo'},{data:'foo1',label:'foo1'},{data:'foo2',label: 'foo2'}]; [Bindable] private var myVal:String = foo; local:CustomComboBox dataProvider={dp} selectedValue={myVal}/ Jeff -Original Message- From: flexcoders

RE: [flexcoders] FileReference's DataEvent.UPLOAD_COMPLETE_DATA event being dropped randomly

2008-10-07 Thread Battershall, Jeff
to retreive the data I wanted about the upload. When I did my upload, I passed a UUID so I had a common thread I could count on. Even though your issue may be slightly different, using a UUID in your URLRequest object may help you workaround the issue. Jeff -Original Message

RE: [flexcoders] LiveCycleDS - Problem Accessing RemoteObject over Secure AMF

2008-10-07 Thread Battershall, Jeff
Do you have an SSL cert installed on your local development environment? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cwicky99 Sent: Tuesday, October 07, 2008 1:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] LiveCycleDS

RE: [flexcoders] FileReference's DataEvent.UPLOAD_COMPLETE_DATA event being dropped randomly

2008-10-07 Thread Battershall, Jeff
but that doesn't address this timeout thing. Hopefully these issues are on the radar for Flash Player 10. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Hubbard Sent: Tuesday, October 07, 2008 3:27 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Creating a Modal Window

2008-10-06 Thread Battershall, Jeff
The Canvas component doesn't have a backgroundColor unless you give it one - in other words its background will be transparent and showing everything underneath it by default. By stipulating a backgroundColor you should be OK. Jeff -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] LiveCycleDS + Java Enums

2008-10-06 Thread Jeff Vroom
The enum handling is part of the AMF serialization so you should be able to use that with LC DS2.6 as well.Since AS does not have a native enum type, by default a Java5 enum gets serialized to the client using the string value of the enum. Jeff From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Re: LiveCycleDS + Java Enums

2008-10-06 Thread Jeff Vroom
, it works out of the box... no need to register the PropertyProxy. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cwicky99 Sent: Monday, October 06, 2008 11:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: LiveCycleDS + Java Enums Ok, so I don't need

RE: [flexcoders] DataVisualization RSL Issues

2008-10-02 Thread Battershall, Jeff
Matt, I built a simple Flex project that replicates the issue. Should I enter a bug? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Tuesday, September 30, 2008 1:36 PM To: flexcoders@yahoogroups.com Subject: Re

RE: [flexcoders] DataVisualization RSL Issues

2008-10-02 Thread Battershall, Jeff
OK Matt, It's issue SDK-17155. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Thursday, October 02, 2008 1:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] DataVisualization RSL Issues Yes please On 10

RE: [flexcoders] DataVisualization RSL Issues

2008-10-01 Thread Battershall, Jeff
Matt, Seems similar but we're not using modules. The ADG issue occurs in a TitleWindow instance. I've tried importing the advancedDataGridItemRenderer in the main file and that does not fix it. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] DataVisualization RSL Issues

2008-10-01 Thread Battershall, Jeff
Matt, One additional question about RSLs in general - if you had a corrected RSL, how would you force the new one to be downloaded to the client? It would seem that your sole recourse is to compile against a new RSL which has a unique build number - true or not true? Jeff -Original Message

[flexcoders] DataVisualization RSL Issues

2008-09-30 Thread Battershall, Jeff
using for a report. If I merge into code, I don't get that issue. Any ideas? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] DataVisualization RSL Issues

2008-09-30 Thread Battershall, Jeff
render. I'll try to come up with a replicable test case with sample code but it would seem to be a bug with the datavisualization_3.1.0.2710.swz. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Tuesday, September 30, 2008 10:09

RE: RE[flexcoders] S: LCDS - how can I improve the createItem function?

2008-09-29 Thread Jeff Vroom
the “autoSync=true” option enabled too… after we apply the changes to the database, there is a step with autoSync where we need to find all interested clients. With large object graphs, this can be time consuming. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kcCedrics

RE: [flexcoders] LCDS deadLock with managed assocation

2008-09-29 Thread Jeff Vroom
Can you send me the complete stack trace for this deadlock? If it is big, feel free to send it to me at [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kcCedrics Sent: Monday, September 29, 2008 5:25 AM To: flexcoders

RE: RE[flexcoders] S: LCDS - how can I improve the createItem function?

2008-09-26 Thread Jeff Vroom
the data management system (and the flex client) that they are all there. It's not clear though that this would be more efficient. Note too that the LC DS debug logging is pretty expensive so if you turn that off, it will speed up the server a lot. Jeff From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] OT: FP Ubiquity Stats Lack Silverlight Comparison

2008-09-24 Thread Battershall, Jeff
Why would you want to do that? Isn't it the classic marketing error to provide free airtime to the competition? In addition, if you start reporting such statistics you become responsible for their accuracy and that's not something that I think Adobe would be interested in, as least as regards a

RE: [flexcoders] Re: problem with the flex application in MAC

2008-09-22 Thread Battershall, Jeff
Something to look into, but in your page source, the requested player version is 9.0.28 - and that's not released yet, AFAIK. Possibly that produces unwanted behavior on the Mac Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sudha_bsb

RE: [flexcoders] Re: problem with the flex application in MAC

2008-09-22 Thread Battershall, Jeff
Please ignore - not at my most alert today. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Monday, September 22, 2008 3:25 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: problem with the flex application

RE: [flexcoders] Re: LCDS: Debug RTMP Traffic

2008-09-21 Thread Jeff Vroom
or on the server? If it is on the server, make sure you are compiling against the services-config.mxml file (it is a project/compiler option). Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Sunday, September 21, 2008 5:04 PM To: flexcoders

RE: [flexcoders] Re: LCDS: Debug RTMP Traffic

2008-09-21 Thread Jeff Vroom
- it is the information which is compiled into the SWF. In this case, I'd expect to see the default channels for the RTMP channel and then the destination info. The destination info looked correct from the snippet you sent previously so it is the default channels part that is messed up. Jeff From: flexcoders

RE: [flexcoders] LCDS: Debug RTMP Traffic

2008-09-20 Thread Jeff Vroom
to establish the connection. Look at your RTMP configuration but typically it is 2038 or 1935 or something like that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Friday, September 19, 2008 7:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS

RE: [flexcoders] Livecycle problem - multiple rtmp services and Windows Vista

2008-09-18 Thread Jeff Vroom
You might have some other process listening on port 2038 on the vista machines? You can run netstat -a -o | grep 2038 to see if that is true and which process id opened that port. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bart Ronsyn Sent: Thursday

RE: [flexcoders] Bindable does not behavior in extended class

2008-09-18 Thread Battershall, Jeff
I'd have to say that combining visual and non-visual components and then throwing bindable into the mix seems like a recipie for trouble. There isn't a good separation of concerns. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] LCDS 2.5.1 DSprevMessageId Error?

2008-09-17 Thread Jeff Vroom
incorrectly getting set in this other case too. This should be fixed in the 2.6 release. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of foobone9 Sent: Wednesday, September 17, 2008 9:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS 2.5.1

RE: [flexcoders] Preventing cutpaste in Flex3 application

2008-09-16 Thread Battershall, Jeff
And you can get rid of that context menu item too, if it matters. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Wetmore Sent: Tuesday, September 16, 2008 10:47 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] UI Prototype Tool

2008-09-16 Thread Battershall, Jeff
What about FB itself? - doesn't require much if any code and actually looks like what you're about to build. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Tuesday, September 16, 2008 12:20 PM To: flexcoders

RE: [flexcoders] Re: LCDS data serialization frozen

2008-09-16 Thread Jeff Vroom
the hang. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jardillier Sent: Tuesday, September 16, 2008 1:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: LCDS data serialization frozen Hello, I am using the LCDS 2.6 and the channel RTMP. About the stack

RE: [flexcoders] Re: Modularising a flex app

2008-09-15 Thread Battershall, Jeff
I believe FB 2.01 supports modules, but you should definitely be using FB3 anyway. Loading modules at runtime based upon user permissions is a solid way to go - certainly better than commenting out code and the like. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] IOException on DataService closing

2008-09-15 Thread Jeff Vroom
are logging. I don't see that message at all in our 2.5.1 code base so I am guessing you are running on 2.0.1 or maybe 2.0? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cédric Savi Sent: Monday, September 15, 2008 12:58 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] LCDS data serialization frozen

2008-09-15 Thread Jeff Vroom
What version of LC DS are you using and what type of channel (i.e. is it an RTMP or RTMPS channel or one of the app server's http based channels)? Another thought is to get a stack dump from your JVM when this happens to be sure there is not a deadlock or something like that. Jeff From

RE: [flexcoders] Re: Remote Object and Session ???????

2008-09-11 Thread Battershall, Jeff
on what middleware platform you're on. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Thursday, September 11, 2008 9:21 AM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] Re: FlexPrintJob - Very Hit Miss

2008-09-08 Thread Battershall, Jeff
In my case, it was size related. Smaller images were fine but larger ones could be problematic, and the behavior was restricted to the Adobe PDF printer driver. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thatstephen Sent: Monday

RE: [flexcoders] Flex CF Gateway Integration with CF 7.02 - What Am I Doing Wrong?

2008-09-07 Thread Battershall, Jeff
?externalId=4ac796d0slic eId=1), but I just not seeing the necessary classes in the 7.02 Enterprise install. There's got to be someone from Adobe who can comment on this but anyone else who has experience with this, let me know. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto

[flexcoders] Flex CF Gateway Integration with CF 7.02 - What Am I Doing Wrong?

2008-09-06 Thread Battershall, Jeff
'coldfusion.flex.CFEventGatewayAdapter'. Type 'coldfusion.flex.CFEventGatewayAdapter' not found. There's quite a difference between CF8 and CF 7.02 in the way the services are defined, but reportedly (per Adobe) CFGateway integration SHOULD work in CF 7.02. What am I doing wrong? Jeff Battershall Application Architect Dow Jones

RE: [flexcoders] Flex CF Gateway Integration with CF 7.02 - What Am I Doing Wrong?

2008-09-06 Thread Battershall, Jeff
It would seem that the adapter goes by a different name in CF 7.02 - assuming it exists - does anyone have a clue what it might be? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Saturday, September 06, 2008 9:06 AM

RE: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-04 Thread Battershall, Jeff
suggestions appreciated. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Wednesday, September 03, 2008 4:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FileReference.upload() on FireFox not firing

RE: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-04 Thread Battershall, Jeff
it when and if the onComplete event fires. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simon Bailey Sent: Thursday, September 04, 2008 6:38 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders

RE: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-04 Thread Battershall, Jeff
Simon, An update on this - it seems it works fine for small files, the issue comes up when there are larger files - wondering whether there is a timeout issue involved. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] Re: Flex SDK 3.1 changes to WebServices breaking existing services...

2008-09-04 Thread jeff
the ArrayCollection is predeclared is probably a good indicator that its a Flex bug. -Jeff On Thu, 04 Sep 2008 00:45:55 -, Todd wrote I've sort of figured out new WSDL syntax that works as expected. If I change the WSDL declaration of paymentAccounts from: xsd:element maxOccurs=1

[flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-03 Thread Battershall, Jeff
in FireFox. Has anyone seen this? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Flexstore license?

2008-09-02 Thread Battershall, Jeff
, courteously, to please desist with your Adobe agenda, at least on this list. You're pissed at them, got it. You've made your point(s) and we'd like to go back to what we were doing: giving technical advice and receiving technical advice - about Flex. Jeff -Original Message- From: flexcoders

[flexcoders] FlexPrintJob - Very Hit Miss

2008-08-29 Thread Battershall, Jeff
Actually it is more miss than hit on OSX. By muttering certain incantations I'm able to print a loaded bitmap about once out of very 20 tries. Otherwise, blank pages. The image by the way has been loaded for some time when this happens. Has anyone experienced this? A workaround? Jeff

RE: [flexcoders] FlexPrintJob - Very Hit Miss

2008-08-29 Thread Battershall, Jeff
- I'd have to say it is the biggest drawback for the platform, IMO. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Friday, August 29, 2008 6:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FlexPrintJob - Very Hit

RE: [flexcoders] RE: FlexPrintJob - Very Hit Miss

2008-08-29 Thread Battershall, Jeff
on a normal printer). Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Friday, August 29, 2008 1:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] RE: FlexPrintJob - Very Hit Miss Are you directly

RE: [flexcoders] Flex RemoteObject and Browser cookies

2008-08-29 Thread Jeff Vroom
as different cookie domains. Definitely watch out for localhost versus myserver.com as that is a common way to switch cookie domains too. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vijay Ganesan Sent: Friday, August 29, 2008 1:05 PM To: flexcoders

RE: [flexcoders] RAITest, Selenium, QuickTest, Silk?

2008-08-28 Thread Battershall, Jeff
. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Beck Sent: Wednesday, August 27, 2008 3:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RAITest, Selenium, QuickTest, Silk

RE: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Battershall, Jeff
think it interferes with the prosperity of Adobe solution providers or individual developers, in fact having such solutions available may make more possible to deliver on projects by not having to reinvent functionality. It is what it is and there's no shortage of work, so let's get on with it. Jeff

RE: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Battershall, Jeff
for the FLEX community. I'll certainly keep my Lexis-Nexis handy and press contacts (and in several years, if it turns bad, the FTC and DOJ). -r On Aug 27, 2008, at 11:17 AM, Battershall, Jeff wrote: At this point, Adobe is not likely to abandon

RE: [flexcoders] ArrayCollection bound to an Array.

2008-08-26 Thread Battershall, Jeff
Your approach to the problem doesn't appear to be correct. Some additional code would be helpful. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexaustin Sent: Tuesday, August 26, 2008 11:17 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Flex Load Testing Solutions

2008-08-26 Thread Battershall, Jeff
I've seen that Adobe is high on RadView software's WebLoad product, but I'm interested in evaluating a number of possible products and/or approaches for load testing our applications. Any and all feedback appreciated! Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED

RE: [flexcoders] the commit method of LCDS doesn't commit deleted child object. Is this normal?

2008-08-25 Thread Jeff Vroom
the deleteItem explicitly. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shigeru Nakagaki Sent: Monday, August 25, 2008 9:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] the commit method of LCDS doesn't commit deleted child object. Is this normal? When

Re: [flexcoders] SDK 3.1 SOAP deserialization issue

2008-08-22 Thread jeff
On Fri, Aug 22, 2008 at 1:18 AM, jeff [EMAIL PROTECTED] wrote: Hello, I am seeing an issue introduced with SDK 3.1 where the SDK is not properly mapping XML schemas to AS classes.  We use the SchemaTypeRegistry magic to have our AS classes instantiated based on the types contained in our SOAP

[flexcoders] SDK 3.1 SOAP deserialization issue

2008-08-21 Thread jeff
, so we're building against 3.0 SDK for the time being. Thanks, Jeff

RE: [flexcoders] LCDS and real-time performance

2008-08-19 Thread Jeff Vroom
on more debugging options such as Protocol.* or maybe even * so we see all targets. That will give us more fine-grained timings of where the time is being spent. Of course that much debug logging will slow things down overall but it can be helpful to see what exactly the system is doing. Jeff

RE: [flexcoders] Re: LCDS 2.6 + Hibernate: problem deleting items

2008-08-18 Thread Jeff Vroom
customized the assembler? Another possibility is that you might have a bi-directional association involving this item and you are not removing the item from both sides of the relationship. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zdenekmikan Sent: Monday

RE: [flexcoders] Difference between specifying remoteObject in mxml and in actionscript ?

2008-08-15 Thread Jeff Vroom
); } else { chan = new AMFChannel(null, endpoint); } channelSet = new ChannelSet(); channelSet.addChannel(chan); } } Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Hayes Sent: Friday

RE: [flexcoders] Re: DataServiceException

2008-08-12 Thread Jeff Vroom
Oops, I forgot that particular call was added in a 2.5.1 hotfix or also exists in 2.6. If you comment out that line, you still see the sequenceInfo above which should provide the info you need. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent

RE: [flexcoders] Re: LCDS: how to fetch the items from lazy collection

2008-08-11 Thread Jeff Vroom
is the prefetch parameter which specifies the number of items to fetch. That one call with thrown an IPE if all items are not resident. The advantage of doing this all at once is that we can make one big request to the server instead of fetching each page independently. Jeff From: flexcoders

RE: [flexcoders] Re: DataServiceException

2008-08-07 Thread Jeff Vroom
active fills, etc. If that is empty, somehow the client's fill is not auto-sync'd. 2) If you turn on the Service.* debug target it should at least indicate which fills it is trying to refresh. Jeff - printSeqs.jsp: %@ page import=flex.data.SequenceManager % %@ page import

RE: [flexcoders] DataServiceException

2008-08-04 Thread Jeff Vroom
container or Tomcat with JOTM installed that would explain it.You can try passing false to begin and that would avoid use of the JTA transaction manager. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Monday, August 04, 2008 1:31 PM To: flexcoders

RE: [flexcoders] Re: DataServiceException

2008-08-04 Thread Jeff Vroom
to the begin method, but I should be able to use JOTM. BTW, thanks for your help on that other LCDS issue. --- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com, Jeff Vroom [EMAIL PROTECTED] wrote: When you create a DataServiceTransaction, especially with true so it needs to start a JTA

RE: [flexcoders] How do you auto-refresh LCDS?

2008-07-31 Thread Jeff Vroom
changes made to items as well. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Thursday, July 31, 2008 1:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do you auto-refresh LCDS? I'm not sure how you refresh clients when there's a change

RE: [flexcoders] LCDS : updateItem method

2008-07-30 Thread Jeff Vroom
all pending changes or dataService.commit([myObject]) to commit just the changes for a specific object. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bart Ronsyn Sent: Wednesday, July 30, 2008 8:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS

RE: [flexcoders] LCDS - Data Management Service Problem

2008-07-28 Thread Jeff Vroom
Hi Bart, Thanks for sending those logs. I believe this is a bug fixed in LC DS 2.6 which is now available on the adobe site. We also have a hotfix for it on 2.5.1 - contact me off list if you need a copy of that. Jeff From: Bart Ronsyn [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008

RE: [flexcoders] Re: LCDS data synchronisation problem

2008-07-26 Thread Jeff Vroom
logging section and set level=Debug there to get more info. Sorry for the difficulties getting this working. Please let me know if you do find the problem so I can improve our error messages. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fkolberg Sent: Saturday, July

RE: [flexcoders] Re: LCDS paging exception

2008-07-25 Thread Jeff Vroom
the client knowing about it or it could be a bug. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of meteatamel Sent: Friday, July 25, 2008 6:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: LCDS paging exception I have tried the basic paging before

RE: [flexcoders] LCDS data synchronisation problem

2008-07-25 Thread Jeff Vroom
additional information in the flashlog.txt just before the message is shown. It will also log the destinations the client is configured with in the flashlog. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fkolberg Sent: Friday, July 25, 2008 9:16 AM To: flexcoders

RE: [flexcoders] LCDS - Data Management Service Problem

2008-07-25 Thread Jeff Vroom
if the identities are not getting defined properly in ActionScript. If you add mx:TraceTarget/ and send along the resulting flashlog.txt, we can see what is happening from that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bart Ronsyn Sent: Friday, July 25, 2008

RE: [flexcoders] Only last row shown from dataservice result (Hibernate+LCDS)

2008-07-24 Thread Jeff Vroom
). Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Yohanes Iwan Sugiarto Sent: Wednesday, July 23, 2008 6:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Only last row shown from dataservice result (Hibernate+LCDS) Hi, I'm using hibernate LCDS 2.51 Using

RE: [flexcoders] LCDS Memory Usage

2008-07-24 Thread Jeff Vroom
to and also can specify meta-data that is attached to all changes made. That meta-data is used to route changes to the right subscribed clients. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Wednesday, July 23, 2008 5:21 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] LCDS data management - original data on the client

2008-07-23 Thread Jeff Vroom
Unfortunately we currently only expose the DataService.getPendingOperation(item) method. We don’t let you get at the original version of the item, list of changes, set of newly created or deleted items yet. This is something we’d like to offer but it is just not there yet. Jeff From

RE: [flexcoders] Re: DataService gives CollectionEvents for each item when committing one item

2008-07-17 Thread Jeff Vroom
properly so after it does the auto-refresh it thinks the items are completely different from the way they were originally. Turning on the server side debug logs for the Message.* and Service.* targets would give you a good idea of what is happening on the server. Jeff From: flexcoders

[flexcoders] PopButton inside another popUp

2008-07-16 Thread Battershall, Jeff
property is undefined, and if so, define it on the fly via AS. The issue I'm seeing however is that the popUp is behind the other popup until I click on it once or twice. Any sugestions or advice? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484

RE: [flexcoders] PopButton inside another popUp

2008-07-16 Thread Battershall, Jeff
Did some googling - upgraded to SDK 3.0.2 - issue resolved. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Wednesday, July 16, 2008 9:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] PopButton inside another

RE: [flexcoders] LCDS and Hibernate - how to setup bidirectional relationship

2008-07-10 Thread Jeff Vroom
. If you are not running on the latest hotfix it might be worth trying that as there have been a few bugs fixed in that version. I’ll send you a copy off list. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Zdenek Mikan Sent: Friday, July 04, 2008 4:40 AM Cc

RE: [flexcoders] ComboBox ItemRenderer Custom Events only go to SystemManager - WHY?????

2008-07-10 Thread Battershall, Jeff
Thanks Alex - that does it. I noticed some interesting behavior in all this - if my custom event did not have its own clone method override I'd get a type coercion error when dispatching the custom event from the CB when using event metadata. But now I've got it working right. Jeff

[flexcoders] ComboBox ItemRenderer Custom Events only go to SystemManager - WHY?????

2008-07-09 Thread Battershall, Jeff
ComboBox, it does not receive the event. However when I use systemManager.addEventListener(myCustomEvent,myHandler), suddenly I can receive the event. Is this the expected behavior? Why? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] ComboBox ItemRenderer Custom Events only go to SystemManager - WHY?????

2008-07-09 Thread Battershall, Jeff
Alex, I thought that might be the case, but when I use owner.dispatchEvent(myCustomEventInstance,true) from within my itemRenderer, and I have previously added an event listener to my ComboBox, no event is broadcast from my ComboBox. Jeff -Original Message- From

RE: [flexcoders] ComboBox ItemRenderer Custom Events only go to SystemManager - WHY?????

2008-07-09 Thread Battershall, Jeff
something that will work, i.e., using SystemManager, but I want to know if there's something I'm doing wrong that requires this approach, because it seems to break the chain of responsibility. Shouldn't a combo box be able to relay events from its list? Jeff -Original Message

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