[flexcoders] Error #1009: null has no properties.

2006-05-08 Thread sreedhar reddy
Hi, I am working with view states. Here, i am getting problem when i moved to next state by clicking a button. the moment i click the button, that takes me to new state and there i have accordian component. here, when i want to brose through the accordian it is showing error as follows:

[flexcoders] Help with renderer in DataGrid

2006-05-08 Thread flexabledev
I am struggling with trying to figure out the best way to implement a renderer that would conditionally display iconic buttons in a DataGrid column if the Row has been selected. Also, when variableRowHeight is set to true how does one make sure that text is vertically centered in the rows whose

Re: [flexcoders] Error #1009: null has no properties.

2006-05-08 Thread Michael Schmalle
Hi, If you are using mx:AdChild on the Accordion, try setting the property of the AddChild tag's creationPolicy to 'all'. This way all the children are created and you shouldn't get this error, I had same issues with the TabNavigator. Any other options, well I don't know about yet ;-) The

RE: [flexcoders] Weird behavior with Flex 1.5 and ISAPI Filter

2006-05-08 Thread João Fernandes
Tom, I dont get any _javascript_ error and I get the generated code is the one expected. I tested with FF and IE, with Flash Player 8 and 8.5 and nothing works. For 1 ½ year everything worked fine with this configuration and now I cant have it working. I even copied a working

Re: [flexcoders] Calendar pop-up window out of the bound

2006-05-08 Thread jeremy lu
I ran into this problem (along with PopUpMenuButton and several other comonents), digging into it now, guess I will have to override showSubMenu() or similar method to get the pop-up back in bound.will report back if I found the solution. On 5/8/06, dodenoros [EMAIL PROTECTED] wrote:

Re: [flexcoders] Calendar pop-up window out of the bound

2006-05-08 Thread Anant Gilra
Hi David,Looks like a bug. Where exactly is the DateField placed, when it goes out of the bounds. Could you share the code/log a bug for this.Thanks,Anant.On 5/8/06, dodenoros [EMAIL PROTECTED] wrote: HiDateField component is used in application for display and choose thedate. Pressing on

RE: [flexcoders] Flex 2 - i18n

2006-05-08 Thread Tobias Patton
http://livedocs.macromedia.com/labs/1/flex20beta2/1159.html -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Devis Sent: Monday, May 08, 2006 5:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2 - i18n HI, we are

RE: [flexcoders] Installing Flex 2 beta 2 with flash remoting against multi-home ColdFusion.

2006-05-08 Thread Ian Skinner
Can anybody point me to documentation or explanation of just what one needs to put into the endpoint uri parameter in the flex-enterprise-services.xml file? I think I am close to getting the phones example running. I can get the Flex frame work to run, I can see the container in the browser.

[flexcoders] Re: WebService Trouble PRT 2

2006-05-08 Thread ben.clinkinbeard
http://www.mail-archive.com/flexcoders@yahoogroups.com/ --- In flexcoders@yahoogroups.com, Faisal Abid [EMAIL PROTECTED] wrote: Sorry for posting agan , i lost the previous emails due to a thunderbird crash an im posting this again *Okay look this is my code so far What am i doing

[flexcoders] Re: Weird behavior with Flex 1.5 and ISAPI Filter

2006-05-08 Thread Doug Lowder
Just curious, but do you have the IE ActiveX hotfix applied? Sounds like something similar to what I saw with the hotfix applied, although I'm not using IIS. --- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] wrote: Hi there, I'm having this issue with my devbox, I

[flexcoders] Re: Error #1009: null has no properties.

2006-05-08 Thread Tim Hoff
I doubt that this has anything to do with the view states. You probably have a field or binding in the accordion control that isn't being initialized or set to to a value before the control is shown. Just a thought. Tim Hoff --- In flexcoders@yahoogroups.com, sreedhar reddy [EMAIL

RE: [flexcoders] Re: Weird behavior with Flex 1.5 and ISAPI Filter

2006-05-08 Thread João Fernandes
No I havent, Anyway its solved, there was missing a mapping for the connector. We found out because without those mappings it worked (dont ask me how). Anyway, thanks for  helping, João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João

[flexcoders] Re: Error thrown when opening a TitleWindow

2006-05-08 Thread Doug Lowder
Try commenting out the three PopUpManager calls and see what happens. The winBanco TitleWindow is defined as part of your application, but you are also instantiating it as a popup window. This is probably not what you want. If you want winBanco to be a draggable popup window, move the

RE: [flexcoders] Flex 2.0 b2: XML

2006-05-08 Thread Deepa Subramaniam
You can delete any portion of an XML document by using the 'delete' operator in e4x. -deepa -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tyombria Sent: Saturday, May 06, 2006 12:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] reading id3 tags off external mp3 files?

