RE: [flexcoders] Re: AxisRenderer Error #1009: Cannot access a property or method of a null object reference

2009-07-22 Thread Chad Callahan
haven't yet distilled it down to a submittable size. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Chad Callahan chad.calla...@... wrote: I am using a ColumnChart with a ColumnSet of type stacked. If I switch this ColumnSet.type property to 100% then it works just

[flexcoders] AxisRenderer Error #1009: Cannot access a property or method of a null object reference

2009-07-20 Thread Chad Callahan
- labelAlignOffset); var P1:Number = firstLabel.position; var P2:Number = 1 - lastLabel.position; ---(line 255) The error is being thrown because lastLabel is null. Can anyone think of how lastLabel could possibly be null? Thanks, Chad

[flexcoders] Chart Axis Location

2009-02-11 Thread Chad Callahan
of this is to hide the extra space that is put around the chart to renderer the axis labels. I want my chart to take up 100% of the space it is allotted and place the axis labels on top of the chart. Thank you, Chad

RE: [flexcoders] Chart Axis Location

2009-02-11 Thread Chad Callahan
labels to be above the chart? The latter is easy, the former might be easiest down outside of the chart (i.e. by putting the chart on a canvas, with the vertical axis titles pinned to the left or right. On Wed, Feb 11, 2009 at 9:22 AM, Chad Callahan chad.calla...@t8design.com mailto:chad.calla

RE: [flexcoders] Chart Axis Location

2009-02-11 Thread Chad Callahan
And this is what I have so far http://screencast.com/t/UlS2yx1y From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Chad Callahan Sent: Wednesday, February 11, 2009 1:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders

[flexcoders] CartesianChart axes location

2009-01-14 Thread Chad Callahan
I am wanting the axes for my charts to render in front of the chart rather than on top of, bottom of, left of or right of. Is there any way of doing this? Thanks

RE: [flexcoders] Re: LineSeries dataFunction to return Array instead of a String

2009-01-07 Thread Chad Callahan
, Chad Callahan chad.calla...@... wrote: The specifications for the LineSeries dataFunction states that the function is to return an Object. From what I gather, it assumes that the Object is one single data point. However, my data is grouped a little differently. I would like to be able

[flexcoders] LineSeries dataFunction to return Array instead of a String

2009-01-06 Thread Chad Callahan
this to work because I cannot get the LineSeries to look at nested properties. Any examples or suggestions? Thank you, Chad

[flexcoders] datagrid question

2008-08-05 Thread Chad Gray
I have a datagrid that I populate with some data. ProductID, Name, Description I would like it so when a user clicks on one of the datagrid rows it fires a RemoteObject that queries a CFC with the ProductID. Then take the RemoteObjects results and display the data returned. How do I get the

[flexcoders] PrintDataGrid and wordWrap

2008-04-21 Thread Chad Gray
% variableRowHeight=true wordWrap=true http://careyweb.com/flash.pdf Any way to fix this? Chad

RE: [flexcoders] PrintDataGrid and wordWrap

2008-04-21 Thread Chad Gray
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: Monday, April 21, 2008 1:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] PrintDataGrid and wordWrap I am trying to get the PrintDataGrid to word wrap. When I print I get really strange results

[flexcoders] remoteObject and secureJSON on CF

2008-04-07 Thread Chad Gray
/ajax_security.html Thanks, Chad

[flexcoders] Open network share in Explorer and Finder

2008-03-28 Thread Chad Gray
Hello, I was hoping AIR would be able to launch Explorer or the Finder to a network path, but so far I have not found a good way. I need to do this on Mac and PC and this so far seems to be the biggest hurdle. So I am wondering if there is a flex way of doing this? navigateToURL() works on

RE: [flexcoders] Open network share in Explorer and Finder

2008-03-28 Thread Chad Gray
Tom, are you following me around? :) Mac does separate the path with colons not slashes. I will experiment with formatting it differently. Thanks again! Chad -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, March

RE: [flexcoders] Open network share in Explorer and Finder

2008-03-28 Thread Chad Gray
] On Behalf Of Tom Chiverton Sent: Friday, March 28, 2008 11:26 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Open network share in Explorer and Finder On Friday 28 Mar 2008, Chad Gray wrote: var url:String = file://server/share; There should be 3 slashes after the colon. Does

[flexcoders] pass in url or form variable

2008-03-27 Thread Chad Gray
Is there any way to pass in a URL or Form variable to a flex application when it starts up? Like if a user clicks an HTML form and it launches the flex app as the action page. Can the flex app pick up on the form variables?

RE: [flexcoders] pass in url or form variable

2008-03-27 Thread Chad Gray
Ah... good idea! I could change the html page with the object tag to Coldfusion and grab the URL/Form vars and pass them into the FlashVars. Thanks, Chad From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shiv Kumar Sent: Thursday, March 27, 2008 3:10 PM To: flexcoders

RE: [flexcoders] How do I print in Flex?

2008-03-26 Thread Chad Gray
In the component explorer I discovered a really nice example of printing. http://examples.adobe.com/flex3/componentexplorer/explorer.html -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of coolz22in Sent: Wednesday, March 26, 2008 1:35 AM To:

[flexcoders] convert flex to air

2008-03-14 Thread Chad Gray
What is the best way to convert my flex application to an air application in flex builder?

[flexcoders] max rows to return to a datagrid

2008-03-11 Thread Chad Gray
I am using a Coldfusion CFC to return a query object that is bound to a datagrid. Is there any rule of thumb as to how much data you should send to the datagrid? I just tried 3000 rows of data and it took about a second for the datagrid to display it.

RE: [flexcoders] max rows to return to a datagrid

2008-03-11 Thread Chad Gray
Was that you working on your dev box or did you connect to a remote server? Chad Gray wrote: I am using a Coldfusion CFC to return a query object that is bound to a datagrid. Is there any rule of thumb as to how much data you should send to the datagrid? I just tried 3000 rows of data

[flexcoders] flex builder and SVN

2008-03-11 Thread Chad Gray
I imported some new Adobe Flex code to my repository. This is the first time i have ever done so. I open the project in my Flex Builder program. It says The file has been changed on the file system. Do you want to load the changes? I say yes and this must touch the bin folder in some way

RE: [flexcoders] flex builder and SVN

2008-03-11 Thread Chad Gray
really irritating. I make sure I set up my svn to ignore the bin folder, and uncheck the preference above, myself) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: 11 March 2008 17:05 To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] flex builder and SVN

2008-03-11 Thread Chad Gray
Huh, even with that option ticked it still copies the svn folders from the html-template folder to the bin folder. I use _svn instead of .svn maybe that is why I run into this. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: Tuesday, March 11

[flexcoders] embedding flex in html

2008-03-06 Thread Chad Gray
Is it safe to use Dreamweaver's code to insert a flex swf into HTML? script src=Scripts/AC_RunActiveContent.js type=text/javascript/script script type=text/javascript AC_FL_RunContent(

[flexcoders] wrapper and CFM code

2008-03-06 Thread Chad Gray
I am customizing the index.template.html so it will contain my CF code. I tried renaming index.templates.html to index.template.cfm and it produces a file index.cfm in the bin-debug folder. Why doesn't it produce {application name}.cfm? The index.cfm is fine, but I have to go to the properties

RE: [flexcoders] wrapper and CFM code

2008-03-06 Thread Chad Gray
. The only file in html-template that will auto create a file in bin-debug seems to be index.template.html. Thanks, Chad -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, March 06, 2008 11:51 AM To: flexcoders

[flexcoders] modules vs. components

2008-03-06 Thread Chad Gray
It appears modules and components are pretty similar. One thing I read about modules is you can load and un-load them from memory. Is this the major difference? Thanks, Chad

RE: [flexcoders] modules vs. components

2008-03-06 Thread Chad Gray
Thanks Pat! That makes perfect sense! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pat Buchanan Sent: Thursday, March 06, 2008 3:14 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] modules vs. components Chad: There are many reasons why

[flexcoders] RE: Flexbuilder and CF flash remoting

2008-03-05 Thread Chad Gray
to http://localhost/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gjessup1 Sent: Tuesday, March 04, 2008 8:36 PM To: Chad Gray Subject: Re: Flexbuilder and CF flash remoting Having same problemKilling me --- In flexcoders@yahoogroups.com, Chad

RE: [flexcoders] Help: Flex 3 + CF8 + Remoting = 500 error with http://localhost/flex2gateway

2008-03-05 Thread Chad Gray
I ran into this problem also. I looked at other web sites that the flex2gateway did work and noticed that the CF8 update to my CF7 installed make virtual directories to CFIDE and JRunScripts. So I made these virtual directories in my new web site and the gateway started working. I think all

[flexcoders] datagrid and extra rows

2008-03-05 Thread Chad Gray
I am returning a query from a CFC to a datagrid and I get extra blank rows in the datagrid. I don't see a rhyme or reason for the number of extra rows either. Some queries return 5 records with 3 extra rows and some return 4 records with 3 extra rows. I double checked the query and it does

[flexcoders] flex and application.cfc onRequest

2008-03-05 Thread Chad Gray
What is up with flex and application.cfc's onRequest function? I get the below error unless I comment out the onRequest function when trying to connect to a CFC. cffunction name=onRequest returnType=void cfargument name=thePage type=string required=true cfinclude

RE: [flexcoders] datagrid and extra rows

2008-03-05 Thread Chad Gray
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: Wednesday, March 05, 2008 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid and extra rows I am returning a query from a CFC to a datagrid and I get extra blank rows in the datagrid. I

RE: [flexcoders] datagrid and extra rows

2008-03-05 Thread Chad Gray
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: Wednesday, March 05, 2008 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid and extra rows I am returning a query from a CFC to a datagrid and I get extra blank rows in the datagrid. I don't

RE: [flexcoders] Shared Object in Flex 2

2008-03-05 Thread Chad Gray
At first glance you are not importing the Alert class import mx.controls.Alert; -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nelson_geoff Sent: Wednesday, March 05, 2008 12:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Shared

[flexcoders] how to have a component change the state

2008-03-05 Thread Chad Gray
Say I have a component file that is called Login. It asks for login and password and if they succeed I want the currentState of the main MXML file to change to one called main. When I had all of the code on the one main mxml I used this code to change the state: private function

RE: [flexcoders] how to have a component change the state

2008-03-05 Thread Chad Gray
a titleWindow and just remove it which would be a bit easier. - Original Message From: Chad Gray [EMAIL PROTECTED] To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Wednesday, March 5, 2008 1:10:05 PM Subject: [flexcoders] how to have a component change the state Say I have a component

RE: [flexcoders] flex/air/lcds tutorials

2008-03-04 Thread Chad Gray
I just did the Flex3 Essentials on Lynda.com. It was very fast paced and I had to re-watch a lot of the advanced movies for things to sink in, but overall it was good. Also before you watch the Flex3 training you should get familiar with Actionscript. There is a good tutorial on Lynda.com for

[flexcoders] file upload

2008-03-04 Thread Chad Gray
Hello, I am new to Flex and I am wondering if there is a file upload control much like there is in HTML. input type=file Thanks Chad

[flexcoders] general flex usage question

2008-03-04 Thread Chad Gray
to maintain then a single flash SWF because it is so object orientated, but how do people plan on using flex in their web sites? Thanks, Chad

RE: [flexcoders] file upload

2008-03-04 Thread Chad Gray
Thanks Beau! I will start reading up on it. Chad From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Beau Scott Sent: Tuesday, March 04, 2008 10:49 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] file upload Nothing quite as convenient as a file input

[flexcoders] Flexbuilder and CF flash remoting

2008-03-04 Thread Chad Gray
This is driving me nuts. I have set this up in the past with CF7 no problems, but now I have a fresh install of CF8 and Flexbuilder 3 on my laptop and I cannot get it to work. I am trying to setup a new flex project in Flex builder using Flash Remoting and I get the error message The

RE: [flexcoders] Flex/AIR FTP program

2008-01-25 Thread Chad Gray
I found this Flex FTP library on RIAForge.com http://maliboo.riaforge.org/ How do I use it in Flex3? I put the library files in the root of the project and added xmlns:ftp=pl.maliboo.ftp.core.* to the mx:WindowedAppliction tag, but when I start typing my import statement in the Script block it

[flexcoders] Flex/AIR FTP program

2008-01-25 Thread Chad Gray
I would like to start a simple application using Flex and AIR. I want to make an application that will run on Mac or PC and when a person drags and drops a file onto the application it transmits the file to our FTP server. Can someone point me in a direction to get started? Tutorials, example

[flexcoders] Air/Flex App With Barcode Reader

2007-11-20 Thread Chad Gray
Hello, I am just doing research and need some input. We would like to make an Air/Flex app that when you scan in a barcode you get product details from a database that CF is serving out. The barcode scanner works like a key board and at the end of a scan I can have it send a carriage return.

RE: SPAM-LOW: [flexcoders] Re: Air/Flex App With Barcode Reader

2007-11-20 Thread Chad Gray
selectable=false id=allKeys width=400 height=400 / /mx:Application __ Josh Vanderberg -- http://vanderblog.typepad.com http://vanderblog.typepad.com --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Chad Gray [EMAIL PROTECTED] wrote: Hello, I am just doing

[flexcoders] Make money while you learn flex/air :-)

2007-10-14 Thread Chad
Hey guys, Anyone looking to pickup a few extra bucks helping crank out the front-end for a new flex/ air app? Its a cool music app and for a charitable cause. All the wireframes are drawn up I just someone to help finish slapping all the stock flex components together into a non-working

[flexcoders] Repeater Children?

2007-05-14 Thread Chad Callahan
if the Repeater has Buttons showing up. CHAD CALLAHAN PROGRAMMER T8DESIGN.COM | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675 This e-mail, including attachments, is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential, and may be legally privileged

[flexcoders] oop constructor

2007-04-17 Thread Chad Gray
skeleton of how a Class is commonly setup? Thanks! Chad

[flexcoders] ComboBox.selectedItem within a Repeater

2007-04-09 Thread t8.chad
I have a ComboBox within a repeater and I need to get the selected item of the ComboBox. The problem is that the id of the ComboBox is really a pointer to an array of ComboBoxs within the Repeater. mx:TabNavigator mx:Repeater id=rp_brands mx:ComboBox id=cb_sports

RE: [flexcoders] How to connect Flex with bar code reader?

2007-04-06 Thread Chad Gray
The bar code readers I have worked with in the past just emulate a keyboard. So if you had notepad open and scanned a barcode that represented 12345 then 12345 would be entered into the document and usually a carriage return comes after the scan. You can program into the scanner what you

[flexcoders] to use object or array -- 'Adobe Flex 2 Training from the Source' book

2007-04-05 Thread Chad Gray
I am reading the 'Adobe Flex 2 Training from the Source' book and have a question as to why they used an object and not array. Page 118 for those that have the book. What they are doing is taking an array (categories) and appending a new row to it Name=All and CategoryID=0. Is there any

[flexcoders] DateField Bug

2007-04-02 Thread Chad Callahan
When selecting the date that the DateField object is already set to, the DateField text display becomes empty. Does selecting the same date as is already selected cause the new selected date to become null? Is there a property I can set to disable this feature? CHAD CALLAHAN

[flexcoders] remoteObject and my If statement

2007-03-30 Thread Chad Gray
I have a RemoteObject that is firing when a button is clicked. I want the button that is clicked to disappear and another button to appear if the result coming back from the remoteObject is true. What happens is I click the button with a correct login and password (that does return the

RE: [flexcoders] remoteObject and my If statement

2007-03-30 Thread Chad Gray
Ah ha... that is what you use the event attribute for on remoteObject. I have seen it used in lots of example code but I tend to learn the hard way. :) Thanks Peter! -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Farland Sent:

[flexcoders] Re: Inline DateField ItemRenderer causes Entire Datagrid contents to disappear

2007-03-29 Thread Chad Sherwood
Of Chad Sherwood Sent: Thursday, March 22, 2007 11:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Inline DateField ItemRenderer causes Entire Datagrid contents to disappear I discovered that if I set the dataField= in the mx:DatagridColumn tag, then it renders the DateField

[flexcoders] remoteCredentials and CFCs

2007-03-27 Thread Chad Gray
I posted to the Apollo forum, but this is more of a Flex question. How would one use this setRemoteCredentials() method? http://livedocs.adobe.com/flex/201/langref/mx/rpc/remoting/RemoteObject.html#setRemoteCredentials() Do I place it in my submitJob function in the example code below? Here

[flexcoders] textInput for passwords

2007-03-27 Thread Chad Gray
How do you get a text input to hide the characters you type in like you do with input type=password in HTML?

[flexcoders] encrypt/decrypt

2007-03-25 Thread Chad Gray
Is there any simple encrypt and decrypt functions that would be compatible with Coldfusion's encrypt and decrypt functions?

RE: [flexcoders] Re: Flex coldfusion simple question

2007-03-24 Thread Chad Gray
Im a correct in saying that if you hit the web site http://websitename/flex2gateway/ You should get back a blank page with no errors. Typed in exactly like this. It needs a trailing slash and it is case sensitive. If you get that result then the gateway should be working. Chad

RE: [flexcoders] Re: flash remoting

2007-03-22 Thread Chad Gray
Ah.. I did not see that. I was searching for flash remoting yesterday. Did not think of searching for flex remoting. Thanks! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Farland Sent: Thursday, March 22, 2007 10:43 AM To: flexcoders@yahoogroups.com

[flexcoders] display current time

