[flexcoders] Re: LinearAxis - need help with value ordering! (Repost with sample code)

2007-05-04 Thread simonjpalmer
, simonjpalmer simonjpalmer@ wrote: I'd look at using a custom renderer for the y-axis labels. I'm not exactly sure how but I am willing to bet that you can do it. Is there a label function or something similar on the LinearAxis? Have you poked around on Ely's blog (quietlyscheming.com

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

2007-05-04 Thread simonjpalmer
, messaging and data services classes that make use of mx.logging.* btw. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Friday, May 04, 2007 2:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help! Object

[flexcoders] Re: filter array collection property.

2007-05-04 Thread simonjpalmer
in that case you want a filter function on a ListView representing your child objects. To bind it to your combo box you could have several functions, one for each state and alter the filter function on the ListView when the combo box contents changes. --- In flexcoders@yahoogroups.com, Ian

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

2007-05-03 Thread simonjpalmer
be looking? Have I put the patterns in the config file correctly? If you would repfer to take this off flexcoders I can get in touch directly or you can email me simon.palmer @ gmail.com Simon --- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: Jeff, thank you for your

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

2007-05-03 Thread simonjpalmer
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Thursday, May 03, 2007 10:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help! Object integrity across DataService.commit() Jeff, I have fallen at the first fence trying to switch

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

2007-05-02 Thread simonjpalmer
in these situations too (mx:TraceTarget/). Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Tuesday, April 17, 2007 7:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help! Object integrity

[flexcoders] Re-post... Help! Object integrity across DataService.commit()

2007-05-01 Thread simonjpalmer
Anyone bold enough to have a look at this one? It is a real headache for me and the cause of increasing amounts of BS code to cope with it. I would really appreciate some help. I seem to be getting object instances changing across a commit() boundary. Half the object ID's change through a

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-05-01 Thread simonjpalmer
isn't that what the previous message button is for ;-) --- In flexcoders@yahoogroups.com, Adam Reynolds [EMAIL PROTECTED] wrote: Tom Chiverton wrote: On Monday 30 Apr 2007, emendezgonzalez wrote: Just an idea, Why would you want to do it though ? When editing out

[flexcoders] Re: FDS licensing

2007-05-01 Thread simonjpalmer
Oh boy, do I feel your pain... 1) Without breaking the licensing agreement I don't see any way round it 2) It is a potentially very valuable piece of technology, but I am increasingly questioning it, especially as it is is largely unproven and still pretty wobbly (and confusing). It will be

[flexcoders] Re: FDS licensing

2007-05-01 Thread simonjpalmer
about changes right now. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Tuesday, May 01, 2007 10:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FDS licensing Oh boy, do I feel your

[flexcoders] Re: Formattin dates in DataGrid with itemRenderer

2007-04-30 Thread simonjpalmer
what's wrong with your current method? I think that is exactly the way to do it. --- In flexcoders@yahoogroups.com, kkinaru [EMAIL PROTECTED] wrote: Hello all... I need your advices once more time. I need to format some dates in a datagrid, data comes in MMDD format, and I have to

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-30 Thread simonjpalmer
...and therein lies another horrible truth, the MBP hardware is a winner, OS/X is not. I myself am using a MBP and it is awesome, but guess what, I'm not using OS/X (although I return for doses of sanity). My anecdotal study of the three Starbucks in walking distance from my house shows 75% of

[flexcoders] Re: where do I go to get the com.adobe.ac.mxeffects package?

2007-04-29 Thread simonjpalmer
. On 4/28/07, simonjpalmer [EMAIL PROTECTED] wrote: probably a bit of a newbie question, but I don't appear to have this library anywhere and I'm wondering if it is a standard part of flex or whether I have to go and grab it from somewhere. Can anyone point me in the right direction

[flexcoders] Re: Where is the data stored..?

2007-04-29 Thread simonjpalmer
My bet is that it is not in the datagrid at all but in the result object from your dataservice request, i.e. it belongs to teachernameRequest.lastResult. Is either teacherlist or teacherid an array (one of them must be)? If you were to make an explicitly typed model on your client side it would

