Re: [flexcoders] [Flex2, Cairngorm 2.1] Trouble with ServiceLocator

2006-12-29 Thread Thomas Rühl
Mike, thanks for your response, but this isn't the problem... As of Cairngorm 2.1, the getService() method is deprecated. It has been replaced with getRemoteObject(). Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer

[flexcoders] [Flex2, Cairngorm 2.1] Trouble with ServiceLocator

2006-12-28 Thread Thomas Rühl -akitogo-
::SystemManager/create() at mx.managers::SystemManager/::initializeTopLevelWindow() at mx.managers::SystemManager/::frameEndHandler() Any help please...? Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188

Re: [flexcoders] Re: Value Object inside Value Object?

2006-10-23 Thread Thomas Rühl -akitogo-
a value object as an element of another value object? Thanks -- Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69

Re: [flexcoders] Value Object inside Value Object?

2006-10-19 Thread Thomas Rühl
= 'foo 2'; // assign the second VO to the first one... localVO.anotherVO = localAnotherVO; // localVO is now set with a string and another VO. Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314

Re: [flexcoders] Button Click

2006-10-19 Thread Thomas Rühl
Ah, I don't think so. But you can always call whatever function you call on the button's click event, as well in your creationComplete function. Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188

Re: [flexcoders] [Flex 2] Crossdomain issue

2006-10-17 Thread Thomas Rühl
instantiate-typesfalse/instantiate-types /serialization /properties /channel-definition What am I doing wrong here?? Cheers, Thomas. Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0

Re: [flexcoders] [Flex 2] Crossdomain issue

2006-10-17 Thread Thomas Rühl
, they do now, what the hell... Thanks, Peter, for your concern. Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil

[flexcoders] this is just a test...

2006-10-16 Thread Thomas Rühl
let's see, if this one appears... Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail

[flexcoders] [Flex 2] Crossdomain issue

2006-10-16 Thread Thomas Rühl
/crossdomain.xml Everything else, like Coldfusion and the database, as well runs locally on my machine. Any attempts using localhost, work just fine. Any help is really appreciated! Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG

[flexcoders] RESENT: [Flex 2] Crossdomain issue

2006-10-16 Thread Thomas Rühl
Original Message Subject: [Flex 2] Crossdomain issue Date: Mon, 16 Oct 2006 13:48:53 +0200 From: Thomas Rühl [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Organisation: akitogo To: flexcoders@yahoogroups.com Hello flexcoders, I am currently failing to access my application

[flexcoders] [Flex2] DataGridItemRenderer displaying an image...

2006-10-12 Thread Thomas Rühl
~ elysian. competence in media. Inhaber Thomas Rühl Herderstraße 30 60316 Frankfurt Telefon +49 (0) 69 1381 5242 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http://www.elysian.de Projekte: http://www.amenity.de http://www.k750iforum.de

Re: [flexcoders] [Flex2, Cairngorm] Several Cairngorm instances in one app...?

2006-10-12 Thread Thomas Rühl
have the same name - boom, the last one wins. You could add the FrontController's qualified name to avoid name clashes, e.g. public static const EVENT_MY_EVENT : String = de.bokelberg.myapp.control.MyAppController.myevent; Cheers, Ralf. On 10/11/06, Thomas Rühl [EMAIL PROTECTED

[flexcoders] [Flex2, Cairngorm] Several Cairngorm instances in one app...?

2006-10-11 Thread Thomas Rühl
Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http://www.akitogo.com

[flexcoders] [Flex2] Error adding child to a ViewStack

2006-10-10 Thread Thomas Rühl
the index is available beforehand. Another issue I have is, that the viewStack throws a TypeCastError, when I try to attach a Canvas (which is a subclass of Container).. Any ideas??? Thanks and cheers, Thomas Thomas Rühl Design, Programming Concepts

Re: [flexcoders] [Flex2] Error adding child to a ViewStack

2006-10-10 Thread Thomas Rühl
Hi Dirk, thanks, you can spare out your answer in the Flexforum then ;) Ermmm yeah, the selectedChild was a cp mistake. I tried selectedIndex and will do so again now, maybe I missed something there... Cheers, Thomas Thomas Rühl Design, Programming

