[flexcoders] Identifying row index relative to node vs. ADG

2008-08-15 Thread Adrian Williams
Hi all, I have a challenge I am using an ADG in tree mode on a flat array. Everything looks great. One of the requirements is that whenever a user wants to rearrange the order of the rows under a node, I have to store that index value (display order). I.E. The 1st node of the ADG

[flexcoders] aspx Wrapper for Flex Build Possible?

2008-08-08 Thread Adrian Williams
Hi all, Just a quick question. I know the flex builder tool allows you to auto-generate an HTML wrapper on compile. Has anyone found a way to have it create a wrapper in .aspx, possibly using some kind of master template? Thanks, Adrian

[flexcoders] Alert Box with User Input Possible?

2008-08-01 Thread Adrian Williams
Hi All, Have a weird one here...I need to know if it's possible to have an input field on an alert box? For example, when a user attempts to remove a person from the list, I have an alert box that confirms their intent to delete...but part of our process here is that the user must

Re: [flexcoders] Alert Box with User Input Possible?

2008-08-01 Thread Adrian Williams
:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Adrian Williams *Sent:* Friday, August 01, 2008 10:24 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Alert Box with User Input Possible? Hi All, Have a weird one here...I need to know if it's possible to have

[flexcoders] Progress Bar For ADG Load

2008-07-23 Thread Adrian Williams
Hi All, I am trying to use the built-in ProgressBar component to display the progress of an AdvancedDataGrid load. This grid holds a lot of data and can take a bit of time to load and as such, I don't want the user to sit there and think the program is broken. However, all of the

[flexcoders] Custom Date Renderer for AS generated ADG

2008-07-23 Thread Adrian Williams
All, I am trying to apply a custom renderer to three ADG columns and am having a challenge with it. The details are a bit difficult to explain so bear with: 1.) I have a membership listing that is in an ADG 2.) I am generating the ADG via AS as the columns are customizable to the

[flexcoders] PrintAdvancedDataGrid Infuriation!!

2008-07-22 Thread Adrian Williams
Folks, I have a strange one here. I am attempting to use the PrintAdvancedDataGrid control to print my grid. When I copy and run the entire example on adobe's website (http://livedocs.adobe.com/flex/3/html/help.html?content=printing_5.html) and run it locally...then print...it works

[flexcoders] PrintAdvancedDataGrid Infuriation!! - More Information

2008-07-22 Thread Adrian Williams
Some additional information: Just for shiggles, I pulled the example data source and panel creation into my program using the same function and the print of the example ADG worked fine. The only difference between their data and mine is that they are using an ArrayCollection while I am using

[flexcoders] Changing Header Text Color on ADG

2008-07-15 Thread Adrian Williams
Hi Folks, Have an infuriating one here. I am using color pickers to allow the user to change the colors on the headers of an ADG. The background picker works beautifully using: AdvancedDataGrid.headerColors={[columnHeaderBackPckr.selectedColor, '#FF']} However I am about

[flexcoders] Undefined Method Error

2008-07-08 Thread Adrian Williams
Y'all, Here's a frustrating oneI have this function defined: public function convertEmailToMailto(emailAddy:String):String { var mailtoEmailAddy:String ; mailtoEmailAddy = 'a href=mailto:' + emailAddy + '' + emailAddy + '/a';

Re: [flexcoders] Re: Undefined Method Error

2008-07-08 Thread Adrian Williams
wrote: --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Adrian Williams [EMAIL PROTECTED] wrote: Y'all, Here's a frustrating oneI have this function defined: public function convertEmailToMailto (emailAddy:String):String { var mailtoEmailAddy:String

[flexcoders] Creating a hyperlink mailto in advanced data grid

2008-07-07 Thread Adrian Williams
Hi All, I am using an advanced data grid to display a variety of data, one of which is a users email address. I'd like to be able to set it up so that for any given row in the report, the email addresses are actually hyperlinks to open a mailto: that address. How do I do this? Thanks,

Re: [flexcoders] Creating a hyperlink mailto in advanced data grid

2008-07-07 Thread Adrian Williams
. There will be examples of all of this if you look a bit. Tracy *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Adrian Williams *Sent:* Monday, July 07, 2008 1:04 PM *To:* flexcoders

[flexcoders] Manipulating child panels of a tabnavigator

2008-07-03 Thread Adrian Williams
Hi guys, Am having a doozy of a time figuring this out. I am using the flexlib SuperTabNavigator to create tabbed containers. Then I am creating individual SuperPanelPlus panels within the containers for each tab. Basically creating a dashboard with the tabs acting as the switch to change

<    1   2