Re: [flexcoders] Re: I need to be able to disconnect a client from FDS on the server-side using t

2006-07-24 Thread Tom Bray
why not stick with fms.Our apps get enourmous amounts of usage (MySpace is one of our clients) and we were hoping FDS would scale better. Using Java instead of single-threaded _javascript_ for our server-side logic should improve things significantly. If we can support the same features and it

Re: [flexcoders] FDS: Can I disconnect a specific client from the server?

2006-07-24 Thread Tom Bray
That would work if we could trust that our SWF hasn't been hacked. We have people trying to hack our clients all the time and they're often the ones we want to disconnect in the first place. If we relied on the client to disconnect itself, these guys would prevent that message from getting

[flexcoders] TypeError when using removedEffect on custom component within Repeater

2006-07-24 Thread m88e24
Flex 2 Player r15 (debug version installed by builder) A repeater is bound to an ArrayCollection. The ArrayCollection is dynamically updated. Objects are added and removed at runtime. This works satisfactory. Now I want the removal of an object to trigger an effect which is much nicer than just

[flexcoders] Re: complex object in cairngorm

2006-07-24 Thread Tim Hoff
Hi Robert, On the server side you can design your data model as a relational database. In your case, the flat tables would be: Group: groupId, groupName Product: productId, groupId, productName, imageURL, price Model: modelId, productId, color This is a similar structure to the VO, but isn't

[flexcoders] Fwd: ComboBox dropdown size doesn't change with new dataProvider in state

2006-07-24 Thread Sergey Kovalyov
Any ideas on this issue? I would like to find workaround or point me at my mistake... -- Forwarded message -- From: Sergey Kovalyov [EMAIL PROTECTED] Date: Jul 21, 2006 11:46 PM Subject: ComboBox dropdown size doesn't change with new dataProvider in state To:

Re: [flexcoders] Including a CFReport swf in a Flex App

2006-07-24 Thread Michael van Leest
Use the SWFLoader Good luck, Michael Hi, I want to include a Flash generated Report from CF, into a Window of a Flex 2 App, Please Help me, Thanks in advance. Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo! Groups email.

Re: [flexcoders] TypeError when using removedEffect on custom component within Repeater

2006-07-24 Thread Edu Moss
The solution to this issue is to move the effect definitions from the custom component to the same container which contains the Repeater statement and add the effect triggers to the repeated component within the Repeater statement. - Original Message From: m88e24 [EMAIL PROTECTED]To:

Re: [flexcoders] Flex AMFPHP and VOs

2006-07-24 Thread Andrea Varga
Private email is on the way. Andi Dima Ulich wrote: could you share the code with me too, I couldn't map vos either thank in advance Dmitriy - Original Message From: Andrea Varga [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, July 23, 2006 9:00:04 PM Subject:

Re: [flexcoders] Updates for Flex 2.0?

2006-07-24 Thread Tom Chiverton
On Monday 24 July 2006 01:17, Matt Chotin wrote: Linux player support before we can move in that direction. I'm curious how many of you guys who use Linux would be willing to pay for such a version? Pay for a linux Flash player ? Err, no, not unless we're talking very small sums of money. If

Re: [flexcoders] Python / Flex solution