[flexcoders] Re: where do I go to get the com.adobe.ac.mxeffects package?

2007-04-29 Thread simonjpalmer
...wait, cracked it... I didn't have the updater installed. All works fine now. Awesome effects... Thanks for your help. --- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: Thanks Dave, My flex version is 2.0.143459, does that sound right? I downloaded the zip

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-29 Thread simonjpalmer
Does C# kill Java? Does IE kill Firefox? Does SQLServer kill Oracle? Does Windows kill UNIX? Will Silverlight kill Flex? From my 20 odd years of software development, during which time the Microsoft hegemony has been at its apogee, none of the above are true. In fact if you want a really

[flexcoders] where do I go to get the com.adobe.ac.mxeffects package?

2007-04-28 Thread simonjpalmer
probably a bit of a newbie question, but I don't appear to have this library anywhere and I'm wondering if it is a standard part of flex or whether I have to go and grab it from somewhere. Can anyone point me in the right direction? Thanks Simon

[flexcoders] Using RPC for an RSS feed reader in an FDS project

2007-04-28 Thread simonjpalmer
I have an FDS app and I want to add an RSS feed reader to the main page, allowing the user to supply the URL of the feed they want to display. I have a nice ticker based feed reader which I developed separately using an HTTPService. When I drop it into my fds app I get all sorts of errors about

[flexcoders] Re: Setting the $title field in index .template.html

2007-04-27 Thread simonjpalmer
@yahoogroups.com, simonjpalmer simonjpalmer@ wrote: where do I set the field $title which is referred to at the top of the template filed used to generate index.html?

[flexcoders] Rotation transition - looking for help

2007-04-27 Thread simonjpalmer
Hi, I have a view stack with a bubble chart on one page and a set of controls (sliders etc) on another. At the moment I have a button which causes one or the other to be shown and the user can switch back and forth. What I am looking for is a sexy transition between the two. Ideally I would

[flexcoders] Setting the $title field in index .template.html

2007-04-26 Thread simonjpalmer
where do I set the field $title which is referred to at the top of the template filed used to generate index.html?

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

2007-04-17 Thread simonjpalmer
I seem to be getting object instances changing across a commit() boundary. Half the object ID's change through a commit for no apparent reason. This means I have no capability to manage a parent-child relationship in data. Utter disaster! Here's the situation. I have a parent child hierarchy

[flexcoders] updateTransform question on BubbleSeries

2007-04-16 Thread simonjpalmer
anyone know what I have to alter to force a BubbleSeries to go through updateTransform? I have a situation where a user action causes the radius of one of my bubbles to change. I trap the change and I want to cause the bubble chart to redraw itself taking into account the new radius. I can't

[flexcoders] Re: Grid columns of fixed and equal width

2007-04-15 Thread simonjpalmer
Since you asked so nicely... here's what I understand about column widths in the datagrid control after some experimentation. First off it is the width property of the DataGridColumn that I'm talking about. If you put a value in the definition of all columns, when they get rendered the relative

[flexcoders] Re: Zooming in on the x-axis of the AreaChart

2007-04-15 Thread simonjpalmer
I'd go straight to Ely's blog... http://www.quietlyscheming.com/blog/ --- In [EMAIL PROTECTED], {reduxdj} [EMAIL PROTECTED] wrote: Is this possible to do? any examples of this anywhere, thanks? Patrick

[flexcoders] Re: Dynamically accessing properties of an object

2007-04-15 Thread simonjpalmer
sounds like introspection take a look at Eric Feminella's site... http://www.ericfeminella.com/blog/2006/12/08/as3-util-api-available/ --- In [EMAIL PROTECTED], frank_sommers [EMAIL PROTECTED] wrote: I'm wondering how to dynamically access the properties of an object. I've already looked into

[flexcoders] Re: Versioning swf files for bug reporting

