RE: [flexcoders] Passing variables into an alert handler

2005-08-03 Thread Jeff Beeman
Hmm... looks interesting. I'll give it a shot, thanks! /** * Jeff Beeman **/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Tuesday, August 02

[flexcoders] Form visibility question

2005-07-27 Thread Jeff Beeman
favorite fruit: () Apples () Oranges () Lemons (*) Other Please describe other: - | | - Choose your favorite car: () Chevy () Ford () Toyota /*** * Jeff Beeman * Digital Media

[flexcoders] Turning on / off display of chart series

2005-06-28 Thread Jeff Beeman
similar on Flex Authority, but it simply modifies the requested information from a service to not include information that isnt requested. Ive already got the information, and I just want to hide and unhide its display. /*** * Jeff Beeman * Digital Media

RE: [flexcoders] Turning on / off display of chart series

2005-06-28 Thread Jeff Beeman
Doh. Thats the reply I was hoping to not hear. Can I submit my feature request for v2 now? It just seems to be a fairly obvious thing users would want to do. /** * Jeff Beeman **/ From

[flexcoders] Getting client's IP address

2005-06-13 Thread Jeff Beeman
it? /*** * Jeff Beeman * Digital Media Instructional Technologies * Arizona State University ***/ Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe

RE: [flexcoders] Re: Getting client's IP address

2005-06-13 Thread Jeff Beeman
Thanks, all! I will let you know if one of these works for us, but they all sound like reasonable solutions :-) /** * Jeff Beeman **/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Flex Eclipse discussion

2005-06-07 Thread Jeff Beeman
to be desired if I search for Eclipse, I can end up getting no results because it only searches the first 30 or so messages. So, in order to search the 16,500 messages Id have to click through a page at a time. Anyone know a way around this?) /*** * Jeff Beeman

RE: [flexcoders] Flex Eclipse discussion

2005-06-07 Thread Jeff Beeman
Ah, this is perfect, thank you! For those who need the link to the Flexcoders The Mail Archive here it is: http://www.mail-archive.com/flexcoders@yahoogroups.com/ /** * Jeff Beeman

RE: [flexcoders] Flex Eclipse discussion

2005-06-07 Thread Jeff Beeman
I think what I was actually looking for was a news posting I read a while ago I found it at everythingflex.com heres the link: http://www.everythingflex.com/blog/1/2005/05/Eclipse-for-Flex-Development.cfm /** * Jeff Beeman

RE: [flexcoders] Re: Tree dataProviders backingObject

2005-06-06 Thread Jeff Beeman
are treated as nodes, unless the array is called data, in which case it is treated as the data for the node. Sounds simple too me on paper... but I realize it could end up being a major headache - thoughts before I begin? /** * Jeff Beeman

[flexcoders] Tree dataProviders backingObject

2005-06-03 Thread Jeff Beeman
) /*** * Jeff Beeman * Digital Media Instructional Technologies * Arizona State University ***/ 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

[flexcoders] Disabling individual list items

2005-05-26 Thread Jeff Beeman
with this? /*** * Jeff Beeman * Digital Media Instructional Technologies * Arizona State University ***/ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe

RE: [flexcoders] Re: Flex as a Windows Service?

2005-05-20 Thread Jeff Beeman
. /** * Jeff Beeman **/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich Butler Sent: Friday, May 20, 2005 5:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex

RE: [flexcoders] Announcing Flex Style Explorer

2005-05-18 Thread Jeff Beeman
? 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

[flexcoders] TitleWindow show event

2005-05-17 Thread Jeff Beeman
up. Does anyone have advice or examples of events being used with TitleWindow popups? /** * Jeff Beeman **/ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group

RE: [flexcoders] TitleWindow show event

2005-05-17 Thread Jeff Beeman
That was far too easy /** * Jeff Beeman **/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Horn Sent: Tuesday, May 17, 2005 12:35 PM To: flexcoders

RE: [flexcoders] E4X in Flex 2.0, part 1: Reading XML

2005-05-17 Thread Jeff Beeman
Title: Message This is very exciting! Im especially excited about the double-dot and wildcard operators. Thanks for this update, as itll help with planning for future projects. Keep em coming! /** * Jeff Beeman

RE: [flexcoders] Internal popups

2005-05-13 Thread Jeff Beeman
Were you able to use the ViewStack to hide / unhide a popup window without the content underneath being hidden? My popup window will be of a smaller size than my application window. /** * Jeff Beeman

RE: [flexcoders] Internal popups

2005-05-13 Thread Jeff Beeman
Yeah, youre code is what Im looking into right now. Thanks for your help! /** * Jeff Beeman **/ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith

[flexcoders] Flex equivalent to padding in CSS?

2005-05-13 Thread Jeff Beeman
Is there a Flex equivalent to the padding attribute in CSS? I have a box and would like to have padding between the inner content and the border that surrounds it. /*** * Jeff Beeman * Digital Media Instructional Technologies * Arizona State

[flexcoders] Internal popups

2005-05-12 Thread Jeff Beeman
that is hidden on startup and have it hide / unhide on different events. Is this possible? /*** * Jeff Beeman * Digital Media Instructional Technologies * Arizona State University ***/ Yahoo! Groups Links

RE: [flexcoders] Internal popups

2005-05-12 Thread Jeff Beeman
The problem is that the TitleWindow in your example still takes up space in the application window. I need it to behave like a normal popup. /** * Jeff Beeman **/ -Original Message- From: flexcoders

RE: [flexcoders] Internal popups

2005-05-12 Thread Jeff Beeman
in the layout), but like a normal popup window, one that appears above the content at a specified location. It looks like using another MXML file is the way to go /** * Jeff Beeman **/ From: flexcoders

RE: [flexcoders] Internal popups

2005-05-12 Thread Jeff Beeman
Thanks, all, for your help! Ill give this a shot and see if it can handle my needs. /** * Jeff Beeman **/ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

[flexcoders] Setting background-color style of preloader

2005-05-09 Thread Jeff Beeman
! /*** * Jeff Beeman * Digital Media Instructional Technologies * Arizona State University ***/ Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send

RE: [flexcoders] Pie Chart Sizing

2005-05-06 Thread Jeff Beeman
If it helps add to the push for this feature, I'm also needing to be able to lock down the pie chart size when using callouts. /** * Jeff Beeman **/ -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] HTTPService and dynamic url

2005-04-28 Thread Jeff Beeman
// my_service.url = ""> } /** * Jeff Beeman **/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Thursday, April 28, 2005 10:05 AM To: flexcoders@ya