Re: [flexcoders] [Flex2] Error adding child to a ViewStack

2006-10-10 Thread Thomas Rühl
..still the same - RangeError - with this: this.customerViewStack.selectedIndex = this.customerViewStack.numChildren -1; and as well with this: this.customerViewStack.selectedIndex += 1; Thomas Rühl Design, Programming Concepts akitogo OHG

Re: [flexcoders] make eclipse ignore directories

2006-10-09 Thread Thomas Rühl
under normal circumstances, this should not happen. i am using svn for versioning my projects as well and it is not pushing anything here. maybe try upgrading your subclipse to tha latest version. cheers, thomas Thomas Rühl Design, Programming

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-06 Thread Thomas Rühl
thanks a lot for that :) this actually might become an issue... cheers, thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread Thomas Rühl
great. at runtime, i have the path to lots and lots of images. for that, i need to load them dynamically. so what is the proper way to do it? cheers, thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314

[flexcoders] [Flex2] Binding an image using @Embed...

2006-10-04 Thread Thomas Rühl
to be shown. For some reason, I cannot manage to assign the path dynamically to the Button component using @Embed. I think, there is a way more proper to do so... Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer

Re: [flexcoders] [Flex2] Coldfusion startup error regarding RMI and FlexAssembler

2006-10-02 Thread Thomas Rühl
Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http://www.akitogo.com

[flexcoders] [Flex2] Coldfusion startup error regarding RMI and FlexAssembler

2006-09-27 Thread Thomas Rühl
Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http://www.akitogo.com

Re: [flexcoders] Cairngormstore for flex 2

2006-09-05 Thread Thomas Rühl
Yeah, looking forward to get my hands on it ;) Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0

[flexcoders] [Flex2, FlexBuilder] bun confirmation...?

2006-08-21 Thread Thomas Rühl
, they don't appear in the list, even after closing and re-opening the dialogue. Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69

Re: [flexcoders] Cairngorm 2 - Event propagation problem

2006-08-17 Thread Thomas Rühl -akitogo-
()); // } -- Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http

[flexcoders] [Flex Data Services] Managed associations / DB abstraction ?

2006-08-16 Thread Thomas Rühl
, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http

Re: [flexcoders] Flex/Cairngorm Syntax

2006-08-15 Thread Thomas Rühl
Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http

Re: [flexcoders] Split Application in Sections. Prevent one loading only.

2006-08-10 Thread Thomas Rühl -akitogo-
, the section 2 and 3 are optional. So, I could have a TabNavigator and load Section 2 and 3 only when the user click on its tab. Is this possible? Can someone point me a direction for what to search? And where? Thank you Zig -- Thomas Rühl Design

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-09 Thread Thomas Rühl
unspecific in terms of the programming languages. It has Actionscript support implementet though, but I didn't see the need to turn that on explicitly. Again, thanks for all your interest in the discussion. Cheers, Thomas Thomas Rühl Design, Programming

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-09 Thread Thomas Rühl
Dave, I know. Thanks for the hint :) Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail

Re: [flexcoders] Re: [Flex2] FlexBuilder throws Removing compiler problem markers

2006-08-08 Thread Thomas Rühl
folks are, too. We'll see, if there'll be a fix any time soon. Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl -akitogo-
. Problem being, these tools are mostly Java specific (for which I think they shouldn't), since they DO want to generate code out of the model. And this is the reason I am interested in how other folks do the modeling. Cheers, Thomas Thomas Rühl Design

Re: [flexcoders] Re:What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl
Hi Kelly, sounds great with the Flex templates ;) What software do you use for your modelling? Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl
Java alongside with 'em. Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl
Dave, for example OmondoUML: http://www.omondo.com I have to admit that I'm a little out of date myself regarding Java, but as far as I hear from my colleagues, the above should work really cool. Cheers, Thomas Thomas Rühl Design, Programming

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl
*lol* thanks a lot, Jason :) If you're interested http://en.wikipedia.org/wiki/Unified_Modeling_Language Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69

