ActionScript 3.0 :: Datagrid Component Alternating Row Colors?

Jun 20, 2010

I am trying to figure out how to make the datagrid component have alternating row colors.I have poured over the manual but cannot seem to fine a property to support this

View 1 Replies


Similar Posts:


Flex :: Itemrenderer Disable Rollover But Keep Alternating Colors?

Jun 1, 2011

Is there a way to customize the rollover and selected colors of an item renderer without losing the alternating background colors?

When i set the autoDrawBackground flag to false the roll over effects stops but for some reason the alternating background is also not drawn.

I would like to create a renderer which draws a white border on state hovered and a yellow border on selected instead of the default rollover color. I would also like to keep my alternating background colors i set on the list.

View 2 Replies

ActionScript 3.0 :: Tweening Row Colors In Datagrid?

Jul 21, 2009

I have managed to color the rows of a data grid object separately, however giving them a nice tween effect is proving to be more tricky. I wish to make it so that when a row is edited it turns gray and then fades back to white.When I edit a single row this works fine. But when I edit a second row the tween shows up on both of them. The sprite sent to gridColor is indeed the same independently of which line I am editing (weird imo).(Each element in my dataprovider has two extra values color and color_to so that it knows when to tween. )Managed to solve it by looking at the datagrid source code and playing around. Below is the solution:

