RE: [flexcoders] Anyone Using a Remote CF Server with Flex 2, Remoting?

2007-01-11 Thread Stefan Richter
I had similar trouble: http://www.flashcomguru.com/index.cfm/2006/11/11/flex2remoting Read all the comments before you try anything. If I remember correctly I managed to use a remote CF box *without* having to use any services-config file whatsoever (which is what I wanted to do). I almost

RE: [flexcoders] Re: Binding to a custom method: possible?

2006-11-28 Thread Stefan Richter
I had a similar problem and while somewhat unrelated this may help. I wanted to set an image inside an itemRenderer (for a Listbox) depending on the data for the current row. I came up with this, thanks to Tink for the idea: ?xml version=1.0 encoding=utf-8? mx:HBox

RE: [flexcoders] Re: Flex2 beta 2: java adaptor, RTMP and security

2006-04-12 Thread Stefan Richter
o-client-maxbps page-size50/page-size packet-size30KB/packet-size /properties /channel-definitionbut I get the error:[1]flex.messaging.config.ConfigurationException: No keystore-file property was specified for the secure RTMP endpoint.any ideas on what to do next?-JB--- In fle

RE: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-11 Thread Stefan Richter
OUT OF CONTEXT At least he wasn't shouting... Or keeping scores. Let's face it Max, you're rude and have been throughout this thread. Go read up on list etiquette before trying to revolutionize the programming world. Stefan -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Flex2 beta 2: java adaptor, RTMP and security

2006-04-11 Thread Stefan Richter
I don't know if this exists or is planned but considering that rtmp stems from Flash Media Server and that this now supports SSL natively (rtmps) I'd presume that it should be an easy feature to add. Can we be certain that this is not supported already? Stefan From:

RE: [flexcoders] Drag from Tree, drop to List?

2006-04-09 Thread Stefan Richter
drag and drop -I guess I need to utilize those? Stefan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Johannes NelSent: 06 April 2006 16:56To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Drag from Tree, d

RE: [flexcoders] Flash Media 2 Server + Flex 2 (Beta 2) connection problem

2006-04-08 Thread Stefan Richter
This is probably FMS related, nothing to do with crossdomain. Your NetConnection is failing, let's find out why. Have you made sure that other machines on your network can connect to 'normal' FMS apps before trying the Flex setup? Also what does your rtmp string look like when you try and

RE: [flexcoders] Drag from Tree, drop to List?

2006-04-07 Thread Stefan Richter
oders] Drag from Tree, drop to List? sorry, Flex 2. I just noticed a bunch of eventsassociated with drag and drop -I guess I need to utilize those? Stefan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Johannes

RE: [flexcoders] Urgent Need for ActiveX Fix in IE for Flash Player 8 and/or 8.5 -- Is there any way to simulate a single mouse click inside the Flash Control to remove the Ugly Thick Border -- all it

2006-04-07 Thread Stefan Richter
OT I know but what about autogenerated Flash(forms) in Coldfusion? It's been very quite on that. Stefan -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ted Patrick Sent: 07 April 2006 13:13 To: flexcoders@yahoogroups.com Subject: RE:

RE: [flexcoders] It's not what you think ---- New IE Update puts huge Selector Around Flash Movies / Netscape, Opera Nor Firefox do this

2006-04-07 Thread Stefan Richter
Don't forget though that 'time to refactor your code' will cost some Enterprises *a lot* of money. I am currently doing some work for a client who has literally thousands upon thousands of pages with Flash and Java on them to update - many are static. Nowthis company needs to go back to

RE: [flexcoders] Re: ActionScript APIs

2006-04-07 Thread Stefan Richter
http://weblogs.macromedia.com/flex_samples/flex_explorer/explorer.html These don't workfor me in Player8,5,0,246. VerifyError: Error #1053: Illegal override of SystemManager in mx.managers.SystemManagerat global$init() Stefan -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Hello

2006-04-07 Thread Stefan Richter
Permission granted :-) Welcome Lucky! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Radhika BaronSent: 07 April 2006 17:20To: flexcoders@yahoogroups.comSubject: [flexcoders] Hello Hello, I would like to be a part of this group.

[flexcoders] Drag from Tree, drop to List?

