RE: [flexcoders] Send an automatic Password

2009-08-12 Thread Jake Churchill
Use whatever server you have available to you (i.e. php, coldfusion) Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] How to run an AIR app in headless mode?

2009-08-12 Thread Jake Churchill
Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gautam P Sent: Wednesday, August 12, 2009 1:36 PM To: flexcoders

RE: [flexcoders] ItemRender - Access Specific Item at Run-time

2009-08-12 Thread Jake Churchill
When does the state need to change? You probably need to be looking for some kind of an event (ListEvent most likely) Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: open source imageCFC

2009-08-11 Thread Jake Churchill
: http://www.opensourcecf.com/imagecfc/ Image manipulation is not a simple thing and you're probably not going to get someone to just hand you a script. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jake Churchill
level as control, not inside of control Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jorge Maiquez Sent: Thursday

RE: [flexcoders] Re: Flex scheduler application

2009-08-03 Thread Jake Churchill
Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of joyfulrodger Sent: Monday, August 03, 2009 10:01 AM To: flexcoders

RE: [flexcoders] Flex scheduler application

2009-08-02 Thread Jake Churchill
to share some of the code with you. It uses a SQLite DB to store everything and depends entirely on the computer's time settings Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod

[flexcoders] Events and Inheritance

2009-07-17 Thread Jake Churchill
! Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103

RE: [flexcoders] Events and Inheritance

2009-07-17 Thread Jake Churchill
You know what, nevermind. I started another example from scratch and it inherited fine. I'm not sure what my problem was but it's working. Thanks! Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103

[flexcoders] Custom Events in multiple components

2009-07-14 Thread Jake Churchill
! Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103

RE: [flexcoders] Listen for event of unknown type?

2009-07-09 Thread Jake Churchill
Yes, listed for Event (all events extend this class) Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of luvfotography Sent: Thursday, July

RE: [flexcoders] very urgent PlZZZZZZZ Accessing webservices

2009-07-01 Thread Jake Churchill
Maybe a crossdomain policy issue? Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of vin.flex Sent: Wednesday, July 01

RE: [flexcoders] Charting questions

2009-06-19 Thread Jake Churchill
/ /mx:horizontalAxisRenderers Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of inevative Sent: Friday, June 19, 2009 3:22 AM

RE: [flexcoders] Trying Smooth slide transitions with List control item renders or a Repeater...

2009-06-17 Thread Jake Churchill
. Basically, this is just a grouping of canvases. The source code is on Axel's blog. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com

RE: Re[flexcoders] moteObject endpoint= vs. Flex settings

2009-06-17 Thread Jake Churchill
and endpoint in it. That way, when I deploy an app, the only thing I need to worry about changing is the config file. I don't spend a bunch of time trying to figure out server configurations and difference between my environment and a production/staging environment. Jake Churchill CF Webtools 11204

RE: [flexcoders] checkBox event

2009-06-16 Thread Jake Churchill
Look at the Change event: http://livedocs.adobe.com/flex/3/langref/mx/controls/Button.html#event:chang e Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com

RE: [flexcoders] How to play a wav audio file in flex

2009-06-16 Thread Jake Churchill
is to try to write it myself. Sorry, just had to butt in here. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jeffry

RE: [flexcoders] CartesianChart not recognized in Flex SDK 3.3

2009-06-16 Thread Jake Churchill
Are you sure the compiler settings are set to use the new SDK? I'm using SDK 3.3 and am actually working on a CartesianChart as I'm writing this. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From

RE: [flexcoders] Charting dataFunction issues

2009-06-12 Thread Jake Churchill
Sorry, I meant to follow up on this yesterday. Thanks for your reply but I figured it out. I had the wrong type of horizontal axis applied so when I was returning an xField value it was actually drawing the chart off to the right somewhere. Jake Churchill CF Webtools 11204 Davenport, Ste. 100

RE: [flexcoders] Itemrenderers style?

2009-06-10 Thread Jake Churchill
I've had issues with this before that were solved by putting the style stuff inside updateDisplayList. I'm not sure if that's better or worse than putting it in commitProperties. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103

RE: [flexcoders] URL pound sign questions

2009-06-09 Thread Jake Churchill
as necessary through remoting. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of creativepragmatic Sent: Tuesday, June 09

RE: [flexcoders] cannot convert flash.display::Bitmap to mx.core.IUIComponent.

2009-06-04 Thread Jake Churchill
addChild expects an mx.core.iUIComponent which Bitmap is not. You're data types are not matching up because you are adding everything to a Canvas. You'll probably need to write a custom component that contains a public property to store your bitmap children to. Jake Churchill CF Webtools

RE: [flexcoders] FlexBuilder Question

2009-06-03 Thread Jake Churchill
In the Navigator pane there is an icon with arrows going left and right. It's called Link with Editor. I think that's what you want. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com

RE: [flexcoders] SuperTab Navigator Help

2009-06-01 Thread Jake Churchill
You'll probably have to override the createChildren method and place it where it needs to go. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod

[flexcoders] AIR Computer Locking

