[flexcoders] Can you specify effect parameters in CSS stylesheets?

2006-11-18 Thread tombaggett
Hi all, I'd like to make my UI components transition from one CSS style to another instead of instantly changing. For example, I'd like the state of a button to fade from its normal style to its mouseover style when I move the mouse cursor over a button. Is it possible to set this up in the

[flexcoders] Re: Flex Web service result are not proper

2006-11-18 Thread teamria
Actual Result from Web Service == UserLoginResponse xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns=http://www.test.com/BusinessLogic/WebServices; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

[flexcoders] Problems with dynamic column series showDataEffect

2006-11-18 Thread daannnb
Hi All I'm having a few problems assigning data effects to a dynamically generated column series, while I can create a new series dynamically ok, just don't seem to be able to get the showDataEffect to work, a cut down version of the code that I'm using is below; ?xml version=1.0

[flexcoders] Re: Return of single object from ColdFusion

2006-11-18 Thread Wally Randall
That generated a coercion error. --- In flexcoders@yahoogroups.com, bobignacio [EMAIL PROTECTED] wrote: You can always try the following: thisPerson = (Employee)(event.result); However, you may get the error of cannot convert Object to Employee. But its worth a try. Bob I. ---

Re: [flexcoders] Return of single object from ColdFusion

