[flexcoders] PERT Chart

2008-10-02 Thread Jerry DuVal
Does anyone have any suggestions on a open source PERT chart flex widget? Thanks in advance Jerry

RE: [flexcoders] Re: Vertical Labels

2008-03-03 Thread Jerry DuVal
I have been using this class. It does not require embedding the fonts, just pass it the rotation attribute. Extended:RotatableLabel text=Inquiry Navigator rotation=-90 fontSize=10 fontWeight=bold / /** * Author: Lior Gonnen * Date: 17-Nov-2007 * * Please visit:

[flexcoders] HTML over Flash object

2008-02-25 Thread Jerry DuVal
seems to have already been reported here https://bugs.adobe.com/jira/browse/SDK-12415 ). So my question is, does anyone have a alternative method of making the HTML appear on top of the flash object besides using wmode? Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

[flexcoders] Auto ScrollableList similar to flexlib ScrollablePopUpMenuButton

2008-02-25 Thread Jerry DuVal
Anyone know of a list component that auto scrolls based on mouse position instead of using the vertical scroll bars. I want something exactly like this example except with a List. http://flexlib.googlecode.com/svn/trunk/examples/ScrollableMenus/ScrollableM enu_Sample.swf Jerry DuVal

[flexcoders] flex version of html float?

2008-02-22 Thread Jerry DuVal
/mx:HBox /mx:Form /mx:VBox Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

[flexcoders] How to tell a UIComponent to refresh because properties changed?

2008-02-22 Thread Jerry DuVal
[ import org.pace2020.epace.editors.data.Sort; [Bindable] public var sort:Sort; ]]/mx:Script Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

RE: [flexcoders] How to tell a UIComponent to refresh because properties changed?

2008-02-22 Thread Jerry DuVal
Behalf Of Tom Chiverton Subject: Re: [flexcoders] How to tell a UIComponent to refresh because properties changed? It should do... when you say 'a custom class', what's the code for that ? -- Tom Chiverton package org.pace2020.epace.editors.data { import

[flexcoders] Default Application background color during intialization

2008-02-19 Thread Jerry DuVal
.* creationComplete=creationCompleteHandler(); backgroundColor=#ff backgroundImage= Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

RE: [flexcoders] Default Application background color during intialization

2008-02-19 Thread Jerry DuVal
On Tuesday 19 Feb 2008, Jerry DuVal wrote: initializing progress bar. Why does it not use my application background colors during load? Could your HTML wrapper be setting this ? -- Tom Chiverton Yep, that was it! Thanks

RE: [flexcoders] Viewstack selectedIndex variable setting more than once during a event.

2008-02-14 Thread Jerry DuVal
Yes, this is on Flex 2 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hall Sent: Thursday, February 14, 2008 4:27 AM To: flexcoders@yahoogroups.com Cc: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Viewstack selectedIndex variable setting more than once

[flexcoders] flex accordion does not inherit parent styles

2008-02-14 Thread Jerry DuVal
I have a application that has background colors set on the application tag. When I add a Accordian the containers within the accordion does not have the same background color as the rest of the application. Any Idea's? Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

[flexcoders] Viewstack selectedIndex variable setting more than once during a event.

2008-02-13 Thread Jerry DuVal
={valueSelectionStackIndex} Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

RE: [flexcoders] Scrolling a list in firefox with the mouse wheel

2008-02-07 Thread Jerry DuVal
the parameter when IE and then everything worked as expected. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jerry DuVal Sent: Thursday, February 07, 2008 4:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Scrolling a list in firefox with the mouse wheel When

[flexcoders] Scrolling a list in firefox with the mouse wheel

2008-02-07 Thread Jerry DuVal
When scrolling a mx:list in Firefox using the mouse wheel , the flash object always loses focus and the browser scrolls the html page up and down instead of the list. This is a embedded app. IE works perfect, any idea's? Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

[flexcoders] variable column width for items in HorizontalList

2008-01-22 Thread Jerry DuVal
that no scroll bar is ever needed for the items themselves in the list. Thanks in advance, I'm a newbie to FLEX and this list has been a great help so far. Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

[flexcoders] Loading image based on attribute value in XML content

2008-01-21 Thread Jerry DuVal
[ [Bindable] [Embed(source=../assets/add.png)] public var addNew:Class; ]] /mx:Script /mx:VBox Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

[flexcoders] refresh HorizontalList dat provider

2008-01-18 Thread Jerry DuVal
. Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

RE: [flexcoders] Only allow dragging tree branch items with the same branch

2008-01-15 Thread Jerry DuVal
examples would be appreciated. Thanks in advance; Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

[flexcoders] Do not allow re parenting with drag and drop within a tree

2008-01-11 Thread Jerry DuVal
Item - E Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com