[flexcoders] interaction between mx:Image and mx:VSlider: causing Security Sandbox Violation

2009-02-17 Thread mr_j_harris
Hello, I've got an unusual and unwanted interaction between two controls going on. The first control (A) is a semi-complex control with custom actionscript and two Flex components: one custom (IconLoader) and one 'stock' (mx:Image): the custom pieice displays '.ico' files, the stock piece

[flexcoders] Flex Builder 2 to Flex Buiulder 3 IDE changes: some good, some bad

2008-05-30 Thread mr_j_harris
I upgraded from Flex Builder 2 to Flex Builder 3- to be able to use the AdvancedDataGrid was the driver behind the decision. The first thing I noticed was in the debugger, variables window, yellow highlighting on the modified variables. Nice! The second thing I noticed was the source-code mode

[flexcoders] Datagrid sort order: is there a natsort() such as in PHP?

2008-05-06 Thread mr_j_harris
Datagrid sort order: is there a natsort() such as in PHP? This is sort order on some strings: 1 10 11 2 21 23 This natsort order on the same strings: 1 2 10 11 21 23 In short, it deals sanely with a numeric string suffix. Anything like that in Flash/Flex out-of-the-box? -- John

[flexcoders] Re: Column header - two colors for text

2008-03-26 Thread mr_j_harris
You can probably find a way to squeeze some htmlText in there. Using a debugger breakpoint and then examining the DataGrid run-time component and subsidiary bits might show you where to do that. --- In flexcoders@yahoogroups.com, Joan Lafferty [EMAIL PROTECTED] wrote: It's fairly simple if

[flexcoders] Re: Datagrid enter key on the last row

2008-03-25 Thread mr_j_harris
--- In flexcoders@yahoogroups.com, shrike6_7 [EMAIL PROTECTED] wrote: Hi, with an editable datagrid, if you edit a cell value in the last row and you press Enter Key, flex don't commit change and the cell don't exit from editable state. Any suggestion? Thanks Try the tab key perhaps. Or

[flexcoders] Flex ContextMenu in a DataGrid

2008-03-25 Thread mr_j_harris
Again, do I suck or does Flex suck? Answer: BOTH! mx:DataGrid contextMenu=actionscript_function_name ... / #1. I would like to have a specific contect menu per column. Perhaps I could do that in itemRenderer, introducing another level of bogosity. #2a. The context menu renders when the

[flexcoders] Re: grouping using XMLListCollection in AdvancedDataGrid (R/O or R/W?)

2008-02-19 Thread mr_j_harris
Hi Nikunj and Screeni_r Just wondering here: do you need to be able to not only view the XML data (Read/Only), but also update the data (Read/Write) and if you are using it in a Read/Write mode, are you having simple successes with that, or some frustration? For myself, I've had some

[flexcoders] Re: showDataTips are not working for the Datagrid columns having itemRenderers

2008-02-19 Thread mr_j_harris
Hi Alex, I don't know if you have any influence on the matter (i.e. are you an Adobe Engineer?), but, I can only assume the MXML compiler happily processed the mx:DataGridColumn attribute specifications that included the non-supported use case here: dataTipFunction AND itemRenderer If

[flexcoders] Fixed Price Contract in Flex with a DataGrid - I never would!

2008-02-18 Thread mr_j_harris
You may have seen some of my postings here, concerning my troubles with mx:DataGrid They've changed up somewhat, now I can produce an RTE in my application: infinite-type UI loops 'and the like' by, say, merely clicking on an empty row below the row that I added via drag-drop. It's like, I

[flexcoders] mx:DataGrid - focused on Display - my not-so-unusual use case is not supported

2008-02-13 Thread mr_j_harris
I'm struggling with a should-be-basic use case of the Flex mx:DataGrid component. Which is in brief: custom itemRenderer to control the fine-tuning of display custom ItemEditor to tightly control/validate the user input spreadsheet like calculations

[flexcoders] Re: How can I FORCE a REDRAW of a DATAGRID (resolved)

