[flexcoders] Re: LCDS - adding a new Item using createItem()

2009-01-19 Thread benjidudu
I had the same problem and I ended with the following solution: Add an event listener on your collection like this: groups.addEventListener(CollectionEvent.COLLECTION_CHANGE, onDataChanged); In the onDataChanged function, look if the 'kind' property of the event is CollectionEventKind.UPDATE. The

[flexcoders] [LCDS] Doesn't work with two 'in clause' ?

2009-01-07 Thread benjidudu
I am using the SQL assembler in LCDS 2.6. I have a fill with two 'in clause' that causes a SQL error: index out of range. If my fill is: SELECT * FROM statDetails WHERE destination_ip in (#destinations#) it works If my fill is: SELECT * FROM statDetails WHERE source_ip in (#sources#) it works B

[flexcoders] Re: Runaway series effect on line chart

2008-12-19 Thread benjidudu
Yes, I encountered this. It was with BarSet and stacked series, like in this example: I only could get rid of this problem by doing separate charts or by removing the eff

[flexcoders] Re: Flex 3: ChartLabel.as - parent is null (to Adobe)

2008-10-22 Thread benjidudu
I am also a victim! This bug was first reported 6 months ago and it is still there. It is marked as deferred, but deferred doesn't mean forgot, Adobe. Please do something about it, I don't wish other people losing one day like I did over an old bug (and which seem simple to correct). Benjamin. -

[flexcoders] Re: [Solved] [LCDS] Using "where in" in the SQL assembler

2008-10-19 Thread benjidudu
; > var ids: Array = [1,3,5,7,9]; > > var token: AsyncToken = ds.fill > > (people, "getSomeEmployees", {ids:ids,areacode:"617"}); > > fill using String array: > > var lastnames: Array = ["Cattel"]; > > var token: AsyncToken = ds

[flexcoders] [LCDS] Using "where in" in the SQL assembler

2008-10-16 Thread benjidudu
I am unsuccesfully trying using a "SELECT index_id, vpn_id FROM circuit WHERE index_id in ('123', '234')" sql statement with LCDS' SQL assembler. In my data-management-config.xml, I configured the sql as "SELECT index_id, vpn_id FROM circuit WHERE index_id in (#list#)". And in Flex, I tried send

[flexcoders] Re: state and country dropdown boxes

2008-08-18 Thread benjidudu
http://aralbalkan.com/1351 --- In flexcoders@yahoogroups.com, "Scott" <[EMAIL PROTECTED]> wrote: > > Does anyone have/care to share a premade country/state/province > dropboxes? > > > > I can find a state list, but where does one find an accurate (at least > to this day anyway...) country lis

[flexcoders] Re: LCDS 2.6 Streaming endpoint problem

2008-08-13 Thread benjidudu
I encountered the same error. Where did you file the bug, I can't find it but I would like to vote for it? --- In flexcoders@yahoogroups.com, João Fernandes <[EMAIL PROTECTED]> wrote: > > bug #367 > > BTW, this only happens when trying to commit changes, performing fills > works as expected (us

[flexcoders] Re: (OT) need a US state selector component

2008-07-20 Thread benjidudu
http://www.ilog.com/products/ilogelixir/ --- In flexcoders@yahoogroups.com, "Aaron Miller" <[EMAIL PROTECTED]> wrote: > > Anyone know of a good US state selector component where you can pick a state > from the map, or set a 'selected' state problematically? I found a few but > they were all geared

[flexcoders] Re: AS3 and Flex, AIR API Posters

2008-07-15 Thread benjidudu
Registering is not enough. When you register, you have to check a box saying you want the posters or click a link (don't remember exactly). Then you have to fill in your address specifically for the posters. Benjamin. --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: >

[flexcoders] LCDS: java.util.Date is not a supported type

2008-06-06 Thread benjidudu
I have a strange error with LCDS 2.5.1 I am using Microsoft Sql Server 2005 Express with Microsoft SQL Server 2005 JDBC Driver 1.2 When I do an update with the SQL assembler, I have the following error: 06/06 07:35:08 user [Flex] SQL Assembler jdbc exception on operation=update-item error=com.micr

[flexcoders] Re: Unable to Display Hindi

2008-06-05 Thread benjidudu
I never had success in editing properties files in Flex Builder. It always screw up the Chinese characters. So now I always edit them in Notepad, saving as UTF8, and it works. What you can try is, copy and paste your text in Notepad. Delete your "appStrings.properties" file. In Notepad, save your f

[flexcoders] Re: Cairngorm 2 + Modules: A Proposal

2007-04-10 Thread benjidudu
Jeff, you should post this on the Cairngorm group here: http://tech.groups.yahoo.com/group/cairngorm-devel/ You can be sure the Cairngorm creators are reading this one. Regards, Benjamin --- In flexcoders@yahoogroups.com, "digitalchckn" <[EMAIL PROTECTED]> wrote: > > Evening all, > > Since Flex

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

2007-02-01 Thread benjidudu
> > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of benjidudu > Sent: Wednesday, January 31, 2007 3:23 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] How to create a fault in FDS? > > > >

[flexcoders] How to create a fault in FDS?

2007-01-31 Thread benjidudu
I have a fill which is called with a parameter. The user login is passed and I check the login in the DAO. What I would like is to create a fault event to return to Flex if the login does not pass my checks. Is there a way to do this? Benjamin.

[flexcoders] Re: DataService with admin

2006-12-18 Thread benjidudu
I think I get it now. I should make two destinations, one for the admin with read and write functions and one for the clients with read-only functions (fill). Am I on the right path? --- In flexcoders@yahoogroups.com, "benjidudu" <[EMAIL PROTECTED]> wrote: > > I am

[flexcoders] Re: Scrolling without a scrollbar

2006-12-14 Thread benjidudu
You can skin the scrollbars. So replace the track and thumb with a transparent MovieClip and you will only see the arrows. See here for more details about skinning: http://www.adobe.com/devnet/flex/articles/flex_skins.html Benjamin. --- In flexcoders@yahoogroups.com, Lachlan Cotter <[EMAIL PROTEC

[flexcoders] DataService with admin

2006-12-14 Thread benjidudu
I am doing two applications accessing the same data: client and admin. The client can see data coming from the dataservice but not modify it. The admin can modify the data and the clients see the modifications in real time through the dataservice. It works well as long as nobody hacks a client to b

[flexcoders] Re: FDS on the desktop?

2006-12-04 Thread benjidudu
dpoint > defined in services-config.xml file so that a fully qualified URL is > defined - i.e. you can't rely on the {server.name}, {server.port} or > {context.root} tokens for portability. > > Pete > > > > From: flexcoders@yahoog

[flexcoders] FDS on the desktop?

2006-12-03 Thread benjidudu
Hi, I am doing a desktop application with an embedded swf. I'd like using FDS but all I read is about mxml or swf files in the server along FDS. Is it possible using FDS with swf files not on the FDS server? If yes, how do you do that? Thanks, Benjamin.

[flexcoders] Re: Volume trouble with VideoDisplay

2006-09-27 Thread benjidudu
and I don't have time to figure out what I did wrong) > > Sorry none of these are good answers, but they might get you going if > you're in a time cruch. (if they even work) > > Rick > > -Original Message- > From: benjidudu [mailto:[EMAIL PROTECTED]

[flexcoders] Volume trouble with VideoDisplay

2006-09-26 Thread benjidudu
Hi there, I have a VideoDisplay which plays a list of flv. As soon as a clip is finished playing, it plays the next one. This part works fine. I added a volume control using a HSlider component. This also works fine. When I slide the slider (oh yeah), the volume changes accordingly. But this is th