2006-11-18 Thread greg h
Wally, The result of a cast is a null? I wish that I could say that I encountered and solved that problem (but I can't). If you can send a little more code maybe I (or someone else here) will be able to see where the current logic is failing. If you might be up for it, following are notes on

Re: [flexcoders] Can you specify effect parameters in CSS stylesheets?

2006-11-18 Thread Igor Costa
Tomy I think it could but based on the class path. But kind of example you said I think probably can't. On 11/17/06, tombaggett [EMAIL PROTECTED] wrote: Hi all, I'd like to make my UI components transition from one CSS style to another instead of instantly changing. For example, I'd like

Re: [flexcoders] Re: Ely: How do you wordwrap a label on a bar chart?

2006-11-18 Thread Igor Costa
Or as Tim said, you could also uses this private function toolTipReport(e:HitData):String { var relatorioTip:String = ; relatorioTip += bCustom Label:/b +e.item.col_1+br; relatorioTip += bCustom Label2:/b + e.item.col_2 + br; relatorioTip +=bCustom Label3:/b + e.item.col_3+br;

Re: [flexcoders] Looping creating objects...

2006-11-18 Thread dj
I know that mxml makes this stuff easy, but for me I prefer using the Actionscript then using a repeater tag... OK, so I don't know why I didn't think of this earlier, sometimes i wonder where my head's at? private var myRadios:Array = new Array(); private function

Re: [flexcoders] Re: States create all their children

2006-11-18 Thread Igor Costa
David's you could uses currentStateChanging to do the dispatchEvent. in the Object you want to do it. REgards. On 11/17/06, David Harris [EMAIL PROTECTED] wrote: Hi Matt, the problem isn't the ViewStack, but the states. If you have 2 states, and then you go from one to another, all the

[flexcoders] NetConnectionDebugger

2006-11-18 Thread pauscato1
Hi in flex 1.5 we used NetConnectionDebugger for debuggung owe VO this tool was greeat, is there a NetConnectionDebugger for flex 2 ? Cato

Re: [flexcoders] Newbie Question: Paging a Datagrid.

2006-11-18 Thread Igor Costa
PCM. Just dind't figure out what exactly you need it. But I guess you are talking about CSS style. you can do it. Just take a look at the CSS Style section in the Datagrid Docs. Best. On 11/17/06, proudestcodemonkey [EMAIL PROTECTED] wrote: I'd like to have a datagrid in my Flex

Re: [flexcoders] Communicating with an embedded SWF from Flex App

2006-11-18 Thread Igor Costa
Ryan Using Localconnection can help you out, actually has and LiveDocs where uses this to communicate between AVM1 and AVM2 swf files. Regards. On 11/17/06, ryanlevere [EMAIL PROTECTED] wrote: I have recently begun migrating an application that was originally written in C# to Flex. The

Re: [flexcoders] events? Should I use mx.events or flash.events?

2006-11-18 Thread Igor Costa
Depends on what are you going to apply it. mx.events it's used to Flex Events and elements packages. flash.events it's used to the new DOM of elements that could used to extend or new components that are coming throw it, wich also supports EventDispatcher base class for it Regards. On

Re: [flexcoders] AutoScroll Text Area, and AS3 timer

2006-11-18 Thread Igor Costa
Just try to use Timer Class. Do the same as setInterval in AS2. Regards. On 11/17/06, Rachel Maxim [EMAIL PROTECTED] wrote: I am in need of a news ticker/scroller too, and I'm wondering if I'm just better off building it in Flash rather than Flex? Another question related to the

Re: [flexcoders] Re: Ely: How do you wordwrap a label on a bar chart?

2006-11-18 Thread dj
Tim: I gave this a shot am I missing something here? Wordrapping isn't working for me, the text is still cut off. I appreciate your time in showing me this. Regex is all new to me, but it's all the rage. Thanks, Patrick Tim Hoff wrote: Patrick, Sorry to highjack your thread. Here's

Re: [flexcoders] Logout Button in Application

2006-11-18 Thread Igor Costa
Kumar. Just refresh your Page, I guess this could help you . public function logoff():void { var url:URLRequest = new URLRequest(PageAppWarpper.html); navigateToURL(url, _self); } Regards. On 11/18/06, KP [EMAIL PROTECTED] wrote: Hi All, In my Application I have authentication

RE: [flexcoders] NetConnectionDebugger

2006-11-18 Thread Peter Farland
There isn't an equivalent feature out of the box... but here are some other options you might consider for Flex 2: * RemoteObject uses Channels to communicate with remote endpoints. These channels log events at various levels. You can see this information by creating a logging target to listen

[flexcoders] Flex Upload Handling (design)

2006-11-18 Thread Sebastian Zarzycki
Hello there, Here at Microplan we have some trouble with the design of project we're currently workin on. It's some kind of company recruitation system, built on Flex 2, exchanging data with tomcat server application via webservices. Main part of the system is the ability to fill CV form,

[flexcoders] Re: Logout Button in Application

2006-11-18 Thread nathanpdaniel
You could also try setting a Boolean value to true once a user has logged in. When they loggout, set the variable to false. In your app, anytime that variable is false, it will force a log in. --- In flexcoders@yahoogroups.com, Igor Costa [EMAIL PROTECTED] wrote: Kumar. Just refresh your

Re: [flexcoders] Flex Upload Handling (design)

2006-11-18 Thread hank williams
This is a current failing in the flash/flex design. The way that I deal with it is to, before doing the actual upload, to send the data associated with the upload to the server first. The server then sends back an itemID or ticketID or something like that. When you do the upload you send with

Re: [flexcoders] Communicating with an embedded SWF from Flex App

2006-11-18 Thread dj
Ryan: Here's a cheap and fast, dirty way to pass flashvars to a loaded swf file. I did this with some text effects. Cheers, Patrick textEffectsVar1 =components/TextEffects.swf?displayname=+displayName+fontColor=+displayNameColor; mx:SWFLoader source={textEffectsVar1} / Igor Costa

RE: [flexcoders] Iterating through a loop with radiobuttons - giving unique instance

2006-11-18 Thread Gordon Smith
If you have to do it in ActionScript, just use an Array of RadioButton references: Declare var myRadioButtons:Array = [ ]; and then store a reference to the ith one that you create: myRadioButtons[i] = new RadioButton(); But it is easier to use Repeater in MXML:

[flexcoders] chart and dataProvider

2006-11-18 Thread ddanone2
Using same sample from Adobe doc to show a chart but trying to load data with HTTPService. Don't know why it doesn't show anything. Please any suggestions, thanks. This is the XML file: ?xml version=1.0 encoding=iso-8859-1? data mes label='Enero' dia label='01/01/2006'

[flexcoders] Finding Nodes in XML by ONLY attribute..

2006-11-18 Thread Steve Kellogg @ Project SOC
Hello, I've got a (seemingly) tricky XML issue that I need some advice on. I've got an XML tree that is the DataProvider for a Tree Control in my application. I need to sometimes find all of the nodes in this Tree with a certain ATTRIBUTE VALUE regardless of the NAME of the Node. For

[flexcoders] MXML - Problem embedding FLA symbol

2006-11-18 Thread slangeberg
I'm trying to import a swf symbol into Flex 2. However, the following code works great in AS3 project, but NOT in an MXML project: [Embed(source=../Art.swf, symbol=car_blue)] private var CarBlue:Class; private function init():void { var car_blue:Sprite =

Re: [flexcoders] OK, seriously. Why can't I make a global var?

2006-11-18 Thread dj
Van De Velde: I tried you example to get the singleton pattern down of creating some global static variables. Of course I created my package and class for my own set-up and I'm getting compile errors. Thanks for your help, being a relative newcomer, I appreciate your time and patience,