Re: [flexcoders] Re: How to let RichTextEditor export valid HTML?

2006-09-09 Thread greg h
Last month in a response to a post by Daniel Croona about getting the "Flex2 RichTextEditor to export valid HTML", Stefan Schmalhaus wrote (among other really good things): This has been an issue of discussions for a long time. Just in case anyone happens upon this thread in the future,

Re: [flexcoders] URLRequest and crossdomain.xml

2006-09-09 Thread Robert Thompson
What is the format/schema of the crossdomain.xml file?And is it called that, and placed in the root directory?Ryan Stewart <[EMAIL PROTECTED]> wrote: Thanks Carson, that had always been my understanding, but then I read this line in the docs that made it seem like I a

RE: [flexcoders] Moving flexcoders to Google Groups- would you come along?

2006-09-09 Thread Mete Atamel
Hi,Could someone who joins the list for the first time get a message stating that they might be moderated and their posts might be delayed as a result? I had no idea about this for a while and I was under the impression that Yahoo Groups simply didn't work until you pointed it out.-MeteSteven We

Re: [flexcoders] Data interpolation in ColumnSets

2006-09-09 Thread Anatole Tartakovsky
Ely, Had similar issue couple of weeks back, can't send code now as it is on-site inside real-time trading system, but in short if you start with empty dataProvider populate in real-time and have attributes like  form="curve" and interpolateValues="true" and you get error similar to above. Shou

Re: [flexcoders] Re: Cairngorm... Where should this go?

2006-09-09 Thread Douglas Knudsen
ouch, I cried for 10 minutes!  ha!  Its all good.  Tim's suggestion about .errorString agrees with me.DKOn 9/9/06, bjorn.schultheiss < [EMAIL PROTECTED]> wrote:Sorry, bad morning.I do have manners, i just didn't show them very well then. Regards,Bjorn Schultheiss--Flexcoders Mailing ListFAQ: htt

Re: [flexcoders] Moving flexcoders to Google Groups- would you come along?

2006-09-09 Thread greg h
One small point ... Regarding Yahoo Groups, CF Guru Charlie Arehart recently wrote: Yahoo group message ads became more annoying recently.  Users on Yahoo Groups lists can disable this feature by each individual user logging into their yahoo group site for the group and choosing the "edit me

RE: [flexcoders] Moving flexcoders to Google Groups- would you come along?

2006-09-09 Thread Steven Webster
David,   I posted about this the other day -- your first post is moderated and thereafter all posts should come straight through. In a minority of cases, some users don't seem to be changed from moderated to unmoderated after their first post, and when the moderators spot this (for people

RE: [flexcoders] URLRequest and crossdomain.xml

2006-09-09 Thread Carson Hager
Hey Ryan,   That doc is simply wrong. I hope that gets fixed before anyone else wastes any more time because of it.     C  Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com Email:  [EMAIL PROTECTED]Office:  866-CYNERGYMobile: 1.703

Re: [flexcoders] URLRequest and crossdomain.xml

2006-09-09 Thread Ryan Stewart
Thanks Carson, that had always been my understanding, but then I read this line in the docs that made it seem like I also needed a cross domain file in order to "call out":   To load data from a different domain, place a cross-domain policy file on the server that is hosting the SWF file.   I

RE: [flexcoders] URLRequest and crossdomain.xml

2006-09-09 Thread Carson Hager
Actually you need the crossdomain.xml file on the other servers, not your own. The purpose of the file is to allow access to swfs downloaded from other domains to that swfs don't get inside a network and start grabbing data from otherwise protected servers.  This is a commonly misunderstoo

[flexcoders] URLRequest and crossdomain.xml

2006-09-09 Thread Ryan Stewart
Hi all,   I'm working with the URLRequest function and I've got a quick question. According to the docs - http://livedocs.macromedia.com/flex/2/langref/flash/net/URLRequest.html - I need a crossdomain.xml file on the server that is hosting my SWF if I want to be allowed to go out and grab data

[flexcoders] background color of a text?

2006-09-09 Thread oktay nba
hi; how can i give a background color to a text control (like the anything usage in html) or label?   oktay __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Moving flexcoders to Google Groups- would you come along?

2006-09-09 Thread David Brown
Well it I understand what you are saying, but why does it take over 12 hours for my post to show up on the form?  This is one more slow "pony" express mailing list.    Subject (Can someone help me understand this price info and what I get for it)  Post on 9/8/06 @ 7:01 pm Shows up on list

[flexcoders] Re: Cairngorm... Where should this go?

2006-09-09 Thread Tim Hoff
No worries man. Been there. Ralf, I think sometimes it's easy to get too model happy. Centralizing validators, either in the model or a utility class, promotes encapsulation and reuse. But, the more you put in the model, the more complicated the model gets. For less than enterprise applica

