RE: [flexcoders] FDS ManualSync and AS [Managed] Metadata

2007-10-26 Thread Jeff Vroom
}; groupService.manualSync.producerSubtopics.addItem(grouptopic); groupService.manualSync.consumerAddSubscription(grouptopic, a IN ('3', '4', '5')); groupService.manualSync.consumerSubscribe(); Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] JS - How to send a byteArray using HTTPService??

2007-10-25 Thread Jeff Schuenke
send the data or is it possibile to do this as a POST?? Thanks, Jeff

RE: [flexcoders] (LCDS) Conflict when inserting data with different ids

2007-10-24 Thread Jeff Vroom
on that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Durin Sent: Tuesday, October 23, 2007 11:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] (LCDS) Conflict when inserting data with different ids I

RE: [flexcoders] Restricting User Logins with LCDS (was Single Sign-On Strategies with LCDS)

2007-10-23 Thread Battershall, Jeff
- what's the best method to ensure a particular set of credentials are only in use by only one person at any given time. I can't imagine I'm the only person to look into this. All input appreciated. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex3 - LCDS anyone know status? Does it work?

2007-10-23 Thread Battershall, Jeff
LCDS sure does work. Web tier compilation for production deployments is not recommended. For development it would be OK. How you get LCDS working depends on how you're using it - what container/middleware are you using? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Flex3 - LCDS anyone know status? Does it work?

2007-10-23 Thread Battershall, Jeff
. In production, what would web-tier compilation give you? I suppose it depends on your target user base, size of application, and so on. When we moved from web-tier to pre-compilation, we noticed a substantial speed increase when the application was instantiated. Jeff -Original

RE: [flexcoders] Simple SimpleButton 2nd try

2007-10-23 Thread Battershall, Jeff
I think you want to add mx.controls.Button which inherits from UIComponent vs. flash.display.SimpleButton, which does not. You're kinda confusing the Flex framework with the Flash Player API. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Simple SimpleButton 2nd try

2007-10-23 Thread Battershall, Jeff
, but SimpleButton will not. I think you need to spend a little time studying the inheritance heirarchy of Flex vs. Flash. You are trying to unsucessfully co-mingle them. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent

RE: [flexcoders] Simple SimpleButton 2nd try

2007-10-23 Thread Battershall, Jeff
, not Flex/Flash. I'd spend some time getting more facile with OO concepts like Classes, Instances, Inheritance and so forth. Then you'll have an easier time. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-19 Thread Jeff Vroom
. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Garnett Sent: Friday, October 19, 2007 1:47 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] LCDS/Hibernate DataServices Issue Hi Jeff, We also have

RE: [flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Battershall, Jeff
clients using the messaging layer, but if you're late to the party you cannot see where things are globally, prior to connecting to the destination. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Friday, October 19, 2007 9

RE: [flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Battershall, Jeff
I'm trying to enforce the EULA of the client, and not have shared credentials making their way around the client's company. Obviously I cannot completely restrict this but at least the supplied set of credentials will only be used by one person at any given time. -Original Message- From:

[flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Battershall, Jeff
figured out how to get this to work. Obviously there's something about managed data that I just don't get. Any help appreciated! Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-19 Thread Jeff Vroom
or by value when the parent item is sent to the client. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Garnett Sent: Friday, October 19, 2007 11:44 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] LCDS/Hibernate

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-18 Thread Jeff Vroom
can do the mapping properly. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Garnett Sent: Thursday, October 18, 2007 6:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS/Hibernate DataServices Issue

[flexcoders] Re: tree itemRenderer problem

2007-10-17 Thread Jeff Schuenke
PROTECTED] On Behalf Of Jeff Schuenke Sent: Tuesday, October 16, 2007 9:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] tree itemRenderer problem Hi, I have created a custom itemRenderer for a tree control to handle dynamiclly loaded icon image. I'd also like to add

RE: [flexcoders] Re: Unknown destination 'EmployeeServiceRO

2007-10-17 Thread Jeff Vroom
the authentication has failed. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Morphis Sent: Wednesday, October 17, 2007 9:43 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Unknown destination 'EmployeeServiceRO Still

[flexcoders] How does RTMP work?

2007-10-16 Thread Battershall, Jeff
headers? Just trying to understand - any explanation appreciated. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] How does RTMP work?

2007-10-16 Thread Battershall, Jeff
Thanks Anatole. I'll have a look over the info you've provided. It would seem that if I stipulate rtmpt with the default port being 80, I should be OK. My performance requirements are light for this particular project. Jeff -Original Message- From: flexcoders

RE: [flexcoders] How does RTMP work?

2007-10-16 Thread Battershall, Jeff
Thanks Roxanne, Extremely helpful. It would seem that using RTMPT and port 80 would handle what I need to do. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 10

[flexcoders] tree itemRenderer problem

2007-10-16 Thread Jeff Schuenke
ContextMenu(); icon.contextMenu.hideBuiltInItems(); icon.contextMenu.customItems = [iconMenuItem]; The iconMenu appears bu the lebel menu does not. Jeff

[flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-10-16 Thread Jeff Schuenke
You can also just use HTTPService to do direct HTTP requests. I am using this for communications with a JAVA backend. --- In flexcoders@yahoogroups.com, Bruce Hopkins [EMAIL PROTECTED] wrote: Hi all, All I want to do is have my Flex client to communicate with my Java backend. Due to

RE: [flexcoders] secure and non-secure channels for (ColdFusion) remoting

2007-10-15 Thread Battershall, Jeff
which may work. Don't know how you'd implement it via xml. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, October 15, 2007 6:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] secure and non-secure channels

[flexcoders] Settings and About in Context menu

2007-10-15 Thread Jeff Schuenke
enterprise ap. To have the settings and about show up is unacceptable since the settings would seem to apply to the element the context menu is associated with. Jeff

RE: [flexcoders] Lazy association

2007-10-05 Thread Jeff Vroom
for implementing the autoSyncEnabled=true flag. It tracks what state is managed on each active client and uses that information to figure out which changes each client needs to be pushed. It is not responsible for the id thing - that is just how we serialize data to the client right now. Jeff

RE: [flexcoders] DFS refresh an item from a managed list

2007-10-05 Thread Jeff Vroom
... this api is designed to be used in conjunction with code that might get rolled back so you can abort sending any messages if you do not commit. Hope this helps. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alban Soupper Sent

RE: [flexcoders] Re: LCDS: Reordering managed collections?

2007-10-03 Thread Jeff Vroom
Can you try having your autoRefreshFill() method return false? When autoRefresh is turned on, the server controls the ordering of the items in the collection so I think the problem is that you just need to turn it off. Jeff From: flexcoders

RE: [flexcoders] LCDS: Reordering managed collections?

2007-10-02 Thread Jeff Vroom
the index where a new item was removed * @param identity the identity of the item removed at the specified position */ void removeItemFromFill(List fillParameters, int position, Map identity); Jeff From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] NPE after upgrading to LCDS

2007-09-26 Thread Jeff Vroom
and look up the destination for this data type. For some reason, it is probably finding the wrong MessageBroker. The hibernate assembler probably should be getting the message broker id of the message broker that initializes it and use that to look up the destination. Jeff

RE: [flexcoders] insert / delete problems using FDS with hibernate

2007-09-17 Thread Jeff Vroom
help you out. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of targo_05 Sent: Monday, September 17, 2007 4:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] insert / delete problems using FDS with hibernate Hi everyone

RE: [flexcoders] Flex and Verisign

2007-09-12 Thread Jeff Hindman
I run that up the flag pole, but I don't think the legal department will buy it :) The search continues ... --Jake -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, September 12, 2007 5:45 AM To:

[flexcoders] Re: font in comboBox and Title not the same SIMPLE TEST CASE

2007-09-12 Thread Jeff Schuenke
Thanks very much Alex, that did it!

RE: [flexcoders] Variables in HTTPService url via flashVars

2007-09-11 Thread Battershall, Jeff
The binding braces need to be the outermost item: url{'assets/' + myPackage + '/clipart.xml'} Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of neoblu1 Sent: Tuesday, September 11, 2007 3:03 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Variables in HTTPService url via flashVars

2007-09-11 Thread Battershall, Jeff
Or you could make one bindable item: [Bindable] public var myURL:String; private function initPackageVar():void { myURL = 'assets/' + Application.application.parameters.myPackage + '/clipart.xml'; } mx:HTTPService id=myClipArtService url={myURL}

[flexcoders] Flex and Verisign

2007-09-11 Thread Jeff Hindman
Has anybody out there implemented a totally Flex e-commerce website with Verisign? I'm having trouble implementing the Verisign seal I downloaded from them (already have a certificate). Also ... is it possible to test the functionality on a test server as opposed to a production server? I

