Re: [flexcoders] Re: Adding columns in DataGrid dynamically

2007-02-07 Thread Jeff Tapper
. Jeff Tapper Founding Partner Tapper, Nimer and Associates Inc. [EMAIL PROTECTED] (718) 576-1775

RE: [flexcoders] FlashVars not working

2007-02-06 Thread Battershall, Jeff
You need to reference flashVars like this: var myVar:String = Application.application.parameters.myVar; Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g_vaccarezza Sent: Tuesday, February 06, 2007 1:48 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Flex TFTS lesson 8

2007-02-06 Thread Jeff Hindman
Nope . worked for me. You might try goring back to Lesson 7 and restarting from there. Whenever I got stuck in the book, I found that usually corrected the problem. --Jeff Hindman Simon Software Solutions _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

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

2007-02-06 Thread Jeff Vroom
It does really look like the ack is going back to the client. Have you tried looking at the client side logs (in flashlog.txt, debug player only, enabled with mx:TraceTarget/? Maybe something funky is going on there? Jeff From: flexcoders@yahoogroups.com

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

2007-02-06 Thread Jeff Vroom
since it is pretty verbose and duplicates a lot of the Message.* stuff. On the client, you can use the mx:TraceTarget/ in your MXML. It goes to flashlog.txt - same place as the trace statement output. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

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

2007-02-05 Thread Jeff Vroom
Yeah, I picked up that change last week. Sorry we did not find it in time for 2.0.1 (it was frozen by the time I saw your bug). Thanks for catching that problem. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of parkerwhirlow

RE: [flexcoders] Flex and hosting remote callable services

2007-02-05 Thread Battershall, Jeff
describe - for security reasons if nothing else. I think you could achieve something similar using Flex Data Services where Flex clients can subscribe to message gateways, threads and such, but still the Flex app is operating only as a client, not as a host. Jeff -Original Message- From

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

2007-02-02 Thread Jeff Vroom
to look into is the merge method in hibernate. Seems like we should probably be using that in the updateItem method? I'll be working on this next week so will send out any updates I can to the code. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] How to create a fault in FDS?

2007-01-31 Thread Jeff Vroom
defined by the security constraints you attach to your destination's configuration. This is a declarative approach when you simply need to ensure a user has a given role when performing an operation. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] parent-child hierarchy of data using Flex, FDS and Hibernate

2007-01-31 Thread Jeff Vroom
are sent to the server as part of the same batch. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Sunday, January 28, 2007 12:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] parent-child hierarchy

RE: [flexcoders] Re: DataService fill not filling on first try? timing issue?

2007-01-28 Thread Jeff Vroom
by the fill. It is a stylistic change but I find it easier to manage responders to specific fill operations rather than use the event which is fired for any operation performed on that data service. It avoids the if/else logic in your event handler to figure out which operation this is. Jeff

[flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Battershall, Jeff
as to whether the feature set of Vista is compelling enough to warrant the upgrade, and my concerns about screwing up my development environment are a big factor in my decision. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Battershall, Jeff
block' to install. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shannon Hicks Sent: Thursday, January 25, 2007 9:50 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Slightly OT: Vista

[flexcoders] Decoupling a Flex 1.5 App from Flex 1.5 Server

2007-01-25 Thread Battershall, Jeff
to use History Management with Flex 1.5. True or not true? Any advice along these lines appreciated. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Can't seem to customize Flash ContextMenu

2007-01-25 Thread Battershall, Jeff
the default Flash ContextMenu when you right-click on it. How can this be handled For sure, I want to suppress the default context menu in my app for the entire area of the player. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Can't seem to customize Flash ContextMenu

2007-01-25 Thread Battershall, Jeff
be necessary. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Thursday, January 25, 2007 11:11 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Can't seem

[flexcoders] Can't seem to customize Flash ContextMenu

2007-01-24 Thread Battershall, Jeff
. I've tried setting my custom menu to Application.application.contextMenu, but the behavior is the same. What am I missing here? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Can't seem to customize Flash ContextMenu

2007-01-24 Thread Battershall, Jeff
of the application - there's no intermediary container. It seems like the reference you get to the application (Application.application) is still one level (or so) down from the player itself. How do you get a reference to the player so you can set its context menu? Jeff -Original Message- From

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

2007-01-24 Thread Jeff Vroom
configuration. Not sure what that could be though... the ConsoleTarget class just uses System.out to log its messages. Maybe your app server is swallowing the console messages? There is a ServletLogTarget which uses the servlet's log method. Jeff From

RE: [flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-24 Thread Jeff Vroom
for the first item in one batch, you need to wait for the commit result to come back before you can issue the create for the second item. This is a bug in FDMS that we need to fix... Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Get a FlexJob - http://tech.groups.yahoo.com/group/flexjobs/

2007-01-23 Thread Jeff Hindman
Thanks Ted . I've already applied to a couple companies. --Jeff Hindman Simon Software Solutions [EMAIL PROTECTED] _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Tuesday, January 23, 2007 4:46 PM To: flexcoders

RE: [flexcoders] Flex Data Management, Remoting, and Enterprise Integration

2007-01-22 Thread Jeff Vroom
clients know about those changes. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luke Pillow Sent: Monday, January 22, 2007 2:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Data Management, Remoting, and Enterprise

RE: [flexcoders] Binding result from CFC to a Detail Form

2007-01-19 Thread Battershall, Jeff
, etc. Your form elements would be already bound to the members of the user object. mx:TextInput text={user.FirstName}/, etc. HTH, Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinson Sent: Friday

RE: [flexcoders] Re: Updating a DataService fill

2007-01-19 Thread Jeff Vroom
that. Assuming you are still not seeing the message on the client and you can upload your code I'll take a look. I have mysql here of course so that is no problem. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of spirit_ryder2k

RE: [flexcoders] [FDS2+Spring/Hibernate] VOs reaching the backend with id=0 (unsaved-value problem)

2007-01-19 Thread Jeff Vroom
, just set it to null in the Java object. I assume the Java object has an Integer rather than an int so this is possible. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Rovira Sent: Friday, January 19, 2007 1:23 AM

RE: [flexcoders] Slightly OT - The Limitations of CFMX 7.02

2007-01-18 Thread Battershall, Jeff
, that product array will not be translated over the wire - that's what I'm seeing and it just may not be supported yet. What I'm doing currently is to populate my Catalog object in two passes - one to get the catalog metadata and the other to get the product ArrayCollection. Jeff -Original

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

2007-01-18 Thread Jeff Vroom
/services-config.xml file, search for level=.. change that to Debug, then make sure the pattern section just below that has pattern tags for DataService.*, Message.*, Endpoint.*, and Service.*. Hopefully you'll get a nice stack trace in the logs which points to where this error is occurring. Jeff

RE: [flexcoders] Re: Updating a DataService fill

2007-01-18 Thread Jeff Vroom
Right after it prints that message, it goes and invokes the Fill method. Most likely, your fill method is returning the same set of items it had returned before the call? Is there any caching going on? Maybe you can stop in the debugger in your fill method to see what is going on? Jeff

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-17 Thread Battershall, Jeff
Mark, I re-worked all my delegate classes as per your code sample, and yes, all the 'duplicate' result events have disappeared. Thanks again. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Doberenz Sent

[flexcoders] Slightly OT - The Limitations of CFMX 7.02

2007-01-17 Thread Battershall, Jeff
input appreciated... Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Re: title window on app first run

2007-01-17 Thread Battershall, Jeff
the sample code in the Flex docs. Maybe someone else can help more... Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jonalexander370 Sent: Wednesday, January 17, 2007 3:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: title window

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Battershall, Jeff
. On 1/15/07, Battershall, Jeff [EMAIL PROTECTED] wrote: This is a tough one - and I'm getting a similar behavior with fileupload - duplicate completion events in subsequent calls to the same Event/Command/Delegate. I'm having to parse out

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Battershall, Jeff
are you using? I'm using CFMX 7.02. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Doberenz Sent: Tuesday, January 16, 2007 11:50 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Battershall, Jeff
of Sam Shrefler's Flex 2, Cairngorm, Fluorine tutorial: http://blog.shrefler.net/?p=10 Maybe his code needs to be tweaked for Flex 2.0.1 ?? Mark On 1/16/07, Battershall, Jeff [EMAIL PROTECTED] wrote

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Battershall, Jeff
Mark, Thanks! - I haven't tried this yet, but it looks like you nailed it. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Doberenz Sent: Tuesday, January 16, 2007 3:27 PM To: flexcoders

RE: [flexcoders] Re: Updating a DataService fill

2007-01-16 Thread Jeff Vroom
that to Debug and make sure that DataService.* and Message.* are listed in pattern tags just below). If the output is kind of large, feel free to send the output to be directly ([EMAIL PROTECTED]) and hopefully I can figure out what is going on from that. Jeff

[flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Battershall, Jeff
event twice. If I invoke it again, I get the result three times and so on. I'm using Cairngorm 2.0 and Service Locator. Has anyone else seen this behavior? I can work around it, sure, but I don't think I should have to. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Battershall, Jeff
listeners for the result/fault and these may be duplicate ones, because the remote object instance is being persisted in ServiceLocator. However, I tried explictly removing the listeners before adding them and no dice. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Updating a DataService fill

2007-01-15 Thread Jeff Vroom
, the current transaction is still open (i.e. not committed). In this case, you want to do the refreshFill in the new (i.e. the current) transaction. If you create your own new one, it will refresh the fill but before the current change has been committed to the database. Jeff

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Battershall, Jeff
if that has anything to do with it. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thijs Triemstra Sent: Monday, January 15, 2007 4:04 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm

[flexcoders] Flex 2.0.1 installation - no problems

2007-01-10 Thread Jeff Hindman
3 minutes for the download, 24 hours to work up the guts, 2 minutes for the install. So far, no problems ... maybe I'm just lucky. Jeff Hindman Simon Software Solutions

[flexcoders] Omit Trace Statements?

2007-01-09 Thread Jeff Tapper
Is there some compiler argument i can use to force the compiler to omit trace statements? I know Flash Studio always had that as an option, but in digging around in the docs, i cant find the equivalent for flex. can anyone point me in the right direction? thanks Jeff Tapper [EMAIL

RE: [flexcoders] CRUD in XML

2007-01-08 Thread Jeff Hindman
Any chance of getting a CF solution (or hints) for this tool (way cool, btw)? I have a client that could use this immediately. Thanks - Jeff Hindman Simon Software Solutions _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday

[flexcoders] Getting data driven images to render in a datagrid...

2007-01-05 Thread Jeff Kroll
column correctly, but render a broken-picture image for the @icon ??? I use the image class vars (i.e. compMgmt16) successfully elsewhere in the app, so I know they are working in different contexts. Thanks so much, Jeff

[flexcoders] Cairngorm Architecture Question - How to Implement a Workflow

2007-01-03 Thread Battershall, Jeff
, which then fires off its own event/command class. My view needs to respond to the current step completed - question is the best, cleanest way to implement this. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

RE: [flexcoders] Re: Cairngorm Architecture Question - How to Implement a Workflow

2007-01-03 Thread Battershall, Jeff
and related data, 2) Preview Results 3) Approve. My view needs to know when the form submission has succeeded and then trigger the next appropriate step. Per the docs, it seems that the Command classes can implement Iresponder - perhaps that is the way to go. Jeff -Original Message- From

RE: [flexcoders] ArrayCollection does not yield the same results as dataGrid

2007-01-02 Thread Battershall, Jeff
Looks like you're going one level too deep in your source attribute for your ArrayCollection. Also your XML example is malformed, you're closing records before record but I'm guessing that's just a typo. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] source code of Training from the Source