2007-03-22 Thread Chad Gray
I need the current time in my flex app. Also is it possible to display the current time in the flex app having it always current? So the user would watch the seconds and minutes change? How is best handled? Is this an actionscript thing? Thanks, Chad

[flexcoders] Inline DateField ItemRenderer causes Entire Datagrid contents to disappear

2007-03-22 Thread Chad Sherwood
I have 7 different itemRenderers in my datagrid. As long as I don't use the DateField as an inline ItemRenderer, everything is fine, all other renderers actually appear, along with the data they contain. As soon as I add in the simplest version of the DateField object as the itemRenderer,

RE: [flexcoders] Re: display current time

2007-03-22 Thread Chad Gray
to get the kind of display you want. But as you can see it's very simple. Note however that this could slow down the responsiveness of your app. Paul --- In flexcoders@yahoogroups.com, Chad Gray [EMAIL PROTECTED] wrote: I need the current time in my flex app. Also is it possible to display

RE: [flexcoders] Re: display current time

2007-03-22 Thread Chad Gray
/mx:Form /mx:Panel /mx:Application --- In flexcoders@yahoogroups.com, Chad Gray [EMAIL PROTECTED] wrote: Thanks Paul! I am so new to this stuff can you explain what this function is doing? private function set now(d:Date):void { this.nowText = d.toTimeString

[flexcoders] flex remoting and query

2007-03-22 Thread Chad Gray
If in my CFC that I am connecting to with RemoteObject can I return a Query object to Flex? Here is an example cfc: cffunction name=getJob returnType=query output=no access=remote cfargument name=jobNum type=numeric required=yes cfquery datasource=database name=getJobInfo

RE: [flexcoders] Re: flex remoting and query

2007-03-22 Thread Chad Gray
Thanks Clint and Maury, Im afraid it don't completely understand the lingo bind the result to an array. I get an error when I run the program ReferenceError: Error #1065: Variable is not defined. I think my datagrid datafields are wrong or the function is not running. So on the function

RE: [flexcoders] Re: flex remoting and query

2007-03-22 Thread Chad Gray
THE BIG LIGHT BULB OVER MY HEAD :) Wow... makes sense. Thanks again... I am going to break this down and write it out in a way I can understand. Chad -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maury.sword Sent: Thursday, March 22

[flexcoders] Re: Inline DateField ItemRenderer causes Entire Datagrid contents to disappear

2007-03-22 Thread Chad Sherwood
I discovered that if I set the dataField= in the mx:DatagridColumn tag, then it renders the DateField control. I'm stumped why I can't set the dataField=requested_date, which is a string representation of a properly formatted date out of the database... any thoughts? Thanks, Chad

RE: [flexcoders] first impressions

2007-03-21 Thread Chad Gray
employees clock in and out. They also log into jobs and log out with different labor types. I have to build the CFC first, but if I get stuck I will post here on the list. Thanks! Chad From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Tredway Sent: Tuesday

[flexcoders] first impressions

2007-03-20 Thread Chad Gray
Im a CF guy and mainly a spaghetti coding CF guy. CF gave me, the non OO guy, the ability to write very complex programs that manipulated data in very complex ways since SQL is an easy language to learn and everything was very linear. Now my applications are hard to maintain, but easy to read

[flexcoders] basic web service communication help

2007-03-19 Thread Chad Gray
Im trying to send data to a web service that has a function in it called echoString and return a result from the web service. Here is what I have so far... mx:WebService id=myWebservice wsdl=http://demo.dev/test.cfc?wsdl; mx:operation name=echoString mx:request

[flexcoders] flex builder and dreamweaver

2007-03-19 Thread Chad Gray
the next release of Studio? Chad

[flexcoders] YAHOO SLOOOOWW!

2007-03-19 Thread Chad Gray
Holy cow.. I sent to email this morning and they are not here... I send them at like 10am! I will check the yahoo web site maybe it is faster.

RE: [flexcoders] ignore-- basic web service communication help -- ignore

2007-03-19 Thread Chad Gray
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: Monday, March 19, 2007 5:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] basic web service communication help Im trying to send data to a web service that has a function in it called echoString and return

[flexcoders] SWFLoader query string?

2007-03-15 Thread Chad Callahan
because that is the whole purpose of me doing this. I'm trying to pass a random connection id from Flex into the Flash swf so they use the same (random) connection id) CHAD CALLAHAN PROGRAMMER T8DESIGN.COM | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675 This e-mail, including

[flexcoders] standalone exe