[flexcoders] Re: font in comboBox and Title not the same

2007-09-10 Thread Jeff Schuenke
? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schuenke Sent: Friday, September 07, 2007 12:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: font in comboBox and Title not the same If I switch the main style

RE: [flexcoders] FB3: src and config

2007-09-10 Thread Battershall, Jeff
Richard, AS FB3 is still very much in beta, you probably should post your issue to the FB3 private beta forum. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Monday, September 10, 2007 1:34 PM To: flexcoders

RE: [flexcoders] Cairngorm with File Posting

2007-09-10 Thread Battershall, Jeff
- scope. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of boybles Sent: Monday, September 10, 2007 11:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm with File Posting Anybody have experience posting files in Cairngorm

RE: [flexcoders] Cairngorm or AS3 question please help

2007-09-10 Thread Battershall, Jeff
UserDelegate class. All you would be doing in a delegate class is making a call to your pre-defined services. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jairokan Sent: Monday, September 10, 2007 4:47 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Cairngorm or AS3 question please help

2007-09-10 Thread Battershall, Jeff
Actually I'm looking at Cairngorm 2.2 - possibly earlier versions aren't strongly typing objects returned. It would be ro:RemoteObject = ServiceLocator.getInstance().getRemoteObject('userService') in 2.2. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] MAX Session Scheduler - does it exist?

2007-09-10 Thread Battershall, Jeff
Ben, Go to https://secure.adobemax2007.com/na/register/login/ , login and you'll see the personal agenda link on the left. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Monday, September 10, 2007 2:13 PM

[flexcoders] Re: font in comboBox and Title not the same SIMPLE TEST CASE

2007-09-10 Thread Jeff Schuenke
that. Cam you strip it down to a simple test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schuenke Sent: Monday, September 10, 2007 8:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: font

[flexcoders] Re: font in comboBox and Title not the same

2007-09-07 Thread Jeff Schuenke
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schuenke Sent: Friday, September 07, 2007 7:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] font in comboBox and Title not the same I have set the font for a comboBox using a styleSheet. The font in the drop list

[flexcoders] font in comboBox and Title not the same

2007-09-07 Thread Jeff Schuenke
I have set the font for a comboBox using a styleSheet. The font in the drop list changes but not the font displayed as a label. You can see this here http://www.miragevideo.com/sample.gif How can I set the font for the label as well? thanks, Jeff

[flexcoders] Re: font in comboBox and Title not the same

2007-09-07 Thread Jeff Schuenke
: The CB label is usually in Bold isn't it? You have to embed a bold font as well. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schuenke Sent: Friday, September 07, 2007 8:59 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: font in comboBox and Title not the same

2007-09-07 Thread Jeff Schuenke
If I switch the main style to the bold font, then the label is rendered correctly, but the items in the list are now wrong! How can I set a style that works for both?? Jeff --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: The CB label is usually in Bold isn't it? You

RE: [flexcoders] RTMP works with .mxml but not swf?

2007-09-06 Thread Jeff Vroom
not have the destination info compiled in... you can see what is getting compiled in via the mx.messaging.config.ServerConfig.xml property. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jfujita1 Sent: Thursday, September 06

RE: [flexcoders] Issues running RTMPS through firewall

2007-09-04 Thread Jeff Vroom
can run the lsof command on some systems to display the open files by a process and then check your limits to be sure you have enough of them available. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ash Weaver Sent: Tuesday

RE: [flexcoders] FDS and Paging

2007-09-04 Thread Jeff Vroom
Hi João, So I think that you can do this today where you just pass the sort fields as additional fill parameters. Is there a reason you want the sort fields broken out explicitly in the api? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Call MXML custom component from AS

2007-08-30 Thread Battershall, Jeff
)); } ]] /mx:Script /mx:Application Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of app.developer Sent: Thursday, August 30, 2007 12:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Call MXML custom component from

RE: [flexcoders] Re: Call MXML custom component from AS

2007-08-30 Thread Battershall, Jeff
@yahoogroups.com Subject: [flexcoders] Re: Call MXML custom component from AS Jeff, Thank you kindly for your assistance. I had tried several interations like what you suggested. The one item I left out was DisplayObject() wrapper. Thank you for pointing out the missing element. You have

RE: [flexcoders] A flex login dialog with focus on startup?

