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
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
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
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
> }
>
>
>
> Then on your grid column set the labelfucntion like:
>
> labelFunction="gridDateFormatter" />
>
>
>
> Change the format string to match the format you need.
>
>
> B.
>
>
> -Original Message-
>
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
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
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
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
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
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
>
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
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
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
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
15 matches
Mail list logo