[flexcoders] [Flex2] What do you use for modelling a Flex2 application...?

2006-08-06 Thread Thomas Rühl -akitogo-
Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http://www.akitogo.com

Re: [flexcoders] Re: Flex and CF

2006-07-19 Thread Thomas Rühl -akitogo-
e- mail, delete this e-mail, and refrain from any disclosure or action based on the information. *** -- Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon

[flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread Thomas Rühl -akitogo-
) way to configure stuff? Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail

Re: [flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread Thomas Rühl -akitogo-
Duplicate the compile files? The config's or mxml's? Is there a reliable documentation about these things? Everything I found seems somehow teared apart and I just don't get the big picture here... Thanks very much, Thomas Thomas Rühl Design, Programming

Re: [flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread Thomas Rühl -akitogo-
{context.root}/WEB-INF/web.xml/touch-file /redeploy /system /services-config - Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69

Re: [flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread Thomas Rühl -akitogo-
hero for the rest of the week now... Trying to get the rest of the FDS working now ;-) Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-13 Thread Thomas Rühl -akitogo-
Yeah - about that, Tom... if you took a look at the Cairngorm part of the labs site, you'd see the the only thing referenced under the Resources bit is in fact Steven's article. There are no demos for Cairngorm. Cheers, Thomas Thomas Rühl Design

Re: [flexcoders] Re: [Flex2] Cairngorm question

2006-07-13 Thread Thomas Rühl -akitogo-
Thanks, Tim! Looks like, that'll help me out here. I'm as well watching the »WebServices Cairngorm« thread, and I think this is one heck of a solution for the matters Darron draws in his article. Cheers, Thomas Thomas Rühl Design, Programming

Re: [flexcoders] Re: [Flex2] Cairngorm question

2006-07-13 Thread Thomas Rühl -akitogo-
to understand, so why not use it!? Btw, in the meantime I got the Cairngorm way working. Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-13 Thread Thomas Rühl -akitogo-
lol, thanks anyway. i got it to work with the help of darren's article about responder versus iresponder... cheers, thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-12 Thread Thomas Rühl -akitogo-
in both, calling the onFault and onResult methods... why? How can I cope with that? Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69

[flexcoders] [Flex2/FlexBuilder] How can I add commands...

2006-07-11 Thread Thomas Rühl -akitogo-
...to the little popup that comes up when i press [alt] [shift] [x]? cheers, thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69

[flexcoders] [Flex2/FlexBuilder] ahh, alright

2006-07-11 Thread Thomas Rühl -akitogo-
just found another way... sorry cheers, thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E

[flexcoders] [Flex2] FlexBuilder throws Removing compiler problem markers

2006-07-07 Thread Thomas Rühl -akitogo-
Hello list, the attached error occurs randomly during saving files - mxml or as. Even on clean/freshly created projects. Restarting Eclipse doesn't help on this. Is this already known? Cheers, Thomas Thomas Rühl Design, Programming Concepts

[flexcoders] [Flex2] Changes to the Cairngorm package structure

2006-07-06 Thread Thomas Rühl -akitogo-
this is Adobe's thing here, I don't know whether that correspond their licensing in terms of usage. Maybe someone, maybe folks from Adobe, could give me some hint here. Thanks and cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer

Re: [flexcoders] [Flex2] Changes to the Cairngorm package structure

2006-07-06 Thread Thomas Rühl -akitogo-
Yeah, I know and I really thought about it very well. Fact is - to narrow it down roughly - the customer wants it that way (for an unknown reason) and for me that means, I'm the one in charge... Thank you, Jean-Luc. Cheers, Thomas Thomas Rühl Design

Re: [flexcoders] [Flex2] Changes to the Cairngorm package structure

2006-07-06 Thread Thomas Rühl -akitogo-
, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http

Re: [flexcoders] [Flex2] Changes to the Cairngorm package structure

2006-07-06 Thread Thomas Rühl -akitogo-
I completely agree and in fact I'm looking forward to talking to my project manager and convincing him to kick their a**es. Well, thanks everyone :o) Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188

Re: [flexcoders] [Flex2] Changes to the Cairngorm package structure

2006-07-06 Thread Thomas Rühl -akitogo-
Yeah, I thought so, too.. The copyright notice was out of question anyways... Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0

[flexcoders] [Flex2] FDS as Windows system service?

2006-07-05 Thread Thomas Rühl -akitogo-
nerves Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL

Re: [flexcoders] [Flex2] FDS as Windows system service?

2006-07-05 Thread Thomas Rühl -akitogo-
] *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Thomas Rühl -akitogo- *Sent:* Wednesday, July 05, 2006 5:53 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders

Re: [flexcoders] No0b: Help installing SDK with Eclipse 3.2

2006-07-01 Thread Thomas Rühl -akitogo-
with the unzipped files. Now what? Thanks! -- Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75

Re: [flexcoders] Re: FlexBuilder - error during help panel usage

2006-06-30 Thread Thomas Rühl -akitogo-
Thanks, 1) is already turned off, I'll try No 2) any time soon... Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449

