Re: [flexcoders] Flickr: Sandbox issue with unavaiable.gif

2007-11-15 Thread Tony Alves
Interesting, because it does have a cross domain. http://l.yimg.com/crossdomain.xml Maybe it using http://l.yimg.com/www.flickr.com/ http://l.yimg.com/www.flickr.com/images/photo_unavailable.gif as the root of the domain. Try to set up the |loadPolicyFile()| method for the above crossdomain.

Re: [flexcoders] Converting app to use modules

2007-11-14 Thread Tony Alves
Scott, I may get corrected on this one, but take it for what it is worth. I thought you had to create an instance of manager classes in the main application even if you did not use them there. So you would put something like the following into your MainView.mxml : private var

Re: [flexcoders] Re: OT: Netiquette Question

2007-10-27 Thread Tony Alves
This is one of the most fun I have had on flexcoders in a long time. I am on the floor rolling around and laughing so hard. (I have long arms for typing) Gmail does help with a lot of the issues, that is why I changed to a gmail account a while back for my group emails. I also switched to

Re: [flexcoders] Button inside a DataGridColumn..is it Possible?

2007-10-26 Thread Tony Alves
Hello Tarun, It is definitely possible. There are a lot of people with examples. Check out Alex Harui's blog http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.html This would give you a start. Regards, Tony tarun chandra wrote: Hi I was trying to find ways to put a

[flexcoders] error in AIR application

