[flexcoders] .CFC cannot be accessed remotely...

2010-02-19 Thread Laurence
I've reinstalled everything on my server, including FlexBuilder and ColdFusion... Now, when I run my app from within FlexBuilder, I get the following error message: The method 'updateLoginInfo' in component C:\Inetpub\wwwroot\QMS\cfcs\dao\LoginDAO.cfc cannot be accessed remotely. What does

Re: [flexcoders] .CFC cannot be accessed remotely...

2010-02-19 Thread Darrin Kay
I wouold need to see the code, but I would check the path. You did make the function access=remote? Darrin On Fri, Feb 19, 2010 at 10:17 AM, Laurence lmacne...@comcast.net wrote: I've reinstalled everything on my server, including FlexBuilder and ColdFusion... Now, when I run my app from

[flexcoders] Re: .CFC cannot be accessed remotely...

2010-02-19 Thread Laurence
Very weird... The access was set to public. Don't know how that was working on my old server -- I didn't change any code at all... And it worked fine on the old setup... So now, I have to set the access to remote, and it works fine... Thanks a bunch!! L. --- In

[flexcoders] Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
I've added a secure channel to my services-config.xml file, yet Flex tells me the channel doesn't exist when I try to use it. No Security Sandbox errors or anything -- just Destination 'SecureColdFusion' either does not exist or the destination has no channels defined But it does exist, and

Re: [flexcoders] error in consumer

2010-02-19 Thread Peeyush Tuli
you need to be more detailed. Check section 5 on how to post a query which will fetch you helpful replies as explained here- https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 On Wed, Feb 17, 2010 at 9:49 AM, Abhishek Saxena abhisheksaxena...@yahoo.co.in wrote:

[flexcoders] A question about stage resizing

2010-02-19 Thread Rohit Sharma
Hello All, I have a question about the way stage resizing occurs in flex. Please consider the two scenarios :- i) In Flash CS3, I gave my application a stage size of 800 * 950. The application has two screens , first one being 800 * 600 and second one being 800 * 950. In the html

[flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread valdhor
I don't know whether it is the same in ColdFusion or not but in my case with WebORB I have to have the destination set in the services-config.xml file in the WEB-INF directory on the server as well as within Flex. --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: I've added a

[flexcoders] loading transparent swf through swf REFdn3005773759

2010-02-19 Thread dennis
How to load a swf from another swf (I mean, from another AS code, not from html code), in order to be transparent? What properties should I have in loaded swf and how should I load it in order to be transparent? With word transparent, I mean, the color of the stage of the loaded swf must be

[flexcoders] Re: A question about stage resizing

2010-02-19 Thread GeorgeB
Hi Rohit, Let's clear out some few details: You say: 1. The application has two screens , first one being 800 * 600 and second one being 800 * 950. In the html file I have provided the width and height as 100%. Now, when I move from screen 1 to screen 2, I am not seeing a scroll bar. The

[flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Battershall, Jeff
I've built an AIR app using Cairngorm 2.x. My RemoteObjects are stored in the ServiceLocator singleton. Intermittently, users will get NetConnection.Call.Failed. Possibly this is a performance issue with the ColdFusion service layer where specific calls are timing out or possibly the RO's

[flexcoders] Flex Builder build and search functions die on Vista

2010-02-19 Thread Tom McNeer
Very strange. Vista, 32-bit. Flex Builder 3 plug-in. Eclipse 3.4 Ganymede. Flex SDKs 3.4 and 3.5. A couple of days ago, I noticed that Flex Builder was not re-building projects before running them. I attempted to compile using Project Build Project, and nothing happened. Build Automatically

[flexcoders] Flash Templates

2010-02-19 Thread Dan Pride
I have a customer who wants to upgrade a flash template website. How far off is it to program this for a Flex Developer, or are there facilities to import it so I can work it in Flex 4 ? Tips appreciated, including if I should pass this one off. Dan

[flexcoders] Re: styleFunction AdvancedDataGridColumn

2010-02-19 Thread tntomek
Be careful with column styleFunction, it can be REALLY slow. Better to just put all style changes in renderer. --- In flexcoders@yahoogroups.com, csmarvz csma...@... wrote: Hi, I have myCustomADGC that extends AdvancedDataGridColumn. Where in myCustomADGC can I put something like : if

Re: [flexcoders] Flash Templates

2010-02-19 Thread Clark Stevenson
Flash templates are almost always horrifically coded and because of that id say you will never be able to import it into FB4. On 19 February 2010 16:45, Dan Pride danielpr...@yahoo.com wrote: I have a customer who wants to upgrade a flash template website. How far off is it to program this

[flexcoders] Re: TextArea text change event doesn't work in all cases

2010-02-19 Thread s_grollins
We're using Flex SDK 3.2 - these event types aren't present. I also tried: textArea.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, handler, false, 0, true); This did not work either. --- In flexcoders@yahoogroups.com, seanmcmonahan s...@... wrote: Maybe Event.CUT or Event.CLEAR? ---

[flexcoders] Detecting Events in Flex

2010-02-19 Thread Nick Middleweek
Hello, Is it possible to put a generic listener on an Object so that a function is fired and I can trace(event.type) from that function to see exactly what events are being fired and in what order so I can then read about the events to see which is appropriate for my needs? Cheers and have a

Re: [flexcoders] Re: A question about stage resizing

2010-02-19 Thread Rohit Sharma
Hi George, i) The screen resolution was 1024 * 768 pixels. ii) Width is 800 pixels for both the screens. The height increases from 600 to 950 pixels. the 600 px screen looks fine and the 950 px screen comes cropped. I guess I have answered your questions. Looking for some suggestions.

