[flexcoders] Using Hibernate Association on Data Grid

2007-05-08 Thread headjoog
Hello - new on this group and to flex and was hoping for some feedback... I've been able to get a simple one-to-many association configured in FDS and Hibernate. One table has Users, the other a list of records that users created. I have a data grid that shows the list of records. The list

[flexcoders] Re: Using Hibernate Association on Data Grid

2007-05-09 Thread headjoog
Users object, so firstName and lastName might not be appropriate, but hopefully you get the point and can adapt the field references as appropriate. Regards, Dave. Cynergy Systems, Inc. On 5/8/07, headjoog [EMAIL PROTECTED] wrote: Hello - new on this group and to flex

[flexcoders] Re: HibernateAssembler fixes re: parent-child hierarchy

2007-05-09 Thread headjoog
would like info on this one as well was there an update to the assembler available? jpb --- In flexcoders@yahoogroups.com, Kevin [EMAIL PROTECTED] wrote: I have been reading that there were some issues with updating parent- child hierarchies. Has this been addressed/resolved in LCDS

[flexcoders] Re: Using Hibernate Association on Data Grid

2007-05-09 Thread headjoog
item.createUser.username ; } thanks for the heads-up! joe --- In flexcoders@yahoogroups.com, headjoog [EMAIL PROTECTED] wrote: thanks for the insight...I'll give this a shot and see where it goes...I think I was emotionally

[flexcoders] Re: Date - Timezone with WS

2007-05-17 Thread headjoog
I had a similar issue with a WS I was using, and realized it was sending back both UTC and local time - you might check for that. I ended up having to use a function to get the time right and displayed correctly in a data grid. Check the AS 3 reference too, I think there's an example in

[flexcoders] Proxy Question

2007-06-06 Thread headjoog
Has anyone tried calling a web service with FDS behind a proxy server that uses an automatic proxy script? We are using Microsoft Internet Security Server and there is an automatic proxy config script in use. I'm trying to access an RSS feed via HTTPService. It appears to make the

[flexcoders] Re: Proxy Question

2007-06-06 Thread headjoog
yes - I think that's the case. So is your proxy server authenticating the user? Did you have to set up the proxy info in FDS in order for this to work? Thanks Tom - Joe --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 06 Jun 2007, headjoog wrote

[flexcoders] Number column in DataGrid

2007-06-14 Thread headjoog
I'm stuck and making a dunce appeal - this can't be as difficult as I'm making it: I have a Data Grid and a Form. When an item is selected on the Data Grid, it displays the selected item on the Form for editing. I'm using mx:Binding so changes on the form are reflected in the grid. With

[flexcoders] Re: Number column in DataGrid

2007-06-14 Thread headjoog
function parseFloat() might do the trick. You may need to pass it a substring if your text input has a leading currency character. --- In flexcoders@yahoogroups.com, headjoog jburns@ wrote: I'm stuck and making a dunce appeal - this can't be as difficult as I'm making it: I

[flexcoders] Re: Number column in DataGrid

2007-06-15 Thread headjoog
] wrote: The form should update the dataprovider that the datagrid is using. Are you set up that way? What does the binding look like? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of headjoog Sent: Thursday, June 14, 2007 12:12 PM

[flexcoders] Capture last edit date for a record - Flex,Hibernate, mySQL

2008-09-16 Thread headjoog
Hello - I am using Flex, Hibernate, and mySQL and have a simple entry form set up with one field. I have the standard Java and ActionScript classes set up and all seems to be working well. However, I'm not quite clear on how to go about capturing the last edit date for a record. Does anyone

[flexcoders] Re: Capture last edit date for a record - Flex,Hibernate, mySQL

2008-09-16 Thread headjoog
Yah..I had a feeling this was going to be worse than I thought. I haven't used triggers in mySQL, but I think triggers are available in the version I am using (5.x). I'll post something back if I find out for sure. Thanks for the replies- Joe

[flexcoders] Re: Capture last edit date for a record - Flex,Hibernate, mySQL

2008-09-16 Thread headjoog
Yep - mySQL 5 does have the triggers. Much easier. Thanks, Joe --- In flexcoders@yahoogroups.com, headjoog [EMAIL PROTECTED] wrote: Yah..I had a feeling this was going to be worse than I thought. I haven't used triggers in mySQL, but I think triggers are available in the version I am

[flexcoders] Mapping and Data

2008-09-25 Thread headjoog
of the selected U.S. State based on the data? I haven't done a whole lot of work with graphics in Flex, so not sure of the approach. Can this be done in Flex? Does anyone have an example or approach they could share? Or maybe it's best done via another tool? Thanks - headjoog

[flexcoders] Re: Mapping and Data

2008-09-25 Thread headjoog
/sales.html If yes, then ILOG Elixir might help you -- Christophe http://blogs.ilog.com/elixir/author/cjolif/ headjoog wrote: I am curious if someone can share some insight on how to do this in Flex. I have U.S. Map and I want the U.S. States to change color based on ranges of data

[flexcoders] LCDS 2.6 and Hibernate - Does it work?

2008-10-17 Thread headjoog
Hi - I tried upgrading from LCDS 2.5 to LCDS 2.6. I have a project using Hibernate 3.1 and it was working fine in LCDS 2.5. But after upgrading LCDS 2.6 things have broken and I'm having a bear of a time figuring out what has gone wrong. I roll it back to 2.5 and it works. Has anyone else

[flexcoders] Re: LCDS 2.6 and Hibernate - Does it work?

2008-10-17 Thread headjoog
Thanks for the follow-up Jeff. I couldn't even get the LCDS CRM sample to work. I will try again with the log settings you suggested. If there's something suspicious I'll post. Joe