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 the>examples on my secured server. Any one seen this before and I ahve my>flex-config wide open..>>HTTPService Fault:>sun.security.validator.ValidatorExecption:>no trusted certificate could be found>>i am on a https connection, so it looks like that the service call is>thinking it is a http. is there something in the tag that I need to>chage to tell it that it is a https?-->Flexcoders Mailing List>FAQ: >http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>Search Archives: >http://www.mail-archive.com/flexcoders%40yahoogroups.com >SPONSORED LINKS>Web >site design development >Computer >software development >Software >design and development>Macromedia >flex >Software >development best practice>>>-->YAHOO! GROUPS LINKS>>    *  Visit your group > "flexcoders" on the web.>    *>    *  To unsubscribe from
 this group, send an email to:>    * > [EMAIL PROTECTED] >>    *>    *  Your use of Yahoo! Groups is subject to the > Yahoo! Terms of Service.>>>--
		 Yahoo! FareChase - Search multiple travel sites in one click.

 

 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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 [mailto:flexcoders@yahoogroups.com] On Behalf Of Craig NewrothSent: Thursday, August 11, 2005 11:35 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] problem with cell renderer showing data in datagrid twice
 


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 from them combo box, it will put that selection in the next row that is 'invisible' or below the datagrids visible rows.graphic representation:__[][][combo box]<-i select an item here say '1'    (say there are 7 visible rows to datagrid)__here is the next row (8) that you cannot see unless you use scroll bar--[][][combo box] <-the item '1' shows up here...and in subsequent selection(s) numbering the amount of visible rows in the dg..?here is the cellrenderer code file and the main mxml fileany thoughts as to why or what I am doing wrong?(guess I will have to attach the files in a seperate reply to this post, dont see where to attach them here)



Start your day with Yahoo! - make it your home page 
		Yahoo! for Good 
Click here to donate to the Hurricane Katrina relief effort. 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Software design and development
  
  
Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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 from them combo box, it will put that selection in the next row that is 'invisible' or below the datagrids visible rows.graphic representation:__[][][combo box]<-i select an item here say '1'    (say there are 7 visible rows to datagrid)__here is the next row (8) that you cannot see unless you use scroll bar--[][][combo
 box] <-the item '1' shows up here...and in subsequent selection(s) numbering the amount of visible rows in the dg..?here is the cellrenderer code file and the main mxml fileany thoughts as to why or what I am doing wrong?(guess I will have to attach the files in a seperate reply to this post, dont see where to attach them here)
		 Start your day with Yahoo! - make it your home page 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









MyCheckRenderer.mxml
Description: 2002487617-MyCheckRenderer.mxml


refresh.mxml
Description: 3102065804-refresh.mxml


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

2005-08-11 Thread Craig Newroth



and as Studio 8 was released on mnayday that is what I intend to doyes, that did help, thx Alias
Alias <[EMAIL PROTECTED]> wrote:
Craig,This sounds like it's actually the result of a *fix* that's in the newplayer. If an object's _alpha is set to zero, it shouldn't bedisplayed at all - however, there were some issues with renderingdevice text with alpha, which is due to the limited font informationthe host platform passes back. However, as I understand it, the flash8 player has much improved font rendering capabilities.So on a player level, this is expected behavior - it's just one 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' 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 control to> zero not only can I NOT see the BAR in the control, but the text is> invisible now also... > If i set the property to "1" then I cannot see the bar, but CAN still see> the text of the 'LinkBar" tag...>  > > > PR Muruganandh <[EMAIL PROTECTED]> wrote: >  >  > > Hi > >   > > In FP7[IE] & FP8[FireFox] > >   > > The following code works the same way > >   > >  > > http://www.macromedia.com/2003/mxml"> > > >  > >   > > If I change alpha="100", then also FP7[IE] & FP8[FireFox] works similar! > >   > > Might be some problem with this > > mouseOver="triggerShowEffectNeedReports()" ! > >   > >   > > - anand > >   > >   >  >  >  > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> Behalf Of Abdul Qabiz> Sent: Thursday, July 14, 2005 6:05 PM> To: flexcoders@yahoogroups.com> Subject: RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!! > >   > > Hi, > >   > > We tried reproducing the same here
 at our end and we don't see any> difference between two players (FP7 & FP8 Beta). > >   > > -abdul > >   >  >  > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> Behalf Of Craig Newroth> Sent: Thursday, July 14, 2005 5:41 PM> To: flexcoders@yahoogroups.com> Subject: Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!! >  > > and here is what I did to get it to do what I wanted, evidently the Flash> player 8 takes it literally on the alpha property :) - i set it to 1 (one)> instead of zero (0) and it is back to being transparent like I wanted it to> be... whew! >  > > WIll post that to the feedback Andrew, thx >  > > Craig >  > > > > Andrew
 Spaulding <[EMAIL PROTECTED]> wrote: >  > > Well I'm yet to find a bug but there seems to be some noticable> improvements in performance.> > Be sure to post your bug using the feedback form found here> http://www.macromedia.com/bin/fp8betafeedback.cgi?> > Cheers,> > Andrew Spaulding> www.flexdaddy.info> > > > --- In flexcoders@yahoogroups.com, "cnewroth55" <[EMAIL PROTECTED]> wrote:> > Okay, saw the post about the beta Flash Player 8 beta, and as I like > > to jump in with both feet, installed it for IE, Netscape 7.2 and Fire > > Fox 1.0.4...went to one of my flex apps and found that I could no > > longer see my label in the Link tag in my app. I was setting the > > property 'alpha' to  zero so that the "bar" that highlights the
 > > selection is invisible and just the rollovers would be seen. Removing > > the alpha property lets my labe be seen but then (as I am using > > haloBlue) i get a big ugly blue bar across my link label...I have a > > graphic behind the link bar and did not want this to show up (the > > bar)...it used to work in Flash player 7...so beta team thought you > > would like to knowI really, really dont want to give up my alpha :)> > > > ps. did noticed a slight improvement in load speed...> > > > this on longer works> > > > modalTransparency="0" borderStyle="none" alpha="0" > > textRollOverColor="#0099CC" mouseOver="triggerShowEffectNeedReports> > ()" />> > > > > --> Flexcoders
 Mailing List> FAQ: http://groups.yahoo.com/group/flexcoders/files/flex

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

2005-08-11 Thread Craig Newroth



which would be the preferred method Sjors, except that i did not see a visible property to this single item in the menu bar itself, either the whole bar is 'visible' with all it's sub itmes, or the entire bar is invisible, and this was not what I wanted...
Sjors Pals <[EMAIL PROTECTED]> wrote:
Well i think not "rendering" objects with alpha zero is a big mistake.There is a visible property, and i think that should be the criteria to render an object.Especially when you look to backward compatibility i hope macromedia will decide to (not) fix this isue.Greets,SjorsAlias wrote:> Craig,>> This sounds like it's actually the result of a *fix* that's in the new> player. If an object's _alpha is set to zero, it shouldn't be> displayed at all - however, there were some issues with rendering> device text with alpha, which is due to the limited font information> the host platform passes back. However, as I understand it, the flash> 8 player has much improved font rendering capabilities.>> So on a player level, this is expected behavior - it's just one
 of> those unfortunate cases where a bug becomes a fact of life, and fixing> it ends up causing problems. I'd say - design for the new player.>> 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. Now> > in Flah Player 8, if i set the SAME property (alpha) in the SAME > control to> > zero not only can I NOT see the BAR in the control, but the text is> > invisible now also...> > If i set the property to "1" then I cannot see the bar, but CAN > still see> > the text of the 'LinkBar" tag...> > > >> >> > PR
 Muruganandh <[EMAIL PROTECTED]> wrote:> > > > > >> > Hi> >> >  > >> > In FP7[IE] & FP8[FireFox]> >> >  > >> > The following code works the same way> >> >  > >> > > >> > http://www.macromedia.com/2003/mxml">> >> > > > > >> >  > >> > If I change alpha="100", then also FP7[IE] & FP8[FireFox] works > similar!> >> >  > >> > Might be some problem with this> >> > mouseOver="triggerShowEffectNeedReports()" !>
 >> >  > >> >  > >> > - anand> >> >  > >> >  > > > >  > > > >> > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> > Behalf Of Abdul Qabiz> > Sent: Thursday, July 14, 2005 6:05 PM> > To: flexcoders@yahoogroups.com> > Subject: RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!!> >> >  > >> > Hi,> >> >  > >> > We tried reproducing the same here at our end and we don't see any> > difference between two players (FP7 & FP8 Beta).> >> >  > >> > -abdul> >> >  > >  > > > >> >
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> > Behalf Of Craig Newroth> > Sent: Thursday, July 14, 2005 5:41 PM> > To: flexcoders@yahoogroups.com> > Subject: Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!!> > > >> > and here is what I did to get it to do what I wanted, evidently the > Flash> > player 8 takes it literally on the alpha property :) - i set it to 1 > (one)> > instead of zero (0) and it is back to being transparent like I > wanted it to> > be... whew!> > > >> > WIll post that to the feedback Andrew, thx> > > >> > Craig> > > >> >> >> > Andrew Spaulding <[EMAIL PROTECTED]> wrote:> > > >> > Well I'm yet to find a bug but there seems to be some noticable>
 > improvements in performance.> >> > Be sure to post your bug using the feedback form found here> > http://www.macromedia.com/bin/fp8betafeedback.cgi?> >> > Cheers,> >> > Andrew Spaulding> > www.flexdaddy.info> >> >> >> > --- In flexcoders@yahoogroups.com, "cnewroth55" <[EMAIL PROTECTED]> wrote:> > > Okay, saw the post about the beta Flash Player 8 beta, and as I like> > > to jump in with both feet, installed it for IE, Netscape 7.2 and Fire> > > Fox 1.0.4...went to one of my flex apps and found that 

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 reproduce it...
 
