Re: [flexcoders] How to get resizecursor when resizing a custom chrome window in AIR?

2009-08-05 Thread Doug Arthur
Did anyone ever figure this one out? On Thu, Jan 10, 2008 at 1:52 AM, ola.muldal ola.mul...@yahoo.com wrote: I've tried a few diffrent solutions, but I am abit confused about what is going on when resizing. I have a flex panel which acts as the chrome. This is set to 100% width and height

[flexcoders] exit transitions between states

2008-02-27 Thread Doug Arthur
I'm having trouble getting this to work. I'm trying to create an exit transition that wipes up the searchpanel and then fades in the results screen. The only thing I can think of is that I'm trying to do this as an exist transition on a state, where as the only part that works is the enter state

[flexcoders] Re: Flex 2 RPC SSL

2006-09-20 Thread Doug Arthur
I was able to get this to work ith the following propery in my xml: add-no-cache-headersfalse/add-no-cache-headers Thanks! - Doug On 9/19/06, Doug Arthur [EMAIL PROTECTED] wrote: I cannot seem to get Flex 2 Remote Objects to work over SSL, I've got a wildcard cert setup with host headers

[flexcoders] Flex 2 RPC SSL

2006-09-19 Thread Doug Arthur
I cannot seem to get Flex 2 Remote Objects to work over SSL, I've got a wildcard cert setup with host headers in IIS6.0 and have SSL working properly and confirmed. The problem now is when I try to make a Remote Object call. I've added the SecureAMFChannel SecureAMFEndpoint classes and thes to

Re: [flexcoders] Re: Issue with dates from Flex to MySQL

2006-09-01 Thread Doug Arthur
Was there ever a solution for this? I'm experiencing the same problem and it's very frustrating. I don't have the ability to modify the server, just utilize it. This is a very bad situation for us!!! Please help! - Doug On 8/22/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 22 August

Re: [flexcoders] Using DateField control to set birthday

2006-09-01 Thread Doug Arthur
I usually set the following to properties when dealing with DoB's. yearNavigationEnabled=true editable=true On 8/31/06, Sergey Kovalyov [EMAIL PROTECTED] wrote: Hi All!DateField is a great control, though setting birthday even for peoplethat were born in 198* it takes minutes to move

[flexcoders] date timezone differences!!!

2006-09-01 Thread Doug Arthur
When using a dateField and datefield.selectedDate and adding/updateing records in the database, users in different time zones results in an inaccurate date. The server is central timezone. Example, someone in eastern time choose 9/15/2006, the database shows 9/14/2006 23:00:00. Is there a

[flexcoders] Problems calling a RemoteObject within a loop

2006-08-30 Thread Doug Arthur
I've noticed a critical issue when calling a remoteObject within a loop and having a resultHandler, the resultHandler does not execute the same number of times that the remoteObject was invoked. Can anyone explain this? In my case, after each record is updated, I increment an int to identifty

Re: [flexcoders] Problems calling a RemoteObject within a loop

2006-08-30 Thread Doug Arthur
, Doug Arthur [EMAIL PROTECTED] wrote: I've noticed a critical issue when calling a remoteObject within a loop and having a resultHandler, the resultHandler does not execute the same number of times that the remoteObject was invoked. Can anyone explain this? In my case, after each record

[flexcoders] Re: delete sharedObject

2006-08-29 Thread Doug Arthur
Disregard... so.clear() is what I was looking for. Thanks! On 8/29/06, Doug Arthur [EMAIL PROTECTED] wrote: How can I go about deleting aSharedObject off a users local machine? - Doug __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] delete sharedObject

2006-08-29 Thread Doug Arthur
How can I go about deleting aSharedObject off a users local machine? - Doug __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] TitleWindow title text aligned left aligned right...

2006-08-25 Thread Doug Arthur
How do you have text on the left and right of a TitleWindow??? Here's an example if you login: http://flexderby.ntara.com/ Thanks! __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] menubar icon

2006-08-25 Thread Doug Arthur
Can someone send me an example of an icon in a menubar? - Doug __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED

Re: [flexcoders] Icons in menu - not working

2006-08-25 Thread Doug Arthur
Can someone please send me this same file as an example? Thanks! - Doug On 6/28/06, Kelly Birr [EMAIL PROTECTED] wrote: Thank you, that is the solution I cam up with also. It's nice to know that this is not the intended behavior, and that hopefully some day I can go back to static

[flexcoders] ControlBar added in script display issues...

2006-08-24 Thread Doug Arthur
I'm creating a popup with a progress bar and a cancel button, I want to add a controlBar container, but it's not padding the width of the container properly, any help would be great. Below is the code:progressStatus = PopUpManager.createPopUp(Container(Application.application), TitleWindow,

Re: [flexcoders] specifying a percentage width in script?

2006-08-24 Thread Doug Arthur
PROTECTED] wrote: I think you may have to determine the width of the outer container and calculate the percentage (in pixels) the manual way.Thanks,Brian On 8/24/06, Doug Arthur [EMAIL PROTECTED] wrote: How can I specify spacer.width = 100%??? It throws an error because 100

[flexcoders] removing a key from object

2006-08-14 Thread Doug Arthur
How do you remove a key from an Object in flex? This is what I currently have:UserData.getInstance().recordMap[vendorOrder.detail_id] = null; What I really want to doiscompletely remove vendorOrder.detail_id from the recordMap Object completely, not just set it null. Thanks! - Doug

[flexcoders] Re: removing a key from object

2006-08-14 Thread Doug Arthur
Ok, I sent this email too soon. I have figured it out. delete UserData.getInstance().recordMap[vendorOrder.detail_id]; - Doug On 8/14/06, Doug Arthur [EMAIL PROTECTED] wrote: How do you remove a key from an Object in flex? This is what I currently have:UserData.getInstance().recordMap

Re: [flexcoders] Re: image in text within Alert.show()

2006-08-08 Thread Doug Arthur
@yahoogroups.com, Doug Arthur [EMAIL PROTECTED] wrote: Does anyone know how to add an image in the text that I would put in an Alert.show()??? Here's why I'm trying to do this, I'm alerting an error, and I want an image to bullet point some items. Thanks! __._,_.___ -- Flexcoders Mailing List FAQ

Re: [flexcoders] Re: image in text within Alert.show()

2006-08-08 Thread Doug Arthur
can anyone point me in the right direction on this? Thanks! On 8/7/06, Doug Arthur [EMAIL PROTECTED] wrote: I'm also realizing I'm not to sure on how I'd do that? The show does a lot more than just text... On 8/7/06, Tim Hoff [EMAIL PROTECTED] wrote: Hi Doug,To do this, you

Re: [flexcoders] Re: image in text within Alert.show()

2006-08-08 Thread Doug Arthur
alertSymbol:Class;Alert.show(Text entered in the comments box will be lost! Do you want tocontinue?,Alert, Alert.YES|Alert.NO,null,alertListener,alertSymbol,Alert.NO);Doug Arthur To: flexcoders@yahoogroups.com [EMAIL PROTECTED] cc: Sent by: Subject: Re: [flexcoders] Re: image in text within flexcoders

[flexcoders] image in text within Alert.show()

2006-08-07 Thread Doug Arthur
Does anyone know how to add an image in the text that I would put in an Alert.show()??? Here's why I'm trying to do this, I'm alerting an error, and I want an image to bullet point some items. Thanks! __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] fundamental logout problem...

2006-08-03 Thread Doug Arthur
I've built a system that utilizes a login/logout process. The login portion works great. I realize now that my app is 95% complete, that when logout is executed, all it really does is change states, clear the user singleton instance, but what I didn't realize was going to be a challange is how

Re: [flexcoders] PopUp from within a class

2006-08-02 Thread Doug Arthur
example of how PopupManager will work. Hope this solves your problem! Regards, Martina Doug Arthur [EMAIL PROTECTED] wrote: Yes, I've dealt with PopUp's plenty of times, but the problem is while I'm within a class object, it will not let me reference the document. I've tried using