2006-07-24 Thread Clint Modien
Umm... if the data is read-write to the server (which I'm assuming it is since you asked about fds)I'd use value objects and a webservce.The closest thing I've seen to an amf solution is Flashticle and I don't think they've upgraded to AMF3 yet. Technically the AMF3 spec isn't out till sometime

[flexcoders] how do Idempotent Services fit into Cairngorm?

2006-07-24 Thread Andrea Varga
Hi, Maybe this is not a proper namig. By Idempotent Services I mean services that can detect when they are called more than once with the same parameter and prevent calling the server when there is no need. How would be best to implement such a service in Cairngorm? Should Commands or Business

Re: [flexcoders] setting value on cfc invoke another method on cfc

2006-07-24 Thread Tom Chiverton
On Thursday 20 July 2006 23:01, Doug Arthur wrote: How would you invoke one method on a cfc from flex, then call another method on the same cfc and the cfc maintain the values from the first invoke? Write a service-layer wrapper that does both 'internal' calls for you. -- Tom Chiverton

[flexcoders] Re: Flex work in the UK

2006-07-24 Thread bhaq1972
have u checked the jobserve web site. they have a few listings in there --- In flexcoders@yahoogroups.com, jamiebadman [EMAIL PROTECTED] wrote: Hi, I've been working with Flex application development for a good while now and am looking for a new role. Can anyone recommend either

[flexcoders] delete a xml node

2006-07-24 Thread Jesús Iglesias
Title: Mensaje Hi, I have a XML which really is some xhtml. I want to delete come nodes but but I can't find the right way: var temp:XML; delete temp..A.(@HREF == id); This reports error: delete operand cand not be used with xmllist operand (more or less) And this way: var

[flexcoders] Re: FDS: Can I disconnect a specific client from the server?

2006-07-24 Thread Dave Wolf
More reason to simply destroy their J2EE session which would let the container enforce the ban. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In

[flexcoders] Re: QuickDateFormatter - how can I make it MXML enabled?

2006-07-24 Thread ben.clinkinbeard
OK, I've made a modified version more suitable for MXML and would love to get feedback from everyone. Ideally I would be able to bind a field or label directly to the formatted output and would not require a click to 'reset' the field that is bound to the formatted value. How would I accomplish

Re: [flexcoders] where do I get a good countries list

2006-07-24 Thread Tom Chiverton
On Friday 21 July 2006 16:55, hank williams wrote: this, but I dont know. I am not a geopolitical expert and I dont want to study this. I'd just like one good web ready answer. What do others do? Use Yahoo's list :-) -- Tom Chiverton This

[flexcoders] Flex 2 FDS pricing for clustered solution

2006-07-24 Thread Mykola Paliyenko
Hello flexcodersI found no info on the Adobe site about pricing, from the threads I understood that FDS is priced 20K$ per CPU for unlimited concurrent amount of users. We are building the solution that will require support thousands of simultaneous users on the site and will require up to 100

[flexcoders] Re: ComboBox dropdown size doesn't change with new dataProvider in state

2006-07-24 Thread Sergey Kovalyov
Very similar weird things happen when using DateField that is also inherited from ComboBase... On 7/24/06, Sergey Kovalyov [EMAIL PROTECTED] wrote: Any ideas on this issue? I would like to find workaround or point me at my mistake... -- Forwarded message -- From: Sergey

RE: [flexcoders] Python / Flex solution

2006-07-24 Thread Ted Patrick
Matt, There are many ways to do this: FDS can run JYTHON code. JYTHON is the Python interpreter running in 100% Java. It is a handy way to author FDS application backends for RPC, Messaging(JMS), and Data Management. Create a CPython service using Twisted and

[flexcoders] Re: Acegi/Spring/Flex authentication

2006-07-24 Thread flxcoder
Any tips here? Is it possible to use acegi with Flex? Thanks. --- In flexcoders@yahoogroups.com, flxcoder [EMAIL PROTECTED] wrote: Hi all. Maybe not a flex question but relevant. I am trying to authenticate flex into my middle tier by using acegi. I am moderately familiar with acegi

[flexcoders] Re: IE Only: Error #2032 (Flex 2.0)

2006-07-24 Thread dadrobson
I'm not sure how to interpret what IE does with these headers. The Spring form controller was setting the expiry date to the Unix epoch. Could it be that IE was correct in rejecting this? --- In flexcoders@yahoogroups.com, Dave Wolf [EMAIL PROTECTED] wrote: Sounds like the same issues we used

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Tom Chiverton
On Monday 24 July 2006 15:02, Battershall, Jeff wrote: Obviously, FDS would be a preferred way of integrating with CF if available, Dunno about that. There is a difference betwen granular record editing, and service invocation - FDS is better* for the former, remoting for the later. -- Tom

Re: [flexcoders] clean up on aisle three - formatting request for Adobe

2006-07-24 Thread Tom Chiverton
On Friday 21 July 2006 20:13, Pan Troglodytes wrote: indents if it were cleaned up. Personally, I find 4 spaces makes things way to wide for my tastes. That's why tabs should be used :-) -- Tom Chiverton This email is sent for and on

Re: [flexcoders] Flex arrows?