[flexcoders] Re: TextArea text change event doesn't work in all cases

2010-02-19 Thread valdhor
That didn't seem right so I just tried this. If I right click and then either select Cut, Paste or Delete a change event fires. This is my test app: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[

[flexcoders] Re: A question about stage resizing

2010-02-19 Thread Sunil D
I think you're comparing apples and oranges here. On the Flex side you're using Canvas inside a ViewStack. I don't have much experience w/Flash CS3, but I think it's safe to assume you're not using these controls on the CS3 side. The ViewStack's dimensions will be that of the initial active

[flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
You say within Flex. Where, exactly? I thought the only place services-config.XML was supposed to be was in the WEB-INF folder? So maybe that's my problem -- Flex is looking for servces-config.xml somewhere else. But I did a search and it doesn't appear anywhere but in WEB-INF... So where

Re: [flexcoders] Re: Why most Flex Developer job ads ask now for Knowledge in Java??

2010-02-19 Thread Wesley Acheson
I can say which our company picks when given that choice but the mailing list isn't going to like it. 2010/2/17 Jake Churchill reyna...@gmail.com I think the server technology experience part of the requirements are usually cut and paste. But if you have a large system already built in

Re: [flexcoders] Re: A question about stage resizing

2010-02-19 Thread Alex Harui
Flex has code that will display scrollbars. CS3 does not. On 2/19/10 9:53 AM, Rohit Sharma rohit.sharma1...@gmail.com wrote: Hi George, i) The screen resolution was 1024 * 768 pixels. ii) Width is 800 pixels for both the screens. The height increases from 600 to 950 pixels. the

[flexcoders] Best way to implement WebService Resend functionality?

2010-02-19 Thread handitan
Hi all, I need some advices on how-to solve the issue that I am having. On my Flex application, I have a singleton class that contains 1 WebService instance which serves every services. It has been working fine but I miss-out a very important issue that I should have think of beforehand which

Re: [flexcoders] Detecting Events in Flex

2010-02-19 Thread Alex Harui
No, but we did put a hook on UIComponent so you can see all events dispatched from most Flex display objects. On 2/19/10 10:25 AM, Nick Middleweek n...@middleweek.co.uk wrote: Hello, Is it possible to put a generic listener on an Object so that a function is fired and I can

RE: [flexcoders] Detecting Events in Flex

2010-02-19 Thread Gordon Smith
addEventListener() requires you to specify what kind of event you're listening for. However, any event dispatched by a UIComponent can be intercepted because UIComponent overrides dispatchEvent() to pass the event to an dispatchEventHook function that you can set. The static var for this hook

[flexcoders] Photo gallery

2010-02-19 Thread Juan
How to created a picture gallery With thumbnails on the felf side an the picture shows on the right ! Some links and advice ! Sent from my iPhone

Re: [flexcoders] Photo gallery

2010-02-19 Thread Jake Churchill
Here's an example from adobe. http://examples.adobe.com/flex2/inproduct/sdk/photoviewer/PhotoViewer.html right click and view the source. There will be a link to download all source code. On Fri, Feb 19, 2010 at 9:30 AM, Juan jj101...@yahoo.com wrote: How to created a picture gallery With

[flexcoders] Collapsible Panel

2010-02-19 Thread Jose adriano Alves
Hello, I need a collpsible panel, like ExtJS Panel [1]. It´s been hard to find one... I am a newbee yet in Flex and I use Adobe Flash Builder 4. [1] http://www.extjs.com/deploy/dev/examples/layout/complex.html Take a look at West and East Side Panels. -- Att. José Adriano Alves

Re: [flexcoders] Collapsible Panel

2010-02-19 Thread Jake Churchill
just make your layout then look at animateProperty. You can build one of those from scratch in about 10 minutes. 2010/2/19 Jose adriano Alves alves.jadri...@gmail.com Hello, I need a collpsible panel, like ExtJS Panel [1]. It´s been hard to find one... I am a newbee yet in Flex and I use