ActionScript Code:
package Controls
{

[code]....

View 0 Replies

ActionScript 3.0 :: Dynamically Set DataGrid Row Colors Individually?

Mar 17, 2011

I have a datagrid. It is populated dynamically by an XML file. I need to be able to set each row's text color seperately. For example, if my variable "type" is "urgent", it would be a red text color.I've spent almost 2 hours trying to figure this out. I've tried setStyle, setRendererStyle, setTextFormat and many more and dozens of combinations.

PHP Code:

import fl.controls.DataGrid;
import fl.controls.dataGridClasses.DataGridColumn;
import fl.data.DataProvider;

[code]....

View 1 Replies

ActionScript 2.0 :: Alternate FONT Colors In DataGrid?

May 27, 2008

Im having some trouble finding any info on alternating the font colors in a datagrid component, i can alternate the background colours, but i'd like to alternate the font colors of the rows instead.

View 3 Replies

Flash :: DataGrid-CellRenderer: Multiple Colors For Text?

Nov 3, 2009

how I can manage to give single words inside a DataGrid-CellRenderer a different color than defined by the TextFormat for that CellRenderer? It's not how to get these single words, it's how to use more than one color inside one cell...

View 1 Replies

ActionScript 3.0 :: Flash Dynamically Set DataGrid Row Colors Individually

Mar 17, 2011

I have a datagrid. It is populated dynamically by an XML file. I need to be able to set each row's text color seperately. For example, if my variable "type" is "urgent", it would be a red text color.

I've spent almost 2 hours trying to figure this out. I've tried setStyle, setRendererStyle, setTextFormat and many more and dozens of combinations. I know its simple cause I think I've done it before.

[Code]....

View 2 Replies

Set Link Colors In A RichEditableText Component?

Oct 5, 2010

I've got some text that includes links that I display in a RichEditableText component. How do I change the color of the links from the default blue? I tried the example posted by Peter deHaan but it doesn't work with SDK 4.1. I found a way to do this in MXML, but the text needs to be localizable which means I load it at runtime based on the locale, so I can't just include it inline with the MXML.

To recap: How do I set the link colors for a RichEditableText component that displays HTML that gets loaded at runtime?

View 1 Replies

ActionScript 3.0 :: Change Colors Of LIST Component?

Feb 10, 2009

I have a doubt about the List component.Back in 2.0 to change some colors of a List Component in this case named my_list i could do the following:

Code:
my_list.backgroundColor = 0x469EE6;
my_list.color = 0xFFFFFF;
my_list.selectionColor = 0x000000;
my_list.textSelectedColor = 0xFFFFFF;
my_list.rollOverColor = 0x97A3B3;

View 0 Replies

ActionScript 2.0 :: LoadMovie On Alternating Levels?

Mar 1, 2008

Basically I have several external swfs I am loading into one swf. For the navigation purposes, I need to load these swfs onto levels. There will be two at a time and I can't find script to load these swfs on two specified levels. I need to check if level 1 is occupied, and if it is, load on level 2. If level 2 is occupied, I need to load on level 1.

View 4 Replies

ActionScript 3.0 :: Flash Fullscreen Video - Alternating Controls

Nov 11, 2010

Im working on a video player, and I have a button for full screen, which function properly, however, the controls that surround it are stretched with the video when full screen is active. So I've been attempting to find ways to detect when fullscreen is active to change the controls, but nothing seems to work. I've used both FullScreenEvent and Event.RESIZE. Everytime, it can detect when it goes full screen (aka a black box is placed on the stage) but when i go back to normal screen, it doesnt detect that activity (and the black box remains).

Please see code below. I am trying to do this all inside a class which i will have an instance of on the main stage.
Code:
import flash.display.*
import flash.utils.Timer;
import flash.events.TimerEvent;
import flash.events.FullScreenEvent;
import flash.display.SimpleButton;
[Code] .....

View 4 Replies

ActionScript 2.0 :: Alternating Sounds On A Single Play/Stop Button?

Jan 6, 2009

When the movie loads, the music begins to play. I have a single Music On/Off button that can stop and restart the first track. However, whenever the user stops and then starts the music again, I'd like to alternate the track that plays.

As it stands now, only the the first track will play when the button is clicked (and when the movie loads, of course).

Code in action layer:

ActionScript Code:
var song = 1;
var my_sound:Sound = new Sound();

[Code].....

View 3 Replies

ActionScript 3.0 :: Determine X Colors Between 2 Defined Colors?

Apr 26, 2010

I wonder what kind of class(es) I should use to accomplish this task. I have two predefined colors, 0xFF0000 and 0x00FF00 (red and green), and I would like to set a number of gradiants of colors between these two colors. [code]This generates a random color, but I don't want to generate just any random one. Does anyone know what kind of color class I should use to accomplish my task objective?

View 5 Replies

ActionScript 3.0 :: Place A Component Into A DataGrid?

Aug 4, 2010

i'm using flash CS4 and i'm wondering how to place a component into a DataGrid.I was able to grab this script from the live docs on how to place an image to a DataGrid but I want to replace it with a button.

Code:

import fl.controls.DataGrid;
import fl.controls.dataGridClasses.DataGridColumn;
import fl.data.DataProvider;

[code]....

View 2 Replies

ActionScript 3.0 :: DataGrid Component Scrollbar?

Jan 17, 2012

Trouble with my DataGrid component (aDg), i want to tell it to got a fixed height, and then have a scrollbar when the lines into the Datagrid are biger than its height, but with this code, it doesn't work, the grid continues to get bigger without scrollbar :

Code:
myDP= new DataProvider(fileXML);
aDg.dataProvider = myDP;

[code].....

View 1 Replies

ActionScript 2.0 :: Use Datagrid Component With Mysql And Php?

Dec 20, 2006

just wondering having some trouble getting my head around the way to pass data and show data in my datagrid component from my mysql database.

View 1 Replies

ActionScript 2.0 :: Flash 8 - DataGrid Component Will Not Appear

Feb 13, 2007

I am trying to create a DataGrid component with AS and it's not showing up.
Code:
import mx.controls.*;
createClassObject(DataGrid, "dgTalent", 0, {_x: 0, _y: 0});
dgTalent.columnNames = ["Character", "Allowed"];
dgTalent.addItem({Character: "Affliction", Allowed: "Affliction"});
It's still really basic right now, but I have to keep it that way until I can at least get the darn thing to show up.

View 3 Replies

ActionScript 2.0 :: Creating A New DataGrid Component?

Feb 5, 2008

creating a new datagrid component... to have it as customizable as possible, it will definately help me in my future projects.

View 2 Replies

ActionScript 2.0 :: CS3 Datagrid Component Not Populating On Server?

Sep 17, 2009

Wasn't sure where to post this one as I'm not sure where the error is occuring.I have datagrid components being populated from a mySQL DB using php. The grids exist on external swfs being loaded into a parent clip.The datagrids populate locally no problem when tested individually and when loaded into the parent clip. They have also been working from the server in previous days, but I was doing final tests checks on some recent final changes and now things aren't working.obviously I went back and ran through what I changed but nothing really applied to the grids.Codes are below

Code:
//DISPLAY ON TAP BEERS
var myOnGridArray:Array = [];

[code].....

View 1 Replies

ActionScript 2.0 :: Set A Size For My DataGrid Component's Cells?

Dec 20, 2009

How can I set a size for my DataGrid component's cells?

View 1 Replies

ActionScript 3.0 :: Datagrid Component Performance Slow

Mar 14, 2008

I have a DataProvider object which loads an XML object during instantiation. I set my datagrid.dataProvider to the DataProvider object. There are 13 columns, and approximately 40 rows.

Scrolling the datagrid, and resizing columns has alot of lag. Is this to be expected when using the DataGrid component with larger datasets?

View 10 Replies

Flex :: Access The Datagrid In One Mxml In Another Component?

Oct 9, 2009

I have a datagrid in my mxml file, say, samp.mxml.

<mx:DataGrid id="taskDataGrid" dataProvider="{initDG}" variableRowHeight="true"
editable="true" width="100%" paddingBottom="1" paddingTop="1" height="55" >
<mx:columns>

[code].....

View 3 Replies

Flex :: Aligning A DataGrid In A Grid Component?

Jul 29, 2011

i would like to align the datagrid in the gridItem with instance 'row5' such that it is align with the other textInput in instances 'row3' and 'row4'?

<mx:Grid paddingTop="4" paddingLeft="4">
<mx:GridRow id="row1">
<mx:GridItem>

[Code]....

View 1 Replies

ActionScript 3.0 :: PrintJob Class With DataGrid Component?

Jul 14, 2009

Does anyone know how to use the PrintJob Class to print a dataGrid component in ActionScript 3 (AS3)?

I need to allow the user to sort the list and print the results.

This is being used for a school, the parents can sort the students by class and then print a class list.

View 0 Replies

ActionScript 2.0 :: Implement Using List Component / DataGrid?

Jun 10, 2007

I want to have some sort of a list, which will contain movieclips (or thumbnails) ... is this possible to implement using the List component or DataGrid component?

View 1 Replies

ActionScript 2.0 :: Customization Of DataGrid Component (or Alternatives)?

Jul 20, 2010

This DataGrid Components is giving me a massive headache. It's a massive pain to customize.I do some work for a graphic designer, who has given me a picture of an element which I'm to implement in an existing AS2-based Flash project (targeted flash version is not important). Here's the picture for reference:

Trying to make the default DataGrid work like this I'm quickly figuring out is nearly impossible. Firstly, I don't think it's possible to make alternating rows fade out like that. I'm willing to accept the fact I'm doomed to solid-color alternating rows for now.
My main problem at the moment is that I can't figure out how to change the size of the header. I need a larger font for the header than the items, and I need the size of the header itself to expand. Neither of which I can figure out how to do.

So does anyone know a) how to change the headers on the DataGrid, or b) where to find a more flexible (in terms of skinning) DataGrid component for AS2 which is cheap (preferably free)?

