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

2008-07-09 Thread Battershall, Jeff
OK, I tried this but I get a compiler error - owner (which is a DisplayObjectContainer) doesn't have a property owner. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of reflexactions Sent: Wednesday, July 09, 2008 2:17 PM To: flexcoders

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

2008-07-09 Thread Battershall, Jeff
@yahoogroups.com Subject: [flexcoders] Re: ComboBox ItemRenderer Custom Events only go to SystemManager - WHY? Cast owner to something like ListBase to get round the compiler error. --- In flexcoders@yahoogroups.com, Battershall, Jeff [EMAIL PROTECTED] wrote: OK, I tried this but I get a compiler

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

2008-07-09 Thread Battershall, Jeff
the possibility I'm not doing something correctly, but to my knowledge, what you decribe SHOULD work. I don't partcularly care for this ListBase(owner).owner stuff but it does have the virtue of working. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

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

2008-07-09 Thread Battershall, Jeff
Thanks Alex! How do you control what events the CB is listening for from it's list? It would seem there are two levels of listening required herre - one by the List and another by the CB. I'm definitely in search of the best practices way to approach this sort of problem. Jeff -Original

RE: [flexcoders] LCDS Performance (hibernate cascade)

2008-07-03 Thread Jeff Vroom
)... the official release is coming real soon now. Contact me off list if you need early access to that release. Jeff inline: ~WRD000.jpginline: image001.jpginline: image002.jpg

RE: [flexcoders] LCDS: Problem with destination inheritance

2008-07-03 Thread Jeff Vroom
be an easy workaround though most likely you are using that variant of commit for a reason. I'll contact you off-list to get you a patched fds.swc to try out the fix. For your reference, the bug number I filed is: https://bugs.adobe.com/jira/browse/LCDS-351 Jeff From: flexcoders

RE: [flexcoders] Charting - setting yField property for a PlotSeries when dataProvider is XML

2008-06-27 Thread Battershall, Jeff
I'm not sure how you're going to stipulate a yField that doesn't exist in the dataprovider. If you have control over the XML format, add the additional attribute to each datapoint item. If you don't, then you'll need to take what you're given and add the yVal attribute to each item. Jeff

[flexcoders] Printing VS. PDF Creation - Scaling the output

2008-06-25 Thread Battershall, Jeff
and having tremendous problems getting the ImageSnapshot.data to scale to the right width, regardless of the sampled DPI. ANY ADVICE APPRECIATED Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Re: Problems passing value objects between Flex and CF

2008-06-25 Thread Battershall, Jeff
. this.value1 = ; this.value2 = ; this.value3 = ; this.value4 = ; /cfscript Just using the CFPROPERTY tag isn't enough. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of holmgren.eric Sent

[flexcoders] SLIGHTLY OT: Problems Generating PDF from Flex using CFDOCUMENT

2008-06-23 Thread Battershall, Jeff
the the content into my CFDOCUMENT using img src=my_generated_image_file.jpg/. The content area is blank. I've tried CFLOCK, no dice. I've had no problems embedding other, smaller images. Is there a size (in pixels) limitation on embedded images or something? Jeff Battershall Application Architect

RE: [flexcoders] SLIGHTLY OT: Problems Generating PDF from Flex using CFDOCUMENT

2008-06-23 Thread Battershall, Jeff
For the edification of others it was a keystore issue. CF needs to trust a certificate before it can get content using SSL. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Monday, June 23, 2008 9:51 AM To: flexcoders

[flexcoders] Best Way to add Data Labels to Plot Chart

2008-06-19 Thread Battershall, Jeff
There's been a fair amount of discusison on this and I'm polling for opinions about the best (and hopefully relatively painless) approach. I'm currently trying to do this via a custom PlotSeries and the learning curve is making it a little slow. Any advice appreciated. Jeff

RE: [flexcoders] flex and struts

2008-06-11 Thread Battershall, Jeff
http://www.adobe.com/devnet/flex/articles/struts.html - but this is from the original Flex Beta time period. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kamel Sent: Wednesday, June 11, 2008 8:44 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] new to VO's, why won't this cast?

2008-06-10 Thread Battershall, Jeff
In the example code below I don't even see any RemoteObject metadata. Also, is the dg's dataprovider of ArrayElementType EmployeeVO? It's unclear. It's not a question of data types alone - the metadata must be present for the conversion to work correctly. -Original Message-

RE: [flexcoders] popupbutton in viewstack/canvas

2008-06-10 Thread Battershall, Jeff
There is a know issue with PopUpButton in certain contexts. The workaround is to listen for the open event and re-create the popUp property programatically if found to be null. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] popupbutton in viewstack/canvas

2008-06-10 Thread Battershall, Jeff
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Tuesday, June 10, 2008 12:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] popupbutton in viewstack/canvas Thanks Jeff - do you have

RE: [flexcoders] new to VO's, why won't this cast?

2008-06-10 Thread Battershall, Jeff
accordingly., and add each one to an Array. In your CFC function, you have returntype=com.mycompany.vo.EmployeeVO[]. Assuming you've got the mapping setup correctly and no gotchas you'll get your datagrid pouplated with your EmployVO's. Jeff -Original Message- From: flexcoders

RE: [flexcoders] Re: Use hibernate annotations with LiveCycle Data Services

2008-06-05 Thread Jeff Vroom
To switch from classic hibernate with XML based configuration to annotations you need to add entries like this for each of your object types: mapping class=support5.Account/ (in addition to switching from HibernateAssembler to HibernateAnnotationsAssembler) Jeff

[flexcoders] Listening for a value change

2008-06-02 Thread Jeff Douglas
can I write a listener that determines 1) that the value has changed and 2) what the new value is? Thanks Jeff

[flexcoders] Re: Listening for a value change

2008-06-02 Thread Jeff Douglas
Thanks Felipe... you are my hero. FYI... here's a good link that explains using getters/setters for this scenario: http://www.tricedesigns.com/tricedesigns_home/blog/2006/12/getters- and-setters-vs-public.html Jeff --- In flexcoders@yahoogroups.com, Felipe Fernandes [EMAIL PROTECTED] wrote

[flexcoders] Re: The different between generial Flex 3 and Flex 3 Profesional?

2008-05-31 Thread Jeff Houser
I just re-read the whole thread; and am unsure how Scott's post could be construed as inappropriate. Someone said I thought X, and that was wrong; so Scott posted the appropriate info. He wasn't the one who brought up the topic of Silverlight. I agree that adding a sig with his title would

RE: [flexcoders] Re: Replaying an Embedding SWF

2008-05-30 Thread Battershall, Jeff
. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kenny14390 Sent: Thursday, May 29, 2008 5:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Replaying an Embedding SWF Instead of using symbol=... in the Embed, I tried

Re: [flexcoders] REPORTING in FLEX 3

2008-05-30 Thread jeff
On Thu, May 29, 2008 at 03:49:45PM -, gf_baggio wrote: I am very new in flex and I am trying to figure out how to print nice reports. We use BIRT, it's now part of the Eclipse project. -Jeff

RE: [flexcoders] launching flex with arguments

2008-05-29 Thread Battershall, Jeff
Yes, you can pass variables to the Flex app via flashVars. These then can be accessed via Application.application.parameters.myVarName in your application. This would mean that you'd have to modify the default html wrapper, which is easy to do. Jeff -Original Message- From: flexcoders

RE: [flexcoders] Re: launching flex with arguments

2008-05-29 Thread Battershall, Jeff
be to use SWFObject (http://blog.deconcept.com/swfobject/#examples). I'm sure there are others as well. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of netdeep Sent: Thursday, May 29, 2008 11:28 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Re: launching flex with arguments

2008-05-29 Thread Battershall, Jeff
This method does not validate XHTML, though. --- In flexcoders@yahoogroups.com, Battershall, Jeff [EMAIL PROTECTED] wrote: Take a look at the default html wrapper that is produced by Flex. You'll see where the flashVars are set. Depending on what web application platform you're on, you can

RE: [flexcoders] Re: Replaying an Embedding SWF

2008-05-29 Thread Battershall, Jeff
Do you know if the animation is in fact done via timeline? If it is not, gotoAndPlay(1) isn't going to do you much good. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kenny14390 Sent: Thursday, May 29, 2008 2:23 PM To: flexcoders

RE: [flexcoders] Re: Replaying an Embedding SWF

2008-05-29 Thread Battershall, Jeff
Sounds like you need to dig a little deeper into the .fla file to find out what script is executing when the button is pressed. That movie clip may have its own timeline that you need to access. What AS version is being used? Jeff -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-22 Thread Battershall, Jeff
. These would be written in JavaScript most likely but you could convert to ActionScript pretty easily. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig Sent: Wednesday, May 21, 2008 10:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-21 Thread Battershall, Jeff
Claus, On the drive home I was arriving at the same conclusiion you did -if it was XHTML it's a piece of cake. Hopefully that's the case in this situation. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claus Wahlers Sent: Tuesday, May 20

RE: [flexcoders] Re: Securely Interfacing Between Flex and Databases

2008-05-21 Thread Battershall, Jeff
Yes, but we're talking on YOUR network where you have WebScarab or other such tool installed. It's not as though ALL your bank's transactions, regardless of intended recipient, are now visible to you. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-21 Thread Battershall, Jeff
Craig, See the note from Claus if you haven't already - he makes the important point that if the data is in XHTML you'll be able to conver the data into a format that could drive your datagrid very easily without string parsing. Is that the case? Jeff -Original Message- From: flexcoders

RE: [flexcoders] Flash-AIR-PHP drag and drop Hybrid

2008-05-21 Thread Battershall, Jeff
progress, that can be done within AIR as well - no need for an external Flash widget. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Hess Sent: Wednesday, May 21, 2008 3:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flash

RE: [flexcoders] 5,000 record dataset needs love

2008-05-21 Thread Battershall, Jeff
Is there a reason why the entire dataset is needed all at once? Some sort of pagination scheme would help. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, May 21, 2008 3:40 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] dataprovider question

2008-05-20 Thread Battershall, Jeff
This is the sort of problem LCDS and BlazeDS are intended to handle - so that connected clients get informed of changes to data. You'll have to study up on their capabilities and how to employ them. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Re: Securely Interfacing Between Flex and Databases

2008-05-20 Thread Battershall, Jeff
SSL is essential. Decompiling a swf isn't going to assist in decrypting SSL. You're thinking that SSL isn't good enough? AMF by itself just compresses the data - it doesn't implement any sort of encryption, AFAIK. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Handling html formatted tables in Flex

2008-05-20 Thread Battershall, Jeff
Use your parsed data to create a dataprovider for a DataGrid. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig Sent: Tuesday, May 20, 2008 9:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Handling html formatted tables

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-20 Thread Battershall, Jeff
help you do that. It seems a pretty large tangent to move to AIR just to solve this problem. I'd say its time to roll up your sleeves and learn string parsing. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig Sent: Tuesday, May 20

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-20 Thread Battershall, Jeff
Claus, I think you get my point. XML would be the preferred format for DATA whereas the ability to render HTML depends on the rendering engine. In this case, he needs to get the data into a form that his application can consume. Jeff -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Write Data to Tab Navigater

2008-05-19 Thread Battershall, Jeff
myTabNav.creationPolicy = all; -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Monday, May 19, 2008 12:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Write Data to Tab Navigater Hello, I have a question for ya, I have

RE: [flexcoders] Grr, HTTPService doesn't work when it should

2008-05-19 Thread Jeff Vroom
I think at least you need to change: checkJobs.lastResult.jobs.job to: checkJobs.lastResult.jobs the DataGrid is expecting a list of jobs, not just a single job. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] bug in setMonth() method?

2008-05-17 Thread jeff
of will save us time and agony. -Jeff

RE: [flexcoders] coldfusion and Flex?

2008-05-16 Thread Battershall, Jeff
or similar product to build your CF8 evaluation instance and test your code there. My experience tells me that as far as remoting is concerned, there's not a lot of difference. As far as project settings, if you're using default services-config.xml I doubt there will be an issue. Jeff

RE: [flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Battershall, Jeff
The way I approached this problem was having my command class fire off delegates for each download and listen for a successful download event. When the all the files in my batch have been downloaded, I updated a watched variable in my ModelLocator, which in turn executed other logic. Jeff

RE: [flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Battershall, Jeff
In my case, I was using a Tree control. Each element contains the meta data I need to have to drive the download process. When I start the drag, I take the data provider and create an array of value objects that I add to the drag source by dragSource.addData(resultItems,items); Jeff

RE: [flexcoders] Re: DropShadow with WindowedApplication

2008-05-15 Thread Battershall, Jeff
Check this out: http://coenraets.org/blog/2008/02/salesbuilder-for-air-10/ Gives the exact how-to and good code samples and graphical assets to get you started. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of quantum_ohm Sent: Thursday

RE: [flexcoders] coldfusion and Flex?

2008-05-15 Thread Battershall, Jeff
to be sure. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markflex2007 Sent: Thursday, May 15, 2008 3:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] coldfusion and Flex? Hi, I am working with CF7,Flex and Cairngorm.the

RE: [flexcoders] Flex Builder 3 oddities on Mac OSX Leopard

2008-05-14 Thread Battershall, Jeff
Jack, What I've seen is that the previous instance doesn't always shut down when you think it should. During development, I've had to manually force quit of adl if the adl instance isn't shut down. You'll see adl as an open application if this is the case. Jeff -Original Message- From

RE: [flexcoders] FileReferenceList crashing IE7

2008-05-13 Thread Battershall, Jeff
Just a wild guess, but are you creating a new FileReferenceList each time? Or attempting to use the same one twice? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nathanpdaniel Sent: Tuesday, May 13, 2008 2:19 PM To: flexcoders

RE: [flexcoders] Re: FileReferenceList crashing IE7

2008-05-13 Thread Battershall, Jeff
the same one twice, and dumping the selected files into a list of files. If I use concat on my list of selected files, it's fine, but if I try to overwrite my list with the newly selected, it crashes it. --- In flexcoders@yahoogroups.com, Battershall, Jeff [EMAIL PROTECTED] wrote: Just a wild

RE: [flexcoders] Actionscript 3 Cookbook question

2008-05-13 Thread Jeff Hindman
Actually, it’s a Joey Lott package … check out http://rightactionscript.com/ascb/ Regards, -- Jeff H. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Tuesday, May 13, 2008 12:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] Re: Actionscript 3 Cookbook question

2008-05-13 Thread Jeff Hindman
Page xxiv in the preface, towards the bottom of the page. You’re welcome :-) --Jeff H. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Tuesday, May 13, 2008 2:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Actionscript 3

RE: [flexcoders] Using XMLList as dataprovider to DataGrid and Adding rows

2008-05-07 Thread Battershall, Jeff
Instead of keeping your dataprovider as an XMLList, which doesn't inherently have any binding capabilities, convert the XMLList to an ArrayCollection in your result handler function. Then you can add items, etc., and the grid will update as you would expect. Jeff -Original Message- From

RE: [flexcoders] Flex/ColdFusion use-mappings ignored?

2008-05-06 Thread Battershall, Jeff
Tom, C'mon - I'm not questioning your decision to take that approach - all I was just trying to help the guy with the off-the-wall behavior he was seeing. What's your take on his problem? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom

RE: [flexcoders] SOT: ColdFusion backend for Flex, what the heck am i doing wrong...

2008-05-02 Thread Battershall, Jeff
it because it gets the job done. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeffry Houser Sent: Thursday, May 01, 2008 7:03 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] SOT: ColdFusion backend for Flex, what the heck am i

RE: [flexcoders] Flex/ColdFusion use-mappings ignored?

