Re: [flexcoders] wmode=transparent : any limitations to expect ?

2007-04-29 Thread Oliver Lietz
Am Freitag, 27. April 2007 schrieb ecpmaz: > I'm starting a big project relying on a transparent flex application > (with some HTML stuff underneath)... and I was wondering wetherr I > should expect bugs/limitations of the flash player in this mode?? > > I saw for instance that the mouse wheel is d

Re: [flexcoders] Flex + Struts

2007-01-06 Thread Oliver Lietz
Am Donnerstag, 4. Januar 2007 19:28 schrieb Dimitrios Gianninas: > Note: I am no struts expert. > > 1) Download FDS express and install on your PC. Extract the flex.war and > then take everything in the web.xml and it to your own. Then take > everything in WEB-INF/lib and WEB-INF/flex and add it yo

Re: [flexcoders] Question on design patterns

2006-12-21 Thread Oliver Lietz
Am Donnerstag, 21. Dezember 2006 20:51 schrieb Dimitrios Gianninas: > Search the list of the internet for "Cairngorm" thats the best answer :) Don't think so. 8) O. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mai

Re: [flexcoders] Question on design patterns

2006-12-21 Thread Oliver Lietz
Am Donnerstag, 21. Dezember 2006 19:54 schrieb farmetha: > I have built several flex applications since its initial release and > these apps have been very large and complicated. They usually consist > of components within components within components, etc. I am sure > everyone else has done the

[flexcoders] [Flex] Internal Error: unable to find connection to remove.

2006-12-20 Thread Oliver Lietz
Hello List, I'm getting this error when stopping (Ctrl+C) a running FDS/Spring application in jetty (maven2 plugin, v6.0.2) on Mac OS. Nearly every time I have to kill (-9) the hanging java process. Any comments? tia, O.

[flexcoders] FDS without identity property?

2006-12-20 Thread Oliver Lietz
Hi List, is there a way to use FDS without the identity property? Objects have an identity in the VM and I want to use that identity - not an "artifical" one. Is FDS unable to send back the same object (in a delete or update operation) which it receives from my Java backend? tia, O.

Re: [flexcoders] Spring / FDS Integration :: How to assign fill-method and asyn-method when use SpringFactory?

2006-12-20 Thread Oliver Lietz
Am Montag, 11. Dezember 2006 18:37 schrieb Carlos Rovira: > Hi, > > This one is for Jeff Vroom since he is the one that create the > SpringFactory. I download this one from the Christophe Coenraets article > at: > > > http://coenraets.org/flex-spring > > I creating a FDS application that uses JPA /

Re: [flexcoders] SequenceCommands ... is there a point to their existence?

2006-12-20 Thread Oliver Lietz
Am Dienstag, 19. Dezember 2006 22:39 schrieb thegiffman: [...] > Could someone set me straight here? You can create commands (and delegates and services) which dispatch success and failure events. This gives you a very flexible mechanism to chain commands (or even execute them in parallel) or op

Re: [flexcoders] Re: An architectural blueprint for Flex applications

2006-12-20 Thread Oliver Lietz
Am Dienstag, 19. Dezember 2006 15:18 schrieb Paul Andrews: [...] > Yes, but Advanced ActionScript 3 with Design Patterns by Joey Lott is > pretty darn good.. > > http://www.amazon.com/Advanced-ActionScript-3-Design-Patterns/dp/0321426568 >/sr=8-1/qid=1166537570/ref=sr_1_1/103-0521517-8384642?ie=UTF

Re: [flexcoders] scheduled functions

2006-12-19 Thread Oliver Lietz
Am Montag, 18. Dezember 2006 22:00 schrieb Gordon Smith: > You could do this using the Timer class in the flash.utils package. I'd > create a Timer that fires once a minute, determines the clock time, and > checks to see if there are any alarms to display. Gordon, I do something similar in my mod

Re: [flexcoders] Re: An architectural blueprint for Flex applications