2006-04-06 Thread Stefan Richter
Should a drag and drop from a tree to a list be possible or is there anything 'special' about such an operation? Stefan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Drag from Tree, drop to List?

2006-04-06 Thread Stefan Richter
: [flexcoders] Drag from Tree, drop to List? what version of flex? On 4/6/06, Stefan Richter [EMAIL PROTECTED] wrote: Should a drag and drop from a tree to a list be possible or is there anything 'special' about such an operation? Stefan --Flexcoders

RE: [flexcoders] Flex2 : how to stop media (down)loading?

2006-04-04 Thread Stefan Richter
Hi Benoit, try loading a non-existent flv: videoDisplay.load("this_flv_is_nonsense.flv"); Stefan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benoit HediardSent: 04 April 2006 12:31To: flexcoders@yahoogroups.comSubject: [flexcoders] Flex2 : how

[flexcoders] Flex2 (beta2) app causes FMS2 to drop application

2006-04-03 Thread Stefan Richter
I have been playing around with two Flex applications. One has been written by Brian http://flash-communications.net/technotes/fms2/flex2FMS/index.html http://flash-communications.net/technotes/fms2/flex2FMS/index.html and the other one is by Christophe Coenraets

RE: [flexcoders] Flex2 (beta2) app causes FMS2 to drop application

2006-04-03 Thread Stefan Richter
ok got it. This line needs adding after nc = new NetConnection();: nc.objectEncoding = flash.net.ObjectEncoding.AMF0; Stefan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan RichterSent: 03 April 2006 10:16To:

[flexcoders] Remote SharedObject problems

2006-04-03 Thread Stefan Richter
I had a quick try with Remote SO in Flex Beta 2 and while I can trace out a [object SharedObject]I am not seeing the object being created in the FMS console. I also don't get an onsync event. No SharedObject folder is being created either. Here's my code, based onBrian Lesser's smaple

RE: [flexcoders] Run shortcut

2006-04-03 Thread Stefan Richter
(eg. Ctrl-Enter)- click Add then click Ok.This worked for me just fine. On 4/1/06, Stefan Richter [EMAIL PROTECTED] wrote: Anyone got any luck with this? I seem to be unable to set up a working shortcut for Run... From: flexcoders

RE: [flexcoders] Flex 2.0 b2: SharedObject

2006-04-03 Thread Stefan Richter
Would the remote SO problems I outlined also be connected to this in some way? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: 03 April 2006 18:07To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 2.0 b2: SharedObject

RE: [flexcoders] Closable and Draggable Tab component for Flex 2

2006-04-02 Thread Stefan Richter
very nice, are you sharing your efforts? I'd be great if your blog would feature more articles in english, it looks interesting. Stefan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeremy luSent: 02 April 2006 19:06To:

RE: [flexcoders] Run shortcut

2006-04-01 Thread Stefan Richter
Anyone got any luck with this? I seem to be unable to set up a working shortcut for Run... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan RichterSent: 29 March 2006 15:54To: flexcoders@yahoogroups.comSubject: [flexcoders] Run shortcut

[flexcoders] Setting up Remoting

2006-03-31 Thread Stefan Richter
When setting up a Flex2 Remoting project I noticed that the compile command is set to -services "C:\fds2\jrun4\servers\default\flex\WEB-INF\flex\flex-enterprise-services.xml" The docs state that it should be set to -services=C:\CFusionMX7\wwwroot\WEB-INF\flex\flex-enterprise-services.xml

RE: [flexcoders] Setting up Remoting

2006-03-31 Thread Stefan Richter
Thanks, it just seemed wrong that it defaults to FDS when I explicitly told Flex to set up a Remoting project. Maybe I am getting FDS and Remotingconfused and it's basically the same thing... One more question. When working on this mx:RemoteObject id="myCfc" destination="ColdFusion"

RE: [flexcoders] Setting up Remoting

2006-03-31 Thread Stefan Richter
DOH! Thanks, that works now. One more question please. I am returning a plain query from CF to Flex. ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" layout="absolute" mx:RemoteObject id="myCfc" destination="ColdFusion"

RE: [flexcoders] Setting up Remoting

2006-03-31 Thread Stefan Richter
Update: I can now see the ISBN number if I do this: private function resultHandler( event:ResultEvent ):void { trace(ObjectUtil.toString(event.result)); queryresult = event.result as ArrayCollection; } The other 2 fields do not show though...? Stefan From:

RE: [flexcoders] Setting up Remoting

2006-03-31 Thread Stefan Richter
Nevermind. This works now: ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" layout="absolute" mx:RemoteObject id="myCfc" destination="ColdFusion" source="flex.cfc.flextest" result="resultHandler(event)" / mx:Script ![CDATA[

RE: [flexcoders] Run shortcut

2006-03-30 Thread Stefan Richter
Am I the only one having problems with configuring this? If so could you please advise where I am going wrong? I went through Window Preferences General Keys Run/Debug and tried to modify both 'Run Last Launched' and 'Run Flex Application'. I changed the shortcut to 'Ctrl+Enter' and

RE: [flexcoders] Message destinations in the context of a multi-room chat app

2006-03-30 Thread Stefan Richter
yeah that absolutely makes sense, thanks Tom! I was able to answer my own question. In my original post I didn'trealize that the selector attribute of the Consumer component filteredmessages on the server side. So, Stefan, if you want see what I'mtalking about, check out the

[flexcoders] Can Flex do this? (was: Too many mistakes)

2006-03-30 Thread Stefan Richter
On this note I wanted to ask the crowd:is Flex2 capable oflettinga user drag a file from their desktop into the browser, onto the Flex app and then have Flex upload it? I saw something similar being done by a custom ActiveX control in combination with AJAX and it was very slick. I had

[flexcoders] Namespace question

2006-03-30 Thread Stefan Richter
Newbie here... using Flex2. Say I have a package com.stefan.controls and a class MyButton.as in there. I also have a class Foo.as inside com.stefan. When I want to use both classes in my MXML document do I need to specify 2 namespaces such as xmlns:stefan="com.stefan.*"

RE: [flexcoders] Re: databinding issue for combobox

2006-03-30 Thread Stefan Richter
Sorry to hijack this thread. Thanks for the example Tracy. I have somewhat changed it for Flex2 and run into a small issue. I am using 2 ArrayCollections, one for the combobox and one for the datagrid: [Bindable]public var cbDP:ArrayCollection;[Bindable]public var

RE: [flexcoders] Re: Can Flex do this? (was: Too many mistakes)

2006-03-30 Thread Stefan Richter
://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGY--- In flexcoders@yahoogroups.com, "Stefan Richter" [EMAIL PROTECTED] wrote: On this note I wanted to ask the crowd: is Flex2 capable of lettinga user drag a file from their desktop into the browser, onto the Flex appand then

RE: [flexcoders] Re: databinding issue for combobox

2006-03-30 Thread Stefan Richter
Good point. Any idea how that's best approached - is there a built-in class that can handle this? Stefan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy SprattSent: 30 March 2006 18:55To: flexcoders@yahoogroups.comSubject: RE: [flexcoders]

[flexcoders] HTTPService in AS class

2006-03-30 Thread Stefan Richter
I know this sounds silly but could someone show me how I use httpservice in AS? I don't want to use the mxml tag. It's just for practice and I can't get it to work for some reason. I am using an e4x resultFormat and can create and send ok - or so it seems. I am having trouble grasping how

RE: [flexcoders] Message destinations in the context of a multi-room chat app

2006-03-29 Thread Stefan Richter
. RemoteShared Objects in FMS are essentially dynamic destinations the way weuse them in our apps.-TomOn 3/28/06, Stefan Richter [EMAIL PROTECTED] wrote: Good question and one for Adobe to answer - and I don't mean the specific implementation but: where does FMS/FCS stop and FDS start? Should

[flexcoders] Run shortcut

2006-03-29 Thread Stefan Richter
I am having trouble configuring a keyboard shortcut for 'Run'. The preferences suggest that Ctrl-F11 should work but it doesn't for me and neither do any newly configured ones. Could someone walk me though this? I kinda fancy Ctrl-Enter as my shortcut to run my app (Ctrl-Shift-enter for

RE: [flexcoders] Message destinations in the context of a multi-room chat app

2006-03-28 Thread Stefan Richter
Good question and one for Adobe to answer - and I don't mean the specific implementation but: where does FMS/FCS stop and FDS start? Should we really be building chat apps with FDS? I'm sure I am not the only one still a little confused by the crossover of functionalities. Stefan BTW