2007-10-15 Thread Tony Alves
I am getting an error on a line in my AIR application: ReferenceError: Error #1069: Property _bindings not found on components.EmployeeListPanel and there is no default value. at

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-21 Thread Tony Alves
, Mike On 9/20/07, *Tony Alves *[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Now there is an example of why you should use flex over ajax. oneproofdk wrote: Hi Mike Sounds good - if you dont mind the trouble - I'd love to see an example on how to make

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Tony Alves
Now there is an example of why you should use flex over ajax. oneproofdk wrote: Hi Mike Sounds good - if you dont mind the trouble - I'd love to see an example on how to make the Apple version Thanks for your reply though. Mark

Re: [flexcoders] caringorm architecture

2007-09-19 Thread Tony Alves
Did you not like any of these? http://www.google.com/search?q=cairngorm+examples seemaherein wrote: Hi, i have been asked to look at caringorm architecture usage for my applications. I searched on net for tutorial but coudn't find a good one. If anybody has any tutorial, please send that

Re: [flexcoders] Can I use Flex to create flash widgets? that are embedded in HTML/JS web-app?

2007-09-18 Thread Tony Alves
Try this article by Ted Patrick: http://www.onflex.org/ted/2007/08/fxwidget-flex-swf-swfobject-custom-html.php Satish Kumar.M wrote: I want to use Flex for creating chart widgets. and embed those widgets in another HTML/JS web-app. Can I use Flex for that? I dont want to create a full-blown

Re: [flexcoders] Re: Searching array for item

2007-09-17 Thread Tony Alves
I feel you buddy. 7days and average 10-14 hours here. Glad to help out. I may blog the example when I get time. Regards, Tony candysmate wrote: --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Tony Alves [EMAIL PROTECTED] wrote: Type Three into the Value Text Input

Re: [flexcoders] Searching array for item

2007-09-16 Thread Tony Alves
Is it createCursor(), Alex? Alex Harui wrote: getItemIndex takes an item, which you can find() in a getCursor() on the collection. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of

Re: [flexcoders] Searching array for item

2007-09-16 Thread Tony Alves
Alex, I have tried the method you suggest, but it did not act the way I wanted, because it forces me to create a sort on my ArrayCollection, which sorts my grid. I extended the datagrid to find the value I am looking for based on the value and the name of the value. Let us know if you see a

Re: [flexcoders] Ruby on Rails Server and Security error accessing url

2007-09-12 Thread Tony Alves
Is the crossdomain.xml file in the root of admin.domain.com? digitaljedis wrote: Hey Guys, I'm running my server through Media Temple while I develop my little applications before putting them onto dedicated servers and I'm running into a little problem. I've got the following code being

Re: [flexcoders] Link in one tab that opens the sister tab

2007-09-08 Thread Tony Alves
I control my tabs like this from the container/application holding the tab. myTab.selectedIndex=myTab.getChildIndex(sisterID); This is how I control the tabs from within the children var tn:TabNavigator = parent as TabNavigator; tn.selectedIndex =

Re: [flexcoders] Re: NEW FLEX WEBSITE: ManureMail.com

2007-09-06 Thread Tony Alves
Randy, I second that sentiment! Flex kicks ass! I am still struggling with the 100% Flex site structure. Will it be too much out of the gate? Will users get turned off everytime they see a site using flash/flex, because so many developers are going to use it when there was no need for it?

Re: [flexcoders] Does anyone know what the cause of this problem is

2007-09-01 Thread Tony Alves
If using Flex Builder: ctrl-shift-F search the whole workspace for _accountID. Sherif Abdou wrote: Data binding will not be able to detect assignments to _accountID. Data binding will not be able to detect assignments to _accountID.SalesBuilder/managersWebServiceManager.mxml

[flexcoders] Determine the class of an event currentTarget

2007-09-01 Thread Tony Alves
How would I determine the class of an events currentTarget ? I want to do something like: switch (event.currentTarget) { case CreditCardValidator: break; case StringValidator: break; } Does not work, but explains what I am looking for. Anyone? Tony

[flexcoders] Determine the class of an event currentTarget

2007-09-01 Thread Tony Alves
How would I determine the class of an events currentTarget ? I want to do something like: switch (event.currentTarget) { case CreditCardValidator: break; case StringValidator: break; } Does not work, but explains what I am looking for. Anyone? Tony

Re: [flexcoders] addChild to UITextField?

2007-08-31 Thread Tony Alves
Jon, Any way we can see the code on the way you did this? I have a need for it, but it is on the back burner for now. Any insight would be a world of help. Thanks for any insight, Tony Jon Bradley wrote: Thanks for all your help on this guys. I finally figured it all out. Jeez - took

Re: [flexcoders] flexbuilder memory

2007-08-31 Thread Tony Alves
Muzak, That is the tip of the DAY ! I wish I would have asked this question 4 months ago. Regards, Tony Muzak wrote: Get this Eclipse plugin to free up memory (automatic and forced GC): http://www.kyrsoft.com/opentools/stmemmon.html http://www.kyrsoft.com/opentools/stmemmon.html regards,

Re: [flexcoders] Slow Memory Leak with PopUpManager and TitleWindow

2007-08-30 Thread Tony Alves
Unfortunately, this has all been said here and there are some extensive threads you can read about what you are talking about. You can also go read Alex Harui's blog to learn more about what you are finding. blogs.adobe.com/aharui I know, because I brought the same thing up as you do now.

Re: [flexcoders] Re: AIR vs DLL vs. External code?

2007-08-26 Thread Tony Alves
Jeffry, What about the updates in Flex Builder? Updates check the internet. I do agree that not all apps are connected to the internet. Jeffry Houser wrote: Interesting perspective. I believe it is incorrect. I use many desktop applications that do not need /have connectivity. Flex Builder

Re: [flexcoders] Making custom class data global

2007-08-26 Thread Tony Alves
Don, I currently use a similar method of authenticating my users in Flex and store user access information. My method might not be the best, but it works well for my configuration. I am using modules and other components that check login information. Here it is: I store all user data in an

[flexcoders] Using [Event...] in Custom Classes

2007-08-25 Thread Tony Alves
Jurgen, I believe the problem here is that you are setting up a metadata tag on your class in actionscript which is not needed and I think it was said that Event meta tags are ignored by the compiler in ActionScript classes. Someone here can clear that up for us. I am not sure why, but it is

Re: [flexcoders] Re: Using [Event...] in Custom Classes

2007-08-25 Thread Tony Alves
to uppercase. So MyEvtClass.FLY = flyAway appears in the completion list as MyEvtClass.FLY_AWAY Ben --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Tony Alves [EMAIL PROTECTED] wrote: Jurgen, I believe the problem here is that you are setting up a metadata tag

Re: [flexcoders] Re: Using [Event...] in Custom Classes

2007-08-25 Thread Tony Alves
to convert to all uppercase and inserting underscores anywhere there is a lowercase next to uppercase. So MyEvtClass.FLY = flyAway appears in the completion list as MyEvtClass.FLY_AWAY Ben --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Tony Alves [EMAIL PROTECTED] wrote