2006-05-08 Thread arpit mathur
Can anyone send me a quick example of how to read id3s on mp3s?...my code doesnt work and i am not sure waht i am doing wrong -arpit\ - Original Message From: arpit mathur [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Sunday, May 7, 2006 6:27:18 AMSubject: [flexcoders] reading

[flexcoders] How can I sort a hash in Actionscript?

2006-05-08 Thread rigidcode
If I have an Object (there's no hash class in Actionscript 3 right??), is there a way to sort it according to one of it's member's properties? For example: var o:Object = new Object(); o['something'] = new Thing(); Thing(o['something']).order= 20; o['another'] = new Thing();

Re: [flexcoders] Re: Error thrown when opening a TitleWindow

2006-05-08 Thread Misael
Ok, I´ve done it but still doesnt work. I´ve created the winBanco.mxml file ?xml version=1.0 encoding=utf-8?mx:TitleWindow xmlns:mx= http://www.adobe.com/2006/mxml xmlns=* layout=absolute mx:StringValidator id=valBancoCodigo source={xBancoCodigo} property=text required=true

[flexcoders] Is it possible to dynamically get a PrintScreen Image?

2006-05-08 Thread Raheen M Shabbazz
I've got a dynamic application that can be in any number of view-states. Generally speaking, no two states are the same. I've got a method set up to change the view-state by listening to the mouse wheel. The has the effect of zooming the view-state of my application. I put that in quotes

Re: [flexcoders] Re: Adding a close button to a tab? (Flex 1.5)

2006-05-08 Thread P Trisnadi
I found the solution I needed from the archive dated June 8, 2005 (wow!) This is great, because now I can "close" my tabs in my TabNavigator.There are 2 other problems, though:1. if I create a new child, the previously "closed" tab re-appears as a tab-less child. So visually, I have tab0, then a

[flexcoders] onMouseWheel -- Works in MXML, not when embedded into HTML

2006-05-08 Thread Raheen M Shabbazz
My app is listening for the onMouseWheel event. If I directly view the mxml application, it works just fine. If, however, I embed the swf into an html (in my case JSP) page, the onMouseWheel is never triggered in the swf -- only in the parent html page (which scrolls up and down accordingly).

[flexcoders] Creating a two item grid row with addChild. Need big time help.

2006-05-08 Thread Jeremy Rottman
I am working with some test code to create a two item grid row using add child. I can create a single item grid row, and have it output my test but it does work when I try to add two items. I return from my cfc, an array that holds all the information to populate this. Depending on how many I

[flexcoders] Re: Is it possible to dynamically get a PrintScreen Image?

2006-05-08 Thread Tim Hoff
I wonder if you could use the print function result, but bypass sending it to the printer. TH --- In flexcoders@yahoogroups.com, Raheen M Shabbazz [EMAIL PROTECTED] wrote: I've got a dynamic application that can be in any number of view-states. Generally speaking, no two states are the

[flexcoders] Gui component events inside mx:Repeater

2006-05-08 Thread djbrown_rotonews
I've got the following GUI component that updates a value inside an mx:Model I've defined: mx:ComboBox x=625 y=0 id=cbStartTime rowCount=10 dataProvider={hours.hour} change=timeRange.STARTTIME=cbStartTime.selectedItem.data/ I'm in the process of adding a mx:Repeater construct around one

[flexcoders] Tree get each node as required

2006-05-08 Thread David Harris
Hi guys, I am in the process of creating a tree that may end up with ALOT of nodes, so would like to get the nodes back as the user expands a node. I am guessing this is quite a common thing to require, so can anyone point me to an exmaple I can grab and look at? Cheers -- Flexcoders

[flexcoders] Re: Gui component events inside mx:Repeater

2006-05-08 Thread Tim Hoff
Each control (Repeater, comboBox) needs to utilyze binding. If you use an arrayCollection as the dataProvider for all your controls, you can easily manipulate and bind the data that resides in the model (preferably modelLocator). TH --- In flexcoders@yahoogroups.com, djbrown_rotonews

[flexcoders] Re: Gui component events inside mx:Repeater

2006-05-08 Thread Tim Hoff
You might also wan't to check this out: http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=231 Cheers, Tim --- In flexcoders@yahoogroups.com, "djbrown_rotonews" [EMAIL PROTECTED] wrote: I've got the following GUI component that updates a value inside an mx:Model I've

RE: [flexcoders] How can I sort a hash in Actionscript?

2006-05-08 Thread Francis Cheng
ActionScript 3.0 does have a hash class, named Dictionary, which you can find in the flash.utils package. You can rewrite your o Object as a Dictionary, but ActionScript 3.0 doesn't have the equivalent of the 'sort' keyword in Perl where you can do something like: // Perl code foreach $key

[flexcoders] Out of memory error

2006-05-08 Thread Chaitu Vadlapatla
Hey All, I am seeing the following error right now An out of memory error has occurred. You can prevent these errors in the future by increasing your heap size before you start the workbench using the vmargs Xmx command line option Any help would be greatly appreciated.

RE: [flexcoders] WebService Flex 2.0

2006-05-08 Thread Geoffrey Williams
WebService calls are asynchronous... [NotTested]: mx:Script ![CDATA[ public function GetHelloWorld():void { CustomerServices.HelloWorldws.addEventListener(result, HelloWorldwsResult); CustomerServices.HelloWorldws.send (); } public function HelloWorldwsResult(event:ResultEvent):void

[flexcoders] Individual Tab Header Colors

2006-05-08 Thread Tim Hoff
I read a great post recently that showed how to apply styles to individual tab headers in a tabNavigator with AS3. And like an idiot, I failed to bookmark it. Does anyone have a quick link that shows how to do this? I searched, but came up dry. As always - thanks, Tim Hoff --

[flexcoders] Flex 2 beta 3 available

2006-05-08 Thread João Fernandes
Title: Flex 2 beta 3 available Just to say that Flex 2 Beta 3 is already available on labs ! João Fernandes -- 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] Flex 2 beta 3 available

2006-05-08 Thread JB
Title: Flex 2 beta 3 available Hi,I just downloaded the new flash player 9(mac version), but I get this error:VerifyError: Error #1014: Class flash.util::Timer could not be found. at mx.managers::SystemManager/initialize() at mx.managers::SystemManager/::initHandler()Does anyone know why this

[flexcoders] Re: Flex 2 beta 3 available

2006-05-08 Thread Geoffrey Williams
http://labs.adobe.com/wiki/index.php/Flex:Beta_2_to_Beta_3_Changes import flash.utils.Timer --- In flexcoders@yahoogroups.com, JB [EMAIL PROTECTED] wrote: Hi, I just downloaded the new flash player 9(mac version), but I get this error: VerifyError: Error #1014: Class flash.util::Timer

RE: [flexcoders] Validation framework and changing the way tooltips get triggered (F2B2)

2006-05-08 Thread Deepa Subramaniam
If you're using Flex 2, check out triggerEvent in the Validator class. That allows you to specify which event triggers the validation. I believe by default this happens when you remove focus from the component, but you can use triggerEvent to customize the behavior. -deepa -Original

RE: [flexcoders] Flex 2 beta 3 available

2006-05-08 Thread Deepa Subramaniam
Title: Flex 2 beta 3 available You need to re-build your swfs to be compliant with the Beta 3 source code and be sure to use the player that is packaged with the Beta 3 build. There should be documentation on the labs site that call out code changes in the Flex framework and in the

RE: [flexcoders] Flex 2 beta 3 available

2006-05-08 Thread JB
Title: Flex 2 beta 3 available Hi Deepa and Geoffrey,Thank so much for your help.I just am re-compiling everything,and it sounds like this will fix everything.I also am reading the documentation on labs.Thanks very much for your help. I am still a newbie, but still stoked!JohnDeepa Subramaniam

Re: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread jeremy lu
you can getChildAt() to get the individual button instance then setStyle() on it. see if this work.On 5/9/06, Tim Hoff [EMAIL PROTECTED] wrote: I read a great post recently that showed how to apply styles toindividual tab headers in a tabNavigator with AS3.And like an idiot,I failed to

RE: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread Gordon Smith
Close... that should be getTabAt(), not getChildAt(). The tabs are actually grandchildren of the TabNavigator; they are children of the TabBar that is a child of the TabNavigator. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeremy lu

Re: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread jeremy lu
thanks Gordon, another new api scrub ? :-)On 5/9/06, Gordon Smith [EMAIL PROTECTED] wrote: Close... that should be getTabAt(), not getChildAt(). The tabs are actually grandchildren of the TabNavigator; they are children of the TabBar that is a child of the TabNavigator. -

[flexcoders] Draw Box Crop Tool?

2006-05-08 Thread Aly Sidi
Hello,This is probably a noob question..but here goes.anyone know to turn this into a MXML component What i really want is to be able to drag a box like on this site : http://www.myheritage.com/FP/Company/faceSamples.php?s=1u=g0lang=ENclick the pic then click the image crop tool.i just

[flexcoders] mx:States and caching

2006-05-08 Thread sof4real03
Is there a way to force states to recreate children objects? Using the RemoveChild does not delete the child instance. Any insight into this matter? - Sof -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Flex 2 B 2: TileList, ItemRenderer, and events.

2006-05-08 Thread Douglas Knudsen
seems Beta 3 addressed this...yeehaw! DK On 5/8/06, Douglas Knudsen [EMAIL PROTECTED] wrote: Ok, banging my head on this for far too long. I have a Flex app using a TileList and a custom ItemRenderer called ThumbNail.mxml. ThumbNail.mxml is composed of say two images, a up arrow and a down

[flexcoders] Re: Gui component events inside mx:Repeater

2006-05-08 Thread djbrown_rotonews
In the snippet I've included below, {hours.hour} is just a reference to some static XML that contains 24 strings (one for each hour), with the value I want associated with each (ie, 23:00 etc...) timeRange is a model that contains the current endTime (another ComboBox, in the same nature as

[flexcoders] wierdness with flex2beta3 flexstore demo app and FF

2006-05-08 Thread Barry Beattie
just did a player 9 install in IE http://flexapps.macromedia.com/flex2beta3/flexstore/flexstore.html comes up fine in FF, I get a flash message saying content required FP8 (but 9 is installed) anyone else get this too or is it just me? -- Flexcoders Mailing List FAQ: