[flexcoders] good examples of imagecropping?

2007-10-31 Thread Noyes, Jeff
I'd like to see some good code examples of uploading images, cropping, then saving. Can anyone point me in the right direction?

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

2007-10-29 Thread Jeff Schuenke
Hello Abdul, I have looked at URLLoader and see how to send. On the server side, I see the data in a byte array but am not sure how to pull this inot a variable. Any samples from either php or java? Thanks, Jeff --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTE

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

2007-10-26 Thread Jeff Vroom
y initiates the "subscribe" groupService.manualSync.producerDefaultHeaders = {a:"4"}; groupService.manualSync.producerSubtopics.addItem("grouptopic"); groupService.manualSync.consumerAddSubscription("grouptopic", "a IN ('3',

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

2007-10-25 Thread Jeff Schuenke
working and it is only a guess. How can I 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
essage to the server 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

RE: [flexcoders] Simple SimpleButton 2nd try

2007-10-23 Thread Battershall, Jeff
c OO stuff, 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 PROTECTE

RE: [flexcoders] Simple SimpleButton 2nd try

2007-10-23 Thread Battershall, Jeff
h addChild, 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

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 Beha

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] 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 [m

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

2007-10-23 Thread Battershall, Jeff
hangs - 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@yahoogroup

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-19 Thread Jeff Vroom
el free to just send it to me directly ([EMAIL PROTECTED]). You should definitely only see one instance of each object with a given identity on the client. Additionally, the first instance the system encounters should be "the" instance unless you delete and re-add an instance with the

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-19 Thread Jeff Vroom
ent by id 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]

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

2007-10-19 Thread Battershall, Jeff
for syncing collections across 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, Je

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
of me, so far, I haven't 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-18 Thread Jeff Vroom
collectionb and c so that we 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/Hibernat

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 'Emplo

[flexcoders] Re: tree itemRenderer problem