2008-02-12 Thread mr_j_harris
ArrayCollection. Thanks Ryan! -- wipes brow -- --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 12 Feb 2008, mr_j_harris wrote: well not so fast, mx:columns is not recognized after I swap mx:DataGrid for utilities:ADDataGrid Is ADDataGrid a sub class

[flexcoders] Re: How can I FORCE a REDRAW of a DATAGRID (resolved)

2008-02-12 Thread mr_j_harris
of classes? Are you changing fields inside an item? Or replacing entire items? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mr_j_harris Sent: Tuesday, February 12, 2008 11:03 AM To: flexcoders

[flexcoders] Re: How can I FORCE a REDRAW of a DATAGRID

2008-02-11 Thread mr_j_harris
validateNow() on the Grid - Original Message From: mr_j_harris [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 11, 2008 2:33:47 PM Subject: [flexcoders] How can I FORCE a REDRAW of a DATAGRID I need to force a redraw of a datagrid. Adobe's

[flexcoders] How can I FORCE a REDRAW of a DATAGRID

2008-02-11 Thread mr_j_harris
I need to force a redraw of a datagrid. Adobe's or whoever's Cleverness is not working for me. I just want to have my computer redraw the DataGrid from 0,0 to the bottom right corner. My computer has nothing better to do than that for me or my users. Because elsewise it is show stale data..

[flexcoders] Re: How can I FORCE a REDRAW of a DATAGRID

2008-02-11 Thread mr_j_harris
and then set the dataProvider to the new ArrayCollection. --- In flexcoders@yahoogroups.com, mr_j_harris mr_j_harris@ wrote: Hi Sharif, and thanks, I tried that, it provides the same results as I'm used to, which is a 95% refreshment of the on-screen visual aspect of the DataGrid

[flexcoders] Re: How can I FORCE a REDRAW of a DATAGRID

2008-02-11 Thread mr_j_harris
wahtever u want with it - Original Message From: mr_j_harris [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 11, 2008 3:58:02 PM Subject: [flexcoders] Re: How can I FORCE a REDRAW of a DATAGRID Hi Sharif, and thanks, I tried that, it provides the same

[flexcoders] Re: How can I FORCE a REDRAW of a DATAGRID

2008-02-11 Thread mr_j_harris
mailto:flexcoders%40yahoogroups.com , mr_j_harris mr_j_harris@ wrote: Hi Sharif, and thanks, I tried that, it provides the same results as I'm used to, which is a 95% refreshment of the on-screen visual aspect of the DataGrid. Does it force a redraw of all updated cells on my

[flexcoders] Re: Browser Sensitive Editable DataGrid

2008-02-10 Thread mr_j_harris
Hi Alex, Here's a stack trace. When you say 'we' do you mean 'we software engineers at Adobe'? Who y'all can do something to get 'er fixed up? captureItemPosition: set myeditedItemPosition r/c=5,12 TypeError: Error #1009: Cannot access a property or method of a null object reference.

[flexcoders] Re: Browser Sensitive Editable DataGrid

2008-02-10 Thread mr_j_harris
Hi Alex, Here's a stack trace. When you say 'we' do you mean 'we software engineers at Adobe'? Who y'all can do something to get 'er fixed up? captureItemPosition: set myeditedItemPosition r/c=5,12 TypeError: Error #1009: Cannot access a property or method of a null object reference.

[flexcoders] Editable DataGrid - is there such as thing?

2008-02-08 Thread mr_j_harris
rant mode=desperate problem=serious careerAtStake=true Hello. I've been learning Flex by working to create a sophisticated application therein. What I have learned- or encountered, at least, has not made me happy. Here's a quote from the Adobe Helps: The DataGrid control is intended for

[flexcoders] DataGrid itemEditor displaylag

2008-01-28 Thread mr_j_harris
Cairngorm... data provider to the grid is an ArrayCollection. Adding items to the list works, databinding operates, things look OK. http://budgetapp-uat.gameteamlead.com/bin/demonstrate_datagrid_itemEditor_displaylag-debug.html Editing items in the list, not so much. Like it says on the