Re: [flexcoders] Making Cairngorm available to all projects

2006-06-30 Thread Thomas Rühl -akitogo-
Hi, just download the cairngorm zip file from the labs site, unextract it and import the classes neeted into your project's workspace. the zip file contains a complete project structure of cairngorm ready to use. cheers, thomas Thomas Rühl Design

Re: [flexcoders] Re: Flash player is not a debugger?

2006-06-29 Thread Thomas Rühl -akitogo-
Hi, for me this did it... # Deinstall FlexBuilder # Download the FlashPlayer-Uninstaller from http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157 # …execute it… # Best to close your browsers befor the deinstallation,

[flexcoders] FlexBuilder refactoring capabilities

2006-06-28 Thread Thomas Rühl -akitogo-
to manually change everything my hand, or do I have to do so? Thanks, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49

Re: [flexcoders] FlexBuilder refactoring capabilities

2006-06-28 Thread Thomas Rühl -akitogo-
can expect *lots* of neat additions/plugins/fragments for FB2 in the near future :) Dirk. -Original Message- From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com] On Behalf Of Thomas Rühl

Re: [flexcoders] Re: [Flex2Beta3] CF/Flex integration - 500 NULL

2006-06-22 Thread Thomas Rühl -akitogo-
to the same template (../gateways.cfm) and they worked, for example the directory watcher. Strange enough, after a complete reboot of the system, also the FlexMessaging gateway finally works. Thanks and greetings, Thomas Thomas Rühl Design, Programming

Re: [flexcoders] Re: [Flex2Beta3] CF/Flex integration - 500 NULL

2006-06-22 Thread Thomas Rühl -akitogo-
yeeha, yay thomas'es ;) thanks for your interest! Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75

Re: [flexcoders] Re: [Flex2Beta3] CF/Flex integration - 500 NULL

2006-06-21 Thread Thomas Rühl -akitogo-
* then the Flex2CF gateway failed to start up - just a blank page with 500 null on it. however, the other gateway types went well * but now it works and possibly I can continue ;) Greetings, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG

Re: [flexcoders] Re: [Flex2Beta3] CF/Flex integration - 500 NULL

2006-06-21 Thread Thomas Rühl -akitogo-
or the timestamps. Greetings, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL

[flexcoders] [Flex2Beta3] CF/Flex integration - 500 NULL

2006-06-20 Thread Thomas Rühl -akitogo-
Hello list, I just tried to set up the FlexMessaging gateway instance in the Coldfusion administrator. Everything fine during the setup, but when I try to start up the instance, it returns a blank page with 500 null on it. Any idea what to do? I already checked the jre version, but that

[flexcoders] Flex2Beta3: CF/FDS/FMS setup

2006-06-14 Thread Thomas Rühl -akitogo-
Hi all, I'm in the process of planning a customer support application. Customers will be abel to reach an internal worker by using a Flex application. The worker sees a list of incoming requests and selects one he wants to answer. The conversation should be possible using chat, audio and

Re: [flexcoders] Jrun with update 6

