[flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-10-17 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Bruce Hopkins [EMAIL PROTECTED] wrote: Yeah, I'm using HTTPService right now with E4X results. The for large data results, however, XML is not desirable. I'd prefer to use some framework that uses AMF3 in order to get more compact results. Bruce

[flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-10-17 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Bruce Hopkins [EMAIL PROTECTED] wrote: Tom, Thanks for your feed back on GDS. I have one question for you though. When I ran the simple Pojo example, I saw in the output from my Tomcat server that GDS was using AMF0, although it was supposed to be using

[flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-10-18 Thread tomeuchre
PS - I did something that Granite didn't think was possible (or at least very easy to do): I got Granite Data Services working with Flex making remote AMF3/rpc calls to a JSF Web Application. There were numerous potential issues involved in this (faces context, phases, lifecycle), but I was

[flexcoders] Re: Open Source Java Remoting : Mapping complex Structure

2007-10-18 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Paramjit Jolly [EMAIL PROTECTED] wrote: Hi All, I am using open source java remoting to get data from server in AMF. My structure is complex data structure having ArrayCollection with again complex structure in it. Have you tried to

[flexcoders] Re: Open Source Java Remoting : Mapping complex Structure

2007-10-18 Thread tomeuchre
.. Thanks Regards Jolly Life Fitness - A Division of Brunswick Corporation From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tomeuchre Sent: Thursday, October 18, 2007 9:30 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Flex 3 beta 2 RemoteObject and DjangoAMF

2007-10-19 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Antti Kaihola [EMAIL PROTECTED] wrote: The author of DjangoAMF states in a message behind the link below that the current 0.5.4 version does not support mx:RemoteObject: http://sourceforge.jp/forum/forum.php?thread_id=16457forum_id=10573 Still I wonder why

[flexcoders] PureMVC experts -- need assistance on mx.remoting.remoteObject calls

2007-11-03 Thread tomeuchre
I have a Flex app that interacts perfectly with my java app, when using the mx:remoteOject definition and the getters and setters are in mxml components. However, I want to migrate to pureMVC and use ActionScript instead. I started with the Arch101Demo example, and made a class in my java app

[flexcoders] Re: PureMVC experts -- need assistance on mx.remoting.remoteObject calls

2007-11-07 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Check out the Cafe Townsend example Already done. I figured it out... Thanks

[flexcoders] I need to insert an icon (jpg) in a DataGridColumn depending on the value

2007-11-14 Thread tomeuchre
I have a DataGrid that has a Status field. The value can be from 0 to 9. I have 9 icons (jpg files), each of which corresponds to the Status number. I am able to use an itemRenderer to draw the background color associated with the Status value, but what I really need to do is insert an icon

[flexcoders] Re: Scrollbar weirdness

2007-11-16 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Nitwit! Blubber! Oddment! Tweak! What? If I were a scrollbar, and somebody put that text in a DataGridColumn friend of mine, I'd freak out also.

[flexcoders] Re: Managing States and Cairngorm

2007-11-21 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Sebastian Zarzycki [EMAIL PROTECTED] wrote: I'm fighting with this as well. I switched from Cairngorm to PureMVC and never looked back. It is so much easier, logical and re-usable, and little things like this never pop up anymore. I'll never go back...

[flexcoders] Re: Events and Non-Display Objects

2007-11-28 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: ...BTW, I may be the only person in the world that distinguishes between a listener and a handler. This is one of many reasons I prefer PureMVC over Cairngorm -- the differentiation between the two, with their roles and

[flexcoders] Re: having trouble adding components to view using puremvc

2007-11-29 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: place code like the following within your ApplicationMediator: protected function get app():ApplicationMXMLClass { return viewComponent as ApplicationMXMLClass } where ApplicationMXMLClass is the name of

[flexcoders] Re: Best Way to learn Flex

2007-12-02 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Sheriff [EMAIL PROTECTED] wrote: So I have been trying to learn flex now for almost 9 month and i pretty much still don't know much to get me anywhere. Just take the right-colored pill and enter the Matrix. Then, you can download the knowledge into your

[flexcoders] Re: AMF question

2007-12-03 Thread tomeuchre
--- In flexcoders@yahoogroups.com, bouiaw [EMAIL PROTECTED] wrote: You can try GraniteDS : http://www.graniteds.org It is a free, open-source alternative to Adobe LiveCycle Data Services. --- In flexcoders@yahoogroups.com, jovialrandor jovialrandor@ wrote: I am currently using J2EE

[flexcoders] Re: Which architecture to follow

2007-12-05 Thread tomeuchre
I started with Cairngorm, but I switched to pureMVC. I have a separate tool that we use to take simple configuration statements and generate Flex apps, and it just made things a tad easier for us. PureMVC doesn't neccessarily speak of delegates, but I still use them instead of just using the

[flexcoders] Re: what is the recommended approach to flex in a portal environment

2007-12-06 Thread tomeuchre
--- In flexcoders@yahoogroups.com, nitin_becomp [EMAIL PROTECTED] wrote: I want to use the Flex swf in portal (JBOSS/ websphere/ liferay etc). This Portal will have 5-6 tabs and will have many portlets inside one tab for different functionality. And the options I have are - 1. To

[flexcoders] An interesting question for you ColumnChart buffs...

2007-12-07 Thread tomeuchre
Before Flex, our Html-based front-end could produce a column chart using simple HTML Tables and a jpeg for a column. We would vary the height of each column based on its percentage of the total items that column represented, and we would vary the width of each column based on the percentage of

[flexcoders] Re: unable to hide datagrid column...help please

2007-12-10 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Jehanzeb Musani [EMAIL PROTECTED] wrote: That's exactly what I was saying. There is some issue with datagrid data binding in case of invisible columns. You can try manually setting the visible property of that column to false after rebinding the xmllist.

[flexcoders] Re: An interesting question for you ColumnChart buffs...

2007-12-10 Thread tomeuchre
--- In flexcoders@yahoogroups.com, tomeuchre [EMAIL PROTECTED] wrote: Before Flex, our Html-based front-end could produce a column chart using simple HTML Tables and a jpeg for a column. We would vary the height of each column based on its percentage of the total items that column

[flexcoders] Re: Maintaining component state across sessions

2007-12-19 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Hans Omli [EMAIL PROTECTED] wrote: I need to maintain the state of a handful of components across sessions in an AIR/Flex app. I've written a HistoryManager, but it doesn't go down to the level of selected item, which nodes are opened/closed, scroll

[flexcoders] Flash Lite 3 for Nokia Phones

2008-01-18 Thread tomeuchre
I have been developing awesome apps in Flex 2.0.1 hf1 with remoting to back-end servers, and it has all been wonderful. My boss now wants me to develop the *same* kind of things so that a browser on a flash-enabled phone can interact with the app as well (and use remoting for the data or

[flexcoders] Re: Flex running in Flash Lite 3 Developer edition

2008-02-01 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Guilherme Defreitas Juraszek [EMAIL PROTECTED] wrote: Hi Flex 3 runs in Flash Lite 3? I try to run the simple application in my N95 with Flash Player 3 Developer and I receive the error Not enough memory. If I know Flash Lite 3 runs AS 2,

[flexcoders] Re: Not getting runtime errors

2008-02-09 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Larry Mahar [EMAIL PROTECTED] wrote: I have been using Flex for 6 months and suddenly this week I am no longer getting runtime errors which is making it very dificult to debug. Does anyone know what would cause runtime errors to be disabled? Yes. After

[flexcoders] Re: Slowdown in Effect Sequence

2008-02-14 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Stephen Roy J. Tang [EMAIL PROTECTED] wrote: Hi, I have an mxml with a sequence of 13 effects with each one having a duration of 500ms. Naturally, I was expecting the entire thing would take around 6.5 seconds; I have another effect running parallel to