Re: [flexcoders] Security error - can anyone help with this?

2005-10-26 Thread Craig Newroth
nope, not yet, will give that a shot.. thx Jeff Tapper [EMAIL PROTECTED] wrote: try setting useProxy="true" on your HttpService tagAt 12:05 PM 10/26/2005, you wrote:I am getting the following popup error when i try to access theexamples on my secured server. Any one seen this before and I ahve

RE: [flexcoders] problem with cell renderer showing data in datagrid twice

2005-09-16 Thread Craig Newroth
Matt: Sure did, Kevin H sent me some files that showed how to fix... thanks Craig ps. sorry for not responding quicker, been REAL busy... Matt Chotin [EMAIL PROTECTED] wrote: Craig, did you solve this or do you still need help? From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-08-11 Thread Craig Newroth
sorry it took so long to respond...here is the file Craig Abdul Qabiz [EMAIL PROTECTED] wrote: Hi, Can you please send the test file (mxml + swf) to me. I would like to see it... We tried compiling your code with Flex 1.5 and running the app in firefox and IE with Flash Player 8. I can't

Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-08-11 Thread Craig Newroth
layer. HTH, Alias On 7/14/05, Craig Newroth [EMAIL PROTECTED] wrote:okay, maybe i did not make my self clear...when I was using Flash PLayer 7 and set the property 'alpha' to zero, then not only could I NOT see the bar (which is what I wanted) but i COULD STILL see the text in the control. No

Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-08-11 Thread Craig Newroth
ofthose unfortunate cases where a bug becomes a fact of life, and fixingit ends up causing problems. I'd say - design for the new player.HTH,AliasOn 7/14/05, Craig Newroth [EMAIL PROTECTED] wrote: okay, maybe i did not make my self clear...when I was using Flash PLayer 7 and set the property 'alpha

Re: [flexcoders] problem with cell renderer showing data in datagrid twice

2005-08-11 Thread Craig Newroth
here are the files cnewroth55 [EMAIL PROTECTED] wrote: okay, heres one for all; i have a datagrid and the last cell i wanted to put a combo box in it with a set of selections for a user to pick from. got the cell renederer to work and it puts the combo box in it, however if yu select an item

Re: [flexcoders] Re: Column chart using webservice result

2005-07-14 Thread Craig Newroth
Tony, I would be interested in seeing how you did this, I have a similar situation, but have not been able to get it to do what I want either. thanks, Craig tony_lic [EMAIL PROTECTED] wrote: Hi Matt, Thanks for your help. I'm now able to render the chart successfully.with regards,tony--- In

RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-07-14 Thread Craig Newroth
okay, maybe i did not make my self clear...when I was using Flash PLayer 7 and set the property 'alpha' to zero, then not only could I NOT see the bar (which is what I wanted) but i COULD STILL see the text in the control. Now in Flah Player 8, if i set the SAME property (alpha) in the SAME

RE: [flexcoders] Re: okay, so I can't beleive that......

2005-06-09 Thread Craig Newroth
i have tried every combination of the "Type" that I can, now the cffunction has a returntype that i had set to query, so I will try array there, but am not hopeful that will work... will let you knowdo you have any examples of a RO accepting mutlitple data and returning results? If so then

Re: [flexcoders] Calendar

2005-06-09 Thread Craig Newroth
use the caledar that is built in to flex Joel Parish [EMAIL PROTECTED] wrote: Is there any way to impliment a calendar in flex? I am looking intousing a TileList but I really don't want to reinvent the wheel(granted it's allready invented). Any insights into how i may do this,or how others have

RE: [flexcoders] prblem with getting dat back from A Remote Object

2005-06-03 Thread Craig Newroth
yes, i did not have the send, and it appears that I am not really sending the data in the parameter to the RO. If i run it as a web service i get this in the network monitor: Method: Thrust_QueryParameter 1: name : ThrustNametype : string value[array] : length[Number] : 1[0][String] : ASMT

Re: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-25 Thread Craig Newroth
to populate a chart. Let me know if that does not answer your specific question. Jeff http://www.flexauthority.com - Original Message - From: Craig Newroth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 24, 2005 4:55 AM Subject: RE: [flexcoders] can I bind more

RE: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-24 Thread Craig Newroth
Matt: Thanks for the response, I am trying to pass a list of the ones that are checked..values in the checkboxes are going to be passed to a cfc to get data from query and returned to datagrid. so I guess that you are saying to build an array out of the checkboxes (if they are checked) and then