2006-07-24 Thread Douglas Knudsen
update...had some pressing issues. looking at \frameworks\source\mx\skins\halo\DateChooserMonthArrowSkin.aslooks like this thing does not even use a graphic at all. Code in there actually draws the arrows! I suppose this way screen scaling is a non-issue. DKOn 7/20/06, Douglas Knudsen [EMAIL

RE: [flexcoders] Flex 2 FDS pricing for clustered solution

2006-07-24 Thread Eric D Anderson
Hi Mykola, We dont currently offer a product that is packaged in the way youre describing below. Id like to connect with you off-line to understand your specific issues and see if there is something we can do to assist. Ill follow-up shortly. Eric Eric Anderson | Product

[flexcoders] antiAliasType null exception with Text instances!

2006-07-24 Thread Sergey Kovalyov
Hi All! Each time I create new Text instance in ActionScript using new Text() and then add it to parent container, I get exception: TypeError: Error #2007: Parameter antiAliasType must be non-null. What's wrong? Sergey. Yahoo! Groups Sponsor ~--

Re: [flexcoders] Flex arrows?

2006-07-24 Thread JesterXL
My guess is that was done for filesize reasons. The resulting SWF is smaller since ActionScript bytecode is a lot smaller via lzw compression than a PNG/GIF via the same. While the drawing is more CPU intensive, you cut corners for filesize where you can, and I understand their

Re: [flexcoders] Flex arrows?

2006-07-24 Thread Douglas Knudsen
gotcha! Now the question, I want to create a custom component called NextButton that acts the same as the one in the DateChooser and inherits the skin the same as the one in the DateChoser thus seemlessly interacting with the Flex framework. Adobe has let loose the source code for DateChooser.

RE: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Battershall, Jeff
OK, gotcha, but I suppose the other issue is what version of AMF is availble server-side. I'm getting the impression that AMF3 is necessary both on the client and server in Flex 2.0 - am I right about that? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Douglas Knudsen
yeah and need CF 7.0.2no workie on CF 6Remoting works a treat. DKOn 7/24/06, Battershall, Jeff [EMAIL PROTECTED] wrote:OK, gotcha, but I suppose the other issue is what version of AMF is availble server-side.I'm getting the impression that AMF3 is necessaryboth on the client and server in

Re: [flexcoders] Flex arrows?

2006-07-24 Thread JesterXL
I can't remember what email, but I showed the CSS. Can't you just use the same DateChooser CSS? NextButton { upSkin: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); downSkin: etc. } Then, just make a MXML file that extends Button. ??? - Original Message -

[flexcoders] Re: delete a xml node

2006-07-24 Thread Tim Hoff
Hi Jesus, I can't test this with your data, but you could try something like this to deletean entire node:var nodeToDelete:XML = XML(temp..A.(@HREF == id));deleteNode(nodeToDelete); private function deleteNode(nodeToDelete:XML):void{ //collection of nodes containing the node to delete var

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread JesterXL
Flex 2 can utilize AMF0 or AMF3; you just set the ObjectEncoding. CF 7.0.2 can use AMF3; anything before only AMF0. Flex 2 can talk to both old CF and new CF. Talking to the old sucks from a client-side perspective. - Original Message - From: Battershall, Jeff [EMAIL PROTECTED] To:

Re: [flexcoders] Flex arrows?

2006-07-24 Thread Douglas Knudsen
did that?xml version=1.0 encoding=utf-8?mx:Button xmlns:mx=http://www.adobe.com/2006/mxml upSkin=mx.skins.halo.DateChooserMonthArrowSkin downSkin=mx.skins.halo.DateChooserMonthArrowSkin overSkin=mx.skins.halo.DateChooserMonthArrowSkin disabledSkin=mx.skins.halo.DateChooserMonthArrowSkin

Re: [flexcoders] Flex arrows?

2006-07-24 Thread JesterXL
No, you're not missing anything obvious, it's just hard to keep track of past email discussions on this topic, sorry. You have a choice; either go dig in the Button class to see how they are rotating the arrow, wait for me to do it this evening, or go take 2 minutes to create the arrows