2006-12-28 Thread Jeff Hindman
It's on a CD that came with the book. --Jeff Hindman Simon Software Solutions _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shailesh Mangal Sent: Wednesday, December 27, 2006 5:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] source code

[flexcoders] Who's your ISP?

2006-12-28 Thread Jeff Hindman
Just a quick survey asking who's your favorite ISP that supports Flex 2.0 with all the bells and whistles (not FDS ... yet). We're considering CrystalTech to host our start-up, but are interested in exploring other options as well. Thanks -- -- Jeff Hindman Simon Software Solutions

RE: [flexcoders] loading a external variable into a flex app

2006-12-28 Thread Battershall, Jeff
G, myMovie.swf?foo=whatever Can be accessed from within flex as: Application.application.parameters.foo HTH, Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g_vaccarezza Sent: Thursday, December 28, 2006 2:51 PM To: flexcoders

RE: [flexcoders] Bug using FDS to persist managed association as Set

2006-12-22 Thread Jeff Vroom
you can just compile it normally with the WEB-INF/lib classes in your classpath. You can find HibernateAssembler in one of the flex-messaging jar files and just replace the old one with the new one. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] DataService commit() doesn't finish.

2006-12-22 Thread Jeff Vroom
mysterious in the logs. If the error is occurring after the updateItem call succeeds, it will be hard to track down without libraries that do that logging. 2.0.1 is coming out real soon now and has some improvements to the logging so that might be worth a try. Jeff

RE: [flexcoders] Populating Multiple Levels of Branches