RE: [flexcoders] Announcing Flex Style Explorer

2005-05-19 Thread Craig Newroth
with the exception that CSS style selectors are not supported in components...would have to load a .css file I am assuming... --- Jeff Beeman [EMAIL PROTECTED] wrote: This tool is absolutely fantastic! I've got a bug report that one of our developers noticed, though, and since I can't make a

RE: [flexcoders] how to use a repeater question

2005-05-13 Thread Craig Newroth
, APS - Advanced Platform Systems, NCO - Netcentric Operations ]; ]] and would like for it to be the checkboxes label. is it faster to do a repeater or just make them up normally.. Craig Newroth Structures Technology - STL Executive Computing Support The Boeing Company

RE: [flexcoders] help enabling or disabling a control when a user selects something - Solved

2005-05-11 Thread Craig Newroth
h Craig --- Craig Newroth [EMAIL PROTECTED] wrote: Thanks Tracy for getting me on the right track.!!! In the action script file that I posted here is what I changed/added in the below function to make it work... Now all I have to do is do a test on it to see if they selected

RE: [flexcoders] help enabling or disabling a control when a user selects something

2005-05-10 Thread Craig Newroth
if the All Reports option is included. Can you extract the issue into a simple example? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig Newroth Sent: Friday, May 06, 2005 2:05 PM To: flexcoders@yahoogroups.com Cc: [EMAIL

Re: [flexcoders] help enabling or disabling a control when a user selects something

2005-05-06 Thread Craig Newroth
well, it is supposed to test for the content of the selected item and then what I want to do is enable or disable a list control.. I have tired both the number zero (the selected index) of my first list and the text value and cannot get it to work. --- Manish Jethani [EMAIL PROTECTED] wrote: On

RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-30 Thread Craig Newroth
ings, have your * configuration in the remote-objects whitelist then you shouldn't be having any access problems.Steven -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig Newroth Sent: 29 April 2005 19:43 To: flexcoders@yahoogroups.com S

RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-29 Thread Craig Newroth
Dear MR. WEBSTER: READ pages that you mention, and READ chapter 21, and I DO UNDERSTAND the concepts of the whitelist VERY well, and I DO have a CLEAR understanding of the mentioned concepts. Rather than make a smart assed comment like "...it's probably worth making sure you've got a clear

RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-29 Thread Craig Newroth
Of Craig Newroth Sent: 29 April 2005 17:27 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: creditcard dashboard - for Alistair Dear MR. WEBSTER: READ pages that you mention, and READ chapter 21, and I DO UNDERSTAND the concepts of the whitelist VERY well, and I DO have

RE: [flexcoders] Charting

2005-04-24 Thread Craig Newroth
I would like to see those also. let me know when they are up if you could please.. Craig Matt Chotin [EMAIL PROTECTED] wrote: I mailed Christophe to see if he can update it. Unfortunately they changed the passwords on that machine so I can’t grab the data. Matt From:

RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-24 Thread Craig Newroth
Thanks Steven...after you guys explained how the SWC was packaged, it made more sense. DUH!, i'm slow :-) Craig Steven Webster [EMAIL PROTECTED] wrote: Craig, If you feel better about it, you can change your code to: mx:Canvas xmlns:keepAwayFromAli="com.iterationtwo.containers.*" and then

RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Craig Newroth
I have read the namespaces info in the docs, but the namespace that you give to use is, "com.iterationtwo.containers.*"...and that 'path' doesn't exist on my box...so i am wondering why that works?, or is that not a 'path' as it were..Alistair McLeod [EMAIL PROTECTED] wrote: Hi Craig, No

RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Craig Newroth
Alistair: THiunk i fixed with the namespace 'clue', here is what I added to my mx:canvas tag: mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns:iterationtwo="com.iterationtwo.containers.*" now the next question? Why does that work, am i going to your server somewhere to get the

Re: [flexcoders] how to make an object active?

2005-04-15 Thread Craig Newroth
= !summaryCHB.enabled;}/mx:Script mx:FormItem mx:CheckBox label="Summary" labelPlacement="bottom" id="summaryCHB" click="changeOther( event );"/ /mx:FormItem mx:FormItem mx:CheckBox label="Detail" labelPlacement="bottom" id="detailCHB" cli