But I would like to see your file..
 
 
-abdul


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: Thursday, July 14, 2005 9:28 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

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 control to zero not only can I NOT see the BAR in the control, but the text is invisible now also...
If i set the property to "1" then I cannot see the bar, but CAN still see the text of the 'LinkBar" tag...
PR Muruganandh <[EMAIL PROTECTED]> wrote:









Hi
 
In FP7[IE] & FP8[FireFox]
 
The following code works the same way
 


 
 
If I change alpha="100", then also FP7[IE] & FP8[FireFox] works similar! 
 
Might be some problem with this
mouseOver="triggerShowEffectNeedReports()" !
 
 
- anand
 
 




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul QabizSent: Thursday, July 14, 2005 6:05 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!!
 
Hi,
 
We tried reproducing the same here at our end and we don't see any difference between two players (FP7 & FP8 Beta).
 
-abdul
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: Thursday, July 14, 2005 5:41 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

and here is what I did to get it to do what I wanted, evidently the Flash player 8 takes it literally on the alpha property :) - i set it to 1 (one) instead of zero (0) and it is back to being transparent like I wanted it to be... whew!

WIll post that to the feedback Andrew, thx

Craig

Andrew Spaulding <[EMAIL PROTECTED]> wrote:

Well I'm yet to find a bug but there seems to be some noticableimprovements in performance.Be sure to post your bug using the feedback form found herehttp://www.macromedia.com/bin/fp8betafeedback.cgi?Cheers,Andrew Spauldingwww.flexdaddy.info--- In flexcoders@yahoogroups.com, "cnewroth55" <[EMAIL PROTECTED]> wrote:> Okay, saw the post about the beta Flash
 Player 8 beta, and as I like > to jump in with both feet, installed it for IE, Netscape 7.2 and Fire > Fox 1.0.4...went to one of my flex apps and found that I could no > longer see my label in the Link tag in my app. I was setting the > property 'alpha' to  zero so that the "bar" that highlights the > selection is invisible and just the rollovers would be seen. Removing > the alpha property lets my labe be seen but then (as I am using > haloBlue) i get a big ugly blue bar across my link label...I have a > graphic behind the link bar and did not want this to show up (the > bar)...it used to work in Flash player 7...so beta team thought you > would like to knowI really, really dont want to give up my alpha :)> > ps. did noticed a slight improvement in load speed...> > this on longer works>     > modalTransparency="0" borderStyle="none" alpha="0" > textRollOverColor="#0099CC" mouseOver="triggerShowEffectNeedReports> ()" />--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



Start your day with Yahoo! - make it your home page --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 


Do you Yahoo!?Yahoo! Mail - You care about security. So do we. --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 


YAHOO! GROUPS LINKS 

 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an email to: [EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



		 Start your day with Yahoo! - ma

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 control to zero not only can I NOT see the BAR in the control, but the text is invisible now also...
If i set the property to "1" then I cannot see the bar, but CAN still see the text of the 'LinkBar" tag...
PR Muruganandh <[EMAIL PROTECTED]> wrote:









Hi
 
In FP7[IE] & FP8[FireFox]
 
The following code works the same way
 


 
 
If I change alpha="100", then also FP7[IE] & FP8[FireFox] works similar! 
 
Might be some problem with this
mouseOver="triggerShowEffectNeedReports()" !
 
 
- anand
 
 




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul QabizSent: Thursday, July 14, 2005 6:05 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!!
 
Hi,
 
We tried reproducing the same here at our end and we don't see any difference between two players (FP7 & FP8 Beta).
 
-abdul
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: Thursday, July 14, 2005 5:41 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

and here is what I did to get it to do what I wanted, evidently the Flash player 8 takes it literally on the alpha property :) - i set it to 1 (one) instead of zero (0) and it is back to being transparent like I wanted it to be... whew!

WIll post that to the feedback Andrew, thx

Craig

Andrew Spaulding <[EMAIL PROTECTED]> wrote:

Well I'm yet to find a bug but there seems to be some noticableimprovements in performance.Be sure to post your bug using the feedback form found herehttp://www.macromedia.com/bin/fp8betafeedback.cgi?Cheers,Andrew Spauldingwww.flexdaddy.info--- In flexcoders@yahoogroups.com, "cnewroth55" <[EMAIL PROTECTED]> wrote:> Okay, saw the post about the beta Flash
 Player 8 beta, and as I like > to jump in with both feet, installed it for IE, Netscape 7.2 and Fire > Fox 1.0.4...went to one of my flex apps and found that I could no > longer see my label in the Link tag in my app. I was setting the > property 'alpha' to  zero so that the "bar" that highlights the > selection is invisible and just the rollovers would be seen. Removing > the alpha property lets my labe be seen but then (as I am using > haloBlue) i get a big ugly blue bar across my link label...I have a > graphic behind the link bar and did not want this to show up (the > bar)...it used to work in Flash player 7...so beta team thought you > would like to knowI really, really dont want to give up my alpha :)> > ps. did noticed a slight improvement in load speed...> > this on longer works>     > modalTransparency="0" borderStyle="none" alpha="0" > textRollOverColor="#0099CC" mouseOver="triggerShowEffectNeedReports> ()" />--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



Start your day with Yahoo! - make it your home page --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
		Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  





  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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

2005-07-14 Thread Craig Newroth