View 5 Replies

ActionScript 3.0 :: Creating Picture List Or DataGrid Component?

Aug 14, 2009

How can I create a picture list with List or DataGrid component.

View 1 Replies

ActionScript 3.0 :: DataGrid And ComboBox Component - Skin Type?

Feb 18, 2011

I m using FLASH CS3, I used Datagrid and Combobox component from components panel, and simply add some data inside in that.
setupComboBox();
function setupComboBox():void {
cb.setSize(200, 22);
cb.prompt = "Select a Credit Card";
cb.addItem( { label: "MasterCard", data:1 } );
[Code] .....
It seems working fine. My problem is, I want two different type of skining of two different component (DataGrid & Combobox). in the same fla. E.g if datagrid have gray color skin type and combobox have black color skin type.

View 8 Replies

Flex :: Datagrid - Calling An External Method From A Component?

Aug 16, 2009

I created an application to show a datagrid with a custom column in Flex 3. How can I access the method loadDetails in this code?:

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
public function loadDetails(id:String) : void { // Some code here

[Code].....

When I tried to run this code Flex throws an error. It says that loadDetails is not defined. I suppose that error is because of scope.

View 1 Replies

Flex :: Data Bind DataGrid Component Without Scrolling Up?

Nov 28, 2009

I have a DataGrid component that I would like to update every 5 seconds. As rows are being added to this DataGrid I noticed that every update causes it to reset the scroll bar position to the top. How can I manage to keep the scroll bar at its previous position?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved