Tagged Questions
0
votes
2answers
60 views
How to handle a change in a custom GridItemRenderer
I'm using a DataGrid in one of my project, with a custom ItemRenderer for one of the column to represent a boolean value as a CheckBox
<s:DataGrid id="clients" resizableColumns="false">
...
0
votes
0answers
128 views
AS3 DataGrid selection highlighted in Column Chart
I have associated a flex DataGrid with a flex Column Chart. When I click the sort button on the DataGrid, the associated column chart sorts also (from high to low), because they share the same ...
0
votes
2answers
106 views
working with Spark Datagrid selectionChange and Keyboard Array
I have a Spark DataGrid with a listener to selectionChange event. The function listening to the dataGrid checks if the new selected row has a different partner_id from the partner loaded. If it is ...
0
votes
0answers
16 views
How do I declare the type of column in an extended spark datagrid?
I have an extended spark data grid and an extended column that goes with it. In MXML it looks like this
<components:AcmeDataGrid>
<components:columns>
<s:ArrayList>
...
-1
votes
1answer
32 views
spark datagrid selectable
Is there a way to make text inside spark datagrid cells selectable? I don't want to make the cells editable.
I've tried extending the DefaultGridItemRenderer and setting selectable = true on it, but ...
0
votes
1answer
103 views
connection ToggleButtonBar, combobox and datagrid
I want to connect these 3 together. When you choose from the togglebutton bar it will be displayed in the combobox, and from there you can choose other data that will be displayed in the datagrid.
...
0
votes
0answers
34 views
timeline link in datagrid
working in CS6, and not a very good coder; I can make html links but also want to use timeline links within the datagrid.
not calling anything from arrays or xml, just declaring each variable like ...
1
vote
1answer
179 views
AS3: How do I save out the data from a datagrid into a line-by-line text file?
I've got a datagrid populated with text file that has line-by-line words(ie. one per line). The datagrid has 5 columns. Every 5 words out of the text file is put in a new row. The datagrid can then be ...
2
votes
1answer
243 views
AS3: My text file does not want to load into an array as all the others did
I have 6 txt files with words in them, each on a new line, which gets read and processed into their respective arrays. The code below worked for the first 5 arrays but not the last which is slightly ...
0
votes
0answers
122 views
Flex Array of buttons in datagrid
I have an ExtendedAdvancedDataGrid with a column which has toggle buttons in it (here is a snippet of the mxml code):
<columns:ExtendedAdvancedDataGridColumn id="toggle" sortable="false" ...
0
votes
1answer
245 views
AS3 - Right alignment in DataGrid not working as I expected
Right, so I have a DataGrid with two columns. In the left column, I want the text to be aligned to the right: more specifically, if the column is too small to show the entire text, I want it to ...
1
vote
0answers
147 views
as3 reuse datagrid cellrenderer with different variables
I have a couple very large datagrids with custom cell renderers. The issue I am facing is that I now have > 80 of these, 1 for each column per data grid.
I'm curious if there is a way I can get these ...
1
vote
0answers
162 views
Flex Datagrid Column Align for numbers
I have a datagrid where I want to align certain columns in such a way that the text is center aligned(both headertext and data). When the data is numeric, I need to align in a way that it is right ...
1
vote
1answer
262 views
Flex Datagrid select multiple rows and send to amfphp backend
I was researching over the forums around the internet for some solution to send and ArrayCollection to AmfPHP but I didn't find good responses for that and how I can access the array on PHP side to ...
1
vote
1answer
231 views
Flash DataGrid - Sorting Arrows always visible
I'd like to set up my DataGrid so that the sorting arrows are always on the header, not just whenever you click on one.
At minimum I'd like to force one column to start off sorted and have the ...
0
votes
1answer
153 views
mx:TextArea change part of text color
I have an item renderer with a textArea.
<?xml version="1.0" encoding="utf-8"?>
<s:MXDataGridItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
...
0
votes
0answers
43 views
How can i stop datagrid columns from stretching?
I have set up a simple datagrid with as3. I have setsized it to a certain width.
I add a bunch of columns and set their width manually - but when i run the code the columns are stretched way beyond ...
0
votes
0answers
73 views
What code to show MC's from datagrid row output?
using Flash CS5 AS3
I have code that outputs on mouse hover the row content from a dataGrid (which is fed from a test csv file),
A1,B1,C1
A2,B2,C2
A3,B3,C3
A4,B4,C4
Moving over the last two rows ...
1
vote
1answer
126 views
Need coding for Mouse hover reads entire row of Flash dataGrid
Action Script 3 Flash CS5
We have a datagrid fed settlement names from a csv file from an excel spreadsheet. User hovers over a row and the settlement MovieClips show up for those in that row. What ...
1
vote
1answer
117 views
Sprite inside DataGrid
I have a DataGrid (listDataGrid) on stage, with DataProvider (listDataProvider) as source. I want to be able to add Sprites into one of the DataGrid's columns, which would change color depending on ...
0
votes
1answer
104 views
DataGrid.selectedIndex memory leak
I have noticed a memory leak in a DataGrid, in case I do not select an item, I am able to GC my dataGrid, if there was anything selected then dataGrid cause memory leak...
here is the simpliest ...
1
vote
0answers
160 views
Spark datagrid crash on sort column only in release (updated with temporary fix)
Having some trouble for some time with this, wondering if some more eyes on the problem will help.
This is a standalone Air application for Windows/Mac
UPDATE: I can get the release version to ...
4
votes
1answer
329 views
Why does my AS3 DataGrid with sortable columns show wrong movieclip loaded in to cell after sorting?
I have a datagrid component in my AS3 project and have a custom cell renderer assigned to one column that loads a movie clip into a cell depending on the value of that cell data. For example if the ...
1
vote
0answers
81 views
How can I prevent Flash scaling up movieclips inside my DataGrid Cell?
I have an AS3 DataGrid component, in one column I use a custom Cell Renderer to load a movie clip from the library. However the movieclip seems to scale to fit the height of the cell ( if I change the ...
0
votes
0answers
172 views
Flex Spark GridItemRenderer on maximize window
Here is my problem. I have a s:GridItemRenderer (the spark DataGrid size where I use this, is: 100% x 100%) and here is the function in it:
override public function ...
0
votes
2answers
429 views
How can you set checkboxes in a DataGrid to either be selected or not, depending on a column's value, in AS3?
I'm using a custom DataGrid subclass provided by the code at the top of this page:
http://blogs.adobe.com/aharui/2008/02/checkbox_selection_in_datagrid.html
I'm effectively supplying it an ...
0
votes
0answers
149 views
Converting MXML components to AS 3
I have this custom renderer for alternating row colors for datagrid written in MXML format and I want an equivalent AS code without using the compiler generators.
<?xml version="1.0" ...
1
vote
1answer
128 views
Refresh only one level on Flexicious Datagrid
Using ultimate flexicious datagrid with enableDynamicLevels="true", I search a way to refresh one dynamic level created on flexicious datagrid.
I can't use rebuidBody function because it's a dynamic ...
0
votes
3answers
279 views
Flex DataGrid w/ Image - Image Not Fully Displayed
Here's my problem. I have an mx:Image within an mx:DataGrid column. If I do not specifically set the width and height of the image, when the image loads into the grid, only a portion of the image is ...
1
vote
0answers
132 views
Flexicious expandAll with children function
I use the new option getChildrenFunction to create my grid. All work fine and manuel expand of all level work fine but when I can't expand All levels(with grid.expandAll()) it stop one level before ...
0
votes
0answers
90 views
DataGridEvent.HEADER_RELEASE trouble
I have a DataGrid with the functionality to both select a column and edit a specific cell. When implementing this functionality i observed some strange behaviour. When clicking on the number in a ...
0
votes
1answer
210 views
Dragging a DataGrid row INTO other DataGrid row
I have 2 datagrids, and the way the standard dragging is implemented I don't know if it is easy to provide underneath feature:
I want to drag 1 datagrid row from the second DataGrid INTO a row from ...
0
votes
2answers
234 views
Keep specific Datagrid row always at the end - also with Sorting
I'm stuck on following matter:
I have a datagrid with 10 items... I also added a extra row (row number 11) where I show a total of prevouis fields... But I always want to keep this last row (the ...
1
vote
0answers
534 views
Flex Datagrid Edit event
in my flex application im using a datagrid with 5 columns...in which 3 are editable...if i add an item to the grid, when i hit enter, the cursor position moves in the grid from right to left in ...
0
votes
1answer
252 views
does as3xls library hadles hyperlink in excel file..?
Is "as3xls library" capable of handling a hyper link in excel file, is there any other library which i can use for importing data from .xlsx file. as3xls is limited to .xls only.
0
votes
2answers
796 views
how to set selected rows in flash datagrid (as3)
I want to select multiple rows in current result set in DataGrid in flash as3.
I tried to do it like that:
this.dataGrid.selectedItems = _selectedElements[index];
where _selectedElements is an ...
0
votes
1answer
253 views
Flexicious DatagridColumns columnWidthMode='percent' not showing correct
I'am using a Flexicious Datagrid for showing some basic information. This datagrid has a width and height of 100% based on the parent container (a HGROUP).
When I apply a columnWidthMode="percent" ...
0
votes
1answer
275 views
Flex Datagrid event
Im using a Flex Advanced datgrid with five editable columns,
on focus the cursor is in first column and ready for editing,
now, i jus want to know how can i move to next column by pressing ENTER key ...
0
votes
0answers
456 views
AS3 Combobox inside a dataGrid - scrolling vertical
Im working on a project which needs to use comboboxes inside my dataGrid. It's very hard to find any valuable tutorial about this case.
I've created my class :
public class MyCellRender extends ...
0
votes
2answers
564 views
CheckBox in Flex 3
I am new to flex, and
I need a datagrid, which contains checkbox (4 no's) without multiple selection. And I also need a text area which should contain the selected checkbox's label/data.
I tried using ...
0
votes
1answer
371 views
Data Paging With Pure AS3
I have a Flash Datagrid component being populated by data from Robotlegs services. However as the datagrid needs to show more and more rows of info I need to implement a way of loading the data as it ...
0
votes
1answer
307 views
AS3 datagrid freeze pane / always show column in scrollable datagrid
Afternoon,
I have a datagrid with some custom renderrers and I'm just curious how I should approach the ability to freeze and always show the left 3 most columns at all times when scrolling ...
0
votes
1answer
525 views
Limit Flex Spark DataGrid ItemRenderer data to column
I've got a DataGrid in my mobile application (I know, I know but there's currently not other solution for this), that numeric values. Depending on the value of a cell, the text gets colored. My big ...
0
votes
2answers
918 views
Flex 3 DataGrid Tab Order
I've been trying to get the tab order to work on this datagrid for some time now and I can't figure out what I am doing wrong. Can anyone spot it?
<?xml version="1.0" encoding="utf-8"?>
...
2
votes
1answer
5k views
AS3 disable editable/selectable for textInput inside of a Datagrid
I am currently trying to disable the selectable / editable / or change the textInput to dynamic to get my desired result.
I've got a custom datagrid with dropdowns and text input areas. However, if ...
0
votes
0answers
437 views
Custom ToolTips using ToolTipManager.createToolTip
I'm looking to display a tooltip on a row of a datagrid when the user hovers over a given row. The tool tip will display all the information related to that row in the datagrid. I was able to ...
1
vote
1answer
142 views
Is there any way to focus on a cell of a DataGrid without setting it to editable?
I am currently working on making my Flex application accessible.
I have an mx DataGrid that I am using for showing complex data. Each row contains information about a person and one of the columns ...
2
votes
1answer
845 views
Flex 4.5: Spark DataGrid with custom ItemRenderes
Firstly sorry for the really lengthy question. I am trying to implement an Org.Chart using spark DataGrid. The data for the Org.Chart does not change and hence I am hard coding the values. I had to ...
0
votes
1answer
952 views
how to create a dynamic datagrid in flex
I am trying to create a datagrid in FLEX. The trouble is that I want it to be 100% dynamic - i.e. columns & data.
Basically I need to populate the datagrid via a result set from a database query, ...
0
votes
2answers
422 views
Sort dates in a Flash AS3 DataGrid
This has been driving me crazy, I need to sort a Flash DataGrid column (not Flex) by date. I have tried giving the date column a sort function like below:
colTwo.sortCompareFunction = ...
