[flexcoders] unloadable Springactionscript Modules

2010-06-24 Thread Christoph Guse
Hi List, I have a big problem in my current application development. I want to create a modular app which is able to load modules. As a special feature the app shall have a SpringActionscript application context, each module has an own SpringActionscript application context and the parent

[flexcoders] Flashbuilder FlexUnit problem

2010-01-25 Thread Christoph Guse
Hi All, I created a SWC project using flexmojos 3.5 in FlashBuilder 4 beta2 on a Windows XP machine. I managed to create testcases and run them in FlashBuilder. Today I added resource bundles. They are located in /src/main/resources/locales (accordingly to Maven project structure). I added

Re: [flexcoders] Re: BlazeDS, pdf generation, et al

2008-02-07 Thread Christoph Guse
Hi, if you use BlazeDS you can use RemoteObjects. You can directly trigger RemoteObjects in your AS3 classes. RemoteObjects are JavaObjects in BlazeDS. For PDF creation you could have a look at ujac. For our reporting project we use BlazeDS in combination with ujac and it works fine.

[flexcoders] CustomComponent property refresh problem

2008-02-04 Thread Christoph Guse
Hi List, I'm developing an application with custom components and custom Value Objects in combination with the Cairngorm Framework. It is a reporting application and the idea is to have a central TableVO which contains the report data and several UI elements like a Datagrid and several

Re: [flexcoders] Re: Webservice, SOAP, SSL and BasicAuthentication

2008-01-24 Thread Christoph Guse
Hi, thanks for your replies. eipref1.kingmedia.de is a non-public server running in a virtual machine for developing purposes only. The WSDL file is accessible. I did some more investigation and the solution is at the moment the Flex SOAP webservice functionality is not useable. The

[flexcoders] Webservice, SOAP, SSL and BasicAuthentication

2008-01-23 Thread Christoph Guse
Hi List, I try to configure the flex webservice proxy in proxy-config.xml and it drives me crazy. I'm not able to load the WSDL from a Webservice which is secured by SSL ( self signed Certificate ) and BasicAuthentication. I searched the docs but I was not abel to find a complete example.

[flexcoders] ImageSnapshot and Chart proportions

2007-12-04 Thread guse
Hi List, currently I'm working on a reporting app which contains of several Datagrids and some kinds of charts. One requirement is to create PDFs from the app. In my app the initial tab navigation view of a report is the results in a DataGrid, the Charts are viewable by switching the

Re: [flexcoders] Re: Flex 2, Webservice, Tomcat, Basic Authentication, IE Problem

2007-11-15 Thread guse
=org.apache.catalina.authenticator.BasicAuthenticator disableProxyCaching=false / in Context / of context.xml. With this settings everything works like it is expected. Thanks to all which thought about my problem. Regards, Christoph Zitat von Stephen Allison [EMAIL PROTECTED]: Christoph Guse

[flexcoders] Flex 2, Webservice, Tomcat, Basic Authentication, IE Problem

2007-11-14 Thread guse
Hi List, I implemented some Webservices on a tomcat J2EE webserver which are protected by basic authentication. To use the Webservices I implemented a Client in Flex which is embedded in a HTML page which only can be accessed by using the basic authentication. This means to reach the swf

Re: [flexcoders] Flex 2, Webservice, Tomcat, Basic Authentication, IE Problem

2007-11-14 Thread Christoph Guse
://www.cubicleman.com this is my signature, like it? -- Christoph Guse In den Schlämmen 57 51503 Rösrath Tel.0 22 05 / 94 79 376 Mobil 01 51 / 17 80 74 84

[flexcoders] LCDS and FLEX 3

2007-09-23 Thread Christoph Guse
Hi All, at the moment I'm developing a flex application prototype. I use the AdvancedDatagrid, so I chose Flex 3 beta. I also need to have LCDS, so I installed LCDS 2.5 . In Flexbuilder I normally choose the option user compiler on server when I create a new flex project. Unfortunately in LCDS

[flexcoders] Flex 2 and Red5

2007-02-18 Thread Christoph Guse
, Christoph -- Christoph Guse Löhstraße 34 41747 Viersen Tel. / VoIP 0 21 62 / 50 24 066 Mobil 01 51 / 17 80 74 84

[flexcoders] Flex working directory

2007-01-28 Thread Christoph Guse
-- Christoph Guse Löhstraße 34 41747 Viersen Tel. / VoIP 0 21 62 / 50 24 066 Mobil 01 51 / 17 80 74 84