2007-08-30 Thread Battershall, Jeff
Here's some data - not sure if it's 100% cross-browser, but... http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15586slice Id=1 Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn - Sent: Thursday

RE: [flexcoders] Where to learn intermediate/advanced Flex?

2007-08-30 Thread Battershall, Jeff
practice approaches to things, but a lot of time gets wasted because you don't know where to go for definitive answers. The community is extremelyhelpful, though, and there's something to be said for simply deciding to find answers and not resting until you do. Jeff -Original Message- From

RE: [flexcoders] FDS and Paging

2007-08-29 Thread Jeff Vroom
. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alban Soupper Sent: Wednesday, August 29, 2007 7:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS and Paging Hi All, I need some help with FDS and the paging

RE: [flexcoders] Issue with transactions on Data Management Service

2007-08-27 Thread Jeff Vroom
{ out.println(returned null); } } catch (Exception ne) { out.println(ne.toString()); } % done /body When this works, DS with use-transactions=true should also work. Jeff From: flexcoders

RE: [flexcoders] lcds 2.5.1, Map Java-to-AS serialisation make Integer values null

2007-08-27 Thread Jeff Vroom
We currently do not have support for serializing Java 1.5 enums though so that might be the problem. Would it be easy for you to try using String based keys instead? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of den.orlov

RE: [flexcoders] Just how powerful is LCDS' JMS + RTMP?

2007-08-27 Thread Jeff Vroom
thread to read messages out of JMS and use our apis to push messages to subscribed flex clients. See the Feed.java file in the samples directory for an example which uses those apis. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Re: Encryption functions in ActionScript 3

2007-06-05 Thread Jeff Houser
Here are two alternative packages if you can't get the Adobe ones working: http://ascrypt3.riaforge.org/index.cfm http://crypto.hurlant.com/ --- In flexcoders@yahoogroups.com, NZEYIMANA Emery Fabrice [EMAIL PROTECTED] wrote: Hello Group, I am looking for a way to generate SHA1 and MD5

RE: [flexcoders] Re: Jetty with JOTM causes ClassCastException in FDS

2007-05-30 Thread Jeff Vroom
When you use Data Management Services to update objects on the server side, and your destination has use-transactions=true, FDS will create a JTA transaction before it calls your assembler methods. The problem you are running into is that this code is failing... it is a pretty standard set of

RE: [flexcoders] Re: FDS and Spring please, help

2007-05-30 Thread Jeff Vroom
problem sounds more like an issue with lots of queries piling up maybe or contention for database connections or something like that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Thursday, May 24, 2007 6:24

RE: [flexcoders] FDS and Spring please, help

2007-05-24 Thread Jeff Vroom
to take a look at the logs to try and understand what is going wrong when I get back. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Thursday, May 24, 2007 5:35 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Cast Exception from FDS to Hibernate

2007-05-23 Thread Jeff Vroom
with what hibernate expects. Make the bean property be a java.util.Set and we'll stuff a HashSet in there and hibernate should be happy. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Albericio Sent: Wednesday, May

RE: [flexcoders] Re: Help! Object integrity across DataService.commit()

2007-05-14 Thread Jeff Vroom
is coming out real soon now. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Monday, May 14, 2007 5:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help! Object integrity across DataService.commit

RE: [flexcoders] Re: Help! Object integrity across DataService.commit()

2007-05-14 Thread Jeff Vroom
back to the client. In this case, the parent pointer would be a reference to a Portfolio instance which is empty except for its id (again because the parent association has lazy=true). Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Help! Object integrity across DataService.commit()

2007-05-07 Thread Jeff Vroom
accessing the children collection on the parent? [Jeff] You return an instance of the parent where only the id properties are populated (assuming that the parent reference is marked with lazy=true on the association tag which is highly recommended). It seems crazy that I should look the parent

RE: [flexcoders] Re: Help! Object integrity across DataService.commit()

2007-05-03 Thread Jeff Vroom
works better on app servers which like to redirect System.out to some other log file. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Thursday, May 03, 2007 10:41 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Help! Object integrity across DataService.commit()

2007-05-02 Thread Jeff Vroom
this doesn't happen for parents. If you could use help analyzing the logs, send them along. Sometimes the client side debug log is useful in these situations too (mx:TraceTarget/). Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] FDS 2.0.1 Java Assembler autosync push interception

