[flexcoders] Extending TreeItemRenderer

2007-05-30 Thread sarah_e_boys
I would like to know how I pass a string (topicTitleParameter) in to the extended TreeItemRenderer class below. package samples { import mx.controls.treeClasses.*; import mx.collections.*; //Item renderer: public class MyTreeItemRenderer extends

[flexcoders] Re: Extending TreeItemRenderer

2007-05-30 Thread sarah_e_boys
@yahoogroups.com, Flexing... [EMAIL PROTECTED] wrote: have a look at http://flex-apollo.blogspot.com/2007/05/single-itemrenderer-for- multiple.html On May 30, 2007, at 6:22 PM, sarah_e_boys wrote: I would like to know how I pass a string (topicTitleParameter) in to the extended

[flexcoders] Deploying Flex app to web server

2007-05-31 Thread sarah_e_boys
I get the following error when I deploy and access my Flex app on a web server. Can anyone help? TypeError: Error #1009: Cannot access a property or method of a null object reference. at samples::MyTreeItemRenderer/set data()

[flexcoders] Error #1009 - Problem running swf on production server

2007-05-31 Thread sarah_e_boys
I get the following error when I try and run my application on a production server: TypeError: Error #1009: Cannot access a property or method of a null object reference. at samples::MyTreeItemRenderer/set data() The application works fine if I reference it with http://localhost or

[flexcoders] Re: Deploying Flex app to web server

2007-06-01 Thread sarah_e_boys
data from being returned in the production environment. --- In flexcoders@yahoogroups.com, sarah_e_boys sarah_e_boys@ wrote: I get the following error when I deploy and access my Flex app on a web server. Can anyone help? TypeError: Error #1009: Cannot access a property

[flexcoders] Re: Error #1009 - Problem running swf on production server

2007-06-01 Thread sarah_e_boys
, at 12:19 AM, sarah_e_boys wrote: I get the following error when I try and run my application on a production server: TypeError: Error #1009: Cannot access a property or method of a null object reference. at samples::MyTreeItemRenderer/set data() The application works fine if I

[flexcoders] Re: Deploying Flex app to web server

2007-06-01 Thread sarah_e_boys
in the production environment. --- In flexcoders@yahoogroups.com, sarah_e_boys sarah_e_boys@ wrote: I get the following error when I deploy and access my Flex app on a web server. Can anyone help? TypeError: Error #1009: Cannot access a property or method of a null object

[flexcoders] AS3 library for Yahoo! maps

2007-06-06 Thread sarah_e_boys
Is it possible to open a Yahoo map in Satellite view? I am using Flex 2 with the AS3 library for Yahoo! maps. I can see that the widget class allows you to show the Satellite Control Widget but am not clear on whether the view can be set to satellite when the map is first displayed.

[flexcoders] Re: AS3 library for Yahoo! maps

2007-06-06 Thread sarah_e_boys
In case anyone else is looking for a solution.. mapController = new MapController(myAS2Map); mapController.setMapView(Satellite) --- In flexcoders@yahoogroups.com, sarah_e_boys [EMAIL PROTECTED] wrote: Is it possible to open a Yahoo map in Satellite view

[flexcoders] Event listening and broadcasting

2007-06-15 Thread sarah_e_boys
Can anyone point me to some example code or explain how I might listen for an event in a custom component that is broadcast by another custom component? The basic nesting of my components in the application are as follows: mainapp viewer filter/ detailsPanel map/ list/ summary/ /detailsPanel

[flexcoders] Security sandbox violation 2048

2007-12-06 Thread sarah_e_boys
I was hoping someone could help me with this security violation error I am getting. I recently uploaded my image gallery application to a server and when I try to download an image via a zip file I get this error. It was working fine locally. As a simple test I have used the following code.

[flexcoders] Re: Security sandbox violation 2048

2007-12-06 Thread sarah_e_boys
Thanks Tom. I have a crossdomain.xml file. The problem is that I misspelt the domain name in my code. info-hrw should be info.hrw- uk.local... --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 06 Dec 2007, sarah_e_boys wrote: I was hoping someone