RE: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Battershall, Jeff
Jessie, When you say, talking to the old sucks from a client-side perspective are we talking performance or the ability to pass custom objects or what? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Monday, July 24, 2006

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread JesterXL
Ability to pass custom objects. I've written over 800 lines of code for Factories to convert CFC structs to ValueObjects in the past 6 months. It sucks, is a pain in the ass, and it sucks... did I mention I hate debugging data-type conversions? I'm sure with AMF3's 30-50% reducation in

[flexcoders] what happened to ViewStack - changeEffect?

2006-07-24 Thread thunderstumpgesatwork
I was using the ViewStack changeEffect=fade to fade between views... how is this accomplished now? I see hideEffect and showEffect inherited from UIComponent... but is that going to apply to the views in the stack, or only when the container itself is shown or hidden? thanks, Thunder

[flexcoders] Re: navigateToURL with multiple links

2006-07-24 Thread Doug Lowder
Try iterating through the array elements: private function OpenListings():void{ var listingData:Array=/*an array of links*/; for (var i = 0; i listingData.length; i++){ navigateToURL(new URLRequest(listingData[i]),'_blank'); } } --- In flexcoders@yahoogroups.com, Chris

RE: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Battershall, Jeff
Jessie, I hear you on this - I've been dealing with the same sort of thing myself, but I have a client who is looking for the low cost of entry solution and CF7 upgrade and FDS would appear to be out of the question. That's excellent that you can set encoding however - that opens things up for

Re: [flexcoders] Flex arrows?

2006-07-24 Thread Douglas Knudsen
On 7/24/06, JesterXL [EMAIL PROTECTED] wrote: No, you're not missing anything obvious, it's just hard to keep track of past email discussions on this topic, sorry. You have a choice; either go dig in the Button class to see how they are rotating the arrow, wait for me to do it this

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread JesterXL
Just to be clear, you don't need FDS to use AMF3 ColdFusion's ValueObjects, only CF 7.0.2. I'm with you on price, though. They'll end up paying more in the end as you spend copious amounts of time writing ValueObject conversion code, and debugging string vs. number conversion errors, but

RE: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Battershall, Jeff
Jessie, Thanks for the clarification. What I do not see in the Flex2 docs is the ability to use Remote object without FDS. Would you have to write your own custom class to do your remoting calls? I've done such in Flash. Jeff -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] SOLVED Re: Debugging Java remote Objects in Eclipse

2006-07-24 Thread thunderstumpgesatwork
Got it working! After a lot of trial and error, and searching around about JRun debugging, I've got what works for me. Good Luck, Thunder _ Here is what I did: * Right-click your Java server project, select Debug As - Debug... * If it doesn't already have a new

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread JesterXL
Let's define some terms to make sure we're on the same page. Flash Remoting is 2 technologies. First, the client side portion is the ability for the Flash Player to send binary data objects via binary to and from the server. It can serialize deserialize these objects to from the AMF0 AMF3

[flexcoders] Eclipse: Flex and CFC perspectives help

2006-07-24 Thread Rick Schmitty
I'm sure there is an easy answer to this... but I cannot get it to work. When I define a new Flex project, I link my cfc component path in the project as well. I have CFEclipse installed on Flex Builder, and it recognizes the .cfc files as being from that Perspective but the code

[flexcoders] ValidationResultEvent class: How to access name of form field?

2006-07-24 Thread dadrobson
I understand that the Validator.validateAll() method returns an array of ValidationResultEvent objects. My question is, how do I access the name of the field that failed validation? According to the docs, the field property of the ValidationResultEvent object supplies this. But when I reference

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Rob Rusher
RemoteObject is certainly there and only requires a remoting gateway.http://livedocs.macromedia.com/flex/2/langref/mx/rpc/remoting/mxml/RemoteObject.html You can use Flash Remoting or the Flash Gateway in CFMX or OpenAMF. I have not used OpenAMF with the AMF3, so I'm not positive that it works.

RE: [flexcoders] A very simple XML question

2006-07-24 Thread Tracy Spratt
I believe the XML object will already be at the root so try: source={GetData.Product} If you still have trouble, use a test function to inspect the structure of the GetData object. Use toXMLString() to see the xml. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Battershall, Jeff
Jessie, Thanks for takng the time to craft your excellent explanation. In the Flex2 docs it makes a big deal about how RemoteObject is only available via FDS. But I completely understand that RemoteObject is just a wrapper for remoting and in fact I kinda treated it that way in Flex 1.5 by

[flexcoders] Re: QuickDateFormatter - how can I make it MXML enabled?

2006-07-24 Thread ben.clinkinbeard
OK, I've got it working how I wanted. Would love to hear feedback on my structure as well as whether or not you find this useful. Usage: local:QuickDateFormatter id=qdf date={fieldOne.text} dateFormat={fieldTwo.text} / mx:Label text={qdf.output}/ Source class: package { import

[flexcoders] Reference to View Stack Failing

2006-07-24 Thread Ethan Miller
Greetings - The following compiles fine, but at run time, when the function gets called, I get a null object reference error for demandStack. I've tried a fully-qualified path to demand stack as well... Any ideas? thanks, ethan mx:Script ![CDATA[ public function

RE: [flexcoders] FLEX 2: Databinding return values

2006-07-24 Thread Tracy Spratt
How about this below. Im not sure what binding will provide in this case though. Maybe you can be more specific about what you want? Tracy ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute mx:Script![CDATA[ [Bindable]

Re: [flexcoders] Reference to View Stack Failing

2006-07-24 Thread Rob Rusher
Are the custom components used from the demand namespace containers?ViewStack requires them to be container components.Make sure all of the components used in the ViewStack extend a container component. That should solve your problem Regards,Rob RusherOn 7/24/06, Ethan Miller [EMAIL PROTECTED]

[flexcoders] Manually show slider tooltips

2006-07-24 Thread Brendan Meutzner
Hi,How would I go about manually showing the sliderThumb tooltips... I've been poking around the Slider Class and see the methods I want to call onThumbPress / onThumbRelease but have had no luck subclassing/overriding to acheive what I'd like... any help is appreciated. Thanks,Brendan

RE: [flexcoders] Populating ComboBox from Model/XML

2006-07-24 Thread Tracy Spratt
I have never liked Model, a personal problem, I know. Below is an example using HTTPService, my best friend. Debugging binding is hard, so I almost always use a result handler, again as below. Note that it assumes the xml file in in an assets folder. Change that if necessary.

Re: [flexcoders] Local Connection VS. SWF Loader

2006-07-24 Thread JesterXL
Sounds to me like you are not cleaning up your SWF. If you are going to unload it, make sure you disconnect (in a manner of speaking) and delete all LocalConnection stuff before unloading the SWF. If you don't, it may not work till the Garbage Collector comes along and forcefully removes the

[flexcoders] Re: Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread dcooper2025
WRT Remote Object: with ColdFusion 7.0.2, you get Flash Remoting for free. With a Java or other backend, you'll need FDS, correct. CF 7.0.2 includes parts of the Flex implementation natively that support Remote Object calls, data type marshalling, security, CFC mapping, etc. The CF Flex

Re: [flexcoders] Reference to View Stack Failing

2006-07-24 Thread Ethan Miller
Yes, all the custom components are from the demand namespace and are Panels. They all load fine, it's the reference to the view stack itself that is failing,. Are the custom components used from the demand namespace containers? ViewStack requires them to be container components. Make sure

[flexcoders] Re: Acegi/Spring/Flex authentication

2006-07-24 Thread Dave Wolf
If the scenario works with a JSP page, it will work with Flex. The player is simply inheriting the J2EE jsessionid from the browser. We use Filters and custom JAAS plugins all the time with Flex. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com

Re: [flexcoders] Reference to View Stack Failing

2006-07-24 Thread Rob Rusher
Sample:?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxmlxmlns:demand=components.* mx:Script ![CDATA[ public function whatsNext(e:Event, next:String):void { if( next==tps ) { demandStack.selectedIndex=1; } } ]]/mx:Scriptmx:ViewStack id=demandStack

[flexcoders] Local Connection VS. SWF Loader

2006-07-24 Thread flexnewbie06
Just gonna throw this out there, in case it was missed by someone who might be able to help. SWF Loader in Flex App, loads initial swf and local connection works perfect to stop / play / pause swf. As soon as new swf is loaded into SWF Loader at runtime...local connection no longer works. I

Re: [flexcoders] Reference to View Stack Failing

2006-07-24 Thread Jeff Tapper
it would probably be helpful if you sent a larger snippet of code. the error implies the view stack hasnt been created at the time the whatsNext method is called. So, this inherently leads to a few questions... How is the ViewStack instantiated? Is it a direct child of the Application? Is

[flexcoders] Bug in FlexBuilder 2 New Project Wizard: Doesn't recognize server root

2006-07-24 Thread dadrobson
I installed FDS, following the instructions for Tomcat (copied the WAR files into the webapps folder and restarted Tomcat, then confirmed that the directories were created). I restarted my box, restarted Tomcat again, opened Flex Builder 2.0, then: 1. File - New - Flex Project 2. Selected Flex

Re: [flexcoders] Reference to View Stack Failing

2006-07-24 Thread Jeff Tapper
Rob - I was looking for an example of what Ethan was doing which wasnt working :) At 04:02 PM 7/24/2006, Rob Rusher wrote: Sample: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxmlhttp://www.adobe.com/2006/mxml; xmlns:demand=components.*

Re: [flexcoders] Updates for Flex 2.0?

2006-07-24 Thread Nick Collins
I would agree... especially since SLED10 was released, I'm actually looking to move over to Linux... the only thing preventing me at this point is I've got well, almost everything you guys at Adobe make, and none of it runs on Linux, not even with WINE. Sux bigtime. On 7/24/06, Tom Chiverton

Re: [flexcoders] Embbeding a Flash CFReport inside a Flex App

2006-07-24 Thread Nick Collins
I've been able to have it in there using both the image component or the SWFloader by simply specifying the source as my CFR file, since it returns a SWF. The problem I had is with scaling. When you view the CFR in the browser from a CF server, the controls are a toolbar along the top that

Re: [flexcoders] what happened to ViewStack - changeEffect?

2006-07-24 Thread Ralf Bokelberg
Yep, you have to replace it by show/hide effects of the views Cheers, Ralf. On 7/24/06, thunderstumpgesatwork [EMAIL PROTECTED] wrote: I was using the ViewStack changeEffect=fade to fade between views... how is this accomplished now? I see hideEffect and showEffect inherited from

RE: [flexcoders] A very simple XML question

2006-07-24 Thread Gordon Smith
Joe, in addition to what Tracy mentions, you have some case-sensitivity problems. All your XML element names are lower case, so you must write ... source={GetData.product} ... ... dataField=name ... ... dataField=description ... ... dataField=price ... - Gordon

[flexcoders] Difficulty moving app from dev machine to server

2006-07-24 Thread Joe Stramel
I have been struggling to move the app I wrote to my production server. It works fine on my development machine but I get a send error on the client when coming from the server. I am using Remote Objects and CF 7.0.2. I checked the coldfusion-out.log and I am getting the following: user

Re: [flexcoders] Re: Flex Builder 2 RDS Connection problems

2006-07-24 Thread Nick Collins
I had similar problems, and what it turned out to be is that in the preferences window, under RDS configuration, the port number was set by default to the port for the standalone CF server, not one connected to another web server. I simply changed the port to port 80 and it worked. On 7/21/06,

RE: [flexcoders] CSS type selectors are not supported in components

2006-07-24 Thread Gordon Smith
Flex 2 doesn't support per-component selectors. Put all CSS selectors in the mx:Application, not in MXML components. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tansht Sent: Thursday, July 20, 2006 1:06 AM To:

RE: [flexcoders] concise explanation of sizing (measured, explicit, preferred) custom components

2006-07-24 Thread Gordon Smith
When the LayoutManager sizes a component, it considers three inputs (measuredWidth, percentWidth, and explicitWidth) -- and produces one output (width). The measuredWidth is the component's own notion of how big it should be by default. You don't set the measuredWidth; it is up to

Re: **SL-JUNK** [flexcoders] disable I-beam in textArea, this should be an EASY ONE!

2006-07-24 Thread Sreejith Unnikrishnan
editable=false - Original Message - From: JClouz To: flexcoders@yahoogroups.com Sent: Monday, July 24, 2006 9:30 AM Subject: **SL-JUNK** [flexcoders] disable I-beam in textArea, this should be an EASY ONE! I have textAreas that I don't want to be

RE: [flexcoders] Flex 2 final XML attributes

2006-07-24 Thread Gordon Smith
am i right? No, you can use E4X to get the names and values of XML attributes. Here is an example: var people:XML = people person firstName=Gordon lastName=Smith/ person firstName=Bod lastName=Unknown/ /people; // Loop over the person elements. for each (var

[flexcoders] stage.focus problem with input fields

2006-07-24 Thread Rick Schmitty
I'm having display issues after using stage.focus. I have a component that I'd like to switch from a button click to textInput as part of the functionality. The highlighted portion of the inputText varies based on the last 'known' (?) size. I've tried invalidating everything I can think of but

[flexcoders] Photoviewer example--why no access to class variables?

2006-07-24 Thread wayneposner
Howdy all... I'm hoping someone can clear up a little confusion of mine: In the photoviewer example that comes with Flex 2, why can you only get to the data of the instatiated PhotoService class via mx tags, but when you try to access any of the object via actionscript they always show up as

Re: [flexcoders] TileList and custom Scrollbar

2006-07-24 Thread franto
ok, i didnt see method scrollToIndex();Thanks, it works :)FrantoOn 7/24/06, franto [EMAIL PROTECTED] wrote:HI all,i cant make this work, please help meI have TileList and VScrollBar, which I want attach to TileList but I dont know how...1) TileList hast protected property VerticalScorllbar but

[flexcoders] Sound mute for NetStream

2006-07-24 Thread franto
HI,I'm streaming video for server, and dont know how to mute sound streamI've tried set video.stream.soundTransform.volume = 0;also video.stream.receiveAudio(false)i have no othere ideas :( can you help me please? --

[flexcoders] Flex2 on CFMX

2006-07-24 Thread balconsult2001
Well, according to the technote (http://www.adobe.com/go/4f079a4d) the combining of the flex and cf is no longer supported. Can anyone (Adobe), publish an updated, step by step instruction to getting a CFMX7, Flex2, and JRun4 installation up and running? I deploy an application that uses all 3

[flexcoders] Re: FDS on CFMX configuration problems

2006-07-24 Thread balconsult2001
--- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] wrote: Jim, Can you follow, the technote steps? For the merging web.xml, copy everything except for the messageBrokerServlet from flex web.xml. To work with FDS, your assemblers must be under your server instance

[flexcoders] Re: FDS on CFMX configuration problems

2006-07-24 Thread balconsult2001
Well, it appears as if Adobe has updated the technote to configure Flex and ColdFusion. Stating that it does not support the combining of the two anymore. See http://www.adobe.com/go/4f079a4d So, can anyone (Adobe) provide step by step, updated instructions for configuring a Flex2, CFMX7, and

[flexcoders] TileList and custom Scrollbar

2006-07-24 Thread franto
HI all,i cant make this work, please help meI have TileList and VScrollBar, which I want attach to TileListbut I dont know how...1) TileList hast protected property VerticalScorllbar but I can access it (dont knowhow) 2) on scroll event of custom scrollbat i cant set fist visible item of

Re: [flexcoders] stage.focus problem with input fields

2006-07-24 Thread JesterXL
Try: inputField.setFocus(); inputField.setSelection(0, inputField.text.length); - Original Message - From: Rick Schmitty [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 24, 2006 6:04 PM Subject: [flexcoders] stage.focus problem with input fields I'm having display

[flexcoders] keep-generated-actionscript option in builder or in project file

2006-07-24 Thread Pan Troglodytes
Is there some way to set the keep-generated-actionscript=true in Flex Builder or in the .project file (the arguments section looked promising but I couldn't get the format to what it liked)? Or is it only available on the command line compiler? -- Jason __._,_.___ -- Flexcoders Mailing

Re: [flexcoders] tracing into SDK

2006-07-24 Thread Pan Troglodytes
Well, to answer my own question, its SORTA obvious. You can place breakpoints in the SDK libraries. You just have to do it through keystrokes, and since it doesn't show the line numbers, there is no visual feedback (bad). But if you look in the Breakpoints window, it set one. And when you run

[flexcoders] Re: mx:State creationPolicy Oddity

2006-07-24 Thread gotgoose09
They are in VBoxes. I tried adding creationComplete=ns1.validateNow(); and show=ns1.validateNow(); to the NumericStepper(called ns1), but that didn't work. (remember, you can view the swf's source) --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Whoa... that's whack. What

[flexcoders] equivalent binding using BindingUtils

2006-07-24 Thread Pan Troglodytes
I'm trying to figure out how to do an equivalent MXML binding in AS using BindingUtils. It's part of a datagrid item renderer. There MXML looks like this: mx:Label id=lbl text={listData.label}/ While that does warn about listData.label not being bindable, it does work (at least for the

[flexcoders] Re: QuickDateFormatter - how can I make it MXML enabled?

2006-07-24 Thread gotgoose09
First of all, I would read Creating and Extending Flex 2 Components Creating Nonvisual Flex Components Creating Custom Formatters Creating a custom formatter in the documentation. The documentation for DateFormatter says that it has a formatString variable, so you can get rid of str_dateFormat

Re: [flexcoders] How does attachMovie work?

2006-07-24 Thread G
Thank you for this detailed explanation. The confusion for me is that attachMovie creates an instance of the object with the new name given--that's what the documentation and all the examples say. But that name is not known to the flex compiler, so you can't do this:

Re: [flexcoders] undelete/move to trash options for builder

2006-07-24 Thread Pan Troglodytes
You've been an awfully big help, Tom.On 7/24/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 21 July 2006 19:19, Pan Troglodytes wrote: I'd still suggest moving to the trash instead of deleting outright.If you delete the project, you're screwed!Welcome to the world of source control.--Tom

Re: [flexcoders] Anyone know the answer? Embed images in one MovieClip, use in another?

2006-07-24 Thread G
Hi Jester-- Your example here is exactly what we don't want to do. We don't want to embed all the images we need into the swf--it makes the file size too big. However, we don't want to load the images dynamically each time we need them--that's too slow. Our application is a game that uses

Re: [flexcoders] TextSnapshot not working in Flex 2

2006-07-24 Thread Jignesh Satra
Thats OK but then how do I have static text in Flex?Also, is there any other way to find X and Y co ordinates for a specific character in TextArea?Thanx in advance, Jignesh SatraJesterXL [EMAIL PROTECTED] wrote: TextSnapshot is only for static text, not dynamic or input.-

[flexcoders] Problem in displaying data in Combo Box

2006-07-24 Thread Vinod M Jacob
Hi all,I am working on Flex 2.0.I am faced with a problem.I need to display datafrom the .XML file into the combo box.Earlier i used mx:Model and an array collection to display data in combo box in flex 2 Beta 3version and it was working fine.Now i have changed the same code to flex 2

RE: [flexcoders] Re: Acegi/Spring/Flex authentication

2006-07-24 Thread Allen Riddle
We are using that exact combination. Nothing special had to be done. We just have Flex use an HttpService to log in (points to your Acegi authentication endpoint), and Flex then uses the cookie thats returned. After that, all SOAP calls are secured by Acegi. If youre wanting to use

RE: [flexcoders] Re: complex object in cairngorm

2006-07-24 Thread Cesar Torrejon
De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Tim HoffEnviado el: lunes, 24 julio, 2006 8:52Para: flexcoders@yahoogroups.comAsunto: [flexcoders] Re: complex object in cairngorm Hi Robert, On the server side you can design your data model as a relational

[flexcoders] AS2 - AS3 Question - onReleaseOutside()?

2006-07-24 Thread fuad_kamal
There's a doc out on AS2 - AS3 conversions: http://livedocs.macromedia.com/flex/2/langref/migration.html For the AS2 onReleaseOutside() EventHandler it says this is now handlded by a mouseUp event after a call to flash.display.InteractiveObject.setCapture(). However, I don't find any

[flexcoders] has anyone ever disabled selectability for a textArea??

2006-07-24 Thread JClouz
I'm sorry to be a bother but this seems like it should be so easy but its driving me nuts. I want to get rid of selectability/i-beam mouseover cursor on a textArea field. With a Text component, you just set. myText.selectability = false. How do I do it for a textArea field? Can it be

[flexcoders] Returning query results to flex from CFC

2006-07-24 Thread michrx7
I am trying to populate a datagrid with results from a cfc. This should be simple. I have written the simply Hello World cfc and gotten the string to display, but am really struggling getting a query to return and display. If someone would help it would be appreciated. Here is my CFC

  1   2   >