and here is what I did to get it to do what I wanted, evidently the Flash player 8 takes it literally on the alpha property :) - i set it to 1 (one) instead of zero (0) and it is back to being transparent like I wanted it to be... whew!
WIll post that to the feedback Andrew, thx
Craig
Andrew Spaulding <[EMAIL PROTECTED]> wrote:
Well I'm yet to find a bug but there seems to be some noticableimprovements in performance.Be sure to post your bug using the feedback form found herehttp://www.macromedia.com/bin/fp8betafeedback.cgi?Cheers,Andrew Spauldingwww.flexdaddy.info--- In flexcoders@yahoogroups.com, "cnewroth55" <[EMAIL PROTECTED]> wrote:> Okay, saw the post about the beta Flash Player 8 beta, and as I like > to jump in with both feet, installed it for IE, Netscape 7.2 and Fire > Fox 1.0.4...went to one of my flex apps and found that I could no > longer see my label in the Link tag in my app. I was setting the > property 'alpha' to  zero so that the "bar" that highlights the > selection is invisible and just the rollovers would be seen.
 Removing > the alpha property lets my labe be seen but then (as I am using > haloBlue) i get a big ugly blue bar across my link label...I have a > graphic behind the link bar and did not want this to show up (the > bar)...it used to work in Flash player 7...so beta team thought you > would like to knowI really, really dont want to give up my alpha :)> > ps. did noticed a slight improvement in load speed...> > this on longer works>     > modalTransparency="0" borderStyle="none" alpha="0" > textRollOverColor="#0099CC" mouseOver="triggerShowEffectNeedReports> ()" />--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
		 Start your day with Yahoo! - make it your home page 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  





  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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 flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:> Hard to know what you're running into without seeing your problems.  But> before you post them I'd just take a look at the existing chart samples> like the char explorer to see if you can match up on anything that might> already exist.  There are plenty of flexcoders posts about charts as> well, the archives might have code that you're looking for.> >  > > Matt> >  > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> Behalf Of tony_lic> Sent: Tuesday, July 12, 2005
 1:07 AM> To: flexcoders@yahoogroups.com> Subject: [flexcoders] Re: Column chart using webservice result> >  > > Matt Chotin:>   Ha. i tried with that & it works. I have one more problem. now > i'm able to set the horizontal axis from the web service result. but> how can i set other details like Column series & values of each > series. it would be a great help for me if you could help me.> with regards,> tony> > --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> > wrote:> > Shouldn't you be able to replace the last two lines with> > colchartKPI.horizontalAxis = series?> > > >  > > > > I haven't played with this much...> > > >  > > > > > > > > From:
 flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On> > Behalf Of tony_lic> > Sent: Monday, July 11, 2005 4:24 AM> > To: flexcoders@yahoogroups.com> > Subject: [flexcoders] Column chart using webservice result> > > >  > > > > hi,> > I have to build a column chart, where all the properties like > > columnseries, categoryaxis & the y-axis  values all should come > from > > a web service.> > I dont know where to provide the data provider property. > > > > I tried some coding but it does not appear to work. let me provide > > with you the code snippet.> > please help me.> > > >   for(var i=0;i < oRequest.AxisData.item[0].Set.item.length; i++)>
 >   {> > tempValues.push> > (oRequest.AxisData.item[0].Set.item[i].Caption.toString());> > //Alert.show(oRequest.AxisData.item> > [0].Set.item[i].Caption.toString());> >   }> >   colchartKPI.dataProvider = > > oRequest.AxisData.item[0].Set;>
 >   var series:CategoryAxis = new CategoryAxis();> >   series.dataProvider = tempValues;> > > >   colchartKPI.horizontalAxis.CategoryAxis.dataProvider = > > tempValues;> >   colchartKPI.horizontalAxis.addItem(series);> > > > with regards,> > tony> > > > > > > > > > --> > Flexcoders Mailing List> > FAQ: > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> > Search Archives:> > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > > > > > > > > > > > YAHOO! GROUPS LINKS > > > >  > > > > *  Visit your group "flexcoders> >  " on the web.> > > > *  To unsubscribe from this group, send an email to:> >   [EMAIL PROTECTED]> >
 > subject=Unsubscribe> > > > > *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of> > Service  . > > > >  > > > > > > > > > --> Flexcoders Mailing List> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> Search Archives:> http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > > > > YAHOO! GROUPS LINKS >
 >  > > *  Visit your group "flexcoders>  " on the web.>     > *  To unsubscribe from this group, send an email to:>   [EMAIL PROTECTED]> subject=Unsubscribe> >     > *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of> Service  . > >  > > --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 



Computer software testing 
Macromedia flex 
Development 

Software developer 
		 Start your day with Yahoo! - make it your home page 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  





  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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 allready done it are welcome!Thank you,Joel
		Discover Yahoo! 
Have fun online with music videos, cool games, IM & more. Check it out!







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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 
will let you knowdo you have any examples of a RO accepting mutlitple data and returning results? If so then please send, maybe I am missing something else..
thanks,
Craig
"Mercer, Dustin" <[EMAIL PROTECTED]> wrote:





Ok sorry, I thought he was going to Java not CFC.  A method signature is just what the method is expecting and what it is returning.  Basically how you typed the function.  I.E. a java method signature looks like this : private static void someFunction( String param1, String param2 ).
 
I don’t know if I have enough knowledge to help you with CF, but here goes…  Looks like your CF code should look like this : 
 
Here is the CFC:  output="true" access="remote">                          
Look at the cold bolded and red.  This code should look like this if you want to use selectedItems: 
    
 
You have to make sure your query will support an array though…  You may have to change the way you are doing this to include some code to parse the array.  I would really have to see what you are doing to explain better.  Hopefully this was enough of an explanation to help you.
 




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gotjosh819iSent: Wednesday, June 08, 2005 12:12 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: okay, so I can't beleive that..
 
I am helping him on this, what do you mean method signature?The method is Thrust_Query the argument is ThrustName the web srv works fine.. the RO does not.Here is the CFC:  output="true" access="remote">    type="string" >                      Here is the RO call in flex:> endpoint="http://mydomains.com/flashservices/gateway" >> > > {thrustCB.selectedItems}> >   > --- In flexcoders@yahoogroups.com, "Mercer, Dustin" <[EMAIL PROTECTED]> wrote:> What is your RO expecting as a parameter?  An array or a single object?> selectedItems is an array so you must set your RO to accept an array as> a parameter.  What is the Thrust_Query method signature?> >  > >   _  > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> Behalf Of cnewroth55> Sent: Wednesday, June
 08, 2005 11:36 AM> To: flexcoders@yahoogroups.com> Subject: [flexcoders] okay, so I can't beleive that..> >  > > okay, so i can't beleive that I cannot pass multiple valuse into a > RO tagI have a list control, it is being fed from an array, > multiple selections are set to truei have tried SEVERAL > different ways to pass the 'selectedItems' property to my Remote > Object tag...see below> the cfc call (obvious parts
 removed):> > access="remote">> > (have tired every thing in the type for this piece)> > the function;> > var revResult:Object;> function one(myEvent:Object):Void> {> revResult=myEvent.result;> } //Thanks Matt Boles>
 > the list control> > > change="gvsQueriesRO.Thrust_Query.send()" id="thrustCB" > multipleSelection="true" width="250" toolTip="Select from this list > to get an overview. Hold the control key down to select multiple > items." alpha="0" color="#FF" textRollOverColor="#33">> > the RO tag:> id="gvsQueriesRO" > endpoint="http://mydomains.com/flashservices/gateway" >> > > {thrustCB.selectedItems}> >   > > no matter WHAT I do tyring to use this returns squat!> if i change just this in the mx:arguments tag it works,>
 {thrustCB.selectedItem}> (so that i am only using a single value)...if I change the RO to a > web service then using 'selectedItems' will work. I am convinced > that you cannot make a call to a CFC using a RO with > the 'selectedIems' property, maybe a bug, has ANYONE been able to do > this? any insights or code would be MUCH appreciated...I want the > performance of an AMF vs the SOAP, but.> > > > > > > > >   _  > > Yahoo! Groups Links> > *  To visit your group on the web, go to:>   http://groups.yahoo.com/group/flexcoders/>     > *  To unsubscribe from this group, send an email to:>
   [EMAIL PROTECTED]>  >     > *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of> Service  .
		Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Bug with RO Tag - can anyone explain or have noticed...

2005-06-08 Thread Craig Newroth



Tracy, my bad. I forgot that I changed it from a CB to a List
 
    just never change the id, sorry...
but the problem still remains.. when i try to add binding (ie data will flow FROM the list to the arg in my RO) if it is a 'single' selection it works, if I change it to selectedItems it fails..
CraigTracy Spratt <[EMAIL PROTECTED]> wrote:
I don't see where "selectedItems" is a property of a ComboBox.I did find the method "getSelectedItems()".  Note that this returns anarray, not a string, so your RO property would need to be typed tohandle that.Tracy-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: Tuesday, June 07, 2005 12:32 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Bug with RO Tag - can anyone explain or havenoticed...I have a RO object call. heres the code;endpoint="http://mydomainsbox.com/flashservices/gateway" result="reviewThrusts=event.result" > {thrustCB.selectedItem}  notice that I have a CB which has some data in it and it is the dataprovider that is providing data to my arg ..the aboive works just fine, HOWEVER if I change it (the dataprovider) to this;{thrustCB.selectedItems}(notice i just changed it so that I can select mutliple items and that string be returned to the binding)THE WHOLE DARN THING BREAKS nothing is returned back to my DG...anyone else had this happen to them? IF so is this a bug MM?Yahoo! Groups Links
		Discover Yahoo! 
Stay in touch with email, IM, photo sharing & more. Check it out!







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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

2005-06-03 Thread Craig Newroth



that's just it, not getting a result backsee reply to Tracy for what the network monitor is showing...
Peter Farland <[EMAIL PROTECTED]> wrote:
Is that the request show from the network monitor? If so, what does thenetwork monitor show for the result?-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: Thursday, June 02, 2005 12:11 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] prblem with getting dat back from A Remote Objecthi all, I am haiving a problem getting my data back from my call to a RO. It looks like (in the network monitor) that the call is working, but I am not getting any data back into my datagrid (where i think i have the binding right). the netowrk monitor shows this:Method: gvs._cfc.gvs_queries.Thrust_QueryParameter 1: name : param1type : objectvalue[object] : ThrustName[array] : length[Number] : 1[0][String] : ASMT - Affordable
 Structures and Mfg. Tech and my code isthis:
		Discover Yahoo! 
Have fun online with music videos, cool games, IM & more. Check it out!







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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 - Affordable Structures & Mfg. Tech
 
if i run it as a RO i get this in the network monitor:
Method: gvs._cfc.gvs_queries.Thrust_ReportParameter 1: 

