Christophe Herreman

4,269
Reputation
635 views

Registered User

Name Christophe Herreman
Member for 1 year
Seen 9 hours ago
Website
Location Belgium
Age 29
Interested in: Object technologies, Domain-Driven Design, Architecture, Java, Flex, User eXperience, usability...

Spring ActionScript project lead and open source enthousiast.
Nov
21
accepted Delete XMLList element with a given index - Flex
Nov
14
answered Disable button tooltip in AS3
Nov
13
answered Delete XMLList element with a given index - Flex
Nov
12
answered advancedDataGrid with two providers
Nov
12
answered Watching an ArrayCollection’s length property in AS3/Flex
Nov
3
accepted Accessing JBoss conf file from Flex
Nov
2
accepted best practice - keep alive session in flex
Nov
1
comment best practice - keep alive session in flex
We have a read-only view on a messaging system. The session will timeout since there are no requests send from the client explicitly. I think doing a ping-pong with the server is the only way to keep the session alive in this scenario.
Nov
1
revised best practice - keep alive session in flex
edited tags
Nov
1
answered best practice - keep alive session in flex
Oct
23
accepted Difference Flex/Flash NetConnection and Consumer/Producer
Oct
22
answered Difference Flex/Flash NetConnection and Consumer/Producer
Oct
9
accepted What are the options available for cross platform rich user interfaces development?
Oct
1
accepted Change Titlewindow close button
Oct
1
answered Flex RemoteObject Synchronous call
Oct
1
answered Change Titlewindow close button
Sep
30
revised Factory & Strategy patterns…
edited body
Sep
30
accepted Communicate between AIR(Flex) and C++ Applications
Sep
30
answered Communicate between AIR(Flex) and C++ Applications
Sep
30
comment AS3 Date not serializing to Java Date using BlazeDS
did you already check with a http debugger (Charles for instance) if the date is not null when you send it out? That is before it is received on the server and parsed in BlazeDS.
Sep
30
answered Factory & Strategy patterns…
Sep
30
answered Accessing JBoss conf file from Flex
Sep
30
answered Adobe Air/Flex filtering large datasets
Sep
30
answered AS3 Date not serializing to Java Date using BlazeDS
Sep
23
answered How can I use one service definition for testing and another for deployment with Flex Builder?
Sep
19
awarded  Yearling
Sep
17
awarded  Nice Answer
Sep
15
revised What are the benefits of Spring Actionscript considering Dynamic Proxies and Reflection is limited
edited tags
Sep
15
revised application-context.xml problem for Spring ActionScript
added tags
Sep
15
revised application-context.xml problem for Spring ActionScript
deleted 12 characters in body
Sep
8
revised How can I tell if an instance implements an interface in ActionScript 3.0
edited title
Sep
7
accepted What are the benefits of Spring Actionscript considering Dynamic Proxies and Reflection is limited
Sep
4
answered How can I tell if an instance implements an interface in ActionScript 3.0
Sep
1
answered open local files in AS3
Aug
29
accepted What is a good amount of code to have in a single file?
Aug
25
revised Can i create multiple itemrenderer for a datagrid column in flex?
added 12 characters in body
Aug
23
accepted Flex multiple file upload in one HTTP Post
Aug
15
revised What are the benefits of Spring Actionscript considering Dynamic Proxies and Reflection is limited
added 1 characters in body
Aug
15
revised Subsetting Flex Array
added 10 characters in body
Aug
15
answered What are the benefits of Spring Actionscript considering Dynamic Proxies and Reflection is limited
Aug
6
accepted Flex 3 - What Component to extend for drawing application
Aug
6
answered How do I make my Ant Generated swf as small as possible?
Aug
5
accepted Send form data to HTTPService: how to approach it in Cairngorm?
Aug
5
answered How to mute entire flex application?
Aug
5
answered Send form data to HTTPService: how to approach it in Cairngorm?
Aug
5
accepted How do I open a connection back to the server using Flex?
Aug
5
accepted How to set the border color of a CircleItemRenderer
Aug
5
accepted Flex: ArrayCollection removing sort.
Aug
4
comment How to set the border color of a CircleItemRenderer
The CircleItemRenderer uses the stroke of the series to draw itself, so you'll need to set a stroke on the series. This will not only affect your linestroke, but also the data point stroke. Check the sources (right click) of the link I posted. There are some helpful code examples there.
Aug
4
answered Flex: ArrayCollection removing sort.