2009-06-01 Thread Jake Churchill
to know if there was an easy way to find out if the computer is currently locked or not. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103

RE: [flexcoders] AIR Computer Locking

2009-06-01 Thread Jake Churchill
That's how I'm going to work around it. I just thought it'd be cool if there was a way to natively grab certain system info (outside of the network stuff) Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733

RE: [flexcoders] Run time Warning

2009-05-28 Thread Jake Churchill
Convert the XML to an arraycollection of VOs and make the entire VO class bindable. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] String To Date Conversion

2009-05-26 Thread Jake Churchill
new Date( Date.parse( your_string_variable ) ); Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yogesh patel Sent

RE: [flexcoders] dnd list items

2009-05-26 Thread Jake Churchill
. DragManager.doDrag takes the alpha as a parameter so you can have a fully transparent background. You’ll have to add the border yourself. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders

RE: [flexcoders] Value Objects

2009-05-26 Thread Jake Churchill
I think it's more for the code hints than anything J Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tim Rowe Sent: Tuesday, May 26, 2009

RE: [flexcoders] chart labelRotation problem

2009-05-23 Thread Jake Churchill
/LFG401kAssetAccumulationChart/LFG401kAssetAccumulationChart4.html The right vertical axis has rotation applied. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Re: LineChart Magic

2009-05-22 Thread Jake Churchill
Nice. I don't see a lot of charting examples but this is nice because I'm about to start a project plotting multiple items dealing with commodities and futures and I'm sure I'll need to customize it quite a bit. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http

RE: [flexcoders] Form validation in Flex?

2009-05-22 Thread Jake Churchill
It would probably be better to have all forms extend a base component and handle validation there. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com

RE: [flexcoders] Any ideas on how to embed a styleDeclaration swf compile time?

2009-05-21 Thread Jake Churchill
. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of a.scavarelli Sent: Thursday, May 21, 2009 3:39 PM To: flexcoders

RE: [flexcoders] DataGrid highlight issues

2009-05-20 Thread Jake Churchill
for your help. I hopefully have a working solution now. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent

RE: [flexcoders] Re: VO Issues

2009-05-20 Thread Jake Churchill
If you are using ColdFusion for your server, you can return a typed structure rather than registering the object mappings. Like this: Struct[__TYPE__] = com.rottmanj.model.vo.CompanyVO; Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http

RE: [flexcoders] Call a Flex Function by Name

2009-05-19 Thread Jake Churchill
(className[or null], parmaters.); FYI, this code is completely untested, just trying to give you an idea. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod

[flexcoders]

2009-05-19 Thread Jake Churchill
a modifier key (SHIFT or CTRL) the highlight works. Does anyone have any ideas of how to fix this? Thanks in advance. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103

[flexcoders] DataGrid highlight issues

2009-05-19 Thread Jake Churchill
a modifier key (SHIFT or CTRL) the highlight works. Does anyone have any ideas of how to fix this? Thanks in advance. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103

RE: [flexcoders] Doing math with Date()

2009-05-18 Thread Jake Churchill
Look up Date on livedocs. You can access all parts of the date and I believe you can do natural comparison as well, i.e. if( date1 != date2 ). Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders

RE: [flexcoders] Building RSS Reader in AIR

2009-05-15 Thread Jake Churchill
There used to be an example on Adobe’s website of how to build an AIR application and it walked you through building an RSS reader. This was back when it was Apollo so I’m not sure if you’ll still be able to find it but it’d be worth the looking. Jake Churchill CF Webtools 11204 Davenport, Ste

RE: [flexcoders] Source Not Found in Flex Builder Debug

2009-05-11 Thread Jake Churchill
It probably means the error is from a class in a SWC file. Are you importing any SWC files? This happens to me if I screw something up in Cairngorm or FlexLib (both SWC files) Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733

RE: [flexcoders] Bug in Flex scrolling?

2009-05-05 Thread Jake Churchill
-issues/ and the example is here: http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/ Hope it helps! Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com

RE: [flexcoders] Violated by Sandbox

2009-04-21 Thread Jake Churchill
); Security.loadPolicyFile(Model.instance.domain + /crossdomain.xml); Model.instance.domain ended up being http://www.myproductionserver. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Violated by Sandbox

2009-04-21 Thread Jake Churchill
); Security.loadPolicyFile(Model.instance.domain + /crossdomain.xml); Model.instance.domain ended up being http://www.myproductionserver. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103

RE: [flexcoders] Link/Hand Cursor

2009-04-16 Thread Jake Churchill
useHandCursor=true buttonMode=true Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of byte.sensei Sent: Thursday, April

RE: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread Jake Churchill
array = array.sort(); smallest = array[0]; Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Paul Andrews Sent

RE: [flexcoders] flex chart problem

2009-04-10 Thread Jake Churchill
mx:verticalAxis mx:LinearAxis title=linear axis minimum=10 maximum=100 interval=10 / /mx:verticalAxis Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http

RE: [flexcoders] Creating RemoteObject in ActionScript as dataProvider for ComboBox

