Re: SPAM-LOW: [flexcoders] Flex TFTS lesson 8

2007-02-06 Thread Roger Ross
I'll give it a try thanks... --- In flexcoders@yahoogroups.com, CF <[EMAIL PROTECTED]> wrote: > > Hi, > > > Compiled mxml files clean up to the point where you display the > > horizontal list bar with categories and images. > > Problem is, NO images no text display just a white area where imag

[flexcoders] Flex TFTS lesson 8

2007-02-06 Thread Roger Ross
Hello, Compiled mxml files clean up to the point where you display the horizontal list bar with categories and images. Problem is, NO images no text display just a white area where images and text should display Checked the code over and over, matches lesson code. Anyone have this problem whe

[flexcoders] Re: form item and text input control alignment

2007-02-01 Thread Roger Ross
Looks like I figured it out... I replaced the VBox with a form and it lines up they way I expect it to now. Roger --- In flexcoders@yahoogroups.com, "Roger Ross" <[EMAIL PROTECTED]> wrote: > > Hello, > > When you use a text input control it adds the form item as well

[flexcoders] form item and text input control alignment

2007-02-01 Thread Roger Ross
Hello, When you use a text input control it adds the form item as well for the field label, this is good. When you place the form item and text input control in a VBox how come the text input controls do not line up to the left and the form items line up to the right. They seem to set their ali

[flexcoders] Re: date formating

2007-01-31 Thread Roger Ross
> } > > > > Then on your grid column set the labelfucntion like: > > labelFunction="gridDateFormatter" /> > > > > Change the format string to match the format you need. > > > B. > > > -Original Message- >

[flexcoders] date formating

2007-01-31 Thread Roger Ross
Hello, I have a date field in a grid. what is the correct syntax to get it to display MM/DD/ right now it displays as Wed Jan 30 00:00:00 GMT I have as my date format and I added the syntax to the datafield dataField="{df.format(entrydate)}" But this just gives me an error. I found how to

[flexcoders] text input controls

2007-01-31 Thread Roger Ross
Hello, New to Flex and still getting use to everything. When using a text input control why does the width of the text input field change as you scroll through records displayed in a grid control? Also can you right justify the label on the form item that is created when you add a text input con

[flexcoders] Syntax Error: A string literal must be terminated before the line break.

2007-01-26 Thread Roger Ross
Hello, What does this error mean? I have compared my code to the code in the tutorial files and it looks the same. Syntax Error: A string literal must be terminated before the line break. I get the error for this code as well; other code

[flexcoders] Re: Cannot access a property or method of a null object reference

2007-01-25 Thread Roger Ross
t.catelog.category; > > If there's no catelog child of the XML root, then trying to access a > child of that node will probably throw the error. > > Doug > > Roger Ross wrote: > > > > Hello, > > > > Working my way throught the "Training F

[flexcoders] Cannot access a property or method of a null object reference

2007-01-25 Thread Roger Ross
Hello, Working my way throught the "Training From the Source" turorial and ran into this error message. Not sure why I am getting it. I compared my code to the completed code for the lesson and it looks the same with no problems when I compile it. TypeError: Error #1009: Cannot access a propert

[flexcoders] Re: binding a data grid column to a text input control

2007-01-19 Thread Roger Ross
I got it... I had to ad the i{d of the data grid to expression. {MyLtGrid.selectedItem.Company} then it worked... --- In flexcoders@yahoogroups.com, "Roger Ross" <[EMAIL PROTECTED]> wrote: > > I remember the dg.selectedItem.comlumnname now, but I can't remember >

[flexcoders] Re: binding a data grid column to a text input control

2007-01-19 Thread Roger Ross
t;James T. Riffe" <[EMAIL PROTECTED]> wrote: > > You will need to bind it to the dg.selectedItem. > > > > _ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Roger Ross > Sent: Friday, January 19, 2007 10:07 PM > To: f

[flexcoders] binding a data grid column to a text input control

2007-01-19 Thread Roger Ross
Hello, Flex Newbie! I found an example of data binding from text input to a label, but I need to bind the data from a column in a data grid to a text input control! Any examples? Thank you, Roger

[flexcoders] Re: Setting up new project that will us CF to access data

2007-01-19 Thread Roger Ross
ex project yet? > > If you are going to use remoting, then select the remoting project, > otherwise select the Basic project. > > We will help you get going... :) > > On 1/19/07, Roger Ross <[EMAIL PROTECTED]> wrote: > > > > Hello, > > Newbie to Fle

[flexcoders] Setting up new project that will us CF to access data

2007-01-19 Thread Roger Ross
Hello, Newbie to Flex... I want to create a test application in Flex that will get its data using CF via an ODBC connection to the data source. I have already set this up in CF and the connection has been verified by CF. My question is, in Flex when creating the new project should I select Basic o