2006-12-20 Thread Battershall, Jeff
That's what I do - using CF's built-in XML functions - works fine. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hayes Sent: Wednesday, December 20, 2006 9:48 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: FDS - class cast exception - lazy loading relationship

2006-12-13 Thread Jeff Vroom
I'm going to keep looking into this, but do you have any bi-directional relationships where both directions are lazy=false? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Wednesday, December 13

RE: [flexcoders] Re: FDS - class cast exception - lazy loading relationship

2006-12-12 Thread Jeff Vroom
support folks. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Monday, December 11, 2006 12:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FDS - class cast exception - lazy loading

RE: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-12 Thread Jeff Vroom
Hi Douglas, (snip) 3. Jeff said that I should set the association properties for my filmActors destination as one-to-one. I'm guessing that this should be many-to-one, but am not sure. I've tried both it doesn't help my current problem, but I'd love a definitive answer on which

[flexcoders] accessing a checkbox in datagrid

2006-12-12 Thread jeff noyes
Im using a itemRenderer that is a checkbox. The checkbox is a component that is a seperate mxml file. Inside my datagrid, how do I determine if the checkbox is enabled?

[flexcoders] DepthColors Bug GMC2

2006-12-09 Thread Battershall, Jeff
=[0xFFCC00,0xFF,0xEFEFE4] showRoot=false labelField=@label/ Any insight appreciated. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] RE: Tree Background Oddity - GMC2

2006-12-06 Thread Battershall, Jeff
As an additional note, setting the backgroundColor style of the Tree has no effect. Setting backgroundAlpha to 0 does hide it, but also hides the background colors of the Tree items as stipulated in the depthColors array. -Original Message- From: Battershall, Jeff Sent: Wednesday

RE: [flexcoders] TileList itemRenderer not changing when dataProvider change (cairngorm)

2006-12-06 Thread Battershall, Jeff
Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vigen2000 Sent: Wednesday, December 06, 2006 6:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] TileList itemRenderer not changing when dataProvider change (cairngorm) Hi people, i

RE: [flexcoders] FDS: Using Hibernate second-level cache possible?

2006-12-06 Thread Jeff Vroom
? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Niko Schmuck Sent: Wednesday, December 06, 2006 8:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS: Using Hibernate second-level cache possible? Hi together

Re: [flexcoders] FDS number NaN

2006-12-05 Thread Jeff Krueger
Anyone else have this problem or am I just doing something wrong. Thanks Jeff Jeff Krueger [EMAIL PROTECTED] wrote: I have considered coming up with a number like -99 and then assume that to be null and initialize all my Number variables to it and then translate

RE: [flexcoders] Re: FDS - class cast exception - lazy loading relationship

2006-12-05 Thread Jeff Vroom
the problem by turning autoSyncEnabled=true? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Tuesday, December 05, 2006 8:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FDS - class

RE: [flexcoders] HTTPService POST with request parameters

2006-12-05 Thread Jeff Vroom
all of the state of the request. That might be a way to ensure that the query parameters are at least making it to the server in the URL. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Todd Breiholz Sent: Tuesday, December 05

RE: [flexcoders] Flex 2: FDS Freezes Flash player before responders get called

2006-12-05 Thread Jeff Vroom
the trace log will show some evidence of what is taking so long. If that does not show anything, if you can get us a test case I'd be interested to take a look ([EMAIL PROTECTED]). Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] FDS Environment Challenge Questions!

2006-12-04 Thread Jeff Vroom
to the mxml files as files, not as entries in as a zip file. Jeff

RE: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-04 Thread Jeff Vroom
this to the FilmActorId.as class. Sorry about that! Two more questions: 1. This would be so much easier if I had a working example to work from. I haven't found any examples that use the 'managed associations' approach - with one-to-many or many-to-many relationships. Jeff, do you know of any

RE: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-04 Thread Jeff Vroom
* Do I need a fourth destination for the FilmActorID class? Nope, that instance is managed by the FilmActor destination. It does not have its own id so it can't be in a separate destination. Jeff

RE: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-03 Thread Jeff Vroom
. It will be a little faster than today because it won't need to join in the Film table because of the intermediate mapping object. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas McCarroll Sent: Thursday, November 30, 2006 5

Re: [flexcoders] FDS number NaN

2006-12-02 Thread Jeff Krueger
= null createdByUserName = source = )' Thanks Jeff Douglas McCarroll [EMAIL PROTECTED] wrote: Jeff, Let me get this clear. If I understand correctly you're passing an AS number hoping that it will convert to a Java Long. But your number is set to null