[flexcoders] AIR update for non-admin users?

2010-02-19 Thread handitan
Hi all, I am too late to realize that AIR automatic-updater could only be done by users with admin rights. From my reading so far, there's no indication that it's going to change. So I hope there're people out there would be willing to share some alternative ways to update AIR app other than

[flexcoders] flex 4 datagrid crash

2010-02-19 Thread iloveyouwisconsin
I have a datagrid in Flex 4 with 2 million records. I am also using paging so that the data loads on demand. When I try to sort the columns, it takes a while and then finally the flash plugin will crash. (I am using localhost, if that makes any diff.). Is there any special trick to be able to

Re: [flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Warren
Hmmm I would first troubleshoot by going back to the original file and making sure the destinations are still working. I suspect it is an problem in the services-config file. Your secure endpoint looks a little funky to me. That may be the issue. Mine looks like (in uisng Flex 3):

Re: [flexcoders] Re: A popupbutton without arrow?

2010-02-19 Thread Angelo Anolin
Mind sharing your code / scripts? Thanks. From: Leonardo Camargo camargoleona...@gmail.com To: flexcoders@yahoogroups.com Sent: Tue, 19 January, 2010 11:06:03 Subject: Re: [flexcoders] Re: A popupbutton without arrow? Yep! But I had already figured it out

[flexcoders] Re: Will Flash 10.1 do much for Flex or is it mostly for video?

2010-02-19 Thread tntomek
Meant more for all of our 'regular' web based apps. I would think that the mobile work would carry through to standard browser players in terms of optimizing vector CPU usage hence making our web Flex apps run a bit slicker. --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote:

[flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
I was able to go into my compiler and point it to the proper place with the -services tag. That seems to have fixed the channel not defined error that I was getting. Thanks. --- In flexcoders@yahoogroups.com, Warren warrenony...@... wrote: In our configurations I have no access to the

[flexcoders] Still getting Security Sandbox violations...

2010-02-19 Thread Laurence
Here's my crossdomain.xml file: ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd; cross-domain-policy allow-access-from domain=*/ /cross-domain-policy So how is it, with EVERY domain allowed, I'm getting the same old

[flexcoders] Re: Still getting Security Sandbox violations...

2010-02-19 Thread Laurence
Ok -- I figured out #2 below... flex.messaging.endpoints.SecureAMFEndpoint in the services-config.xml file only belongs there in ColdFusion 8. For ColdFusion 9 it's different: coldfusion.flash.messaging.SecureCFAMFEndPoint (Warren's message earlier said my endpoints were funky -- I'm guessing

[flexcoders] Re: Best way to implement WebService Resend functionality?

2010-02-19 Thread Amy
--- In flexcoders@yahoogroups.com, handitan handi@... wrote: Hi all, I need some advices on how-to solve the issue that I am having. On my Flex application, I have a singleton class that contains 1 WebService instance which serves every services. It has been working fine but I

[flexcoders] Re: Will Flash 10.1 do much for Flex or is it mostly for video?

2010-02-19 Thread Laurence
Assuming they bother to bring those optimizations to the big computers, of course... But if they do, I think your theory has merit. --- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: Meant more for all of our 'regular' web based apps. I would think that the mobile work would

Re: [flexcoders] Best way to implement WebService Resend functionality?

2010-02-19 Thread Peeyush Tuli
An elegant design pattern would be to implement a request queue. All the requests that your webservice needs to send should be put in a queue. This queue can be a collection.Each item of this collection should have the following properties - -Request data -Operation/Webmethod Name -Function

Re: [flexcoders] Flex Builder build and search functions die on Vista

2010-02-19 Thread Peeyush Tuli
Does changing the workspace location and recreating it help? Do you have any source linkages in any of the projects to folders located outside the workspace? On Fri, Feb 19, 2010 at 10:00 PM, Tom McNeer tmcn...@gmail.com wrote: Very strange. Vista, 32-bit. Flex Builder 3 plug-in. Eclipse

Re: [flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Peeyush Tuli
Did you try to monitor the HTTP traffic in a test environment? It gives you a good idea what goes behind the scenes. http://soenkerohde.com/2008/04/debug-air-remote-traffic/ On Fri, Feb 19, 2010 at 9:02 PM, Battershall, Jeff jeff.battersh...@dowjones.com wrote: I’ve built an AIR app using

Re: [flexcoders] flex 4 datagrid crash

2010-02-19 Thread Alex Harui
Make sure you have enough memory and do the sort in a pseudo-thread, or do the sort on the server. I kind of doubt the sort will get done in 60 seconds which is the time limit in the player. On 2/19/10 6:06 PM, iloveyouwisconsin iloveyouwiscon...@yahoo.com wrote: I have a datagrid in