2006-05-16 Thread Thomas Rühl -akitogo-
What is the issue you're having? Greetings, Thomas Devis wrote: Can you help to configure Jrun 4 updater 6 with Flex data Service beta 3 pls. Thank's devis -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Flex2 Beta3: Refactoring capabilities of FlexBuilder

2006-05-11 Thread Thomas Rühl -akitogo-
, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E-Mail [EMAIL PROTECTED] Web http://www.akitogo.com

[flexcoders] Flex2 Beta3: I just don't get it to work...

2006-05-10 Thread Thomas Rühl -akitogo-
Sorry, it's me again and I'm already stuck reading the documentation on the Labs site over an over again... For »Task 4«, it says... »» 1. Start the ColdFusion/Flex Connectivity Beta 3 installation program and follow the instructions in the wizard. 2. On the Configure Installation page,

Re: [flexcoders] Beta3 Tree Easy Question

2006-05-10 Thread Thomas Rühl -akitogo-
/. -- Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75 87 E

[flexcoders] Flex2 Beta3 - Coldfusion Connectivity/Mystic

2006-05-09 Thread Thomas Rühl -akitogo-
Any news about Flex/Coldfusion connectivity (Mystic) now working with multiserver configurations? I'll try myself, otherwise :) greetings, thomas -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Beta 3: All roads lead to Beta 2?

2006-05-09 Thread Thomas Rühl -akitogo-
no, actually it's *05-08* for all of the files i just downloaded it and they look that way. maybe try to clean up your browser's cache. thomas Sreejith Unnikrishnan wrote: Is this how it is? * Charting2-win_B3_*05-08*.exe * FDS2-win_B2_Install_*03-16*.exe *

[flexcoders] Flex2 Beta3: Mystic installation

2006-05-09 Thread Thomas Rühl -akitogo-
so, here i am, trying to install mystic on my multiserver configuration and guess what? it doesn't work. setup as follows: * winxp sp2 * jrun4 updater 6 with jre 1.4.2_11 in c:\JRun * flex-stuff deployed in a servier instance 'flex' * cf deployed in a server instance 'cfusion' * all the

Re: [flexcoders] Flex2 Beta3: Mystic installation

2006-05-09 Thread Thomas Rühl -akitogo-
] *On Behalf Of *Thomas Rühl -akitogo- *Sent:* Tuesday, May 09, 2006 10:17 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Flex2 Beta3: Mystic installation so, here i am, trying to install mystic on my multiserver configuration and guess what? it doesn't work. setup

Re: [flexcoders] FDS2 on JBoss 4.03sp1 flex.messaging.MessageException:jms not bound

2006-04-28 Thread Thomas Rühl -akitogo-
Chris, I came across a problem regarding the flex.messaging stuff myself, but I was trying to get it to work with the JRun4 application server and not JBoss. The trouble I had was caused by an incompatible version of the JRE. If you're interested in the whole story, you can find it on my

[flexcoders] [Flex2 Beta2] setting up flex/coldfusion connectivity on j2ee multiserver installations

2006-04-25 Thread Thomas Rühl -akitogo-
hi flexcoders, is there any possibility to get the flex/coldfusion connectivity up and running already with the beta2 versions available from labs? i read in some forums and ben's blog, that this will only be supported in the final version (or possibly later betas)... for that, the

Re: [flexcoders] Flex 2 Instalation And Development Guide

2006-04-21 Thread Thomas Rühl -akitogo-
/. -- Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil

Re: [flexcoders] FDS - Problem configurating message destinations

2006-04-20 Thread Thomas Rühl -akitogo-
Thanks for the input, but that really wasn't the problem. In the meantime I figured out myself... When I finally found the logfiles and detected that there was one called flex-errors.log, I looked into it and saw what? Right, what I didn't expect to see and was noted down nowhere on the

[flexcoders] FDS - Problem configurating message destinations

2006-04-19 Thread Thomas Rühl -akitogo-
hi folks, i just started playing around with the flex data services a little and tried out the sample chat application that aou can find on the labs site - it is called 'Simple Chat Application'. However, I quickly ran into a problem regading the configuration of dewstinations and channels in