name : param1type : object

value[array] : 
length[Number] : 1[0][String] : ASMT - Affordable Structures and Mfg. Tech
so it look like in need to add  tag to my RO tag? not sure how to do this, i think i saw it somewhere in the online docs, but not sure where :-)
Craig
Tracy Spratt <[EMAIL PROTECTED]> wrote:
I am assuming I missed the send().Have you traced or alerted the result in your result handler?Tracy-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: Thursday, June 02, 2005 12:11 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] prblem with getting dat back from A Remote Objecthi all, I am haiving a problem getting my data back from my call to a RO. It looks like (in the network monitor) that the call is working, but I am not getting any data back into my datagrid (where i think i have the binding right). the netowrk monitor shows this:Method: gvs._cfc.gvs_queries.Thrust_QueryParameter 1: name : param1type : objectvalue[object] : ThrustName[array] : length[Number] : 1[0][String] : ASMT - Affordable
 Structures and Mfg. Techand my code is this://the call to the ROhttp://www-stl-100d.mw.nos.boeing.com/flashservices/gateway" source="gvs._cfc.gvs_queries" >the scraip call to put everything where is it supposed to go (this is where I think i am doing it wrong)    

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

2005-05-25 Thread Craig Newroth
That helped alot, thanks Jeff.

--- Jeff Steiner <[EMAIL PROTECTED]> wrote:

> Craig,
> 
> I have a specific example on FlexAuthority.  Visit:
>
http://www.flexauthority.com/samplesIndex.cfm?sampleID=23
> 
> I have multiple checkboxes that pass along their
> checked state to a CFC that
> returns XML 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: 
> Sent: Tuesday, May 24, 2005 4:55 AM
> Subject: RE: [flexcoders] can I bind more that one
> checkbox to a send requ
> est?
> 
> 
> > 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
> pass
> > that array value to my cfc call?
> > Craig
> >
> > --- Matt Chotin <[EMAIL PROTECTED]> wrote:
> > > Are you trying to pass a list of the ones that
> are
> > > checked or just one?
> > > Your changeThrusts method can simply store which
> > > checkboxes are selected and
> > > then you can build an array to pass to your web
> > > service for the query.  If
> > > only one of those checkboxes is meant to be
> checked
> > > maybe you should look
> > > into using RadioButtons instead and then take
> > > advantage of
> > > RadioButtonGroup.selectedData.
> > >
> > >
> > >
> > > Matt
> > >
> > >
> > >
> > >   _
> > >
> > > From: flexcoders@yahoogroups.com
> > > [mailto:[EMAIL PROTECTED] On
> > > Behalf Of cnewroth55
> > > Sent: Thursday, May 19, 2005 10:44 AM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] can I bind more that one
> > > checkbox to a send request?
> > >
> > >
> > >
> > > I have a form that has several different
> checkboxes
> > > and need to pass
> > > any of their respected labels (or data) to a
> > > webservice cfc..what i
> > > what to do is be able to pass any of the below
> up to
> > > my webservice
> > > call. the code for the web service call is below
> > > this...;
> > >
> > > 
> > > > > color="#123154"  labelPlacement="right"
> > > id="ThrustReportsCHB1"
> > > click="changeThrusts( event );" />
> > > > > labelPlacement="right"
> > > id="ThrustReportsCHB2" />
> > > > > color="#123154" labelPlacement="right"
> > > id="ThrustReportsCHB3" />
> > > > > color="#123154" labelPlacement="right"
> > > id="ThrustReportsCHB4" />
> > > > > id="ThrustReportsCHB5" />
> > > > > color="#123154" labelPlacement="right"
> > > id="ThrustReportsCHB6" />
> > >
> > >   
> > >  > > color="#123154"
> > > labelPlacement="top" id="summaryCHB"
> > > click="changeOther( event );"/>
> > >   
> > >   
> > >  > > color="#123154"
> > > labelPlacement="top" id="detailCHB"
> > > click="changeOther( event );"/>
> > >   
> > >
> > >   
> > >
> > > WEB SERVICE CALL
> > >  > >
> >
>
wsdl="http://nameremoved.com/gvs/_cfc/gvs_queries.cfc?
> > >
> <http://nameremoved.com/gvs/_cfc/gvs_queries.cfc?>
> > > wsdl" id="gvsQueriesWS">
> > > 
> > >   
> > >
> > >
> >
>
{WhereIneedToPassCheckboxDATA}
> > >   
> > > 
> > >   
> > >
> > >
> > >
> > >
> > >
> > >
> > >   _
> > >
> > > Yahoo! Groups Links
> > >
> > > * To visit your group on the web, go to:
> > > http://groups.yahoo.com/group/flexcoders/
> > > <http://groups.yahoo.com/group/flexcoders/>
> > >
> > > * To unsubscribe from this group, send an email
> to:
> > > [EMAIL PROTECTED]
> > >
> >
>
<mailto:[EMAIL PROTECTED]>
> > >
> > >
> > > * Your use of Yahoo! Groups is subject to the
> Yahoo!
> > > <http://docs.yahoo.com/info/terms/>  Terms of
> > > Service.
> > >
> > >
> >
> >
> >
> > __
> > Do you Yahoo!?
> > Yahoo! Small Business - Try our new Resources site
> > http://smallbusiness.yahoo.com/resources/
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> 
> 




__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 pass
that array value to my cfc call?
Craig

--- Matt Chotin <[EMAIL PROTECTED]> wrote:
> Are you trying to pass a list of the ones that are
> checked or just one?
> Your changeThrusts method can simply store which
> checkboxes are selected and
> then you can build an array to pass to your web
> service for the query.  If
> only one of those checkboxes is meant to be checked
> maybe you should look
> into using RadioButtons instead and then take
> advantage of
> RadioButtonGroup.selectedData.
> 
>  
> 
> Matt
> 
>  
> 
>   _  
> 
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of cnewroth55
> Sent: Thursday, May 19, 2005 10:44 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] can I bind more that one
> checkbox to a send request?
> 
>  
> 
> I have a form that has several different checkboxes
> and need to pass 
> any of their respected labels (or data) to a
> webservice cfc..what i 
> what to do is be able to pass any of the below up to
> my webservice 
> call. the code for the web service call is below
> this...;
> 
> 
> color="#123154"  labelPlacement="right"
> id="ThrustReportsCHB1" 
> click="changeThrusts( event );" />
> labelPlacement="right" 
> id="ThrustReportsCHB2" />
> color="#123154" labelPlacement="right"
> id="ThrustReportsCHB3" />
> color="#123154" labelPlacement="right"
> id="ThrustReportsCHB4" />
> id="ThrustReportsCHB5" />
> color="#123154" labelPlacement="right"
> id="ThrustReportsCHB6" />
>
>   
>  color="#123154" 
> labelPlacement="top" id="summaryCHB"
> click="changeOther( event );"/>
>   
>   
>  color="#123154" 
> labelPlacement="top" id="detailCHB"
> click="changeOther( event );"/>
>   
>
>   
> 
> WEB SERVICE CALL
> 
wsdl="http://nameremoved.com/gvs/_cfc/gvs_queries.cfc?
>  
> wsdl" id="gvsQueriesWS">
> 
>   
>
>
{WhereIneedToPassCheckboxDATA}
>   
> 
> 
> 
> 
> 
> 
> 
> 
>   _  
> 
> Yahoo! Groups Links
> 
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
>  
>   
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>

> 
>   
> * Your use of Yahoo! Groups is subject to the Yahoo!
>   Terms of
> Service. 
> 
> 



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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 comment on the
> site, I'll just note it here and hope someone sees
> it :)
> 
> Entering hex values using the keyboard seems to work
> for everything
> except components that have 2 color values (panel
> headings, buttons,
> etc).  When choosing a color from the drop down, the
> color displays
> correctly.  When typing in a hex value, it displays
> as black.
> 
> Also, I'd like to make a feature request - Would it
> be possible to make
> the text area where the resulting CSS appears be
> editable?  I'd love to
> be able to edit the resulting CSS on-the-fly and see
> the results.
> 
> Regardless, thanks for the great tool!
> 
> 
> 
> /**
> * Jeff Beeman
> **/
> 
> -Original Message-
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Jae Hess
> Sent: Tuesday, May 17, 2005 7:27 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Announcing Flex Style Explorer
> 
> Not sure if you have heard the news:
> 
> Announcing Flex Style Explorer
> 
> http://www.markme.com/mc/archives/007740.cfm
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> 



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] how to use a repeater question

2005-05-13 Thread Craig Newroth
THanks Matt, that worked great...and thanks for the
answer to the last part about performance...no, thrust
data isn't going to change (at least in the near
future :-)), but I wanted to be able to use a query to
provide the different labels from the DB so that they
would be dynamic if needed...

--- Matt Chotin <[EMAIL PROTECTED]> wrote:
> I think the repeater for this would be:
> 
>  
> 
> 
> 
>   
> 
> 
> 
>  
> 
> So it's pretty easy, though if thrustData isn't
> going to change I think it's
> more efficient code-wise to write it out by hand.
> 
>  
> 
> Matt
> 
>  
> 
>   _  
> 
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of cnewroth55
> Sent: Thursday, May 12, 2005 10:57 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] how to use a repeater question
> 
>  
> 
> is it possible to use a repeater control to
> 'duplicate' a group of
> checkboxes? I have this text array i would like to
> have put into a
> group of checkboxes;
> 
> 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 
> 
> 
> 
> 
> 
>   _  
> 
> Yahoo! Groups Links
> 
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/> 
>   
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
<mailto:[EMAIL PROTECTED]>
> 
>   
> * Your use of Yahoo! Groups is subject to the Yahoo!
> <http://docs.yahoo.com/info/terms/>  Terms of
> Service. 
> 
> 



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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

2005-05-11 Thread Craig Newroth
okay, now just one more thing
that works, in that it disables the listbox on the
right, now I have made a button on the file that runs
the following AS code when clicked:
function resetForm(){
srcgrid.enabled = !srcgrid.enabled
}

so that works in that it enables the listbox, but if i
drag "All Reports" back into the originiating listbox
then drag it back into the destination listbox control
box,(it should disable the box) it doesn't disable the
control...
what in the world am I doing wrong. It should be a
simple thing to enable / disable a control based on
the selectionhmmmm
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 it somewhere in the middle of the process.
> :-)
> **
> function doDragDrop(event) {
> 
> doDragExit(event);
> var items =
> event.dragSource.dataForFormat("items");
> var dest = event.target;
> var dropLoc = dest.getDropLocation();
> 
> items.reverse();
> 
> for(var i = 0; i < items.length; i++) {
> dest.addItemAt(dropLoc,items[i]);
> // * THE CHANGE/ADDED CODE **
> // Check to see if the drop location contains 'All
> Reports', if is does then disable the srcgrid so the
> user cannot select any other reports 
>   if (dropLoc,items[i] == 'All Reports'){
>   srcgrid.enabled = !srcgrid.enabled;
>   }
> }
> }
> *
> --- Tracy Spratt <[EMAIL PROTECTED]> wrote:
> > The enable toggle works correctly right?  Say if
> you
> > were to run it
> > directly from a button?
> > 
> > And the drag/drop works correctly?
> > 
> > Your code wasn't complete enough for me to run, so
> I
> > need to ask, When
> > you drag an item into the list, is it
> automatically
> > selected?
> > 
> > If so, you want to test:
> > event.target.selectedItem.label == "All Reports"
> (or
> > whatever the label
> > column property is named)
> > 
> > If not, you will need to iterate through the items
> > to see 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 PROTECTED]
> > Subject: Re: [flexcoders] help enabling or
> disabling
> > a control when a
> > user selects something
> > 
> > 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 5/5/05, cnewroth55 <[EMAIL PROTECTED]>
> > wrote:
> > > 
> > > > if (event.target.selectedIndices ==
> "All
> > > Reports"){
> > > > srcgrid.enabled =
> > > !srcgrid.enabled;
> > > > }
> > > 
> > > I'm sorry if this is a stupid question as I
> > haven't
> > > gone through your
> > > entire code line by line, but what does the
> above
> > > if-condition want to
> > > test?  'selectedIndices' will be an array of
> > Number
> > > objects, so I
> > > wonder if comparing it to a string like that is
> > > correct.
> > > 
> > 
> > 
> > 
> > Yahoo! Mail
> > Stay connected, organized, and protected. Take the
> > tour:
> > http://tour.mail.yahoo.com/mailtour.html
> > 
> > 
> > 
> >  
> > Yahoo! Groups Links
> > 
> > 
> > 
> >  
> > 
> > 
> > 
> > 
> > 
> 
> 
>   
> Yahoo! Mail
> Stay connected, organized, and protected. Take the
> tour:
> http://tour.mail.yahoo.com/mailtour.html
> 
> 



Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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

2005-05-11 Thread Craig Newroth
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 it somewhere in the middle of the process.
:-)
**
function doDragDrop(event) {

doDragExit(event);
var items =
event.dragSource.dataForFormat("items");
var dest = event.target;
var dropLoc = dest.getDropLocation();

items.reverse();

for(var i = 0; i < items.length; i++) {
dest.addItemAt(dropLoc,items[i]);
// * THE CHANGE/ADDED CODE **
// Check to see if the drop location contains 'All
Reports', if is does then disable the srcgrid so the
user cannot select any other reports 
if (dropLoc,items[i] == 'All Reports'){
srcgrid.enabled = !srcgrid.enabled;
}
}
}
*
--- Tracy Spratt <[EMAIL PROTECTED]> wrote:
> The enable toggle works correctly right?  Say if you
> were to run it
> directly from a button?
> 
> And the drag/drop works correctly?
> 
> Your code wasn't complete enough for me to run, so I
> need to ask, When
> you drag an item into the list, is it automatically
> selected?
> 
> If so, you want to test:
> event.target.selectedItem.label == "All Reports" (or
> whatever the label
> column property is named)
> 
> If not, you will need to iterate through the items
> to see 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 PROTECTED]
> Subject: Re: [flexcoders] help enabling or disabling
> a control when a
> user selects something
> 
> 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 5/5/05, cnewroth55 <[EMAIL PROTECTED]>
> wrote:
> > 
> > > if (event.target.selectedIndices == "All
> > Reports"){
> > > srcgrid.enabled =
> > !srcgrid.enabled;
> > > }
> > 
> > I'm sorry if this is a stupid question as I
> haven't
> > gone through your
> > entire code line by line, but what does the above
> > if-condition want to
> > test?  'selectedIndices' will be an array of
> Number
> > objects, so I
> > wonder if comparing it to a string like that is
> > correct.
> > 
> 
> 
>   
> Yahoo! Mail
> Stay connected, organized, and protected. Take the
> tour:
> http://tour.mail.yahoo.com/mailtour.html
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> 



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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

2005-05-10 Thread Craig Newroth
Tracy:
 I have attached the files that I am using as weel as
the AS file for control...in the as file look around
line 58 for the code that I am trying. You will need
to comment out the ones that do the topmenu and the
display. StandardReports.mxml is the file in question.
WHen I select "all reports" from srcgrid and drag it
into destgrid I want 'srcgrid' to be disabled...
thanks,
Craig

--- Tracy Spratt <[EMAIL PROTECTED]> wrote:
> The enable toggle works correctly right?  Say if you
> were to run it
> directly from a button?
> 
> And the drag/drop works correctly?
> 
> Your code wasn't complete enough for me to run, so I
> need to ask, When
> you drag an item into the list, is it automatically
> selected?
> 
> If so, you want to test:
> event.target.selectedItem.label == "All Reports" (or
> whatever the label
> column property is named)
> 
> If not, you will need to iterate through the items
> to see 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 PROTECTED]
> Subject: Re: [flexcoders] help enabling or disabling
> a control when a
> user selects something
> 
> 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 5/5/05, cnewroth55 <[EMAIL PROTECTED]>
> wrote:
> > 
> > > if (event.target.selectedIndices == "All
> > Reports"){
> > > srcgrid.enabled =
> > !srcgrid.enabled;
> > > }
> > 
> > I'm sorry if this is a stupid question as I
> haven't
> > gone through your
> > entire code line by line, but what does the above
> > if-condition want to
> > test?  'selectedIndices' will be an array of
> Number
> > objects, so I
> > wonder if comparing it to a string like that is
> > correct.
> > 
> 
> 
>   
> Yahoo! Mail
> Stay connected, organized, and protected. Take the
> tour:
> http://tour.mail.yahoo.com/mailtour.html
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> 



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


DragEventHandlers.as
Description: 229667049-DragEventHandlers.as


standardReports.mxml
Description: 767879685-standardReports.mxml


gvsStartA.mxml
Description: 2325252969-gvsStartA.mxml


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 5/5/05, cnewroth55 <[EMAIL PROTECTED]> wrote:
> 
> > if (event.target.selectedIndices == "All
> Reports"){
> > srcgrid.enabled =
> !srcgrid.enabled;
> > }
> 
> I'm sorry if this is a stupid question as I haven't
> gone through your
> entire code line by line, but what does the above
> if-condition want to
> test?  'selectedIndices' will be an array of Number
> objects, so I
> wonder if comparing it to a string like that is
> correct.
> 



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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

2005-04-30 Thread Craig Newroth



well, that's the preoblem, I have tried all these and still get the error that I posted...however I will look at them one more time and post resutls...
it's a little frustrating to read the code, understand the code, read the chapters, follow along with them, and yet still not get it to work to 'see' it in actionhumm...
Steven Webster <[EMAIL PROTECTED]> wrote:
Craig,Can I clarify what your setup is here ?Are you invoking the remote object as an unnamed service ? (eg source="")Have you removed the named service for the delegate, including thenode.If you have done both those things, 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> Subject: RE: [flexcoders] Re: creditcard dashboard - for Alistair> > I'll try to be more civil Steven...> so okay let try this ONE more time, as I know that I posted > the error that I am getting the first
 time...-- No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.308 / Virus Database: 266.10.4 - Release Date: 27/04/2005Yahoo! Groups Links<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/<*> To unsubscribe from this group, send an email to:[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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

2005-04-29 Thread Craig Newroth
I'll try to be more civil Steven...
so okay let try this ONE more time, as I know that I
posted the error that I am getting the first time...

" onFault Client.NotAllowed You are not allowed to
access the service
com.iterationtwo.boe.business.ApplicationDelegate. 
The service is not in the configured whitelist."

I have tried to place an instance of this in every
flex-config.xml file that I can find, and have used,
* (even though I know about the
security) just to make it work to no avail...that is
why i posted the question in the first place...
I have enjoyed your book and learned quite alot from
it, so i cannot understand why this is not working out
of the box so to speak...just about everything else
has (with the exception of the chart thing - thank god
for grep and global replace)
Craig


--- Steven Webster <[EMAIL PROTECTED]>
wrote:

> Craig,
>  
> On page 576 of the book, the RemoteObject service is
> defined as an unnamed
> service (using the source="") tag,
> which I will presume to be what you have in yoru
> code.
>  
> You have placed the service in your whitelist
> (double-check, I presume this
> is under the remote-objects node) as
> both an unnamed and named service, so you probably
> expect either
> named/unnamed services to both work.
>  
> However, in your named service block you have
> false 
>  
> This means that even though you are (I imagine,
> unless you have changed the
> code from p 576) accessing
> the RemoteObject as an unnamed service, your
> flex-config is prohibiting that
> for this very service.
>  
> Make sense ?
>  
> If this isn't your issue, then perhaps you could
> post the error message you
> are receiving ... in 
> gateway-config.xml you can turn on a little more
> debugging of events over
> the wire as well.  Your
> original email suggested that "...the book doesn't
> seem to explain or give
> examples for the whitelist..."
> which is why I pointed you in my last response to
> the appropriate sections
> in the book where the
> whitelist is explained, and examples given.  The
> more specific you can
> specify the problem you
> are having, and the error messages you are
> receiving, the more specific our
> responses can be.
>  
> I hope that the above helps you find the source of
> your problem.
>  
> Kindest Regards,
>  
> Steven
>  
>  
> 
> 
>_  
> 
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf 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 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 understanding of the
> concepts covered in the
> relevant and preceeding chapters" or "...and
> then make sure you
> understand why that's a woefully insecure way of
> achieving your short term
> goal of getting the code to work" and (my
> favorite), "...if you still
> don't
> understand the concept of the whitelist,..."
> you could offer a better answer...MY SHORT TERM GOAL
> IS NOT TO MAKE YOUR
> CODE WORK, but to see it in action so that I can
> better understand WHY it is
> working the way it does and to see if your concepts
> mentioned in your book
> can be of use in my own development.
>  If that is your understanding of my questions,
> then please don't
> answer...I'll figure it out on my own. You have NO
> idea of how I have my
> system configured, or where I have placed 'your'
> code in relation to my
> install, so making your statements the way you did
> is just ludicrous. AND I
> resent your implication(s) that I don't UNDERSTAND
> the concept of what I am
> doing! 
> BTW...here is what I have in the whitelist and it
> still don't work smart
> guy! oh, wait, I forgot, don't answer me!
> 
> 
> 
> com.bng.flex.remoteObject.*
>
>
com.iterationtwo.boe.business.ApplicationDelegate
>
>
com.iterationtwo.boe.business.CreditCardDelegate
>
>
com.iterationtwo.boe.business.Responder
> *
> 
> 
> 
>
> 
>
>
com.iterationtwo.boe.business.ApplicationDelegate
> stateless-class
>
> false
>
>
false
> 
>
> 
> 
> 
> 
> -- 
> No vir

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 understanding of the concepts covered in the relevant and preceeding chapters" or "...and then make sure you understand why that's a woefully insecure way of achieving your short term goal of getting the code to work" and (my favorite), "...if you still don'tunderstand the concept of the whitelist,..."
you could offer a better answer...MY SHORT TERM GOAL IS NOT TO MAKE YOUR CODE WORK, but to see it in action so that I can better understand WHY it is working the way it does and to see if your concepts mentioned in your book can be of use in my own development.
 If that is your understanding of my questions, then please don't answer...I'll figure it out on my own. You have NO idea of how I have my system configured, or where I have placed 'your' code in relation to my install, so making your statements the way you did is just ludicrous. AND I resent your implication(s) that I don't UNDERSTAND the concept of what I am doing! BTW...here is what I have in the whitelist and it still don't work smart guy! oh, wait, I forgot, don't answer me!
        com.bng.flex.remoteObject.*com.iterationtwo.boe.business.ApplicationDelegatecom.iterationtwo.boe.business.CreditCardDelegatecom.iterationtwo.boe.business.Responder*       
        com.iterationtwo.boe.business.ApplicationDelegatestateless-classfalsefalse   Steven Webster <[EMAIL PROTECTED]> wrote:
> did look at flex-config.mxml... not a clue sorry. CTRL-F (Find) "whitelist" or "remote" or "remote-object in flex-config.xml and you should find the whitelist> and the > book it self doesn't seem to explain where or give example > for whitelist..Index at the back. W. Whitelist. Page 685 - "whitelists, overview495-496"On page 495-497, there are 3 pages of clear description of how to set the whitelist for RemoteObject calls, HTTPService calls and WebService calls,and the concept of named services and unnamed services. In fact Chapter 21opens with a section titled "The Flex Whitelist".Before trying to compile the code from the book and get the examplesworking, it's probably worth making sure you've got a clear understandingof the concepts covered in the relevant and preceeding
 chapters. The code is there to underline points in the text, not vice versa.Once you've read through the chapter material, if you still don'tunderstand the concept of the whitelist, go and set*and then make sure you understand why that's a woefully insecureway of achieving your short term goal of getting the code to work.Steven-- No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.308 / Virus Database: 266.10.4 - Release Date: 27/04/2005Yahoo! Groups Links<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/<*> To unsubscribe from this group, send an email to:[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject
 to:http://docs.yahoo.com/info/terms/__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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:
 

 
and then instantiate your component as:
 

 
In the SWC, Ali has packaged the component as com.iterationtwo.containers.AdvancedTabNavigator
 
You are simply creating a namespace within which you can unambiguously refer to the
AdvancedTabNavigator; call it what you like.
 
It makes sense however, that the namespace reflect the SWC/package from which you
are using the component, eg mx = Macromedia built-ins, iterationtwo = iteration::two, etc.
 
But your call how you use namespacesbut you're not going near our servers.
 
Steven



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: 19 April 2005 14:58To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

Alistair:
 THiunk i fixed with the namespace 'clue', here is what I added to my  tag:
 
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 correct namespace for the URI? if so then that won't do...I need to make sure that it is reading the swc that you provided on my box...
Craig
Alistair McLeod <[EMAIL PROTECTED]> wrote:
Hi,   //What goes here, do i do the same thing as a 'regular'tabnavigator? Yes, inside the definition above, you put the same containers you would putin the standard TabNavigator. I'm suspecting that you've not set thenamespace up correctly - what error is the compiler returning?Ali--Alistair McLeodDevelopment Directoriteration::two[EMAIL PROTECTED]Office:  +44 (0)131 338 6108This e-mail and any associated attachments transmitted with it may containconfidential information and must not be copied, or disclosed, or used byanyone other than the intended recipient(s). If you are not the intendedrecipient(s) please destroy this e-mail, an! d any
 copies of it, immediately.Please also note that while software systems have been used to try to ensurethat this e-mail has been swept for viruses, iteration::two do not acceptresponsibility for any damage or loss caused in respect of any virusestransmitted by the e-mail. Please ensure your own checks are carried outbefore any attachments are opened.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator with Tabs at BottomAlistair:    this component is being called from gvsStartA.mxmx Here is the code:http://www.macromedia.com/2003/mxml">      id="datagrid1" x="8" y="24" dataProvider="{thrustdata.thrusts}" rowCount="10" >          width="125" />    columnName="BusinessUnit" width="140" />    columnName="BusinessProgram" width="140" />    columnName="NeedTitle" widt! h="300"
 />    columnName="NeedValue" width="150" />            What goeshere, do i do the same thing as a 'regular' tabnavigator?      Yahoo! Groups Links


