| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 | |
|
Registered User
Join Date: Jun 2006
Posts: 54
|
some how when i hover on my datagrid it shows the datatips but with everything on the xml not just the name
MXML Code:
........................
<mx:DataGrid dataProvider="{xlc}" height="485"
editable="false" width="171" id="datagrid" scroll="true"
change="xlc,cargarDatos.refresh()" x="0" y="0">
<mx:columns>
<mx:Array>
<mx:DataGridColumn columnName="name" showDataTips="false" dataTip"true"/>
</mx:Array>
</mx:columns>
</mx:DataGrid>
...........................
Quote:
|
|
|
|
|
|
|
#2 |
|
Registered User
Join Date: Jun 2006
Posts: 54
|
is it really so difficult?
|
|
|
|
|
|
|
|
|
#3 |
|
Addict
Join Date: Nov 2001
Location: London
Posts: 2,128
|
take a look at DataGridColumn.dataTipField and DataGridColumn.dataTipFunction.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| On Click/On Release - show or hide layers | firstfox | ActionScript 1.0 (and below) | 5 | 10-03-2008 09:49 AM |
| movieclip will not show up when i publish!!! | natronp | ActionScript 2.0 | 0 | 05-27-2005 03:35 PM |
| Slide Show with PHP Variables | ezsbca | ActionScript 1.0 (and below) | 5 | 01-25-2005 07:06 AM |
| Flash Slide show quandry | Figure2 | Other Flash General Questions | 1 | 11-01-2004 02:29 AM |