2009-04-02 Thread Jake Churchill
What is your remote object returning?? Send your remote object's result to a function and then set your dataprovider. This will allow you to debug it and find out what is being returned. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of brad.bueche Sent:

Re: [flexcoders] Number of connexions

2009-03-11 Thread Jake Churchill
It'd be based on the number of simultaneous connections allowed by the web server. The SWF is downloaded to the client's computer. Same with remoting calls. Connections generally don't last very long but it should be limited by the web server's connection settings. Jake Churchill CF

Re: [flexcoders] Images

2009-03-05 Thread Jake Churchill
the space is probably caused by the default horizontal spacing in the HBox. Take that down to 0 and it'll probably work fine. Darrin Kay wrote: Ok I am stuck and I am sure it is simple. I have a HBox and I am I have a image in there, now I want to put another image in there and have it butt

Re: [flexcoders] try, catch, finally ...

2009-03-03 Thread Jake Churchill
I use try-catch but rarely do I find a need for finally. Finally is optional and it is only needed if you absolutely need some piece of code to run regardless of whether the code hits the try or the catch. Personally, I feel like try/catch blocks are just good practice. Maybe it was only

Re: [flexcoders] Another on try-catch-finally ...

2009-03-03 Thread Jake Churchill
No, the try/catch block is a good thing. I'm not sure what updateListArray() does but there is always a potential for an error. What if bPollingDatabase is not yet created, then an error will be thrown. The empty catch simply means that IF an error happens, nothing special is done to

Re: [flexcoders] Air upload - File IO Error - port issue

2009-01-27 Thread Jake Churchill
Looks like the server might not be set to listen on port 80 if it's not working in the browser either. It is possible to do port forwarding at the domain level so maybe port 80 is somewhere being forwarded and is actually hitting another port on the server. If that's not the case then you've

Re: [flexcoders] adding an event listener (in MX:Button) to pass a parameter and an Event Object

2008-12-15 Thread Jake Churchill
pass event to your function as well. It is of type MouseEvent and is already available to the click parameter, just needs to be passed in like this: MX:Button id=someButton click=fooFunction(event,barParameter)/ tom s wrote: I have a button defined in Flex that passes a parameter to a

Re: [flexcoders] Looking for what this[iscalled]

2008-11-28 Thread Jake Churchill
I call it array notation but I'm not sure if that's technically correct Nate Pearson wrote: What's it called when I call something by using a string? Like when I do this[someObject].height = 10 someObject is a string. Thanks! -Nate

Re: [flexcoders] Cairngen UM Extensions on Vista

2008-11-06 Thread Jake Churchill
To create event/command sequences Tom Chiverton wrote: On Wednesday 05 Nov 2008, Jake Churchill wrote: I'm using the Cairngorm-2.2.1-Extensions-r76.swc and using the build.xml ant scripts in cairngenum. If you have the .swc, why are you trying to run their ant task anyway ?

Re: [flexcoders] Cairngen UM Extensions on Vista

2008-11-06 Thread Jake Churchill
If there's another way, let me know. I'm not familiar enough with cairngen or cairngenum to know another way around it without using the ant tasks Tom Chiverton wrote: On Thursday 06 Nov 2008, Jake Churchill wrote: To create event/command sequences Why does this mean running

Re: [flexcoders] Re: ArryCollection Columns.

2008-11-06 Thread Jake Churchill
You might be able to use flash.utils.describeType() to get at the properties of the AC if you don't know them. Although, what I generally id convert the query to a structure in which case you would be able to return an array or structure key containing the columns. Paul Kukiel wrote: No.

Re: [flexcoders] Cairngen UM Extensions on Vista

2008-11-05 Thread Jake Churchill
I'm using the Cairngorm-2.2.1-Extensions-r76.swc and using the build.xml ant scripts in cairngenum. I'm trying to use this in my own application. As I said everything else works in the ANT scripts, just not this one target due to prompting. Tom Chiverton wrote: On Tuesday 04 Nov 2008, Jake

[flexcoders] Cairngen UM Extensions on Vista

2008-11-04 Thread Jake Churchill
yet to find a fix. I've tried all of the different packages that they recommend installing and moving the swt DLL file to the system32 directory but still no luck. Does anyone have any ideas? Thanks! -Jake Churchill

Re: [flexcoders] Distributing AIR applications on Widows and Mac

2008-10-22 Thread Jake Churchill
Check out this article by David Tucker. I used this very one and it worked great! http://www.adobe.com/devnet/air/articles/air_badge_install.html Here's another: http://www.adobe.com/devnet/air/articles/badge_for_air.html -Jake Churchill jenonflex wrote: Hi All, I want to distribute my

Re: [flexcoders] mx:Metadata?

2008-08-25 Thread Jake Churchill
I usually have seen used and use it like this: mx:Metadata [Event( name=eventName,type=fully.qualified.classpath )] /mx:Metadata markflex2007 wrote: Hi, I confuse with mx:Metadata now I have the following mx:Metadata in code mx:Metadata [Event('add')] [Event('update')] [Event('cancel')]

<    1   2