Re: [flexcoders] Re: Full flex site or not

2009-08-21 Thread Jeffry Houser
But, it is largely believed that google does not yet offer a way to search the swf content it is indexing. Can you provide me one example that says otherwise? Ryan Stewart had a contest, which just fizzled because no one could get their SWF to show up in a Google search. Has that improved?

Re: [flexcoders] Re: Changing ResultHandler of WebService Operation

2009-08-21 Thread Angelo Anolin
Hi Tracy, addEventListener and removeEventListener did the trick. Thanks a lot. Regards, Angelo From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Friday, 21 August, 2009 3:28:13 Subject: RE: [flexcoders] Re: Changing ResultHandler of WebService Operat

Re: [flexcoders] Switching from LCDS to Blazed DS

2009-08-21 Thread Paul Kukiel
I am considering the same move. I havnt watched/read it all yet but AAron West has some walkthroughs here: http://www.trajiklyhip.com/blog/index.cfm/2008/8/28/Integrating-BlazeDS-with-ColdFusion-8 Paul. On Aug 21, 2009, at 6:56 PM, jarottman wrote: So I am toying with the idea of switching

RE: [flexcoders] Re: Generated code not working when app is loaded as module

2009-08-21 Thread Alex Harui
Be aware that doing that prevents the module from ever unloading. You might want a separate module of your data classes and load those that way and the rest of the code using default parameters Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/

Re: [flexcoders] Re: Full flex site or not

2009-08-21 Thread Fotis Chatzinikos
This presentation mentions no network access (yet) and no sockets - This probably means that amf based flex apps will not be indexed. I am not sure though, anybody with more info is welcome to comment On Sat, Aug 22, 2009 at 1:32 AM, Nate Beck wrote: > > > Google already indexes SWF content, th

[flexcoders] Switching from LCDS to Blazed DS

2009-08-21 Thread jarottman
So I am toying with the idea of switching from LCDS express to Blazed DS for all my data push needs. Does anyone know where I can view a few examples for the setup/testing/code of a Blazed DS(coldfusion9) / flex environment?

Re: [flexcoders] Re: Full flex site or not

2009-08-21 Thread Nate Beck
Google already indexes SWF content, they talked about it at MAX last November. Here is a recording of the presentation: http://tv.adobe.com/#vi+f15384v1000 On Fri, Aug 21, 2009 at 10:09 AM, toofah_gm wrote: > > > If you are a competitor of mine, build a full flex site, otherwise HTML is > the wa

[flexcoders] grouping collection for combobox

2009-08-21 Thread kpjj31
I am trying to apply a grouping collection to my combobox. The array collection is a result of a remote object. When I use the grouping colelction as a dataProvide, I get not results.

[flexcoders] Re: Full flex site or not

2009-08-21 Thread toofah_gm
If you are a competitor of mine, build a full flex site, otherwise HTML is the way to go for SEO. ;) --- In flexcoders@yahoogroups.com, "christophe_jacquelin" wrote: > > Hello, > > Is it better to make a full flex site or is it better to add some html pages > with flex to have a better posi

[flexcoders] Re: Cannot select identical item in my tree component...

2009-08-21 Thread droponrcll
--- In flexcoders@yahoogroups.com, - - wrote: > > Hi Alex, if I need both objects to be identical, how can I assign different > UID? > > If I double click the object on the parent node, I enable a view to edit the > object. > The same object is found nested deeper in the tree, if I double click

[flexcoders] Navigating to a jsp while flex movie is loaded Click to flag this post

2009-08-21 Thread Ram Mohan
Hi all, My requirement is that whenever the session becomes, a background process should redirect the browser from a flex app to a jsp file( say sessionExpiry jsp). In that sessionExpiry.jsp, i would be redirecting to logout.jsp. I am observing that eventhough these jsps are getting executed on

[flexcoders] Navigating to a jsp while flex movie is loaded

2009-08-21 Thread Ram Mohan
Hi all, My requirement is that whenever the session becomes, a background process should redirect the browser from a flex App to sessionExpiry jsp. In that sessionExpiry.jsp, i would be redirecting to logout.jsp. I am observing that eventhough these jsps are getting executed on the server. they

[flexcoders] Re: Navigating to a jsp while flex movie is loaded

2009-08-21 Thread Ram Mohan
Corrected the subject and a part of the mail summarizing the question in a sentence is there a chance for a servlet called by flex app to redirect the browser from a flexapp to a new page. -Ram On Fri, Aug 21, 2009 at 2:44 PM, Ram Mohan wrote: > Hi all, > > My requirement is that whenever the s

[flexcoders] Re: call remoteObject muliple times

2009-08-21 Thread mportuesi
If the "concurrency" property of the RemoteObject (in this case, your delagateService) is set to "multiple", then you can issue multiple calls at once on the RemoteObject. The default is multiple. But why are you making a call for every record in your departmentlist array? If you make one cal

[flexcoders] Re: How to use XML file as dataProvider for

2009-08-21 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > You can use mx:XML source="myFile.xml" . for compile time embedding or you > can use HTTPService for run-time retrieval. > You can also use URLLoader, which works the same locally or from a network.

[flexcoders] How to iterateOverChildren of an component not in display

2009-08-21 Thread alexeoscar
Suppose you have a MyView.mxml file, which is basically a Panel with several children (Form, FormItems, Buttons...). Is it possible to iterate over the MyView and get all the information about its children (types, id ...) before it is displayed. In my Main.mxml if I have this function

[flexcoders] Re: How to restrict Drag and Drop to one axis? (like the X-Axis only)

2009-08-21 Thread transdimensionalmachine_elf
Unfortunately this only worked for locking to the X-Axis. Meaning you can only drag something left and right but not up and down. The problem now is I cannot restrict dragging left/right. This is because the DragProxy and it's children don't seem to report valid widths. Whenever I trace it