Re: [flexcoders] Flex working directory

2007-01-28 Thread Christoph Guse
.. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701 On 1/28/07, *Christoph Guse* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi List, I try to integrate FLEX 2.0 applications into the Liferay Portal

[flexcoders] FLEX 2.0.1 and JSR 168 Portlets in Liferay

2007-01-14 Thread Christoph Guse
-- Christoph Guse Löhstraße 34 41747 Viersen Tel. / VoIP 0 21 62 / 50 24 066 Mobil 01 51 / 17 80 74 84

[flexcoders] create XML from file

2005-11-16 Thread guse
Hi List, I use Cairngorm 0.99 in my app and I have a problem with the ModelLocator. If I got the idea of the ModelLocator right, all value models shall be stored in the ModelLocator. In my app I use XML instead of Value Objects and I don't know how to instantiate XML objects in the ModelLocator

[flexcoders] fill ComboBox with XML received by RemoteObject

2005-11-16 Thread guse
Hi List, I tried to fill a ComboBox with XML received by a RemoteObject - with no success. The result of the RemoteObject is a String in which is XML Content. If I create a Model by mx:Model id=my_id source=my_xml_file / and bind the ComboBox to my_id everything works fine. I searched the web

Re: [flexcoders] Re: RemoteObject and JDOM

2005-10-24 Thread Christoph Guse
@yahoogroups.com, Christoph Guse wrote: Hi List, today I tried to fill a Tree Control dynamically. I wrote a little Java class which generades a JDOM XML object which fits the needs of the Tree Control like The sourcecode of my test: initialize=quot

Re: [flexcoders] Re: RemoteObject and JDOM

2005-10-24 Thread Christoph Guse
to the control. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY x85 --- In flexcoders@yahoogroups.com, "Christoph Guse" [EMAIL PROTECTED] wrote: Hi Dave, at the moment the

[flexcoders] RemoteObject and JDOM

2005-10-23 Thread Christoph Guse
wasn't able to find a solution. Any thougt is appreciated. Christoph -- Christoph Guse Löhstraße 34 41747 Viersen Tel. 0 21 62 / 50 24 066 Mobil 01 72 / 160 74 84 VoIP 0 12 12 / 39 64 48 831

Re: [flexcoders] HTTPService result in wrong charset

2005-08-08 Thread Christoph Guse
) fault=event.call.faulHandler(event) /mx:HTTPService Call: Preisvergleich_de.send({suche:[search_string]},{min:[minimal_price:Number]},{max:[maximum_price:Number}); Greetings Christoph Manish Jethani wrote: On 8/7/05, Christoph Guse [EMAIL PROTECTED] wrote: Is there any way to tell FLEX

Re: [flexcoders] complex Remote Objects

2005-06-09 Thread Christoph Guse
ed). HTH, Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Christoph Guse Sent: Wednesday, June 08, 2005 10:36 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] complex Remote Objects Hi Peter, I still have the problem with

Re: [flexcoders] Accordion, fillColors and a Validator

2005-06-09 Thread Christoph Guse
f: +44 (0)870 749 1200 w: www.prismix.com From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Christoph Guse Sent: 08 June 2005 10:31 To: flexcoders@yahoo

[flexcoders] Accordion, fillColors and a Validator

2005-06-08 Thread Christoph Guse
eaderAt(0).setStyle("fillColors",myColor); But this didn't work. Perhaps it is not possible to change a style on runtime? How can I flag the first accordion header when some values in it are not valid? I appreciate for any thought. Greets Christoph -- ****

[flexcoders] NULL values

2005-06-03 Thread Christoph Guse
-- Christoph Guse Löhstraße 34 41747 Viersen Tel. 0 21 62 / 50 24 066 Mobil 01 72 / 160 74 84 VoIP 0 12 12 / 39 64 48 831 Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders

Re: [flexcoders] complex Remote Objects

2005-06-03 Thread Christoph Guse
)? Let me know how the test goes and I'll pass on to QA to test. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph Guse Sent: Friday, June 03, 2005 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] complex Remote Objects

[flexcoders] VO problem

2005-05-27 Thread Christoph Guse
cache or something like that I can delete? Or is there anything in the flex-config.xml I didn't notice? I appreciate for any help. Greets Christoph -- Christoph Guse Löhstraße 34 41747 Viersen Tel. 0 21 62 / 50 24 066 Mobil 01 72 / 160 74 84 VoIP 0

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-13 Thread Christoph Guse
as there's no need to duplicate output), to watch as entries are written to the file... it should get you effectively the same experience as console logging. -Original Message- From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 2:34 PM To: flexcoders

Re: [flexcoders] redraw DataGrid

2005-04-13 Thread Christoph Guse
documentation. Any ideas? Christoph Manish Jethani wrote: On 4/12/05, Christoph Guse [EMAIL PROTECTED] wrote: in my application there is a DataGrid in a Panel (panel1) with several items in it. Under the DataGrid there is another panel (panel2) with a box in it which becomes bigger, when

Re: [flexcoders] redraw DataGrid

2005-04-13 Thread Christoph Guse
, because my application is a little complex by the use of cairngorm. Did I help you somehow with my explanation? Christoph Manish Jethani wrote: On 4/13/05, Christoph Guse [EMAIL PROTECTED] wrote: The last line (view.AufgabenlistePanel.redraw(true);) doesn't work. I followed

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-12 Thread Christoph Guse
the Java/AS class mapping it defaults to ASObject. cheers Dan Christoph Guse wrote: Hi cazzaran, how did you solve your problem? I'm interested in a solution, because I have a very similar problem. In my case I have an object (OgoJobVO) in which is another object (OgoAccountVO) in which

[flexcoders] redraw DataGrid

2005-04-12 Thread Christoph Guse
-- Christoph Guse Löhstraße 34 41747 Viersen Tel. 0 21 62 / 50 24 066 Mobil 01 72 / 160 74 84 VoIP 0 12 12 / 39 64 48 831 Yahoo! Groups Links * To visit your group on the web, go to: http

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-12 Thread Christoph Guse
(to which the default logger implementation of the AMF Gateway redirects) should write out to JAVA's System.out. -Original Message- From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 12:57 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-11 Thread Christoph Guse
/. -- Christoph Guse Löhstraße 34 41747 Viersen Tel. 0 21 62 / 50 24 066 Mobil 01 72 / 160 74 84 VoIP 0 12 12 / 39 64 48 831 Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group

Re: [flexcoders] Validator-requiredFieldError

2005-03-30 Thread Christoph Guse
Hi Matt, thanks for the information. Christoph Matt Chotin wrote: Flex 1.x doesnt allow databinding into validators. Its something we hope to address in the next version. Matt *From:* Christoph Guse [mailto

Re: [flexcoders] Tomcat, Unix and .swo files

2005-03-22 Thread Christoph Guse
] mailto:[EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/. -- Christoph Guse Löhstraße 34 41747 Viersen Tel. 0 21 62 / 50 24 066 Mobil 01 72 / 160 74 84 VoIP

Re: [flexcoders] weird problem with Flashplayer in Linux

2005-03-22 Thread Christoph Guse
the latest on your linux box? -James On Mon, 2005-03-21 at 16:24 +0100, Christoph Guse wrote: Hi list, I have a weird problem with my app. I'm using Flex and Flash in Linux. But let me explain as good I can. On the picture you can see a part of my application. It is a DataGrid

Re: [flexcoders] weird problem with Flashplayer in Linux

2005-03-21 Thread Christoph Guse
at 16:24 +0100, Christoph Guse wrote: Hi list, I have a weird problem with my app. I'm using Flex and Flash in Linux. But let me explain as good I can. On the picture you can see a part of my application. It is a DataGrid with a CellRenderer I did on my own. Every row stands for a job

Re: [flexcoders] List / DataGrid height problem

2005-03-17 Thread Christoph Guse
Hi Matt, thanks for your help. I changed my design, it works now. Greets Christoph Matt Chotin schrieb: No real other ideas off-hand, and no time to experiment, sorry! Matt -Original Message- From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 1:18 PM

List / DataGrid height problem

2005-03-16 Thread Christoph Guse
only get a scrollbar on the right side of the row. I tried several things, like draw() the list, but nothing helped. Any ideas? Thanks a lot Christoph -- Christoph Guse Löhstraße 34 41747 Viersen Tel. 0 21 62 / 50 24 066 Mobil 01 72 / 160 74 84 VoIP 0 12 12

Re: [flexcoders] Dynamicly calling a webservice

2005-03-16 Thread Christoph Guse
/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/. -- Christoph Guse Löhstraße 34 41747 Viersen Tel

Re: [flexcoders] List / DataGrid height problem

2005-03-16 Thread Christoph Guse
? Greets Christoph Matt Chotin schrieb: I assume you have variableRowHeight set to true? -Original Message- From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 1:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] List / DataGrid height problem Hi List, I