2007-04-15 Thread simonjpalmer
: On Thursday 12 Apr 2007, simonjpalmer wrote: Does anyone have a good practice for holding version numbers in a flex swf file for display to the user and magically incrementing them as part of the build process? We had ColdFusion generate the HTML wrapper page

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-15 Thread simonjpalmer
check your yahoo account --- In [EMAIL PROTECTED], gaurav1146 [EMAIL PROTECTED] wrote: Please mail me the overloaded bubble series class. My email address is gaurav1146 at yahoo.com TIA Gaurav --- In [EMAIL PROTECTED], simonjpalmer simonjpalmer@ wrote: I think it would

[flexcoders] Versioning swf files for bug reporting

2007-04-12 Thread simonjpalmer
Does anyone have a good practice for holding version numbers in a flex swf file for display to the user and magically incrementing them as part of the build process? What I am looking for is suggestions about automatic incrementing of a piece of a version number, say major.minor.build, where the

[flexcoders] Re: Removing compiler problem markers?

2007-04-12 Thread simonjpalmer
Hate to be the one to suggest it, but does it persst if you close and re-start Eclipse? I find that I get a high degree of instability in Eclipse if I switch between the Flex Builder perspective (especially in design mode) and a Java perspective such as the debugger or J2EE. I often get permgen

[flexcoders] swf player file name

2007-04-12 Thread simonjpalmer
anyone know what the swf player file name is that forms the file association on Windows?

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-12 Thread simonjpalmer
do you have the same set of bubbles visible after your slider magnification as before? The default bubbleseries sizes the bubbles *that are displayed* relative to one another based on the radius field (the series has a display list that it uses for sizing). If you add or remove bubbles the

[flexcoders] Re: Removing compiler problem markers?

2007-04-12 Thread simonjpalmer
fingers, but it was a Hibernate code generator... --- In [EMAIL PROTECTED], Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 12 Apr 2007, simonjpalmer wrote: I often get permgen errors and abnormal termination which leave the Eclipse project locked and require a re-boot to free. Occasionally I

[flexcoders] Re: FDS example

2007-04-12 Thread simonjpalmer
Don't have an example which is neatly wrapped up, but do have a successful fds deployment. What have you so far tried? Have you been to Conraet's blog and followed any of teh samples there? It is a good primer. http://www.coenraets.org/blog/ --- In [EMAIL PROTECTED], Robs [EMAIL PROTECTED]

[flexcoders] Re: user configuration file

2007-04-12 Thread simonjpalmer
check out flex sharedobject --- In [EMAIL PROTECTED], lruinelli [EMAIL PROTECTED] wrote: Hello! I'm developing an application which need some configuration parameter to run correctly. E.g. the url of servlet used change frequently (the application is in develop!)...and I have to update

[flexcoders] Re: swf player file name

2007-04-12 Thread simonjpalmer
\Players\SAFlashPlayer.exe or C:\Program Files\Macromedia\Flash 8\Players\Debug\SAFlashPlayer.exe Is this what you're after? regards, Muzak - Original Message - From: simonjpalmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 12, 2007 12:47 PM Subject

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-12 Thread simonjpalmer
such that even big bubbles are reduced to nearly point sized bubbles. I do have a maxRadius set up im my bubbleSeries but there seems to be no option for minRadius. TIA Gaurav --- In [EMAIL PROTECTED], simonjpalmer simonjpalmer@ wrote: do you have the same set of bubbles visible after

[flexcoders] Re: Versioning swf files for bug reporting

2007-04-12 Thread simonjpalmer
], bhaq1972 [EMAIL PROTECTED] wrote: Is there anything flexbuilder could generate and place into the html wrapper --- In [EMAIL PROTECTED], Tom Chiverton tom.chiverton@ wrote: On Thursday 12 Apr 2007, simonjpalmer wrote: Does anyone have a good practice for holding version numbers

[flexcoders] Bubble charts with only one bubble

2007-04-12 Thread simonjpalmer
Has anyone experienced the problem of a bubble chart with a single bubble not showing that bubble? If I add a second bubble the pair appear, if I remove one of them they both disappear. I have been inspecting the contents of the renderData on the BubbleSeries. When there is a single data

[flexcoders] Re: Flex Installation\Compilation Guidelines for AIX OS

2007-04-09 Thread simonjpalmer
I should start by saying that I have not done this with flex, but I have both lead and been involved in many projects where we have had to retro-fit to IBM. The experience has been chastening and it is never a straighforward task. Have you got your AIX hardware up and running with the IBM

[flexcoders] Re: Flex Installation\Compilation Guidelines for AIX OS

2007-04-09 Thread simonjpalmer
--- In flexcoders@yahoogroups.com, simonjpalmer simonjpalmer@ wrote: I should start by saying that I have not done this with flex, but I have both lead and been involved in many projects where we have had to retro-fit to IBM. The experience has been chastening and it is never

[flexcoders] Re: Finding / Displaying Values in a combo Box

2007-04-08 Thread simonjpalmer
here are some ideas... second case first... you could create a TermsCode object with the fields code and description and a magic toString() function, something like this... package blah { public class TermsCode { public var code:String; public var description:String; public function

[flexcoders] Standard approach for itemPendingError handling

2007-04-08 Thread simonjpalmer
does anyone have a standard approach for handling itemPendingError? In an asynchronous, lazy data loading app it seems to be a crucial issue. I have basically had to re-design my app because I can never quite tell when the data is going to show up. Does anyone have and guidelines to follow or

[flexcoders] Passing an argument to DataService.commit()

2007-04-08 Thread simonjpalmer
Anyone know how I can do the equivalent of passing an argument to commit()? I understand that a lot goes on behind the scenes when commit() gets called, but it would be very handy to be able to provide some sort of context, such as credentials, which I could anticipate on the server end of the

[flexcoders] Re: question about string equality

2007-04-06 Thread simonjpalmer
: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of simonjpalmer Sent: Thursday, April 05, 2007 11:02 AM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re

[flexcoders] Re: question about string equality

2007-04-05 Thread simonjpalmer
the complete source in a bug for the team to take a look. Pete From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Wednesday, April 04, 2007 12:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: question

[flexcoders] Re: question about string equality

2007-04-04 Thread simonjpalmer
in the first place? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Monday, April 02, 2007 6:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] question about string equality take a look at this code

[flexcoders] Re: Labelling the bubbles of a bubble chart

2007-04-04 Thread simonjpalmer
. 3) custom bubble series. Requires rolling up your sleves and getting into the series code, but most performant, and reusable. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Sunday, April 01, 2007 3:35

[flexcoders] implements, include, MX and AS...

2007-04-04 Thread simonjpalmer
I have an interface definition and an AS include file which contains a concrete implementation which I include in various places around my code. For all my AS classes this is a very economical programming model which I have used to great effect. I just tried to use it for an MX control and I get

[flexcoders] Re: implements, include, MX and AS...

2007-04-04 Thread simonjpalmer
:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Wednesday, April 04, 2007 1:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] implements, include, MX and AS... I have an interface definition and an AS include file which contains a concrete implementation which I include

[flexcoders] Re: Save to database

2007-04-04 Thread simonjpalmer
If you are connecting to a db on the server then you have a couple of obvious choices. 1. You can use the built-in capabilities of flex data services which will manage the modifications for you and only notify your server components of changes. 2. You can use an ORM like Hibernate to do the

[flexcoders] Re: implements, include, MX and AS...

2007-04-04 Thread simonjpalmer
] On Behalf Of simonjpalmer Sent: Wednesday, April 04, 2007 4:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: implements, include, MX and AS... Just tried that, doesn't appear to make any difference. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com

[flexcoders] question about string equality

2007-04-02 Thread simonjpalmer
take a look at this code snippet... 01 // check one doesn't already exist with this name 02 bFound = false; 03 for (isc = 0; isc ss.scenarios.length !bFound; isc++) 04 { 05 sc = Scenario(ss.scenarios.getItemAt(isc)); 06 if (sc.name.valueOf() == oc.category.valueOf()) bFound = true; 07