Re: [flexcoders] matrix math help

2009-08-21 Thread grimmwerks
Argh. Sorry about that. Changed to the real link rather than dev. On Aug 21, 2009, at 1:25 PM, Wesley Acheson wrote: Just FYI we can't view that without a username / password On Fri, Aug 21, 2009 at 7:03 PM, grimmwerks wrote: I'm building a sort of image zoomer/viewer -- you've seen

Re: [flexcoders] matrix math help

2009-08-21 Thread Wesley Acheson
Just FYI we can't view that without a username / password On Fri, Aug 21, 2009 at 7:03 PM, grimmwerks wrote: > > > I'm building a sort of image zoomer/viewer -- you've seen it all before -- > one large image that scales with a smaller image showing the full image. As > you zoom into the large im

[flexcoders] matrix math help

2009-08-21 Thread grimmwerks
I'm building a sort of image zoomer/viewer -- you've seen it all before -- one large image that scales with a smaller image showing the full image. As you zoom into the large image, the smaller 'viewer' shows a square showing the area that is being viewed in the larger view. Dig? Ok -- so

[flexcoders] Re: Generated code not working when app is loaded as module

2009-08-21 Thread poweribo
Fixed it by providing ApplicationDomain.currentDomain on load() ... info = ModuleManager.getModule(moduleURL); if (info != null) { info.addEventListener(ModuleEvent.READY, onReady); info.addEventListener(ModuleEvent.ERROR, onError);

[flexcoders] Re: How to add fragments to debug url in Flex Builder

2009-08-21 Thread valdhor
Mike Thank you for that. It worked perfectly. I have a Mac at home but have to resort to using a PC here at work. For others that may see this thread later on... I installed WAMP 2 (http://sourceforge.net/projects/wampserver/) and set my Flex build path output directory to C:\wamp2\www. I then

Re: [flexcoders] Full flex site or not

2009-08-21 Thread Wally Kolcz
Put all your SEO in the alternative content area and header of the html page it sits on... From: Jeffry Houser Sent: Friday, August 21, 2009 7:33 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

Re: [flexcoders] Full flex site or not

2009-08-21 Thread Jeffry Houser
Site audience and desired functionality should have more to do w/ your site technology choices than SEO. christophe_jacquelin wrote: Hello, Is it better to make a full flex site or is it better to add some html pages with flex to have a better position in Google ? Thank you, Christoph

[flexcoders] Full flex site or not

2009-08-21 Thread christophe_jacquelin
Hello, Is it better to make a full flex site or is it better to add some html pages with flex to have a better position in Google ? Thank you, Christopher,

[flexcoders] Re: Problem with GetDay

2009-08-21 Thread valdhor
getDate() returns the day of the month (an integer from 1 to 31) specified by a Date object according to local time. See http://livedocs.adobe.com/flex/3/langref/Date.html --- In flexcoders@yahoogroups.com, "christophe_jacquelin" wrote: > > Hello, > > I have a problem with GetDay. We are the

RE: [flexcoders] how to wait for more than one httpserivice/remoteobject result to finish?

2009-08-21 Thread Scott
Tim makes a great point... Events are great for tracking things, but you also have to be careful not to have too many events waiting in your program. I have seen cases where there are so many events waiting in a program that weird things happen with them like the handler not getting the messag

RE: [flexcoders] how to wait for more than one httpserivice/remoteobject result to finish?

2009-08-21 Thread Scott
The data gets populated/manipulated in the result="...". If the data doesn't come in for some reason, the fault handler kicks in. You can pass customized values into the fault handler from your RDO as well. So, if your handleList1Result(event) function fires, then it has data. Then you can check

RE: [flexcoders] call remoteObject muliple times

2009-08-21 Thread Scott
I'm not sure you could account for all the records when CF returns the data... The actual data population from the CF call is in the EVENT call in the remoteobject link. The problem is, this will change every call you make and I could see that it could there could be possibility of lost data if y

[flexcoders] Problem with GetDay

2009-08-21 Thread christophe_jacquelin
Hello, I have a problem with GetDay. We are the 21 of August, I want a function that return 21 and GetDay return 5 (for friday). How to have 21 ? Thank you, Christopher,

[flexcoders] asdoc not supporting path variable in config file.

2009-08-21 Thread sehrawat_raj
In Flexbuilder 3, sdk 3.2.0, I have setup a flex project in which Additinal compiler arguments "-load-config" is used to define my own config file. In this config file I am using a path variable "OVCodebaseDir" created from FlexBuilder preferences -> General -> Workspace -> Linked Resources. Th

Re: [Spam] [flexcoders] Pb with URLVariables

2009-08-21 Thread Nick Middleweek
Hey Christopher, I've just pasted this code into a test flex app in it's init() function and debugged it after the second variables property was assigned. They both contain "EUR". var variables:URLVariables = new URLVariables(); var cur:String; cur = "EUR"; variables.currency_code = cur; var

[flexcoders] Re: VBox constrains - A simple question :-p

2009-08-21 Thread grg_blls
Hi Fotis, hi Wesley Thanks Wesley for the tip on VBox. (I was just looking how to face the same problem with a VBox here, when your post came in :) Then let me add one more such counter-intuitive setting I came across some time ago. I had a ADG with non-sortable columns, and I was trying (in va

[flexcoders] Pb with URLVariables

2009-08-21 Thread christophe_jacquelin
Hello, The following code is not working: var variables:URLVariables = new URLVariables(); var cur:String; cur = "EUR"; variables.currency_code = cur; But this code is working : variables.currency_code = "EUR"; What could be the problem ? Thank you, Christopher,