Re: [flexcoders] PopUp from within a class

2006-08-02 Thread Doug Arthur
of callLater()... } On 8/2/06, Doug Arthur [EMAIL PROTECTED] wrote: I looked in the docs, and it's suppose to be: callLater(myFunction, args) When I try this, I get Error - 1180: Call to a possibly undefined method callLater. Thanks! On 8/1/06, Tracy Spratt [EMAIL PROTECTED] wrote: Use

Re: [flexcoders] PopUp from within a class

2006-08-01 Thread Doug Arthur
: Hi Doug, You can make use of PopupManager Class to create a popup dynamically. Regards, Martina Doug Arthur [EMAIL PROTECTED] wrote: Does anyone know how to create a popup from within a class? I can't seem to reference anything of typeDisplayObject such as .parent and so on... I've

Re: [flexcoders] PopUp from within a class

2006-08-01 Thread Doug Arthur
of how PopupManager will work. Hope this solves your problem! Regards, Martina Doug Arthur [EMAIL PROTECTED] wrote: Yes, I've dealt with PopUp's plenty of times, but the problem is while I'm within a class object, it will not let me reference the document. I've tried using this, and it does

[flexcoders] PopUp from within a class

2006-07-31 Thread Doug Arthur
Does anyone know how to create a popup from within a class? I can't seem to reference anything of typeDisplayObject such as .parent and so on... I've even tried instantiating SystemManager.getSWFRoot(this), and other things with SystemManager... Nothing is working. Any ideas? Thanks!

[flexcoders] query as a flex class object

2006-07-27 Thread Doug Arthur
Isn't there a way to populate a dataGrid with a query returned from cf and then reference the selectedItem as a existing Flex Class? When I try to do this, it does not work. Any Ideas? var myClassObj:myClass = myDataGrid.selectedItem as myClass; The attributes on myClassObj would not be

Re: [flexcoders] Re: Flex 2: how to convert a remote XML file to a self defined object

2006-07-27 Thread Doug Arthur
I just ran into a similar probem and it was for some reason do to the namespace on the xml document. I was trying to work with spreadSheetXML (Microsoft XML schema for Excel), needless to say it was a complex XML doc. I had to do loops on the child, check the name() agains the

[flexcoders] Flex 2 Reactor/ColdSpring

2006-07-12 Thread Doug Arthur
How would you go from an ActionScript class to CS/Reactor? I'm trying to use CS Reactor with Flex. The stumbling block I'm at is that I can't figure out how to get a populated ActionScript class tied in with either CS or Reactor I have an ActionScript class that represents a database

[flexcoders] databinding...

2006-06-23 Thread Doug Arthur
I have a class that I want to be bindable with text fields... When the text field gets updated, the value for the attribute in the class should be updated. The problem is that's not happening the way I thought it should. Am I doing something wrong, or do I have the wrong idea about the

[flexcoders] Adding EventListener to variable...

2006-06-23 Thread Doug Arthur
Is there a way to add an EventListner to see when a value of a variable has changed? For instance, if I want to invoke a specific function when myVar is no longer empty? Thanks! __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] RemoteObject call results into a bindable var not updating...

2006-06-15 Thread Doug Arthur
Hi, I'm trying to call a cfc and put the results into a bindable public var and use that on the page. But the problem is that when I call the method on the cfc, it doesn't put the value into the var immediately as expected... Here's the code, maybe that'll be more helpful: mx:RemoteObject

[flexcoders] multiton