Re: [flexcoders] FDS number NaN

2006-12-02 Thread Jeff Krueger
I have considered coming up with a number like -99 and then assume that to be null and initialize all my Number variables to it and then translate that in java to null. But that is a hack at best. Anyone else?? Jeff Douglas McCarroll [EMAIL PROTECTED] wrote: Okay

[flexcoders] FDS number NaN

2006-12-01 Thread Jeff Krueger
to so it will be null in my java class? Thanks Jeff - Access over 1 million songs - Yahoo! Music Unlimited.

Re: [flexcoders] FDS number NaN

2006-12-01 Thread Jeff Krueger
Thanks. I am not using a primitive, I am using Long. I wonder what it does for those. Jeff Douglas McCarroll [EMAIL PROTECTED] wrote: Jeff, I'm not sure that this will help you find a solution, but it confirms that this is a known issue: http://livedocs.macromedia.com

[flexcoders] itemRenderer event question

2006-12-01 Thread jeff noyes
if I have a checkbox as an ItemRenderer in a datagrid, how do I determine if it's enabled? mailto:[EMAIL PROTECTED]

RE: [flexcoders] FDS - possible bug???

2006-11-29 Thread Jeff Vroom
it. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Tuesday, November 28, 2006 11:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS - possible bug??? Hello, everyone I am using FDS Java Adapter

RE: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-29 Thread Jeff Vroom
something to do with the short data type - I do not think we've tried id properties as short values so maybe something is getting messed up because of that? It might be worth changing that to an int if that is an easy test to run. I will try to get a chance to look at this more tomorrow. Jeff

RE: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-28 Thread Jeff Vroom
of the SQL that hibernate is using that would help figure out if we are just fetching too many objects or what. I'll hopefully get a chance to look into the test case in more detail later. Regards, Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: TileList Issue - What the heck is up?????

2006-11-27 Thread Battershall, Jeff
Ben, I wanted to thank you for your help. I'm now starting to 'get it'. Thanks to Tracy also. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Wednesday, November 22, 2006 8:04 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] .swf Caching on CFMX 7/Flex 1.5 Hybrid

2006-11-16 Thread Battershall, Jeff
Dirk, Thanks! Here's the problem: we want the .swf to be cached until we want to re-deploy. Currently a CF instance restart is required. Just looking for a programmatic way to clear that .swf cache, just as you can clear the Trusted Cache in CFMX without restart. Jeff -Original Message

Re: [flexcoders] how to learn file upload result

2006-11-08 Thread Jeff Noyes
I'd be interested in learning how your using flex to upload files On 11/6/06, Yiðit Boyar [EMAIL PROTECTED] wrote: i use file IO example class of adobe to upload files to my server (to a php file). i added a URLVariables object to the URLRequest to send additional variables with the file,

[flexcoders] Embed font

2006-11-08 Thread Jeff Noyes
How do you embed fonts. I've tried embedding via: @font-face{ src: url(assets/fonts.swf); font family: arial; } I've also tried the other means of srcing the font directly vs. Srcing a swf with embedded fonts. In both cases, flex is unable to resolve the src url location. On

RE: [flexcoders] Looking to hire a Flash/Flex developer

2006-11-07 Thread Jeff Hindman
Are you taking telecommuters ? Im in Southern California. -- Jeff Hindman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jenunderscore Sent: Monday, November 06, 2006 2:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Looking to hire

RE: [flexcoders] problem finding mx.data package in FDS

2006-11-07 Thread Jeff Vroom
Actually, it is fds.swc. If you install fds, it is in: \fds2\flex_sdk_2\frameworks\libs. You need to add this to the library path of your Flex Build Path in your project. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Seth Hodgson

[flexcoders] Setting up FDS

2006-11-07 Thread Jeff Krueger
, but it was just one large web app and contain all the SOA and the Flex app. I was hoping to keep them seperate in this application. Is that possible?ThanksJeff Sponsored Link Try Netflix today! With plans starting at only $5.99 a month what are you waiting for? __._,_.___ -- Flexcoders

RE: [flexcoders] Re: uploading to Jrun 4.X

2006-11-06 Thread Battershall, Jeff
events being fired to update the directory structure on the server. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pauscato1 Sent: Monday, November 06, 2006 7:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: uploading to Jrun 4

[flexcoders] mxml Application under a package

2006-11-02 Thread Jeff Krueger
the application to the root of the project everything is fine. Do I need to setup the classpath or something.ThanksJeff Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call rates. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

