Re: [flexcoders] Continuous integration woes

2008-04-19 Thread cisnky
I've always had the source code related to the project in the src folder. Then linked to any library source I may need on my project. We use Ant and just add the source path to the mxmlc compile task. Is there any reason why you can't get CruiseControl to launch Ant build files for the Flex part

[flexcoders] Flickr: Sandbox issue with unavaiable.gif

2007-11-14 Thread cisnky
SecurityError: Error #2122: Security sandbox violation How do I get round the security violation for the unavaiable.gif, it seems that server doesn't have a cross domain. http://l.yimg.com/www.flickr.com/images/photo_unavailable.gif I thought it would be a case of not making the call when the

Re: [flexcoders] Block a LocalConnection call

2007-10-31 Thread cisnky
I would check the usual like Flash Player version. Also your local connection name might be clashing with another application the user might be running on there machine (Yahoo Messenger has been known to cause problems). Let us know how you get on. On Oct 31, 2007 11:23 AM, Mark Ingram [EMAIL

Re: [flexcoders] tab navigator componene

2007-09-12 Thread cisnky
yourTabNavigatorID.addEventListener(change, tabNavigatorChangeEvent); tabNavigatorChangeEvent is your event method. On 9/12/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 Sep 2007, [EMAIL PROTECTED] wrote: I'm trying to fire an event when a tab is changed within tab navigator

[flexcoders] Apply filter to image bigger then 2880 px - Picnik

2007-09-11 Thread cisnky
Does anybody know how they have managed to achieve applying a filter to an image larger then 2880 px. You can see by applying a filter say exposure then zooming in on the image. Is the image broken up into smaller images? If that is the case; how is the filter, applied evenly across the

Re: [flexcoders] Best way to convert PNG to for usable in Flex

2007-05-28 Thread cisnky
How large are we talking in terms of the size of the PNG files? On 5/28/07, David Lewis [EMAIL PROTECTED] wrote: Hello, We are working on a project where we need to be able to work with large size PNG files using transparency. What is the best way to convert these transparent PNG files so

Re: [flexcoders] How to clear video image from VideoDisplay?

2007-02-18 Thread cisnky
Use the close method. .close(); On 2/18/07, ad9798 [EMAIL PROTECTED] wrote: Video class has method called 'clear()' to clear out the image from displaying it, but I can't find similar function to clear out image from VideoDisplay? Any ideas?

Re: [flexcoders] HTTP Service doesnt seem to connect to location when running from a server

2007-02-06 Thread cisnky
I think the service needs a cross domain. You can use Tamper Data a Firefox plugin to see if you app makes a request for the cross domain when running it on your server. Let us know how you get on. On 2/6/07, bnprrsh [EMAIL PROTECTED] wrote: I am currently trying to create a simple front

Re: [flexcoders] What is the best Flex Message Board ( Other than this group Yahoo ) ?

2007-02-03 Thread cisnky
I don't think you get any better then here at the moment. But Ultrashock has a forum that is up and coming. On 2/3/07, Shannon Hicks [EMAIL PROTECTED] wrote: Probably the Adobe Flex forum. Shan helihobby wrote: What is the best Flex Message Board ( Other than this group Yahoo ) ? Thanks

Re: [flexcoders] Can Flex directly replace Flash????

2007-02-03 Thread cisnky
Sorry for the short answer. But have you looked at using AS3 with your project? Some of the stuff you have mentioned can be handled with AS3 combining with the Flex part of your project. On 2/3/07, Mike Anderson [EMAIL PROTECTED] wrote: Hello All, As I dive into converting my commercial

Re: [flexcoders] How I can to modify a xml with Flex and Php?

2007-02-02 Thread cisnky
Do you have anymore information. Maybe start with how would you go about modifying xml with php and then look at the flex bit. On 2/2/07, alphaclass525 [EMAIL PROTECTED] wrote: How I can to modify a xml with Flex and Php?

[flexcoders] Datagrid Custom Renderer and Embeded Images.

2007-01-31 Thread cisnky
I'm still having problems getting my icons to render in the datagrid. I've uploaded the app with source to the following location. http://www.tsuma.biz/flex/filebrowser/ Xml pulled in via the http request. http://www.tsuma.biz/flex/filebrowser/file_directory_list.php Does anybody know why my

Re: [flexcoders] Re: Datagrid Custom Renderer and Embeded Images.

2007-01-31 Thread cisnky
={ data.file_extension=='php'? php : folder} / If that works, I'm sure it will get you on your way to a complete solution. Good luck! Doug --- In flexcoders@yahoogroups.com, cisnky [EMAIL PROTECTED] wrote: I'm still having problems getting my icons to render in the datagrid. I've uploaded the app with source

Re: [flexcoders] Apollo features

2007-01-30 Thread cisnky
If MDM Zinc can do it, then I expect Apollo to be able. On 1/30/07, Jerome Clarke a.k.a sinatosk [EMAIL PROTECTED] wrote: extending on that... will we be able to communicate with dynamic libraries? ( like .DLL on windows, .SO on linux ) On 1/30/07, Tom Chiverton [EMAIL PROTECTED] wrote:

[flexcoders] Re: DataGrid Custom Image Renderer - Random Cache Weirdness

2007-01-29 Thread cisnky
Anybody? --- In flexcoders@yahoogroups.com, Anthony Onumonu [EMAIL PROTECTED] wrote: I seem to be having very weird results. The correct image from my cell renderer does not always display. I'm not sure if it's some sort of caching from previous requests. Is the problem with the way I'm

Re: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread cisnky
Is the data from an xml document? If so, can I see your xml doc? On 1/29/07, Tony [EMAIL PROTECTED] wrote: hola peeps! im a newbie, so please bear with me... ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=vertical mx:WebService

Re: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread cisnky
] *On Behalf Of *cisnky *Sent:* Monday, January 29, 2007 3:17 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Newbie question: Datagrid and a WS Is the data from an xml document? If so, can I see your xml doc? On 1/29/07, *Tony* [EMAIL PROTECTED] wrote: hola peeps! im a newbie

Re: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread cisnky
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *cisnky *Sent:* Monday, January 29, 2007 3:47 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Newbie question: Datagrid and a WS Do you have time for another datagrid related question? http://tech.groups.yahoo.com/group/flexcoders

[flexcoders] Re: DataGrid Custom Image Renderer - Random Cache Weirdness

2007-01-28 Thread cisnky
Anybody? --- In flexcoders@yahoogroups.com, Anthony Onumonu [EMAIL PROTECTED] wrote: I seem to be having very weird results. The correct image from my cell renderer does not always display. I'm not sure if it's some sort of caching from previous requests. Is the problem with the way I'm

[flexcoders] Re: DataGrid Custom Image Renderer - Random Cache Weirdness

2007-01-28 Thread cisnky
Or does anybody know where there's an example of a datagrid that has a custom renderer populated with images that have been embed into the application? --- In flexcoders@yahoogroups.com, Anthony Onumonu [EMAIL PROTECTED] wrote: I seem to be having very weird results. The correct image from