2008-05-02 Thread Battershall, Jeff
not sure why you're placing your remote proxies in the ColdSpring framework directory at all. Is there some reason that particular mapped directory must be used? To me something about what you're trying to do seems inherently problematic. Jeff -Original Message- From

RE: [flexcoders] Flex/ColdFusion use-mappings ignored?

2008-05-02 Thread Battershall, Jeff
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, May 02, 2008 11:42 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex/ColdFusion use-mappings ignored? On Friday 02 May 2008, Battershall, Jeff wrote: remote proxies

RE: [flexcoders] Is it possible to build a Flex 3 app that will play in Flash Player 7 for Wii

2008-05-02 Thread Battershall, Jeff
apps using mxmlc to standalone swfs, but there are licensing hurdles to surmount. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Hess Sent: Friday, May 02, 2008 2:35 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] error with old flex data service code

2008-05-01 Thread Jeff Vroom
Instead of using that service variable you can get the same thing with this statement: MessageService msgService = (MessageService)getDestination().getService(); Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Modular Application

2008-04-30 Thread Battershall, Jeff
Flex Builder 2.01 has module support so those modules will be compiled with the main application. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Indra Prastha Sent: Tuesday, April 29, 2008 10:02 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Creating and downloading a file in client or alternatives

2008-04-30 Thread Battershall, Jeff
in this case, which should improve performance significantly. I'm sure this can be done with .Net. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ilkka.kudjoi Sent: Wednesday, April 30, 2008 4:09 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Use hibernate annotations with LiveCycle Data Services

2008-04-30 Thread Jeff Vroom
and you need to override a method in the HibernateAssembler to specify a different class to bootstrap the configuration. The source for this is also in the 2.6 beta if you want to check it out. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] BlazeDS, List of VOs inside a VOs won't translate

2008-04-30 Thread Battershall, Jeff
, or whatever else. My suggestion is to dumb this down - you should be able to translate an Array of strongly typed objects without any difficulty. And your boss will be happy. If you need an ArrayCollection in your client, simply create one with your returned array. Jeff -Original Message

RE: [flexcoders] Cairngorm Model Locator

2008-04-29 Thread Battershall, Jeff
, but could be condition 're-set' when no longer used or needed to be refreshed. Like ModelLocator.getInstance().mylocalModel = new MyLocalModel(). I'd think there'll be a lot of oppinions about how to approach this. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] BlazeDS, List of VOs inside a VOs won't translate

2008-04-29 Thread Battershall, Jeff
Alan, I know in LCDS that there isn't an analog for ArrayCollection. I'd try having your nested VOs be simply an array and if you need to create an ArrayCollection on the client side do so using your array of VOs as the source attribute. Jeff -Original Message- From

RE: [flexcoders] How to choose data generating conflict withLiveCycle Data Services ?

2008-04-29 Thread Jeff Vroom
; if (localChange.isUpdate()) { remoteChange.conflict(Local item has changes to properties that conflict with remote change., changes); } } super.checkUpdate(remoteChange, localChange); } Jeff

RE: [flexcoders] Re: Best way to secure a ColdFusion web service

2008-04-25 Thread Battershall, Jeff
person at a time, there are ways to accomplish this by uniquely id'ing each client that's accessing your web services. You could store your unique id as a SharedObject and building server side logic to check for attempts to login by other client instances using those credentials. Jeff

RE: [flexcoders] Re: currentState question

2008-04-25 Thread Battershall, Jeff
go into the login state, you simply move the form into view. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Boulet-Lavoie Sent: Friday, April 25, 2008 2:47 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re

[flexcoders] PopUpButton as ItemEditor for DataGrid

2008-04-24 Thread Battershall, Jeff
interaction. Ironcially, I've got a another column working perfectly when editing a list of items. But for some reason, my TextField editor popup is buggy and I haven't been able to identify exactly why. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484

Re: [flexcoders] Flex decoding soap complex objects in complex objects

2008-04-24 Thread jeff
return structures that are nested nearly a dozen layers deep, with arrays appearing on multiple levels. How are you calling the services, are you using the code generator? Can you provide more information on the nature of the deserialization failure? -Jeff

RE: [flexcoders] PopUpButton as ItemEditor for DataGrid

2008-04-24 Thread Battershall, Jeff
Never mind - variable row heights is the way to go here. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Thursday, April 24, 2008 7:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] PopUpButton as ItemEditor

[flexcoders] RemoteObject CFC error - Channel disconnected - Client.Error.DeliveryInDoubt

2008-04-22 Thread Jeff Switzer
Has anybody encountered an error similar to this? This happens when using RemoteObject calls (to ColdFusion CFCs). It seems to have started happening after a new deployment the other day. Our app was compiled using Flex2 (with the most recent hotfixes). I can't reproduce the error locally, but

Re: [flexcoders] html-template under source control

2008-04-22 Thread jeff
, but neither it nor the original bug seem to be getting any developer attention. Jeff

[flexcoders] Re: RemoteObject CFC error - Channel disconnected - Client.Error.DeliveryInDoubt

2008-04-22 Thread Jeff Switzer
Yes. That was the case. After a little debugging, I found out the problem (shortly after my original post). Thanks for the response! --- In flexcoders@yahoogroups.com, Kevin Aebig [EMAIL PROTECTED] wrote: The only time I receive this error is when there's a file that has an error in it

Re: [flexcoders] Re: Click Lite: The right click now. But not now?

2008-04-18 Thread jeff
to do that is as simple as it gets. I don't think you can avoid some level of new learning, which seems to be your lament. -Jeff

[flexcoders] AIR: Forcing a file to be opened By OS Default Application

2008-04-16 Thread Battershall, Jeff
Pardon the cross post, but I'm trying to find out if AIR supports triggering a file to be opened by the OS's default application for that file extension. Like having MS Excel open a .xls file. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477

RE: [flexcoders] AIR: Forcing a file to be opened By OS Default Application

2008-04-16 Thread Battershall, Jeff
Steve, In the scenario I'm envisioning, I am not thinking that AIR would be starting the program itself but the OS would, as it would in response to a double click on a file name in Windows Explorer. But if it can't be done, it can't be done. Jeff -Original Message- From: flexcoders

RE: [flexcoders] Re: AIR: Forcing a file to be opened By OS Default Application

2008-04-16 Thread Battershall, Jeff
. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aphexyuri Sent: Wednesday, April 16, 2008 12:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: AIR: Forcing a file to be opened By OS Default Application Jeff, We've been looking

FW: [flexcoders] Re: How to group the displayObjects

2008-04-03 Thread Jeff Tapper
The Flex 3 version of the book is indeed out now! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Thursday, April 03, 2008 2:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to group the displayObjects --- In flexcoders@yahoogroups.com

[flexcoders] Data Grid Validaton strategies

2008-04-02 Thread Battershall, Jeff
level changes to trigger the validation. That just feels kludgey. Has anyone messed around with this? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Re: How to pass Flex ArrayCollection to Coldfusion CFC?

2008-04-02 Thread Battershall, Jeff
Why not just pass the source attribute of the ArrayCollection? That's the actual data itself. Then you don't have to worry about what datatype you're dealing with. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David

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

2008-04-01 Thread Jeff Vroom
.There are two new association attributes you can set: load-on-demand=true and page-size=.. which make it much more efficient to load large collections. We also support hibernate annotations so there is some nice new stuff in 2.6. This will all be in a public beta available real soon now. Jeff

RE: [flexcoders] LCDS proper way to commit read-only properties

2008-03-31 Thread Jeff Vroom
, it is just that the assembler does not use those properties for persisting in the database. If you don't update them, the cached copies won't be updated. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Monday, March 31

RE: [flexcoders] Error: Unknown Property: 'constructor'. when using LCDS

2008-03-29 Thread Jeff Vroom
with but there are other ways we could do that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Tsoukias Sent: Saturday, March 29, 2008 9:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error: Unknown Property: 'constructor