2007-10-17 Thread Jeff Schuenke
; > From: flexcoders@yahoogroups.com [mailto:[EMAIL 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 item

[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. > Du

[flexcoders] tree itemRenderer problem

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

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

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] How does RTMP work?

2007-10-16 Thread Battershall, Jeff
80 in the http 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)

[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] secure and non-secure channels for (ColdFusion) remoting

2007-10-15 Thread Battershall, Jeff
t property 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

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

2007-10-05 Thread Jeff Vroom
se... 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 So

RE: [flexcoders] Lazy association

2007-10-05 Thread Jeff Vroom
responsible 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 righ

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 __

RE: [flexcoders] LCDS: Reordering managed collections?

2007-10-02 Thread Jeff Vroom
sition 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 [mai

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
d I can 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 ev

[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] 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@yahoogrou

[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 look

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'; } -Original Message- From: flexcoders@yahoogroups.com [mailto:

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: flex

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

2007-09-10 Thread Jeff Schuenke
ario like 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@yah

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

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 [mai

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 with File Posting

2007-09-10 Thread Battershall, Jeff
rence- 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 Cair

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

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

2007-09-10 Thread Jeff Schuenke
#x27;s label show as normal or bold? > > > > 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

[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 us

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

2007-09-07 Thread Jeff Schuenke
oups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > 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 >

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

2007-09-07 Thread Jeff Schuenke
he stylesheet look like? > > > > From: flexcoders@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 T

[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

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

2007-09-06 Thread Jeff Vroom
e 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, 2007 1:26

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] Issues running RTMPS through firewall

2007-09-04 Thread Jeff Vroom
an 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: T

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

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_15586&slice Id=1 Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn -

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

2007-08-30 Thread Battershall, Jeff
flexcoders@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.

RE: [flexcoders] Call MXML custom component from AS

2007-08-30 Thread Battershall, Jeff
onComplete="onCreate()"> 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 AS How do you c

RE: [flexcoders] FDS and Paging

2007-08-29 Thread Jeff Vroom
r than paging all of the items. 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 som

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

2007-08-27 Thread Jeff Vroom
r own 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 PROTECTE

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] Issue with transactions on Data Management Service

2007-08-27 Thread Jeff Vroom
commit(); out.println("commit ok!"); } else { out.println("returned null"); } } catch (Exception ne) { out.println(ne.toString()); } %> done When th

[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

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

2007-05-30 Thread Jeff Vroom
ame thread. Your 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: Thur

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 feat

RE: [flexcoders] FDS and Spring please, help

2007-05-24 Thread Jeff Vroom
vice.Data.* if you are using 2.5) I'd be glad 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

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

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

2007-05-14 Thread Jeff Vroom
more of these objects by id. These turn into getItem calls to retrieve the PlanPoint instances that get sent 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="tru

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

2007-05-14 Thread Jeff Vroom
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-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

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

2007-05-03 Thread Jeff Vroom
times 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 Su

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

2007-05-01 Thread Jeff Vroom
n update of the child. This does sometimes mean you have to catch and ignore ItemPendingErrors but usually 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 (). Jeff

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

2007-04-24 Thread Jeff Vroom
the fill parameters, determine 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@yahoog

RE: [flexcoders] FDS datatype parsing issue

2007-04-19 Thread Jeff Vroom
. I believe a Long 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

RE: [flexcoders] FDS Polling Exception

2007-04-18 Thread Jeff Vroom
the item arrives and the tree 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

[flexcoders] HTTPService Security Sandbox woes

2007-04-17 Thread Battershall, Jeff
the originating 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
ully. It sounds like this is the kind of approach 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 PROT

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
M=295196.4901138.6071305.3001176/D=groups/S=1705007207:HM/EXP=1090894624/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com>http://us.ard.yahoo.com/SIG=129jr0i3f/M=295196.4901138.6071305.3001176/D=groups/S=1705007207:HM/EXP=1090894624/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> > > > > > > > > > > > *Yahoo! Groups Links* > > > > * To visit your group on the web, go to: > > > <http://groups.yahoo.com/group/flexcoders/>http://groups.yahoo.com/group/flexcoders/ > > > > * To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > <mailto:[EMAIL PROTECTED]> > > > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > > Service > <<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/info/terms/>. > > > > > > >Yahoo! Groups Sponsor >ADVERTISEMENT ><http://us.ard.yahoo.com/SIG=129m79dkc/M=295196.4901138.6071305.3001176/D=groups/S=1705007207:HM/EXP=1090897521/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> >click here > > > >-- >Yahoo! Groups Links >* To visit your group on the web, go to: >* > <http://groups.yahoo.com/group/flexcoders/>http://groups.yahoo.com/group/flexcoders/ > > >* >* To unsubscribe from this group, send an email to: >* > <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] > >* >* Your use of Yahoo! Groups 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
file 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 "Conte

RE: [flexcoders] FDS Configuration

2007-03-16 Thread Jeff Vroom
aking that work so if you need 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 Configur

RE: [flexcoders] FlexFactory/FDS Inconsistencies

2007-03-16 Thread Jeff Vroom
return instance; } I was using the 2.5 beta 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: flexc

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

2007-03-09 Thread Jeff Vroom
You'd probably only use 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/20

RE: [flexcoders] Pagination using Flex Data Management Service

2007-03-08 Thread Jeff Vroom
list. 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 Fle

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 b

[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 - l

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

2007-03-02 Thread Jeff Vroom
ng registered on the client somehow. Your 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

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

2007-03-01 Thread Jeff Vroom
ver though 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

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

2007-03-01 Thread Jeff Vroom
programmers get tripped 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 _

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

2007-02-27 Thread Jeff Vroom
7;ll undo those 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

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

2007-02-23 Thread Jeff Vroom
there is enough demand (and I can find enough time!) I could probably do that. Of course I'd rather get anyone running into trouble on the beta so we can make sure that version is solid. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

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

Re: [flexcoders] www.flexgrocer.com down

2007-02-21 Thread Jeff Tapper
have any idea on >the status of getting this site back up - 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 <>

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 PROTECTE

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 - LazyInitializationException when writing AMF output

2007-02-18 Thread Jeff Vroom
can figure out the path, just put the calls e.g. getChildren into your fetchObjectProperties method. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Rovira Sent: Sunday, February 18, 2007 3:19 AM To: flexcoders

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

2007-02-16 Thread Jeff Vroom
o the RTMP server is that your URL is using: rtmp://10.10.0.119:2038 can you try: telnet 10.10.0.119 2038 (be sure that your IP address hasn't changed in the meantime...) Jeff From: flexcoders@yahoogroups.com [mailto:[EMAI

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

2007-02-15 Thread Jeff Vroom
ted file and have 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 1

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] 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: FDS DataService.commit() doesn't trigger responder result()...?

2007-02-12 Thread Jeff Vroom
who is logging 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 __

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