2006-12-19 Thread Oliver Lietz
Am Dienstag, 19. Dezember 2006 09:53 schrieb devisbalsemin: > yes we looked Cairngorm, but we think Cairngorm framework is an > alternative (good)... > We are not searching a fremework... but Flex Design Pattern for > implement An architectural.. > Thanks for your rply... There are no Flex Des

Re: [flexcoders] Flex and Maven2 managed project

2006-12-19 Thread Oliver Lietz
Am Montag, 18. Dezember 2006 08:19 schrieb Aldo Bucchi: > Yeah Maven!, > > I'm a little surprised on the apparent low interest in the flex-maven > front. I'm not surprised ;). Most people will start with a shiny frontend which sells the application. Project (build/change/livecycle) management is

Re: [flexcoders] Flex and Maven2 managed project

2006-12-15 Thread Oliver Lietz
Am Donnerstag, 14. Dezember 2006 21:11 schrieb Thijs Triemstra: > Hi Oliver, > > I'm very interested in a Maven 2 plugin for Flex, I have played with > Maven but don't exactly know what needs to happen for a plugin, is > there any scripting involved or is it more a config of xml files thing? Hi Th

[flexcoders] Flex and Maven2 managed project

2006-12-14 Thread Oliver Lietz
Hello List, I've stripped the WEB-INF directory of my Flex/Spring project down to this: applicationContext.xml web.xml ./classes commons-logging.properties log4j.properties ./flex data-management-config.xml license.properties messaging-config.xml proxy-config.xml remot

[flexcoders] XMLList/XMLListCollection: sort on attributes

2006-12-04 Thread Oliver Lietz
Hello List, is there a way to sort a XMLList/XMLListCollection on their items attributes? What has to be done to sort the sample myData from "Using the XMLListCollection class" [1] on the category name? Or is it possible to sort when making an E4X query? tia, O. [1] http://livedocs.macromedia.

Re: [flexcoders] DateFormatter adds one hour to output

2006-11-26 Thread Oliver Lietz
Am Donnerstag, 23. November 2006 17:24 schrieb Tom Chiverton: > On Thursday 23 November 2006 12:27, Oliver Lietz wrote: > > Is this desired behavior? Looks like a bug to me. > > Your timezone is +1, so I'd expect a 1h difference between locale time and > UTC time. Tom, i

Re: [flexcoders] DateFormatter adds one hour to output

2006-11-26 Thread Oliver Lietz
Am Freitag, 24. November 2006 02:23 schrieb Kevin Merritt: > No bug. Your problems is right here: > > timeFormatter.formatString = "HH:NN:SS"; > > change this to: > > timeFormatter.formatString = "JJ:NN:SS"; > > H - displays hours as 1 - 24 > J - displays hours as 0 - 23 (which is how most of us un

Subversive [Re: [flexcoders] Re: Eclipse errors with fb-plugin debugging perspective]

2006-11-23 Thread Oliver Lietz
Am Donnerstag, 23. November 2006 02:02 schrieb Ralph Hauwert: > Hi Mike, > > clear! I've been having more 3.2 compatibility problems, but with the > 1.5release of FDT I decided to switch. Clearly I didn't think about > the FB > plugin. > the next fb point release is now 2nd on my list of wanted-plu

[flexcoders] DateFormatter adds one hour to output

2006-11-23 Thread Oliver Lietz
Hi List, the DateFormatter adds one hour to my time output in GMT+0100 (Germany). Is this desired behavior? Looks like a bug to me. http://www.adobe.com/2006/mxml"; creationComplete="onCreationComplete()">

Re: [flexcoders] Programmatic Tabskin / CSS

2006-11-17 Thread Oliver Lietz
Am Donnerstag, 16. November 2006 22:02 schrieb zzwi89: > Hello, > > I am using programattic skinning for some tabs in a TabBar. Rather > than write a class for the selected tab, one for the deselected tab, > etc.., I would like to use the same tab class but change CSS styles to > alter the style. >