[flexcoders] Re: Accessing the parent component properties

2007-04-01 Thread simonjpalmer
I favour events. I have just spent the weekend switching from a (solely) central controller model to an event driven model and here's why. Every time anything happened through a user gesture which changed the state of something in the controller, every binding got updated (as you would

[flexcoders] Labelling the bubbles of a bubble chart

2007-04-01 Thread simonjpalmer
I want to put a data value alongside the bubbles on my bubble chart. Anyone know how? Ideally I would have something that was a cross between a tooltip and the flyout labels on a pie chart. Any clues?

[flexcoders] Re: Looking for a Wizard custom component

2007-03-31 Thread simonjpalmer
Not quite that sophisticated, but I have a framework which has a prev, next, cancel and finish button and into which you can drop any controls. I'd happily share it with you and you can probably extend it for your purposes. Send me an email to simon.palmer @ gmail.com and I'll send you the code.

[flexcoders] Scaling font size with Window size

2007-03-29 Thread simonjpalmer
does anyone know how, or has anyone tried, to scale fonts with the size of the browser window? What I am looking for is a method to make the fonts a constant proportion of the size of the window so that the whole of my app appears to scale like an image when the window size changes. At the

[flexcoders] Anyone have a good example of an RSS feed reader?

2007-03-29 Thread simonjpalmer
I have been scratching around and found the as3syndicationlib but I have seen no decent examples of how to use it and have to confess to being a bit lost.

[flexcoders] Re: Scaling font size with Window size

2007-03-29 Thread simonjpalmer
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Thursday, March 29, 2007 6:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Scaling font size with Window size does anyone know how, or has anyone tried, to scale fonts with the size of the browser window? What I am

[flexcoders] Re: Whatever happened to Peter Ent's scrolling text ticker?

2007-03-27 Thread simonjpalmer
any particular reason why? --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: I recommend using a Timer rather than calling doLater(). - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer

[flexcoders] Re: Whatever happened to Peter Ent's scrolling text ticker?

2007-03-26 Thread simonjpalmer
] wrote: http://weblogs.macromedia.com/pent/archives/flex/ticker/tickerText.zip simonjpalmer wrote: Anyone know what became of it? The markme.com code link on his blog leads nowhere. Anyone have the code they could share with me? http://weblogs.macromedia.com/pent/archives/2004/12

[flexcoders] Re: Two-Way Binding Solutions?

2007-03-26 Thread simonjpalmer
You are right, it is because your model.pendingContact and model.newContact are object references and not object instances. When you do the assignment you are just pointing them to the same object in memory - 2 references, 1 object. In your second case you create a second object, 2 objects, 2

[flexcoders] Re: Component Required

2007-03-24 Thread simonjpalmer
Did you find one? I'd be interested in one too... --- In flexcoders@yahoogroups.com, Kumar [EMAIL PROTECTED] wrote: Hi All, I want some example for stock ticker or component for the same if some one has already created that or have some API through which I can implement stock

[flexcoders] Whatever happened to Peter Ent's scrolling text ticker?

2007-03-24 Thread simonjpalmer
Anyone know what became of it? The markme.com code link on his blog leads nowhere. Anyone have the code they could share with me? http://weblogs.macromedia.com/pent/archives/2004/12/ticker.cfm Thanks Simon

[flexcoders] Suspending data bindings during (lazy) server read

2007-03-14 Thread simonjpalmer
I am transfering the head of a hierarchy of objects to the client for them to choose which one they want to see details for. The list returned in this initial fetch is bound to a datagrid control, and some of the data items are displayed in the grid. The rest of the data is loaded lazily through

[flexcoders] Re: FDS/Hibernate - LazyInitializationException when writing AMF output