Do you Yahoo!?Plan great trips with Yahoo! Travel: Now over 17,000 guides! 
--No virus found in this incoming message.Checked by AVG Anti-Virus.Version: 7.0.308 / Virus Database: 266.9.17 - Release Date: 19/04/2005
--No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.308 / Virus Database: 266.9.17 - Release Date: 19/04/2005__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 6:54 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Charting
 
Thats nice but I really want to see the structure of the xml filesused in the examples at macromedia.com.  Anyone from mm have these ?Rich__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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

2005-04-19 Thread Craig Newroth



then that makes perfect sense :-)thanks again, this will come in VERY handy!  and again thanks for Chapter 7(I bought the book several months ago, very helpful)Alistair McLeod <[EMAIL PROTECTED]> wrote:


Hi Craig,
 
That namespace is the package structure in which the AdvancedTabNavigator exists inside the SWC.
 
Ali
 



--
Alistair McLeodDevelopment Director
iteration::two[EMAIL PROTECTED]
 
Office:  +44 (0)131 338 6108
 
This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately. Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened.
 
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: 19 April 2005 15:30To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

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 you're not going to our server - the namespace is simply an identifier - read up on namespaces in the Flex docs.
 
Cheers,
 
Ali
 



--
Alistair McLeodDevelopment Director
iteration::two[EMAIL PROTECTED]
 
Office:  +44 (0)131 338 6108
 
This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately. Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened.
 
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: 19 April 2005 14:58To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

Alistair:
 THiunk i fixed with the namespace 'clue', here is what I added to my  tag:
 
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 correct namespace for the URI? if so then that won't do...I need to make sure that it is reading the swc that you provided on my box...
Craig
Alistair McLeod <[EMAIL PROTECTED]> wrote:
Hi,   //What goes here, do i do the same thing as a 'regular'tabnavigator? Yes, inside the definition above, you put the same containers you would putin the standard TabNavigator. I'm suspecting that you've not set thenamespace up correctly - what error is the compiler returning?Ali--Alistair McLeodDevelopment Directoriteration::two[EMAIL PROTECTED]Office:  +44 (0)131 338 6108This e-mail and any associated attachments transmitted with it may containconfidential information and must not be copied, or disclosed, or used byanyone other than the intended recipient(s). If you are not the intendedrecipient(s) please destroy this e-mail, an! ! d any
 copies of it, immediately.Please also note that while software systems have been used to try to ensurethat this e-mail has been swept for viruses, iteration::two do not acceptresponsibility for any damage or loss caused in respect of any virusestransmitted by the e-mail. Please ensure your own checks are carried outbefore any attachments are opened.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator with Tabs at BottomAlistair:    this component is being called from gvsStartA.mxmx Here is the code:http://www.macromedia.com/2003/mxml">      id="datagrid1" x="8" y="24" dataProvider="{thrustdata.thrusts}" rowCount="10" >          width="125" />    columnName="BusinessUnit" width="140" />    columnName="BusinessProgram" width="140" />    columnName="NeedTitle" widt! !
 h="300" />    columnName="NeedValue" width="150" />            What goeshere, do i do the same thing as a 'regular' tabnavigator?      Yahoo! Groups Links


Do you Yahoo!?Plan great trips with Yahoo! Travel: Now over 17,000 guides! 


Do you Yahoo!?Yahoo! Mail - 

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 you're not going to our server - the namespace is simply an identifier - read up on namespaces in the Flex docs.
 
Cheers,
 
Ali
 



--
Alistair McLeodDevelopment Director
iteration::two[EMAIL PROTECTED]
 
Office:  +44 (0)131 338 6108
 
This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately. Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened.
 
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: 19 April 2005 14:58To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

Alistair:
 THiunk i fixed with the namespace 'clue', here is what I added to my  tag:
 
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 correct namespace for the URI? if so then that won't do...I need to make sure that it is reading the swc that you provided on my box...
Craig
Alistair McLeod <[EMAIL PROTECTED]> wrote:
Hi,   //What goes here, do i do the same thing as a 'regular'tabnavigator? Yes, inside the definition above, you put the same containers you would putin the standard TabNavigator. I'm suspecting that you've not set thenamespace up correctly - what error is the compiler returning?Ali--Alistair McLeodDevelopment Directoriteration::two[EMAIL PROTECTED]Office:  +44 (0)131 338 6108This e-mail and any associated attachments transmitted with it may containconfidential information and must not be copied, or disclosed, or used byanyone other than the intended recipient(s). If you are not the intendedrecipient(s) please destroy this e-mail, an! d any
 copies of it, immediately.Please also note that while software systems have been used to try to ensurethat this e-mail has been swept for viruses, iteration::two do not acceptresponsibility for any damage or loss caused in respect of any virusestransmitted by the e-mail. Please ensure your own checks are carried outbefore any attachments are opened.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator with Tabs at BottomAlistair:    this component is being called from gvsStartA.mxmx Here is the code:http://www.macromedia.com/2003/mxml">      id="datagrid1" x="8" y="24" dataProvider="{thrustdata.thrusts}" rowCount="10" >          width="125" />    columnName="BusinessUnit" width="140" />    columnName="BusinessProgram" width="140" />    columnName="NeedTitle" widt! h="300"
 />    columnName="NeedValue" width="150" />            What goeshere, do i do the same thing as a 'regular' tabnavigator?      Yahoo! Groups Links


Do you Yahoo!?Plan great trips with Yahoo! Travel: Now over 17,000 guides! 
		Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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  tag:
 
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 correct namespace for the URI? if so then that won't do...I need to make sure that it is reading the swc that you provided on my box...
Craig
Alistair McLeod <[EMAIL PROTECTED]> wrote:
Hi,   //What goes here, do i do the same thing as a 'regular'tabnavigator? Yes, inside the definition above, you put the same containers you would putin the standard TabNavigator. I'm suspecting that you've not set thenamespace up correctly - what error is the compiler returning?Ali--Alistair McLeodDevelopment Directoriteration::two[EMAIL PROTECTED]Office:  +44 (0)131 338 6108This e-mail and any associated attachments transmitted with it may containconfidential information and must not be copied, or disclosed, or used byanyone other than the intended recipient(s). If you are not the intendedrecipient(s) please destroy this e-mail, and any
 copies of it, immediately.Please also note that while software systems have been used to try to ensurethat this e-mail has been swept for viruses, iteration::two do not acceptresponsibility for any damage or loss caused in respect of any virusestransmitted by the e-mail. Please ensure your own checks are carried outbefore any attachments are opened.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator with Tabs at BottomAlistair:    this component is being called from gvsStartA.mxmx Here is the code:http://www.macromedia.com/2003/mxml">      id="datagrid1" x="8" y="24" dataProvider="{thrustdata.thrusts}" rowCount="10" >          width="125" />    columnName="BusinessUnit" width="140" />    columnName="BusinessProgram" width="140" />    columnName="NeedTitle" width="300"
 />    columnName="NeedValue" width="150" />            What goeshere, do i do the same thing as a 'regular' tabnavigator?      Yahoo! Groups Links
		Do you Yahoo!? 
Plan great trips with Yahoo! Travel: Now over 17,000 guides!







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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

2005-04-19 Thread Craig Newroth



when I run the file (the start file) i get this:
4 Errors found.  Error /gvs/displayGVSData.mxml:16 
The prefix "iterationtwo" for element "iterationtwo:AdvancedTabNavigator" is not bound.
and in the flex builder i get this:
Invalid xmxl code view. in the codeview pane; in the validation i get this:
the prefix 'iterationtwo' has not been mapped to any URI[xml]
Alistair McLeod <[EMAIL PROTECTED]> wrote:
Hi,   //What goes here, do i do the same thing as a 'regular'tabnavigator? Yes, inside the definition above, you put the same containers you would putin the standard TabNavigator. I'm suspecting that you've not set thenamespace up correctly - what error is the compiler returning?Ali--Alistair McLeodDevelopment Directoriteration::two[EMAIL PROTECTED]Office:  +44 (0)131 338 6108This e-mail and any associated attachments transmitted with it may containconfidential information and must not be copied, or disclosed, or used byanyone other than the intended recipient(s). If you are not the intendedrecipient(s) please destroy this e-mail, and any
 copies of it, immediately.Please also note that while software systems have been used to try to ensurethat this e-mail has been swept for viruses, iteration::two do not acceptresponsibility for any damage or loss caused in respect of any virusestransmitted by the e-mail. Please ensure your own checks are carried outbefore any attachments are opened.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator with Tabs at BottomAlistair:    this component is being called from gvsStartA.mxmx Here is the code:http://www.macromedia.com/2003/mxml">      id="datagrid1" x="8" y="24" dataProvider="{thrustdata.thrusts}" rowCount="10" >          width="125" />    columnName="BusinessUnit" width="140" />    columnName="BusinessProgram" width="140" />    columnName="NeedTitle" width="300"
 />    columnName="NeedValue" width="150" />            What goeshere, do i do the same thing as a 'regular' tabnavigator?      Yahoo! Groups Links
		Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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