2007-03-14 Thread Chad Gray
Can flex apps be run as a standalone flash executables? This way no browser is needed.

RE: [flexcoders] standalone exe

2007-03-14 Thread Chad Gray
Hey. that is cool. It works. I never thought of that. Anyway to get a linux standalone player? I wonder if the mac version will run on linux. I will try it. Thanks for the help! Chad From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: Wednesday

RE: [flexcoders] Flex Training Experiences/Su ggestions?

2007-03-14 Thread Chad Gray
I think Ray Camden does training on flex and spry. http://ray.camdenfamily.com/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of michael_p_levine Sent: Wednesday, March 14, 2007 2:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex

[flexcoders] OT: spry yahoo group?

2007-03-14 Thread Chad Gray
So is there a spry yahoo group?

[flexcoders] Want the SWEETEST Flex theme(s) ever? Contest!

2007-02-10 Thread Chad
) In a company that has built RIAs in the past e) a formally trained developer f) a formally trained designer g) management g) Other: Thats it! Thanks for the help and good luck! Chad

[flexcoders] Have an extra 360Flex Ticket?

2007-01-24 Thread Chad
to do dishes. :-) Thanks, Chad YahooMessenger: m3_515hp

[flexcoders] Re: force to preload UI children

2007-01-23 Thread Chad
Hey Mathieu, I'm still learning, but my understanding is that this is what the creationPolicy is for. The container has deferred instantiation to reduce the upfront load... take a look here: http://www.adobe.com/devnet/flex/articles/client_perf_06.html Good luck, Chad

[flexcoders] DataGrid Scroll Size

2006-11-08 Thread Chad Callahan
according to the height of the DataGrid rather than the height of its rows? CHAD CALLAHAN PROGRAMMER T8DESIGN.COM | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675 This e-mail, including attachments, is covered by the Electronic Communications

[flexcoders] DataGrid Scroll Size

2006-11-07 Thread t8.chad
I have a DataGrid that is 400 px in height but many of the rows in the DataGrid are taller than 400 px. When viewing a tall row, I scroll the DataGrid down to see the rest of the row but it skips to the next row instead of scrolling through it. Is there a way to make the DataGrid scroll

[flexcoders] DataGrid Scroll Size

2006-11-06 Thread Chad Callahan
according to the height of the DataGrid rather than the height of its rows? CHAD CALLAHAN PROGRAMMER T8DESIGN.COM | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675 This e-mail, including attachments, is covered by the Electronic Communications

[flexcoders] DataGrid CheckBox itemRenderer select all

2006-10-17 Thread Chad Callahan
I have a DataGrid and the first columns item renderer is mx.controls.CheckBox. I would like to be able to have a select all button that sets all of the CheckBox selected = true. I also need to be able to check which CheckBoxs are selected. Any suggestions? CHAD

[flexcoders] mxml escape character??

2006-09-12 Thread Chad Callahan
I need to include the { and } characters inside of an mxml tags argument value but mxml reads the { and } as bindable. Is there a way to escape the { and } characters within the quotes? CHAD CALLAHAN PROGRAMMER T8DESIGN.COM | P 319.266.7574 - x195

[flexcoders] drawing api

2006-09-08 Thread Chad Callahan
a circle on my app? CHAD CALLAHAN PROGRAMMER T8DESIGN.COM | P 319.266.7574 - x195 | 877.T8IDEAS | F 888.290.4675 This e-mail, including attachments, is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential, and may

[flexcoders] Blitz XRay

2006-08-24 Thread Chad Callahan
I was looking at http://osflash.org/xray for the XRay connector for Flex2 but couldnt find any downloads or links to it. If anyone knows where to download the connector for Flex2, please email me a link. Thanks CHAD CALLAHAN PROGRAMMER T8DESIGN.COM

[flexcoders] Validator Problems - Not clearing when disabled

2006-08-04 Thread Chad Sherwood
, I call a function that re-evaluates all the validators to make sure they should be enabled/disabled. I have verified that they are disabled AND not required, but the screen still continues to show them as red boxes. Any ideas on this problem would be welcome :) Thanks! Chad

[flexcoders] Re: Setting row focus when user clicks in a column using ItemRenderers

2006-07-04 Thread Chad Sherwood
I went into debug mode to examine the listData variable, it does exist, however its ALWAYS null. Any ideas what I've done wrong or not done? No matter what point I review that variable, it's always null. Thanks, Chad Doug Lowder [EMAIL PROTECTED] wrote: Your item renderer should have