2007-02-25 Thread simonjpalmer
Eric, I am also very interested in getting on a beta program too. I have sent you an email with contact details for me. Regards Simon --- In flexcoders@yahoogroups.com, Eric D Anderson [EMAIL PROTECTED] wrote: Hi PW, I'd suggest that we add you to the latest Data Services beta

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

2007-02-24 Thread simonjpalmer
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: FDS/Hibernate Sample of updating

[flexcoders] Re: enabling Hibernate logging through log4j with jrun/fds2

2007-02-23 Thread simonjpalmer
PW, which sample did you use for your log4j.properties? Thanks Simon --- In flexcoders@yahoogroups.com, parkerwhirlow [EMAIL PROTECTED] wrote: I have gotten hibernate logging to work by placing log4j.jar into the web-inf/lib directory, and placing a log4j.properties (you can use the sample)

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

2007-02-23 Thread simonjpalmer
PW, I did the work to understand log4j and you're right, it is amazingly powerful. I added a new appender to my configuration in log4j.xml because all the literature I found said that the .properties approach was being deprecated. However, this has not worked, so I'm going to try your method

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

2007-02-23 Thread simonjpalmer
PW and Jeff, PW, you and I seem to be in the same boat. I am trying to fight off the people who were flex skeptics to start with. Not being able to write data back makes the whole thing look pretty amateur and confirms people's belief that the technology isn't ready - which given this

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

2007-02-23 Thread simonjpalmer
PW, BTW pop over to the FDS forum at Adobe http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=60catid=583 take a look at the thread called Parent Child Hierarchy with FDS and Hibernate SP --- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: PW and Jeff

[flexcoders] Re: Just curious, A big development team or individual developers

2007-02-23 Thread simonjpalmer
huh, what an interesting question. INDIVIDUAL However, have budget for large team... --- In flexcoders@yahoogroups.com, boy_trike [EMAIL PROTECTED] wrote: I wonder how many people are working on TEAM to develop their flex applications (and how many are 1 or 2 men (whoops I mean PEOPLE)

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

2007-02-23 Thread simonjpalmer
I think there are a lot of people trying it for obvious reasons. However all evidence would suggest it doesn't work. I really hope Adobe step up to this combination as it is extremely powerful. I'd be interested to hear from anyone who has a genuine real-world application running with a full

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

2007-02-07 Thread simonjpalmer
MXML. It goes to flashlog.txt - same place as the trace statement output. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Monday, February 05, 2007 4:53 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Building the FDS HibernateManager class in Eclipse

2007-02-07 Thread simonjpalmer
Hi, I am trying to debug the FDS HibernateAssembler. I have put the HibernateAssembler HibernateManager HibernateType java files into my own package and adjusted dependencies accordingly. I am unable to build because of the following problem. The HibernateManager.getSession() method

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

2007-02-06 Thread simonjpalmer
No answer unfortunately, but I do have two questions... 1) how do you manage to debug your server side jave code? I am running under JBoss and using Eclipse as my IDE for both Java and FlexBuilder and I can't figure out how to set breakpoints in my Java code or attach a debugger to the server.

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

2007-01-29 Thread simonjpalmer
Hi, I have a 4 level hierarchy of data in my application with a bi-directional one-to-many relationship between each level as follows: PlanPoint (parent) -- UserScenario (child) Scenario (grandchild) -- Competitor (great grandchild) I have a hibernate back end running under JBoss and I

[flexcoders] Documentation of FDS estination metadata tag

2007-01-29 Thread simonjpalmer
Does anyone have any reference material on the metadata tag in an FDS destination? It is alluded to in the User Guide with some intriguing possibilities, but I can find no firm documentation or use cases. Any information gratefully received Thanks

[flexcoders] Parent Child hierarchy of objects in FDS Hibernate

2007-01-24 Thread simonjpalmer
I have a hierarchy of objects parent -- child grandchild -- greatgrandchild they are persisted in separate tables and mapped in hibernate as bi-directional one-to-many relationships. In flex I have a destination which retrieves the parent objects and hibernate takes care of retrieving

<    1   2   3