2005-04-15 Thread Craig Newroth



thanks jester, that helped and thanks to Steven Webster's book, chapter 7 :-)
here is what worked and what I did...
 
  function changeOther( event )  {   if ( event.target == summaryCHB )detailCHB.enabled = !detailCHB.enabled;   if ( event.target == detailCHB )summaryCHB.enabled = !summaryCHB.enabled;  }  
                
Craig Newroth
JesterXL <[EMAIL PROTECTED]> wrote:
Check out the enabled property, almost all controls support this gem.radioButton.enabled = false;- Original Message - From: "cnewroth55" <[EMAIL PROTECTED]>To: Sent: Thursday, April 14, 2005 10:10 AMSubject: [flexcoders] how to make an object active?Here's a quickie that I am sure someone can answer pretty quickly; I have a radio group that has x number of items, and what I want to do is make a coulple of checkboxes either be greyed out (active) or in-active depending on which radiobutton a user clicks on; my code:if a user click on the first radiobutton I want the summary check box to be active and the detail check box to gey out...can reply to [EMAIL PROTECTED] or
 here...        groupName="thrustReportsGroup"  x="24" y="14" />            groupName="thrustReportsGroup"  x="24" y="74" />    groupName="thrustReportsGroup"  x="24" y="94" />    groupName="thrustReportsGroup"  x="24" y="114" />                   
   Yahoo! Groups Links
		Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site! 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Re: How to pass var to CFC when it is blank

2005-04-11 Thread Craig Newroth

thank, for this last one. I will tyr this...and I have
a solution that works, just don't have the code with
me here on home box. but you solution is more elegant
than mine was :-)
I will send my snippet when I get back to
workthanks again.
Craig

--- stevenkeys2003 <[EMAIL PROTECTED]> wrote:
> 
> Sorry for the separate posts All..
> but on the flex side.. you can employ validation
> multiple ways but one
> option is to combine:
> 
> requred="true" in your  run a  or
> other validator to
> help enforce that requirement -- gives a lot of
> visual cues to user..
>  
> don't enable submit until everything is filled out
> in every forminput or last run a
> change="myfunction()" 
> and in the function check for myfield.length > 0 or
> whatever to ensure
> everything is filled out.. if so enable the button.
> 
> -Steve
> 
> --- In flexcoders@yahoogroups.com, "stevenkeys2003"
> <[EMAIL PROTECTED]> wrote:
> > 
> > Craig, sounds like your cfarguments are set to
> required="true" in the
> > CFC.. you could do a default= in your cfargument 
> so that you can have
> > something in there always.
> > 
> > Also, confused as to why you're employing..
> > 
> > * on of the request inputs in the webservice
> call to the cfc;
> >
>
{TypeOfAction.selectedData}
> > 
> > You are doing your  with a defined
> > handler correct?
> > 
> >  > endpoint="http://mydomain/flashservices/gateway?h";
> > source="app.machii.model.FlexUser"
> showBusyCursor="true">
> >  > result="roCompanyUserInfoHandler(event.result)"/>
> >
> > 
> > -Steve
> > 
> > 
> > --- In flexcoders@yahoogroups.com, "cnewroth55"
> <[EMAIL PROTECTED]> wrote:
> > > 
> > > I have a form that I have several fields on and
> I am sending them to a
> > > cfc for processing, however if any of the fields
> are blank then I get,
> > > "Required parameter '' not found in input
> arguements". How can I
> > > either validate the fields or allow them to be
> blank...
> > > here is a sample of one of the field(s):
> > > 
> > > 
> > >> > groupName="TypeOfAction" data="yes" />
> > >> > groupName="TypeOfAction" data="no" />
> > > 
> > > * on of the request inputs in the webservice
> call to the cfc;
> > >
>
{TypeOfAction.selectedData}
> > > 
> > > now if I don't check this radio box then I will
> get the error
> > > mentioned above...i have other fields that vary
> from radio buttons to
> > > text fields and if I don't fill them all in the
> I get that error. ANy
> > > idea on how to allow for blank or nulls?
> > > Craig Newroth
> > > The Boeing Company - STL
> 
> 
> 
> 



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] CFC's and Databinding in FLEX

2005-03-21 Thread Craig Newroth



Peter, Matt, and All;
doing what Mat Suggested and the same advice and Help from Mr. Hoyt at MM; the example that Matt gave was the solution;
{myRO.myMethod.result[0].givenname}
the final little clue was the "[0]" after the .result - as the object being returned was a single object, doing that then the column name allowed me to complete the binding to my control...
THANKS to all who responded...
Craig Newroth
Peter Farland <[EMAIL PROTECTED]> wrote:








What version of CF are you using?
 
 
 

-Original Message-From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 2:01 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] CFC's and Databinding in FLEX

I'm not sure why caps would make a difference here.  Bind it without caps.
 
{myRO.myMethod.result[0].givenname} etc.
 
For the FlashPaperLoader.as, that would go in the same directory as your application mxml file (or in user_classes if you wanted it shared).
 
Matt
 




From: cnewroth55 [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 10:55 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] CFC's and Databinding in FLEX
 
I am using a cfc to make a call to one of our LDAP servers thatcontain info on our employees, I used the Netdebugger and can see thatI am getting data back, but it is not in the `usual' format (i.e whenI make a DB call in a CFC to one of my `regular' db's, typically I getthe datafields back in CAPS) , I am enclosing what the debugger`sees'. Now because I am not getting it back in CAPS then I cannotbind the result to anything...also this code is being used as a`component' and I can see the call to the Web service, but when I
 putit in it's own application framework, it doesn't work at allWhat the debugger sees; [array] : length[Number] : 1[0][object] : smallcaseID[String] : XXsmallcaseBuilding[String] : 33.3smallcaseClock[String] : MXXsmallcaseDisplayName[String] : Newroth, CraigsmallcaseMailCode[String] : S034-1060departmentNumber[String] : GT-XX-XXXgivenname[String] : Craiginitials[String] :
 mail[String] : [EMAIL PROTECTED]sn[String] : NewrothtelephoneNumber[String] : XXX-XXX-also, Matt Chotin wrote an item in one of the blogs on how to load aflashpaper swf into flex, exactly what I am trying to do with a filethat I converted to FlashPaper but am unsure as to where to put the.as file to make that work...the url for the thing Matt wrote:http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=117
		Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site! 







Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Macromedia Looking for Dynamic Flex Interfaces

2005-03-21 Thread Craig Newroth



Lucian:
    I sent you a zip file from my other email address:
[EMAIL PROTECTED]
Lucian Beebe <[EMAIL PROTECTED]> wrote:





Periodically, Macromedia asks for help from you, the Flex community. Recently, I’ve solicited your thoughts about components and printing. Its incredibly valuable to us. It helps us get the product right so it works the way you want it to. I can’t tell you how much direct impact you can have by getting involved. Every day, good, detailed messages make the rounds of our engineering teams. We often ask customers to speak about their projects. This is all very valuable. Please keep volunteering your opinions when we ask. 
 
Today, I’d like to ask for your help in looking for several examples of your great work on really creative user interfaces built in Flex. I’d love to talk to you if you have built application interfaces with multiple windows or with “pods” of content that appear and disappear with user action or grow and shrink with more or less data. Also interested if you use a lot of effects to choreograph your application interface state changes. We’re looking for examples of the more dynamic Flex application interfaces out there. They don’t have to be entirely successful, either. 
 
If you’ve got something like that or have been fighting to get it to work the way *you* want it to, I’d love to hear from you. We can work together to make it better. In return, we’ll offer a better system long term, some guidance on how to do it today, and a whole lot of gratitude. 
 
If you think you can help, please contact me off list and let’s talk.
 
Thank you
 
Lucian Beebe
Flex product manager
Macromedia 
		Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site! 







Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.