2006-06-05 Thread Doug Arthur
I'm taking a stab at creating a multiton in Flex 2.0. Is there an easier way to do it other than how I have done it in the code below? I'm looking for the best implementation. Thanks! package com.model {import flash.net.SharedObject;import mx.collections.ArrayCollection;public class Record

[flexcoders] NEED: simple mxml component class that utilize the getInstance methods for Flex 2.0...

2006-06-01 Thread Doug Arthur
I need to find a simple tutorial or example of implementing a getInstance method in a class, and then invoking it. Here's what I have so far, but it is not working. var asdf:Blah = Blah.getInstance();var a = Blah.getInstance().geta();mx.controls.Alert.show(a); package{public class

[flexcoders] Re: Multiple instances

2006-06-01 Thread Doug Arthur
Wow, it amazes me how active this group is, but I yet to get an answering from anyone on this problem. Does anyone have any suggestions for me at all? Thanks! - Doug On 5/31/06, Doug Arthur [EMAIL PROTECTED] wrote: I hope I form my question and problem adequate enough for everyone

Re: [flexcoders] NEED: simple mxml component class that utilize the getInstance methods for Flex 2.0...

2006-06-01 Thread Doug Arthur
Awesome, that did the trick! I can't believe I missed that... Thanks! - Doug On 6/1/06, Xavi Beumala [EMAIL PROTECTED] wrote: I think there's an error on your code: if(_self = null) _self = new Blah(); should be: if(_self == null) _self = new Blah(); X. On 6/1/06, Doug Arthur [EMAIL

Re: [flexcoders] Re: Multiple instances

2006-06-01 Thread Doug Arthur
suggestions for me at all?Thanks!- DougOn 5/31/06, Doug Arthur [EMAIL PROTECTED] wrote: I hope I form my question and problem adequate enough for everyone tounderstand.I'm still fairly new to flex and I'm trying to do something complicated, at least in my mind it is.What I'm trying to do is to have

[flexcoders] RemoteObject error...

2006-05-19 Thread Doug Arthur
When I try to use a remote Object, I get the following error. ArgumentError: Error #2004: One of the parameters is invalid. Why am I getting this error? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: RemoteObject error...

2006-05-19 Thread Doug Arthur
For some reason, adding the following line fixes it. I just don't understand why this line needs to be in the code??? mx:TileList id=list width=100% height=100% / On 5/19/06, Doug Arthur [EMAIL PROTECTED] wrote: When I try to use a remote Object, I get the following error. ArgumentError

[flexcoders] Flash Remoting w/o FDS

2006-05-18 Thread Doug Arthur
Where can I find an example syntax to do a call to a cfc w/o FDS? Using Flex 2.0. Thanks! - Doug -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Trouble getting started with cairngorm-0.99

2006-05-16 Thread Doug Arthur
Hi, I'm having trouble getting started with cairngorm. I tried to run the login example, and it bombed on me. I'm running Flex 1.5. Below is the error. 7 Errors found. Error

[flexcoders] events

2006-05-15 Thread Doug Arthur
Where can I find a suitable list of events for ActionScript 2.0? I know the obvious ones such as click, enter, change, but where can I find a complete list that I can reference? Thanks! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] events

2006-05-15 Thread Doug Arthur
What about keyListeners? How can I implement a KeyListener, because when I run the following code, it errors trying to access the Key variable. Lines 3 6. This statement is not permitted in a class definition. var keyListener = new Object(); keyListener. { x = Key.getAscii(); trace(You

[flexcoders] Re: extending components

2006-05-14 Thread Doug Arthur
Is there a good resource on understanding dispatching and listening for events? On 5/12/06, jeremy lu [EMAIL PROTECTED] wrote: login panel, and show the main panel. Or, is there better ways of accomplishing what I seek? yes, I would use events to trigger next screen(view), say after

Re: [flexcoders] Re: extending components

2006-05-14 Thread Doug Arthur
I'm working with Flex 1.5, do these livedocs still apply? On 5/14/06, jeremy lu [EMAIL PROTECTED] wrote: http://livedocs.macromedia.com/labs/1/flex20beta3/0461.html very detailed information about Event (flow and listeners) On 5/14/06, Doug Arthur [EMAIL PROTECTED] wrote

[flexcoders] extending components

2006-05-12 Thread Doug Arthur
Hi, I'm fairly new with Flex. I'm trying to create my own components that I will use as views. The problem that I face is that each view needs to interact with other views. When I try to make a component that references ActionScript in the main template, it does not work. How can I make the