2007-04-24 Thread Jeff Vroom
whether they are allowed to see that new item and if so, append it to the fill. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of box110a Sent: Tuesday, April 24, 2007 11:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] FDS datatype parsing issue

2007-04-19 Thread Jeff Vroom
will get converted to a Number in AMF since AS does not have a long type. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robs Sent: Wednesday, April 18, 2007 2:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS datatype

RE: [flexcoders] FDS Polling Exception

2007-04-18 Thread Jeff Vroom
control would hopefully update itself in response to that event. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Harris Reynolds Sent: Wednesday, April 18, 2007 8:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS

[flexcoders] HTTPService Security Sandbox woes

2007-04-17 Thread Battershall, Jeff
domain, but no dice. Get the standard Security Sandbox error no matter what I do. Any illumination appreciated. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] FDS

2007-04-13 Thread Jeff Vroom
you are looking for? Does anyone else think that would be useful? Jeff From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fermartel Sent: Friday, April 13, 2007 10:56 AM To: [EMAIL PROTECTED] Subject: [flexcoders] FDS There is something

RE: [flexcoders] Odd behavior when calling DataService.getItem for multiple items.

2007-04-12 Thread Jeff Vroom
For the AS class, try implementing a toString():String method which returns a unique identity from the composite id object. Data management uses this to build a key to store the items in the cache. Jeff From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [flexcoders] setFocus on TextInput

2007-04-02 Thread Jeff Tapper
is subject to the http://docs.yahoo.com/info/terms/Yahoo! Terms of Service. Jeff Tapper Founding Partner Tapper, Nimer and Associates Inc. [EMAIL PROTECTED] (718) 576-1775 (w) (718) 228-9365 (f)

[flexcoders] Opening file after download

2007-03-30 Thread Battershall, Jeff
location. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] Re:FMS streams, need an flv file?

2007-03-19 Thread Jeff Houser
I'm working with John on the project. We are supposed to be streaming FLVs, but the Content Delivery Network sometimes returns rmtp URLs that contain a direct reference to an flv file. Sometimes it returns URLs that don't contain a direct reference. In this case, I understand that

RE: [flexcoders] FlexFactory/FDS Inconsistencies

2007-03-16 Thread Jeff Vroom
but this should work also in 2.0 and 2.0.1. Also make sure you take a look at the EJB Factory which is up on the adobe component exchange if you haven't already. Regards, Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Harris

RE: [flexcoders] FDS Configuration

2007-03-16 Thread Jeff Vroom
that for your use case let me know. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mister.kotter Sent: Friday, March 16, 2007 8:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS Configuration I have the following

RE: [flexcoders] Re: Pagination using Flex Data Management Service

2007-03-09 Thread Jeff Vroom
FDMS if you want to take advantage of the other features it offers (e.g. automatic change detection on the client, associations with lazy loading, etc.) Jeff From: flexcoders@yahoogroups.com on behalf of sid_flex Sent: Fri 3/9/2007 7:07 AM To: flexcoders

RE: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Jeff Hindman
Just out of curiosity, what's the internal vertical limit? --Jeff H. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Thursday, March 08, 2007 9:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to submit a bug

RE: [flexcoders] Pagination using Flex Data Management Service

2007-03-08 Thread Jeff Vroom
. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sid_flex Sent: Thursday, March 08, 2007 9:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Pagination using Flex Data Management Service Hello, Pagination using Flex FDS

[flexcoders] FileReference.download and Web Service

2007-03-07 Thread Battershall, Jeff
Is it possible to combine FileReference.download() with a web service call? So that you're invoking a download dialog in containing content returned from a web service? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: {Disarmed} Re: [flexcoders] First flex app - looking for feedback

2007-03-05 Thread Jeff Hindman
Doesn't work for me . couldn't move paddles. --Jeff _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Toby Tremayne Sent: Monday, March 05, 2007 6:11 PM To: flexcoders@yahoogroups.com Subject: Re: {Disarmed} Re: [flexcoders] First flex app - looking

RE: [flexcoders] Invoking RemoteObject method - Type Coercion error

2007-03-02 Thread Jeff Vroom
RemoteClass tag should take care of that as long as that class gets linked into your SWF (which should be happening as you have a reference to that class). You can diagnose that using the describeType method on the client side and look for the alias which is in that mapping. Jeff

RE: [flexcoders] JEE5 web application glassfish EJB Hibernate....how use it by fds and flex?

