Re: [flexcoders] Screen Refresh function??

2008-07-19 Thread Dan Pride
.SquareCol; ...etc etc. Flex is Soo coooooool :) Dan Pride --- On Sat, 7/19/08, Dan Pride <[EMAIL PROTECTED]> wrote: > From: Dan Pride <[EMAIL PROTECTED]> > Subject: Re: [flexcoders] Screen Refresh function?? > To: flexcoders@yahoogroups.com > Date: Saturday, July

Re: [flexcoders] Screen Refresh function??

2008-07-19 Thread Dan Pride
canvas in the double click event. This Seems to work, but being in my first year of Flex (20 years in Oracle, 4D et al),... more better insights always appreciated. Dan Pride --- On Fri, 7/18/08, shaun <[EMAIL PROTECTED]> wrote: > From: shaun <[EMAIL PROTECTED]> > Subject: Re: [

[flexcoders] Screen Refresh function??

2008-07-18 Thread Dan Pride
Field.text = locaGrid.selectedItem.FieldCol; locaSquare.text = locaGrid.selectedItem.SquareCol; } Thanks Dan Pride

Re: [flexcoders] Puzzling Connection Error #1088:

2008-07-14 Thread Dan Pride
Ok I solved my problem, so here's the solution for anybody else that runs into it. If you are doing printed reports in php don't forget to turn off show errors in the php ini file before you go back to flex. Some but not all your scripts will give a 1088 error until you do. Dan Prid

[flexcoders] Puzzling Connection error 2

2008-07-14 Thread Dan Pride
Oh yea, I get it when I hit the delete button as well as insert, and on delete I get it before the confirm dialog Thanks Dan Pride

[flexcoders] Puzzling Connection error

2008-07-14 Thread Dan Pride
files that are appropriate to both the debug folder in Site and to the Flex folder in Documents. My local still errs, online still fine. I went to a backup that worked find and get the same result. eh? Any ideas anybody, I am thoroughly stumped. Dan Pride

[flexcoders] Interface Question

2008-07-08 Thread Dan Pride
kick a function from the double click event in the data grid how do I capture the Id field value for the line so I can use it to fill in the form about to be opened? Selected item etc doesn't seem to catch it. Thanks Dan Pride

Re: AW: AW: [flexcoders] Addressing ArrayCollection Data elements Question

2008-07-08 Thread Dan Pride
do I trap the error when the value requested returns an > array of zero elements? > Thanks for the help. > Dan Pride > The exact error is... > > RangeError: Index '0' specified is out of bounds. > at > mx.collections::ListCollectionView/getItemAt()[E:\d

Re: AW: [flexcoders] Addressing ArrayCollection Data elements Question

2008-07-08 Thread Dan Pride
Yes, I know the field name but I keep getting range error and I know the value is there. but even when it isn't how do I trap the error when the value requested returns an array of zero elements? Thanks for the help. Dan Pride The exact error is... RangeError: Index '0' spec

[flexcoders] Addressing ArrayCollection Data elements Question

2008-07-08 Thread Dan Pride
of me figure out how to address the elements. The query is returning zero or one record, and I want to grab the field values and fill in text fields. i.e. fieldCol.text = dataArr Thanks Dan Pride This board is awesome, and my thanks to all those up here who respond.

Re Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Dan Pride
ow I am back to enjoying this awesome product. Thanks. But you gotta admit it,... WAS a pretty semi pro constrained flame eh? :) Dan Pride --- On Tue, 7/1/08, Enjoy Jake <[EMAIL PROTECTED]> wrote: > From: Enjoy Jake <[EMAIL PROTECTED]> > Subject: Re: [flexcoders] THIS IS

[flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Dan Pride
I have an application which will not compile, delivers no error code and simply gives me the last good app with no explanation whatsoever??? Who designed this thing and what were they thinking? Clean app does nothing. No error code No way to get an error code. What does one do??? I c

[flexcoders] Syntax Errors and Project Clean

2008-06-29 Thread Dan Pride
My swf file is not being generated and project clean does not find any errors. I tried enable view source and that worked for a while now the problem is back. Is there anyway to force an identification of errors that cause the swf file to not update? Thanks Dan Pride

[flexcoders] Report Formatting

2008-06-27 Thread Dan Pride
Hi I want to print out a report. The data goes beyond the scope of a datagrid. I suppose I could use php but is there a way to do a long multi page report in Flex? Dan

[flexcoders] Database Changes not recognized

2008-06-23 Thread Dan Pride
refuse to adapt to any changes no matter what I do? Thanks Dan Pride

[flexcoders] VideoDisplay component DCP

2008-06-21 Thread Dan Pride
Thanks. Just a followup. Will I be able to issue commands to the camera from the VideoDisplay component? Thanks

[flexcoders] Digital Camera Control in Flex?

2008-06-19 Thread Dan Pride
I would like to issue commands to a locally connected digital camera and retrieve the image file, rename it and store it locally. Any pointers on where to go to figure this out? Thanks Dan Pride

[flexcoders] File Changes Ignored

2008-06-03 Thread Dan Pride
OK I am stumped. I just upgraded to 10.5 and now changes I make to the mxml file do not show when I Click the Run Button. I am totally stumped. Dan Pride

[flexcoders] Multiple data grids

2008-05-12 Thread Dan Pride
http service call is different for each grid thanks Dan Pride Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

<    1   2