RE: [flexcoders] Moving flexcoders to Google Groups- would you come along?

2006-09-09 Thread Steven Webster
Guys, this thread rears it's head every couple of months.  If we move to googlegroups, will we find ourselves 2 months down the line with a thread asking why we don't move to something else (or back to yahoo) ?   Seriously, there's a pattern to this thread ... any second now someone is go

[flexcoders] Can someone help me understand this price info and what I get for it?

2006-09-09 Thread David Brown
Flex Data Services (Departmental license) : $6,000 per CPU, with a limit of 100 concurrent users per cluster Q3: How do you measure concurrent users in the Flex Data Services departmental license? A: Concurrent users will be counted by the number of unique IP connections to the CPU and/or CPU clu

Re: [flexcoders] Timeline Slider

2006-09-09 Thread Phil Marston
Hi Geoff, That sounds like the price selector in the Flexstore example. HTH, Phil Geoffrey wrote: I'm trying to figure out how to make a custom slider... at least I think it's going to be a custom slider. What I want is a slider that allows me to select a time range based on

Re: [flexcoders] Moving flexcoders to Google Groups- would you come along?

2006-09-09 Thread Tom Ortega
I'd have to agree.  I have almost the complete flexcoders in my gmail.  It's the fastest and easiest way to find help, besides looking at the docs.  I realize thought that not everybody has that, so I'm sure a better solution would probably work. -Tom2On 9/9/06, Abdul Qabiz <[EMAIL PROTECTED]> w

[flexcoders] Get only the visible nodes of the Tree

2006-09-09 Thread Rafael Guédez
Hi,I would like integrate a Tree with an DataGrid. I did this before in Flash using a for in... loop with myTree.getNodeDisplayedAt(x). But now I'm trying to do the same in Flex.The idea is call an function each time that the user open some branch, then refresh the beside DataGrid with another da

Re: [flexcoders] Re: Problems getting started with flashvars and Application.application.paramete

2006-09-09 Thread Adam Dorritie
On 9/8/06, yaagcur <[EMAIL PROTECTED]> wrote: > Looking at the documentation it appears as though either Flex data > services(which I was not planning to use) or HttpServletRequest( which > i have no experience with) might be required. Is there another way via > ColdFusion? > In my case, I'm j

[flexcoders] asdoc

2006-09-09 Thread graysonpierce
I'm experiencing the following problems with asdoc that seems to cause it to produce no output. The code that I'm trying to generate documentation for compiles and runs just fine in Flex Builder 1. Error: [Bindable] not allowed on global or package-level functions 2. Error: unable to resolve '

Re: [flexcoders] Moving flexcoders to Google Groups- would you come along?

2006-09-09 Thread Abdul Qabiz
I don't face any problem with current Flexcoders mailing-list. I have been on this since it was started and never faced any problem.As far searching is concerned, I think it's little time taking. Since I am on this since so long, I have almost all the flexcoders mail on my Gmail or Outlooks PST.

[flexcoders] Re: RemoteObject Setup

2006-09-09 Thread klumikaze
Is there any good resources for doing the same with Java/Flex 2? I've had a hell of a time figuring out how to do RemoteObjects (not the Flex end, just the Java & configuration end). Brian --- In flexcoders@yahoogroups.com, "Darren Houle" <[EMAIL PROTECTED]> wrote: > > Very cool, thanks again Gr

[flexcoders] Re: Cairngorm... Where should this go?

2006-09-09 Thread bjorn.schultheiss
Sorry, bad morning. I do have manners, i just didn't show them very well then. Regards, Bjorn Schultheiss -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups

Re: [flexcoders] Public getter, private setter?

2006-09-09 Thread Michael Schmalle
Hah!So in my post a couple days ago...> This is just a guess but, I would be willing to bet this is a Player bug. I was right. hehePeace, MikeOn 9/8/06, Matt Chotin <[EMAIL PROTECTED]> wrote: So actually we investigated further and it turns out this i

[flexcoders] The problem about binding HttpService result to ArrayCollection

2006-09-09 Thread beloved_zhou
I try to bind the result of HttpService to an ArrayCollection. Here is the code: [Bindable] public var myList:ArrayCollection; The list.xml file is made up of : 1 Test 1 2 Test 2 If there are more than one record in the list.xml, it works fine. But if there is just one record in the l

Re: [flexcoders] Re: Cairngorm... Where should this go?

2006-09-09 Thread Ralf Bokelberg
I'd create a model for my input component, which also contains the errorstring and bind the ui component to it. Cheers, Ralf. On 9/9/06, Tim Hoff <[EMAIL PROTECTED]> wrote: > Not really so stupid. The default way would be to set the > errorString of the control: > > myTextInput.errorString = "Ent