[flexcoders] drag and drop from Tree to List

2008-11-10 Thread graysonpierce
I have a tree and a list that I'd like to use drag and drop on to do the following: 1. Do reordering in the list (ie move the items around) 2. Drag items from the tree to the list in order to copy items The problem I'm experiencing is that when I turn on dropEnabled=true on the list the

[flexcoders] Device connectivity

2007-05-27 Thread graysonpierce
Hello, I was wondering if anyone has advise on how to develop a desktop app that handles synchronization with a device that runs Flash Lite 1.1 Are there any API's in Flex or Apollo for copying data between a device and the desktop (or the web)? What type of data structures can one use, XML,

[flexcoders] Re: Flex 2.5 Beta Error

2007-04-11 Thread graysonpierce
didn't know there if Flex 2.5 beta also :-) Sorry for offtopic response.. -abdul --- In flexcoders@yahoogroups.com, graysonpierce graysonpierce@ wrote: I downloaded and successfully recompiled my application on lcds25-b2-win_032007.exe I get the following error however

[flexcoders] Flex 2.5 Beta Error

2007-04-10 Thread graysonpierce
I downloaded and successfully recompiled my application on lcds25-b2-win_032007.exe I get the following error however since it doesn't reference my code at all, I don't know what to do next. Also the documentation of Flex 2.5 should probably be updated. The following URL suggests that there is

[flexcoders] RTMP stops working

2007-03-06 Thread graysonpierce
Hello, I was wondering if anyone else has encountered a problem where managed relationships with the Hibernate Assembler stop working all of a sudden through RTMP but still work through AMF? We're unable to debug since no error messages are produced by FDS or the client application. The symptom

[flexcoders] Re: RTMP stops working

2007-03-06 Thread graysonpierce
Further to this issue. Is there any reason why the app would initially start on RTMP and after the initial load revert to AMF if the RTMP port (2038) is open? --- In flexcoders@yahoogroups.com, graysonpierce [EMAIL PROTECTED] wrote: Hello, I was wondering if anyone else has encountered

[flexcoders] ActionScript Mozilla

2007-01-20 Thread graysonpierce
Hello, I read somewhere that Adobe was donating the source for ActionScript to the Mozilla Foundation. Would anyone care to comment on what this will mean to Flex Apollo in the future? GP

[flexcoders] Re: Chart Series added programmatically don't display

2007-01-17 Thread graysonpierce
it will only show up in one of the two charts. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of graysonpierce Sent: Monday, January 15, 2007 11:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Chart Series added

[flexcoders] Chart Series added programmatically don't display

2007-01-15 Thread graysonpierce
Hello, I was wondering if anyone knows why series added through AS to a CartesianChart wouldn't draw. The strange thing is that I can see tooltips (next to the vertical axis) when I mouse-over where the columns normally would be indicating the values in the dataprovider however the actual bars

[flexcoders] Re: Icons in menu - not working

2007-01-13 Thread graysonpierce
Just curious if anyone has encountered this problem in the context of a component. In other words doing the @embed in the application works fine (the menuitem displays the icon) but putting the embed in the component causes it to not display an icon. --- In flexcoders@yahoogroups.com, Deepa

[flexcoders] Re: Submenus that open up to the left

2007-01-12 Thread graysonpierce
Still stuck on this. All my attempt have resulted in movement of the menu. Submenus seem impossible to move. If anyone has any suggestions, I'd really appreciate it. --- In flexcoders@yahoogroups.com, graysonpierce [EMAIL PROTECTED] wrote: Hello, I have a menu that is aligned

[flexcoders] Repeater flicker

2007-01-09 Thread graysonpierce
Hello, After finding out that horizontal list doesn't do variable width, I switched my code to a repeater. The repeater has (sometimes) changing arraycollection as the dataprovider and a few UI controls nested in it, like a button and a label. Anytime an item in the arraycollection changes it

[flexcoders] Re: Scrolling without a scrollbar

2007-01-07 Thread graysonpierce
you're really after might more accurately be called 'paging'. If you think of it in those terms, does the problem become easier to grasp? Cheers, Lach On 06/12/2006, at 8:18 AM, graysonpierce wrote: We have a requirement for a scrollable container that displays right

[flexcoders] Re: Scrolling without a scrollbar

2007-01-07 Thread graysonpierce
Please disregard. Since HorizontalList doesn't do variable length, this question is somewhat of a moot point. --- In flexcoders@yahoogroups.com, graysonpierce [EMAIL PROTECTED] wrote: Benjamin, I finally got around to testing this out. I was able to do this in the css

[flexcoders] Submenus that open up to the left

2007-01-06 Thread graysonpierce
Hello, I have a menu that is aligned to the right side of the screen which doesn't leave any screen real-estate for submenus so I'd like to have my submenus open up to the left. As an example, Windows Media Player does their application menus this way if you access it with the down button next

