[flexcoders] Re: how to cancel down arrow on a combobox

2006-09-10 Thread shemeshkale
anyone have an idea how to do this? --- In flexcoders@yahoogroups.com, shemeshkale [EMAIL PROTECTED] wrote: hello i m using FLEX 1.5 !! the ComboBox have a default behavior that when pressing the down/up arrows it selects the next/previous object in its list. how do i cancel this

RE: [flexcoders] Moving flexcoders to Google Groups- would you come along?

2006-09-10 Thread Steven Webster
Good thinking ! There's a welcome message that goes out with email, we should add that to the welcome message. Thanks for the great (and now that you mention it, obvious :) ) suggestion... Steven

RE: [flexcoders] Re: how to cancel down arrow on a combobox

2006-09-10 Thread Jason Hawryluk
Listen to the keyevents and prevent the default Paste below in a new application to test mx:Script![CDATA[[Bindable]public var ComboDS:XML = new XML(item datasource="CmbData"object label="Mr."/object label="Mrs."/object label="Dr"//item);private function

[flexcoders] Re: how to cancel down arrow on a combobox

2006-09-10 Thread shemeshkale
Jason, tnx. it seems pretty easy, BUT!!! i m using flex 1.5 ! tried the preventDefault() but its not working here. ? --- In flexcoders@yahoogroups.com, Jason Hawryluk [EMAIL PROTECTED] wrote: Listen to the key events and prevent the default Paste below in a new application to test

RE: [flexcoders] Re: how to cancel down arrow on a combobox

2006-09-10 Thread Jason Hawryluk
oh; sorry i though it might be about the same. No Flex1.5 here. Jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de shemeshkaleEnvoyé: dimanche 10 septembre 2006 11:21À: flexcoders@yahoogroups.comObjet: [flexcoders] Re:

Re: [flexcoders] URLRequest and crossdomain.xml

2006-09-10 Thread Muzak
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14213 - Original Message - From: Robert Thompson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, September 10, 2006 4:45 AM Subject: Re: [flexcoders] URLRequest and crossdomain.xml What is the format/schema of

[flexcoders] Flashmaps and Flex 2

2006-09-10 Thread Rick Root
Has anyone tried integrationg Flashmaps (www.flashmaps.com) into a Flex 2 application? A google query for flashmaps Flex 2doesn't yield many results... Rick -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] How to prevent copying custom content into [bin] folder?

2006-09-10 Thread Mozilla By
Hi, I have project structure like this: [Project] [Bin] Main.swf Main.html … [Docs] 1.doc 2.doc

[flexcoders] File - flexcodersFAQ.txt

2006-09-10 Thread flexcoders
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper,

[flexcoders] [ANN][ADV] Flexible Rails Alpha Book now available

2006-09-10 Thread Peter Armstrong
Announcing the Alpha Book version of Flexible Rails. http://www.flexiblerails.com/ This is an in-progress, PDF-only book about using Ruby on Rails 1.1 and Flex 2 to build Rich Internet Applications (RIAs). It is not an exhaustive Ruby on Rails tutorial (Agile Web Development with Rails does

[flexcoders] Re: Customizing Default Drag with List Components

2006-09-10 Thread qnotemedia
Still looking for an answer to this if anyone has one. Also postedo n the Macromedia forums. Seems like it should be doable with DragDrop, but again, I'm a bit confused as to what's talking to what when using the built-in drag-drop implementation. - Chris --- In flexcoders@yahoogroups.com,

[flexcoders] Flex2 and Breeze syncSWF

2006-09-10 Thread qnotemedia
Is there any way to dispatch/receive breeze syncSWF functions in Flex2? Other than loading the extension, is there anything else I need to do to get started in Flex? http://www.adobe.com/devnet/breeze/articles/intro_sync_swf.html - Chris -- Flexcoders Mailing List FAQ:

[flexcoders] Stacked Series and Interpolation effects exceptions

2006-09-10 Thread jgraham_us
Anyone know if there is a fix for this yet, or a workaround? I am getting this problem as well. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links

[flexcoders] Handling Login

2006-09-10 Thread Daniel
Im trying to create a Login screen where I can save a user's session information, so I can retrieve that later and use it for some validations. Is there a way that I can save this info as a session that last even when the user closes the browser, and until he signs out? How would you recommend it

[flexcoders] How can I keep one component in front of all other components?

2006-09-10 Thread hastyarkxu
Hi, I want to keep one component always in front. It looks like the 'task bar' in windows. no matter how many windows you opened, task bar is always on top of all the windows. I want to keep it in front even the other components are poped up by the popup manager. What should I do

Re: [flexcoders] Newbie

2006-09-10 Thread Diego Guebel
Hi Steven, I think this is happening to my posts as I posted two last week and never saw them. Could you please fix this. thanks in advance. Diego. On Sat, 09 Sep 2006 01:49:55 +1200, Steven Webster [EMAIL PROTECTED] wrote: Your first post to the list is moderated; then once you have posted

Re: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-10 Thread Johannes Nel
if you have a LARGE dataset have you considered using a flv's metadata to stream the information in? On 9/8/06, Michael Schmalle [EMAIL PROTECTED] wrote: Ok,Before I go into detail, I use it for actual procssesing in the player.I am a bit confused on what you would use the setInterval()

Re: [flexcoders] Handling Login

2006-09-10 Thread Paul Andrews
- Original Message - From: Daniel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, September 10, 2006 9:25 PM Subject: [flexcoders] Handling Login Im trying to create a Login screen where I can save a user's session information, so I can retrieve that later and use it

Re: [flexcoders] Flex2 and Breeze syncSWF

2006-09-10 Thread Johannes Nel
afaik breeze doesn't support flex 2 yet.On 9/10/06, qnotemedia [EMAIL PROTECTED] wrote: Is there any way to dispatch/receive breeze syncSWF functions inFlex2?Other than loading the extension, is there anything else I needto do to get started in Flex?

RE: [flexcoders] Newbie

2006-09-10 Thread Dimitrios Gianninas
I have corrected this for you. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Diego Guebel Sent: Sun 9/10/2006 5:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Newbie Hi Steven, I think this is happening to my

Re: [flexcoders] Re: Flex + .NET Web Services irritations

2006-09-10 Thread John C. Bland II
Nah, I'm not interested in JSON. If we weren't using WSs we'd be using Remoting. Thanks though.On 9/7/06, Sam Shrefler [EMAIL PROTECTED] wrote: John: You might want to also check out JSON + .NET + Flex. I've written a tiny little little tutorial to help get

[flexcoders] Re: DataGrid Style: headerSeparatorSkin doc is wrong

2006-09-10 Thread Tom Ortega
Sorry, pasted the wrong stuff. =)The comment in the source for mx.skins.halo.DataGridHeaderSeparator says:/*** The skin for the separator between column headers in a DataGrid.*/Which is correct, and actually does vary. Hence my question. Thanks,Tom2On 9/10/06, Tom Ortega [EMAIL PROTECTED]

[flexcoders] DataGrid Style: headerSeparatorSkin doc is wrong

2006-09-10 Thread Tom Ortega
The docs for DataGrid say:Type: Class CSS Inheritance: no The class to use as the skin for the separator between the DataGrid header and the rest of the rows. The default value is mx.skins.halo.DataGridHeaderSeparator.But the comment in the DataGrid source says:/*** The class to use as

RE: [flexcoders] Handling Login

2006-09-10 Thread Stacy Young
Once all browser instances are closed youre pretty much stuck. (as with other web technologies) Without a session identifier to match up with on the server, theres no way to access that session data. You *could* store session data in a local shared object (flash cookie) and have

Re: [flexcoders] Controlling Position of mx.controls.Alert

2006-09-10 Thread P Smith
Has anyone been able to get Alerts to center on anything other than the stage?The docs for the show() method document the 4th param as: parent:Sprite (default = null) — Object upon which the Alert control centers itself.However, regardless what I pass on this param, the Alert window

Re: [flexcoders] How to prevent copying custom content into [bin] folder?

2006-09-10 Thread Muzak
Right click the project in the Navigator Panel, select properties. Select the 'Flex Compiler' section on the left side. Unselect the 'copy non-embedded files to bin directory' option. Allthough it has been asked for during beta, there is no way to exlude a particular file or folder from being

RE: [flexcoders] Error #2032 HTTPS IE only

2006-09-10 Thread Matt Chotin
It might be a problem with a self-signed certificate. You may need to update your computer to accept self-signed without prompting (I dont remember how to do that at the moment). If this isnt set no prompt will appear but no connection to the HTTPS destination will work either. Matt

RE: [flexcoders] Deploying a Flex Application making rpc.remoting calls

2006-09-10 Thread Matt Chotin
Nope, you only need to deploy the SWF and HTML wrappers. Sounds like youre compiling using Flex Builder which may mean that its not pointing at the service-config.xml which I saw mentioned in some other posts recently. Make sure you your services-config compiler argument is set up (or

RE: [flexcoders] Can someone help me understand this price info and what I get for it?

2006-09-10 Thread Matt Chotin
Per application means a conceptual application. Each one of our samples is an application. While the component explorer is made up of over 100 small application.mxml files it is still conceptually 1 application because its delivered through that one URL. So for departmental it

[flexcoders] Re: Error #2032 HTTPS IE only

2006-09-10 Thread Dave Wolf
The simpliest way to test if that is the issue is to connect to some other resource, say a simple HTML page via HTTPS and see if you connect cleanly. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email:

[flexcoders] Re: Handling Login

2006-09-10 Thread Dave Wolf
Right. SharedObject is going to be the only way to do this. The problem is you cannot use the standard J2EE HttpSession object to store the session state because it is transient surviving only the like of the browser executable. You will need to persist this state off to some less transient

[flexcoders] cairngorm: managing hundred of views

2006-09-10 Thread Diego Guebel
Hi there, My questions is theoretical and best practice oriented, I just wonder what is the best approach to manage hundreds of views since viewhelper/viewlocator is out of fashion. I was reading previous post but didn't find a good example or tutorial. Can anyone put some light on this?

[flexcoders] cairngorm: managing hundred of views

2006-09-10 Thread Bjorn Schultheiss
Good Question and I hope this thread gets a lot of posts. Personally I don't think that the modelLocator is always upto the job. Don't get me wrong, in a data-driven application this methodology is beautiful, But my feeling is it will not satisfy all requirements. For example, say you have about

[flexcoders] Localizing application

2006-09-10 Thread Diego Guebel
Hi there, Based on the flex documentation I have to compile one swf per each language, is that right? I'd like to be able to switch between languages during runtime. isn't that possible? Thanks, Diego. -- Flexcoders Mailing List FAQ:

[flexcoders] Re: flex 2.0 logging

2006-09-10 Thread sinacapho
Dear Jeff, i have modifed the service-config.xml as below logging target class=flex.messaging.log.ConsoleTarget level=Debug properties prefix[Flex] /prefix includeDatefalse/includeDate includeTimefalse/includeTime

Re: [flexcoders] How can I keep one component in front of all other components?

2006-09-10 Thread Jeremy Lu
PopUpManager create pop-ups via SystemManager, which had a children list, and all DisplayObjectContainer( like SystemManager) has a setChildIndex() method to let you swap each child's depth, that's where you can start to implement. On 9/11/06, hastyarkxu [EMAIL PROTECTED] wrote: Hi,I want to

Re: [flexcoders] Using Auth.cfc from CF Wizard

2006-09-10 Thread Mike Nimer
Returning true/false to flex, like you are doing, tells Flash that the authentication was successful and to do what ever you want to do next at the client. However, with the code you have youhaven't told CF the user is authenticated. So if you made some other call that requires roles based

[flexcoders] Re: cairngorm: managing hundred of views

2006-09-10 Thread Tim Hoff
With views, the main thing to keep in mind is directory organization. Respectfully, I have a few differing ideas, than Steven, when it comes to views. But at Cairngorm's current iteration, all state == model (local and common). Organize the actual view classes in functional directory