cliff.meyers

5,387
Reputation
616 views

Registered User

Name cliff.meyers
Member for 1 year
Seen 6 hours ago
Website
Location San Diego, CA
Age
My current focus is rich internet application development using Adobe Flex and server side development using Java, Spring and Hibernate.
2d
awarded  Yearling
Nov
24
accepted Flex: Make advanced data grid height of rows?
Nov
17
answered Flex: Make advanced data grid height of rows?
Nov
16
accepted Flex: List displaying wrong until scrolled.
Nov
13
answered In Flex, how do wrap Lists into columns?
Nov
13
answered Best Practices Server Side Scripting or Web Services
Nov
13
comment Client.Error.MessageSend problem with Flex/BlazeDS on JBoss
It sounds like you've resolved the cross domain issue then. You're now receiving only the NetConnection.Call.BadVersion error?
Nov
13
accepted is creating the model as a singleton the only way to share data in the mode between views
Nov
12
comment In Flex, how do wrap Lists into columns?
Do you mean a second row?
Nov
12
comment Flex application loading and synchronicity
This is probably because other child containers are inheriting the creationPolicy from the parent container. What if you use a ViewStack which has its first child as an empty Canvas and its second child as the main application view? Then after your configuration loads you can just set ViewStack.selectedIndex = 1 ?
Nov
11
answered Flex application loading and synchronicity
Nov
11
answered Client.Error.MessageSend problem with Flex/BlazeDS on JBoss
Nov
11
answered is creating the model as a singleton the only way to share data in the mode between views
Nov
11
accepted Binding custom components values
Nov
11
accepted In Flex, What is the difference between a skin and an itemRenderer?
Nov
11
answered In Flex, What is the difference between a skin and an itemRenderer?
Nov
11
comment Flex: is it possible to style a Flex app without going insane?
I should add that there are some styles that can affect the positioning of child elements such as the horizontal/verticalGap and top/bottom/let/rightPadding styles of the Box component. If you look at the source for BoxLayout you'll see how these are used to control positioning of children. Writing a custom component that makes use of similar layout styles might help you.
Nov
9
accepted Are there Decorators / Macros / Annotations in AS 3?
Nov
7
answered Flex: List displaying wrong until scrolled.
Nov
7
comment Database with Flex and ASP.NET
The web service support in Flex in pretty flaky. As Lieven suggest, using Fluorine or WebOrb will lead to much better performance in the client.
Nov
6
accepted WebOrb/Flex: How to call a method on a RemoteClass returned by a RemoteObject
Nov
6
answered Unable to create snapshot of Canvas
Nov
5
answered WebOrb/Flex: How to call a method on a RemoteClass returned by a RemoteObject
Nov
4
answered Flex Java BlazeDS Dashboard - use Spring/JDBC or Hibernate ?
Nov
4
comment Flex error 1120 (Access of undefined property XXX) when using constants in MXML
Are you using Flash Builder 4 beta? I've noticed that imports frequently get stripped out of files due to some bugs that have yet to be fixed.
Nov
4
revised Getter and Setter methods Versus Public properties in FLex
added 647 characters in body
Nov
4
accepted Getter and Setter methods Versus Public properties in FLex
Nov
4
answered Binding custom components values
Oct
30
accepted Flex/.NET: Simple chat application using FluorineFX
Oct
29
accepted Flex: Render an unrealized UIComponent to BitmapData?
Oct
25
revised Flex Accordion Header
improved subject
Oct
15
accepted AIR (Flex) vs Java
Oct
15
answered AIR (Flex) vs Java
Oct
15
accepted Dispatching a variable in Mate Framework.
Oct
14
comment Dispatching a variable in Mate Framework.
I added a few examples above.
Oct
14
revised Dispatching a variable in Mate Framework.
added 836 characters in body; deleted 231 characters in body
Oct
14
answered Flex + Cairngrom + getter setter on a bound VO
Oct
14
answered Dispatching a variable in Mate Framework.
Oct
9
answered Blazeds service time stats
Oct
9
answered Flex TreeDataDescriptor
Oct
9
accepted Combobox’s Dynamic event in flex
Oct
8
answered Combobox’s Dynamic event in flex
Oct
2
accepted Flex: Display Alert object once only. Inheritance?
Oct
1
answered Flex: Display Alert object once only. Inheritance?
Oct
1
comment How do I make sure the text of an ActionScript TextInput is updated when the Object property defining that text is updated?
You must be doing something wrong since BindingUtils is essentially how all of the MXML-based bindings in Flex are implemented in generated ActionScript. Can you post the code you tried to use?
Sep
30
comment How to show progress messages in Flex from C# initiated Batch process
How does the Perl program output its progress? Does it write to standard output or to a file?
Sep
30
answered Adobe Air/Flex filtering large datasets
Sep
30
comment flex newbie: can MXML be generated on the fly
More info on that compiler: livedocs.adobe.com/flex/3/…
Sep
30
answered Does flex not support hashmaps?
Sep
30
answered How to show progress messages in Flex from C# initiated Batch process