[flexcoders] HTML links not working in published Flex swf ...

2008-03-28 Thread Jeff Hindman
... but seem to work fine when I test the app in Flex builder. Could it be as simple as a compiler setting I'm missing? All the files I'm linking to are in the right places. Advice? Thanks -- -- Jake mx:Text styleName=head14

RE: [flexcoders] HTML links not working in published Flex swf ...

2008-03-28 Thread Jeff Hindman
Never mind … stoopid newbie error … C-drive is NOT a browser. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hindman Sent: Friday, March 28, 2008 2:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTML links not working in published Flex swf

RE: [flexcoders] Saving Typed Objects with AIR

2008-03-27 Thread Battershall, Jeff
Nick, When you de-serialze your object you can cast it to the type you want. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Collins Sent: Wednesday, March 26, 2008 9:34 AM To: flexcoders

RE: [flexcoders] Flex Data Services (of LiveCycle Data Services)

2008-03-27 Thread Jeff Vroom
to public view of the users at that table. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Tsoukias Sent: Thursday, March 27, 2008 10:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Data Services

[flexcoders] AIR: Sending Links Insidie an HTML Control to Default System Browser

2008-03-26 Thread Battershall, Jeff
How would you do this? I have links inside content loaded into an mx:HTML control. Instead of sending links back to the control, I want to send them to the default system browser. Jeff

RE: [flexcoders] lcds / fds release collection problem

2008-03-24 Thread Jeff Vroom
as the second param it won't make that copy but instead will clear the collection. I have wondered if we need a way to release the reference but leave the collection unchanged... let me know if you think that would help in this case. Jeff From: flexcoders

RE: [flexcoders] FDS not able to convert arraycollection to list

2008-03-23 Thread Jeff Vroom
You probably just need to copy some of the flex-messaging*.jar files into this other web application which is trying to send objects/to from the web application which is talking to flex directly. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Flex2 versus Flex3 font size

2008-03-21 Thread jeff
-1 in Flex 3. We went through all the apps and adjusted everything, it was far from a drop-in-place upgrade for us and we don't really have any complicated code or layouts. Jeff

Re: [flexcoders] Presenting at a user group meet regarding Flex + PHP...

2008-03-14 Thread jeff
environments aside from the Flash player. -Jeff

Re: [flexcoders] Presenting at a user group meet regarding Flex + PHP...

2008-03-14 Thread jeff
. The debate of slim binary format versus verbose text format is for those wiser than I, but it does give you a contrast point for your demo, as you mentioned. -Jeff

Re: [flexcoders] Looking for feedback on this code . . .

2008-03-13 Thread jeff
, SchemaTypeRegistry can do this automatically. I just upgraded from Flex 2 to 3 and this was one of the things I was looking forward to, and it seems to work fantastically so far. -Jeff

Re: [flexcoders] Web services: Patterns for recoverable errors like business rule violations?

2008-03-05 Thread jeff
with this in a ghetto manner by ensuring that our fault tokens are not duplicated (thus they do not always match element names), but it would certainly be posible to implement something that returned the xml path to the failed element. -Jeff

RE: [flexcoders] Re: LCDS Error??

2008-03-04 Thread Jeff Vroom
and after the transaction. In between, the Service.Data.* targets will show you the individual operations as they are handed to the assembler. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Tuesday, March 04, 2008 2

Re: [flexcoders] general flex usage question

2008-03-04 Thread jeff
with sidebar buttons, we have found it fairly easy to drop in Flex apps to replace various subsystems. This also helps mitigate the concern that I have with creating a gigantic, monolithic application in Flex. -Jeff

[flexcoders] Can CF Polling be done securely?

2008-03-03 Thread Battershall, Jeff
experimented with a few different configurations but they all produce 500 errors. Has anyone worked with this and can offer advice? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Can CF Polling be done securely?

2008-03-03 Thread Battershall, Jeff
OK, I figured out. For the benefit of others, it can be done and involves creating the appropriate endpoint using mx.messaging.channels.SecureAMFChannel. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Monday, March

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