RE: [flexcoders] FDS Method Fill and List of parameters

2006-11-02 Thread Jeff Vroom
of ? for your parameter. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jonathan_merey Sent: Thursday, November 02, 2006 8:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS Method Fill and List of parameters Hi, I put

RE: [flexcoders] FDS-Hibernate Error: Error instantiating ... 'flex.data.assemblers.HibernateAssembler'

2006-11-02 Thread Jeff Vroom
(Component.java:102) ... 51 more Jeff -Original Message- From: Douglas McCarroll [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 2:53 PM To: flexcoders@yahoogroups.com; Jeff Vroom Subject: Re: [flexcoders] FDS-Hibernate Error: Error instantiating

[flexcoders] Date Bug?

2006-11-01 Thread Battershall, Jeff
within Player 9 seems a little quirky. In other words I eliminated all date parsing from remote object back to Flex and Flex back to CF. Note that the user had the same exact behavior on IE or Firefox. Any insight appreciated! Jeff Battershall Application Architect Dow Jones Indexes [EMAIL

RE: [flexcoders] Re: Date Bug?

2006-11-01 Thread Battershall, Jeff
Doug, I did think of that - but the date issue was demonstrated at 11:00 AM PST/1:00 DST. I'm thinking that this behavior could be replicated pretty easily - we worked around it by passing simple strings as I said. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] negatively scale canvas

2006-10-31 Thread jeff noyes
anyone know how I would negatively scale a canvas's width? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web,

Re: [flexcoders] Flex and Crystal reports

2006-10-20 Thread Jeff Krueger
I could be wrong but I don't think this is possible. I found that for reporting the best thing to use is cold fusion report writer. This can produce swf files (flash paper)and they can be loaded into a flex app.Jeffwespinozab [EMAIL PROTECTED] wrote: Hi, Is it possible to open a

RE: [flexcoders] FDS and clustering

2006-10-18 Thread Jeff Vroom
balancer for load balancing RTMP connections, you dont strictly need to set up the clustering.  If you do need clustering, then you should follow those instructions for each destination.  I hope this helps. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: RemoteObject only accesses, cannot set

2006-10-12 Thread Jeff Vroom
client. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of klumikaze Sent: Thursday, October 12, 2006 10:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RemoteObject only accesses, cannot set It would appear I somehow figured

[flexcoders] re:Creating SVG xml from within flex

2006-10-12 Thread Jeff Tapper
nevermind, i figured it out shortly after hitting send... [EMAIL PROTECTED] = colorGroup.selectedValue.toString(); [EMAIL PROTECTED] = none; path[@stroke-width]= lineThickness.selectedLabel; == im creating a flex widget which converts flash player drawing api graphics into svg. So

[flexcoders] Creating SVG xml from within flex

2006-10-12 Thread Jeff Tapper
im creating a flex widget which converts flash player drawing api graphics into svg. So far, this has gone well, but i hit an ugly snag. it seems the svg spec uses stroke-width as the attribute to specify the width of a line, however, the flex compiler doesn't allow for hyphens in an

Re: [flexcoders] why does labelFunction need an...

2006-10-12 Thread Jeff Tapper
it wants to pass you a reference to the dataGridColumn which is being rendered... At 04:49 PM 10/12/2006, Clint Tredway wrote: an empty second param? I created a labelFunction for a datagrid column to format a date and i got an error saying that the function expected 2 parameters but only got

Re: [flexcoders] Now Shipping: ActionScript 3.0 Cookbook – Solutions for Flash Platform and Flex Application Developers

2006-10-12 Thread Jeff Fleitz
: ActionScript 3.0 Cookbook Solutions for Flash Platform and Flex Application Developers By Joey Lott, Darron Schall, Keith Peters http://www.oreilly.com/catalog/actscpt3ckbk/#top -- v/r,Jeff Fleitz __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

RE: [flexcoders] Re: Transfer Images with FDS

2006-10-10 Thread Jeff Vroom
since the native code would be processing the image data, though if you go the byte array route, most of the operations are happening in native code anyway. Also your original data might be in jpeg format not just a pure 2D array of pixel data so that might be more convenient. Jeff

RE: [flexcoders] Possible DataService BUG, can anyone help me out?

2006-10-06 Thread Jeff Vroom
this object in a DataGrid or other list based component as those components use the uid to differentiate objects. I hope this helps. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dmiramontesval Sent: Thursday, October 05, 2006 5:50 PM

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