[flexcoders] Datagrid auto-resize columns based on data

2007-01-05 Thread graysonpierce
Hello, Thanks to everyone who responded to my previous questions. Extremely helpful. Here is the latest: I have a class that extends datagrid. In it I've added a method that resized the columns based on calculations of the length of the data within each column. When the datagrid is first

[flexcoders] Re: Datagrid auto-resize columns based on data

2007-01-05 Thread graysonpierce
(). Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of graysonpierce Sent: Friday, January 05, 2007 7:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid auto-resize columns based on data Hello

[flexcoders] Custom TileWindow Close Button

2007-01-03 Thread graysonpierce
I have three 16x16 png images that I would like to use as the close button of a titlewindow instead of the one provided by Flex (yes, I'm that particular). I set the following properties on the titlewindow but the image seems to be scaled bigger that 16x16.

[flexcoders] DataGrid dataTipFunction

2007-01-02 Thread graysonpierce
Hello, I was wondering if there is a way of passing more than the default item:Object argument to a dataTipFunction of a datagrid. In addition to the item I'd like to pass a string variable. GP

[flexcoders] Possible bug in DataGrid datatip

2007-01-02 Thread graysonpierce
Hello, I think I've come across a bug in the datagrid datatip function. When using an array as the dataprovider for a datagrid, the tooltip works fine and it displays a tooltip with the specified column of the data provider. However when I use an XML dataprovider and specify the following

[flexcoders] Re: Radio items in PopUpMenuButton menus

2006-12-26 Thread graysonpierce
Sean, I don't have an answer just wanted to let you know that I experienced the same problem and see if anyone has a simple workaround. I suppose you can do your own popup with a list that has a custom renderer (made up of a radio button and a label) but that seems a lot of work. GP --- In

[flexcoders] Re: component CSS

2006-12-21 Thread graysonpierce
@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: load the css in the component On 21/12/2006, at 4:06 PM, graysonpierce wrote: css/ In this application I have a component that has a button that sets a styleName to a name defined with dot in main.css like this:

[flexcoders] component CSS

2006-12-20 Thread graysonpierce
Hello, I have a simple CSS question. I have an application with a css called main.css like this: mx:Style source=main.css/ In this application I have a component that has a button that sets a styleName to a name defined with dot in main.css like this: mx:Button styleName=simplebutton/ if

[flexcoders] 3D Charts for Flex 2

2006-12-16 Thread graysonpierce
I'd like to gauge flexcoders' interest in collaborating on an open-source project to build 3D Charts for Flex 2. Of particular interest to me are Multiscapes and 3D Scatterplots. Before going through the trouble of setting up a sourceforge project, I wanted to see if anyone has interest or need

[flexcoders] Scrolling without a scrollbar

2006-12-05 Thread graysonpierce
We have a requirement for a scrollable container that displays right and left arrows (when necessary) but not the track and the thumb. To be more exact something similar to when you open up a bunch of tabs in Firefox and at the point that it can't make the tabs any smaller it displays the right

[flexcoders] User Preferences for FDS/Hibernate

2006-11-29 Thread graysonpierce
We have an application built in Flex 2 with uses FDS / Hibernate for managing the metadata (application logic). I'm wondering if anyone has thoughts about how to implement user preferences in this environment where you want the core application objects to be the same for all users however some

[flexcoders] horizontallist editable=true

2006-09-18 Thread graysonpierce
Hello, I was expecing to find a editable=true on the HorizontalList just like on a vertical list. Are there any work-arounds to being able to edit the text of list members in a HorizontalList? Thanks, Gray -- Flexcoders Mailing List FAQ:

[flexcoders] asdoc

2006-09-09 Thread graysonpierce
I'm experiencing the following problems with asdoc that seems to cause it to produce no output. The code that I'm trying to generate documentation for compiles and runs just fine in Flex Builder 1. Error: [Bindable] not allowed on global or package-level functions 2. Error: unable to resolve

[flexcoders] Simple Question re: ToggleButtonBar

2006-08-13 Thread graysonpierce
Hello, I'm new to the list. TIA. I'm working in a space constrained environment and I'd like to have Flex 2 draw a ToggleButtonBar on multiple lines. I played around with width/height to no avail. Thank you, Gray -- Flexcoders Mailing List FAQ:

[flexcoders] Datagrid as an ItemRenderer for a ComboBox

2006-08-13 Thread graysonpierce
Hello, I'd like to have a datagrid show up when you pull down a combox box as in the following image: http://i8.tinypic.com/24l3r0z.png whichever line you highlight in the datagrid should return to the combox (obviously with some actionscript that matches the fields) But what Flex 2 does from