2007-03-01 Thread Jeff Vroom
up by is the fact that the flash player will not actually initiate any RPC ops until your current code completes. Thus it is safe to assign to the returned token after the call is made as long as you do so before the current frame completes. Jeff From

RE: [flexcoders] FDS port in biggest disadvantage in Flex?

2007-03-01 Thread Jeff Vroom
so this is not as scalable as using plain old RTMP. We implemented it primarily so that clients can get real time data delivery even when their only internet connectivity is through an HTTP proxy server. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] FDS with Java Question: Why is it grouping requests?

2007-02-27 Thread Jeff Vroom
changes - i.e. recreate the deleted item. This is necessary to keep the client's view of the managed state in sync with the server's view. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of billy_d_white Sent: Monday, February 26

RE: [flexcoders] Re: FDS/Hibernate Sample of updating hierarchical list of values

2007-02-23 Thread Jeff Vroom
running into trouble on the beta so we can make sure that version is solid. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Friday, February 23, 2007 2:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

Re: [flexcoders] www.flexgrocer.com down

2007-02-22 Thread Jeff Tapper
The site is back up and running. Sorry for the inconvenience... At 08:29 PM 2/21/2007, Jeff Tapper wrote: April - We are working on getting the site back up, but in the mean time, you should be able to work with the xml files on the cd in the back of the book. At 09:47 AM 2/21/2007, April

Re: [flexcoders] www.flexgrocer.com down

2007-02-21 Thread Jeff Tapper
- or who I should contact to let them know it is down? Thanks! April Jeff Tapper Founding Partner Tapper, Nimer and Associates Inc. [EMAIL PROTECTED] (718) 576-1775 attachment: 57a2094.jpg

RE: [flexcoders] observing a model change in cairngorm

2007-02-20 Thread Battershall, Jeff
I've had pretty good luck using mx.binding.utils.ChangeWatcher to map a change event in data to a defined function, thereby allowing me to control the response to the change event. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

Re: [flexcoders] text area height

2007-02-19 Thread jeff noyes
Anyone know how to make a text area automatically change height based on the content that's pushed to the text area?

RE: [flexcoders] Re: FDS/Hibernate Sample of updating hierarchical list of values

2007-02-15 Thread Jeff Vroom
it work in FDS2. It will be in an upcoming public beta but I don't think we've announced the dates on that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of parkerwhirlow Sent: Thursday, February 15, 2007 3:29 PM To: flexcoders

RE: [flexcoders] Re: no rtmp connection on win xp ?

2007-02-14 Thread Jeff Vroom
that to use an IP address or a different hostname. If you don't specify a bind-address, we use the default one for your machine. The code is all pretty standard Java socket stuff so I'm not sure how we could not be creating that socket and why it would not show up in netstat. Jeff

RE: [flexcoders] HTTPService updating database too frequently??

2007-02-12 Thread Jeff Vroom
are not sending those events. Another helpful tidbit is that the ArrayCollection class listens for PropertyChangeEvents and turns them into CollectionEvents which are what the List controls are really listening for. Jeff From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: FDS DataService.commit() doesn't trigger responder result()...?

2007-02-12 Thread Jeff Vroom
each message and also figure out if it is debug, error etc. Personally I tend to use the server side logging primarily but sometimes the error is happening on the client and so it becomes very useful to see what is going on there. Jeff From: flexcoders

RE: [flexcoders] referencing form data in class based model?

2007-02-12 Thread Battershall, Jeff
; ... } } import com.mycompany.ClientVO vo:ClientVO = new ClientVO(); vo.id = clientModel.id; vo.name = clientModel.name; ... Then you can pass around your form data as needed. HTH Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Re: no rtmp connection on win xp ?

2007-02-09 Thread Jeff Vroom
with flash trying to connect that is at least not due to a system problem. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chrisnoeflex Sent: Thursday, February 08, 2007 5:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

RE: [flexcoders] FDS commitRequired and 2 way binding

2007-02-08 Thread Jeff Vroom
.* target, and you press commit when it is in this funky state, do you get a message being sent to the server? What does that message look like? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Thursday

Re: [flexcoders] Can drag-able content within a container, update it's Scrollbars?

2007-02-07 Thread Jeff Tapper
You can find more by solving the problem then by 'asking the question'. Jeff Tapper Founding Partner Tapper, Nimer and Associates Inc. [EMAIL PROTECTED] (718) 576-1775

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