ItemRenderers bug while scrolling a DataGrid

I know this is not a new problem for Flex users, but i can't solve it.
I'm trying to build a DataGrid with Panels as ItemRenderers. This ItemRenderer is the same for all columns, so that i can get a grid. In order to do that, my ItemRenderer implements the IDropInListItemRenderer. Each cell is a Panel, which include a label, and a List, with a color depending of the data.
Everything work fine, and it's pretty fast.
My problem is, when i scroll the DataGrid, all my cells are mixed up, and don't display the right data. However, with some traces, i'm sure that the datas displayed in the itemRenderer are good.
After some search, i know that the ItemRenderers are reused by Flex, and there are some similar problems along the web. But i don't know what to do... :/
Here is my code :
<?xml version="1.0" encoding="utf-8"?>
<mx:Panel 
xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="100%" height="100%" implements="mx.controls.listClasses.IDropInListItemRenderer"horizontalScrollPolicy="
off" verticalScrollPolicy="off" styleName="{_style}"> 
<mx:Script>
<![CDATA[
import com.tbsfrance.project.trafficgrille.data.Donnee; 
import com.tbsfrance.project.trafficgrille.data.Stock; 
import flash.utils.setTimeout; 
import mx.binding.utils.BindingUtils; 
import mx.collections.ArrayCollection; 
import mx.controls.dataGridClasses.DataGridListData; 
import mx.controls.listClasses.BaseListData; 
import mx.controls.listClasses.IDropInListItemRenderer; 
import mx.events.ScrollEvent; 
private var _listData:BaseListData; 
Bindable] 
private var _libelle : String ;[
Bindable] 
private var _style : String = "grillePanelVide" ; 
//Define getter for the listData property
public function get listData() : BaseListData{
return _listData ;}
//Define setter for the listData property
public function set listData( value:BaseListData ) : void
_listData = value;
override  
public function set data(value:Object):void {
if(value != null) { 
super.data = value ;
getLibelle() ;
else
vbox.visible =
false ; 
this.styleName = "grillePanelVide" ;}
public  
 //This is my function to analysing the data and setting the right text and style//This is my function to analysing the data and setting the right text and style
function getLibelle () : String{
var indice : int = int(DataGridListData(listData).dataField) ; 
if ( data is Donnee && indice >= 0){
var mesStocks : ArrayCollection = Donnee(data).parutions[indice] ; 
if ( mesStocks && mesStocks.length > 0 ){
var stock : Stock = mesStocks.getItemAt(0) as Stock ; 
if ( stock ){
trace ("Pour " + Donnee(data).libelle + " : " + stock.emplacementLibelle + " " + stock.libelleDateParution) ;_libelle = stock.libelleDateParution +
" - " + Donnee(data).libelle ;_style = stock.style ;
else{
_libelle =
"" ;_style =
"grillePanelVide" ;}
return "" ;}
]]>
 </mx:Script>
 <mx:VBox id="vbox" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
 <mx:Label id="labelCellule" styleName="grilleLabel" text="{_libelle}"/>
 </mx:VBox>
 </mx:Panel>
Thx for your help !    

Ok i found the way to solve my problem.
I just modified this function
public  
function set listData( value:BaseListData ) : void
_listData = value;
_style =
"grillePanelVide" ;_libelle =
And now it works well.

Similar Messages

  • Early 2013 rMBP (10,1) Freezes While Scrolling, Yosemite 10.2.2

    MacBook Pro (Retina, 15-inch, Early 2013)
    2.7 GHz Intel Core i7
    16 GB 1600 MHz DDR3 (Factory installed)
    Intel HD Graphics 4000 1024 MB
    I installed 10.10.2 on January 28th. Since that time, I’ve been having this same problem, progressively more often:
    While scrolling via two-finger trackpad swipe (always scrolling down), the computer freezes and completely locks up - no clock or pointer movement. If there is audio playing (iTunes), the audio acts like a scratched record and keeps blipping 1/2-second or so clips over and over. After about 30 seconds, the computer reboots itself. When it starts up, there is no crash report dialog that appears, nor is there a record of the crash in Console. Most of the time, the scrolling has been in Safari, but it has also happened while scrolling in Chrome, and in NewsBar (an RSS reader).
    This behavior has been happening more frequently over the last week or so (at least a dozen times in the last week), which makes me concerned about a possible hardware issue.
    I’ve:
    Repaired Disk from recovery mode (no errors found)
    Repaired Permissions from recovery mode
    Queried the previous shutdown via Terminal (always -128)
    Booted into Safe Mode (can't replicate there, but it happens at very random intervals, so I may not be in safe mode long enough)
    Turned on and off other things people tried in various Apple threads
    Disabled my two Safari Extensions
    Run Apple Hardware Test (extended) (no errors)
    Reset SMC
    Reset PRAM/NVRAM
    I back up several ways, so I’m not worried about losing my data. I have taken screenshots of the last few boots after panics, and I’ve run EtreCheck. I’ll post those details in a separate post below to keep this post shorter.

    Here’s an EtreCheck report:
    Start time: 20:25:57 02/18/15
    Model Identifier: MacBookPro10,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 18 minutes
    Diagnostic reports
       2015-01-23 garcon crash
       2015-01-25 discoveryd crash
       2015-01-27 QuickLookSatellite crash
       2015-01-29 com.apple.WebKit.WebContent crash x3
       2015-01-31 AdobeCrashDaemon crash
       2015-01-31 SnagitHelper crash
       2015-02-01 SnagitHelper crash
       2015-02-02 Creative Cloud crash
       2015-02-02 SnagitHelper crash
       2015-02-04 Kernel gpuRestart
       2015-02-04 SnagitHelper crash x2
       2015-02-04 kextcache crash
       2015-02-06 Kernel gpuRestart
       2015-02-11 garcon crash
       2015-02-12 SnagitHelper crash
       2015-02-12 garcon crash
       2015-02-15 garcon crash
       2015-02-17 garcon crash
       2015-02-18 CalendarAgent crash
       2015-02-18 SnagitHelper crash x2
    Log
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:50 BUG in process suhelperd[207]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
       Feb 18 20:07:51 utun_start: ifnet_disable_output returned error 12
       Feb 18 20:07:52 OSUnserializeXML: syntax error near line 55
       Feb 18 20:08:11 wl0: Roamed or switched channel, reason #8, bssid 70, last RSSI -67
       Feb 18 20:08:27 BUG in process suhelperd[207]: over-released legacy external boost assertions (0 total, 0 external, 0 legacy-external)
       Feb 18 20:10:53 process xrdd[68] caught causing excessive wakeups. Observed wakeups rate (per sec): 237; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45620
    Memory: kernel_task (UID 0) is using 1435 MB
    Daemons
       com.bombich.ccc.scheduledtask.UUID
       com.adobe.adobeupdatedaemon
       com.backblaze.bzserv
       com.microsoft.office.licensing.helper
       com.bombich.ccc.scheduledtask.UUID
       com.oracle.java.Helper-Tool
       com.adobe.fpsaud
       com.xrite.device.xrdd.plist
       com.bombich.ccchelper
       com.adobe.ARM.SMJobBlessHelper
       com.bombich.ccc
    Agents
       ws.agile.1PasswordAgent
       com.backblaze.bzbmenu
       2BUA8C4S2C.com.agilebits.onepassword4-helper
       com.bombich.ccc-user-agent
       com.adobe.AdobeCreativeCloud
       com.newsbar-app.loginhelper
       com.wacom.wacomtablet
       com.canon.MFManager
       com.bombich.cccuseragent
       com.xrite.device.softwareupdate.plist
       com.techsmith.snagit.SnagitLaunchAtLogin
       com.parallels.mobile.startgui.launchagent
       com.oracle.java.Java-Updater
       com.citrixonline.GoToMeeting.G2MUpdate
       com.spotify.webhelper
       com.amazon.music
       com.amazon.cloud-player
       com.google.keystone.user.agent
       com.adobe.ARM.UUID
    Bundles
       /System/Library/Extensions/JMicronATA.kext
       - com.jmicron.JMicronATA
       /System/Library/Extensions/SiLabsUSBDriver.kext
       - com.silabs.driver.CP210xVCPDriver
       /System/Library/Extensions/SiLabsUSBDriver64.kext
       - com.silabs.driver.CP210xVCPDriver64
       /System/Library/Extensions/TabletDriverCFPlugin.bundle
       - com.wacom.TabletDriverCFPlugin
       /System/Library/Extensions/Wacom Tablet.kext
       - com.wacom.kext.wacomtablet
       /Library/Internet Plug-Ins/AdobeAAMDetect.plugin
       - com.AdobeAAMDetectLib.AdobeAAMDetect
       /Library/Internet Plug-Ins/AdobeExManDetect.plugin
       - com.AdobeExManDetectLib.AdobeExManDetect
       /Library/Internet Plug-Ins/AdobePDFViewer.plugin
       - com.adobe.acrobat.pdfviewer
       /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
       - com.adobe.acrobat.pdfviewerNPAPI
       /Library/Internet Plug-Ins/AmazonMP3DownloaderPlugin101750.plugin
       - N/A
       /Library/Internet Plug-Ins/CouponPrinter-FireFox_v2.plugin
       - com.coupons.plugin.mozilla-plugin
       /Library/Internet Plug-Ins/CouponPrinter-Safari.webplugin
       - com.coupons.plugin.safari-plugin
       /Library/Internet Plug-Ins/Flash Player.plugin
       - N/A
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       - com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/net.juniper.DSSafariExtensions.plugin
       - net.juniper.DSSafariExtensions.plugin
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       - com.microsoft.sharepoint.webkitplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/Internet Plug-Ins/WacomTabletPlugin.plugin
       - com.WacomTabletPluginLib.WacomTabletPlugin
       /Library/PreferencePanes/BackblazeBackup.prefPane
       - com.backblaze.BackblazeBackup
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/JavaControlPanel.prefPane
       - com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/WacomTablet.prefPane
       - com.wacom.settingsPrefPane
       /Library/QuickTime/CanonMJPEGAVI.component
       - jp.co.canon.MJPEGAVIExporter
       /Library/QuickTime/CanonMJPEGAVIDec.component
       - jp.co.canon.CanonMJPEGAVIDec
       /Library/QuickTime/CanonText.component
       - jp.co.canon.Text
       /Library/ScriptingAdditions/Adobe Unit Types.osax
       - N/A
       /Library/Widgets/Network Connect.wdgt
       - net.juniper.widget.NetworkConnect
       Library/Caches/com.apple.Safari/Extensions/1Password-2.safariextension
       - com.agilebits.onepassword4-safari
       Library/Caches/com.apple.Safari/Extensions/Adblock Plus-2.safariextension
       - org.adblockplus.adblockplussafari
       Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
       - com.citrixonline.mac.WebDeploymentPlugin
       Library/Internet Plug-Ins/WebEx64.plugin
       - com.cisco_webex.plugin.gpc64
       Library/Widgets/iStat nano.wdgt
       - com.iSlayer.iStatnanoV2.widget
       Library/Widgets/RadarInMotion.wdgt
       - com.kamalaboulhosn.radarinmotion2
    dylibs
       /usr/lib/libtlImageIO.dylib
       /usr/lib/libtliremask40.dylib
    Apps
       /Applications/Dropbox.app
    Contents of /System/Library/LaunchDaemons/com.apple.installer.osmessagetracing.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Label</key>
       <string>com.apple.installer.osmessagetracing</string>
       <key>LaunchOnlyOnce</key>
       <true/>
       <key>ProgramArguments</key>
       <array>
       <string>/System/Library/PrivateFrameworks/OSInstaller.framework/Resources/OSMes sageTracer</string>
       </array>
       <key>UserName</key>
       <string>root</string>
       <key>GroupName</key>
       <string>wheel</string>
       <key>WatchPaths</key>
       <array>
       <string>/var/db/.AppleDiagnosticsSetupDone</string>
       </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
        <dict>
         <key>Label</key>
         <string>com.adobe.AAM.Startup-1.0</string>
         <key>Program</key>
         <string>/Library/Application Support/Adobe/OOBE/PDApp/UWA/UpdaterStartupUtility</string>
         <key>ProgramArguments</key>
         <array>
          <string>/Library/Application Support/Adobe/OOBE/PDApp/UWA/UpdaterStartupUtility</string>
          <string>-mode=logon</string>
         </array>
         <key>RunAtLoad</key>
         <true/>
         <key>LaunchOnlyOnce</key>
         <true/>
        </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Label</key>
       <string>com.adobe.AdobeCreativeCloud</string>
       <key>Program</key>
       <string>/Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app/Contents/MacOS/Creative Cloud</string>
       <key>ProgramArguments</key>
       <array>
       <string>/Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app/Contents/MacOS/Creative Cloud</string>
       <string>--showwindow=false</string>
              <string>--onOSstartup=true</string>
       </array>
       <key>RunAtLoad</key>
       <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.canon.MFManager.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Label</key>
       <string>com.canon.MFManager</string>
       <key>Program</key>
       <string>/Applications/Canon Utilities/ImageBrowser EX/ExtApp/MFManager.app/Contents/MacOS/MFManager</string>
       <key>ProgramArguments</key>
       <array>
       <string>/Applications/Canon Utilities/ImageBrowser EX/ExtApp/MFManager.app/Contents/MacOS/MFManager</string>
       </array>
       <key>RunAtLoad</key>
       <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
               <key>Label</key>
               <string>com.oracle.java.Java-Updater</string>
               <key>ProgramArguments</key>
       <array>
               <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
               <string>-bgcheck</string>
       </array>
       <key>StartCalendarInterval</key>
       <dict>
       <key>Hour</key>
       <integer>08</integer>
       <key>Minute</key>
       <integer>46</integer>
       <key>Weekday</key>
       <integer>5</integer>
       </dict>
       <key>StandardErrorPath</key>
               <string>/dev/null</string>
               <key>StandardOutPath</key>
               <string>/dev/null</string>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.wacom.wacomtablet.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>EnvironmentVariables</key>
       <dict>
       <key>RUN_WITH_LAUNCHD</key>
       <string>1</string>
       </dict>
       <key>KeepAlive</key>
       <dict>
       <key>SuccessfulExit</key>
       <true/>
       </dict>
       <key>Label</key>
       <string>com.wacom.wacomtablet</string>
       <key>LimitLoadToSessionType</key>
       <array>
       <string>Aqua</string>
       <string>LoginWindow</string>
       </array>
       <key>Program</key>
       <string>/Library/Application Support/Tablet/WacomTabletSpringboard</string>
       <key>RunAtLoad</key>
       <true/>
       ...and 4 more line(s)
    Contents of /Library/LaunchAgents/com.xrite.device.softwareupdate.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Label</key>
       <string>com.xrite.device.softwareupdate.plist</string>
       <key>ProgramArguments</key>
       <array>
       <string>/Library/Application Support/X-Rite/Frameworks/XRiteDevice.framework/Versions/B/Resources/XRD Software Update.app/Contents/MacOS/XRD Software Update</string>
       </array>
       <key>RunAtLoad</key>
       <false/>
       <key>StartCalendarInterval</key>
       <dict>
       <key>Hour</key>
       <integer>9</integer>
       <key>Minute</key>
       <integer>0</integer>
       </dict>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.adobe.ARM.SMJobBlessHelper.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Label</key>
       <string>com.adobe.ARM.SMJobBlessHelper</string>
       <key>LaunchOnlyOnce</key>
       <true/>
       <key>MachServices</key>
       <dict>
       <key>com.adobe.ARM.SMJobBlessHelper.mach</key>
       <true/>
       </dict>
       <key>OnDemand</key>
       <false/>
       <key>Program</key>
       <string>/Library/PrivilegedHelperTools/com.adobe.ARM.SMJobBlessHelper</string>
       <key>ProgramArguments</key>
       <array>
       <string>/Library/PrivilegedHelperTools/com.adobe.ARM.SMJobBlessHelper</string>
       </array>
       <key>RunAtLoad</key>
       <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.adobe.adobeupdatedaemon.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>KeepAlive</key>
       <true/>
       <key>Label</key>
       <string>com.adobe.adobeupdatedaemon</string>
       <key>LaunchOnlyOnce</key>
       <true/>
       <key>Program</key>
       <string>/Applications/Utilities/Adobe Creative Cloud/ElevationManager/AdobeUpdateDaemon</string>
       <key>RunAtLoad</key>
       <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.adobe.fpsaud.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Label</key>
       <string>com.adobe.fpsaud</string>
       <key>ProgramArguments</key>
       <array>
       <string>/Library/Application Support/Adobe/Flash Player Install Manager/fpsaud</string>
       </array>
       <key>StartInterval</key>
       <integer>3600</integer>
       <key>KeepAlive</key>
       <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.backblaze.bzserv.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>StandardOutPath</key>
       <string>/dev/null</string>
       <key>StandardErrorPath</key>
       <string>/dev/null</string>
       <key>Label</key>
       <string>com.backblaze.bzserv</string>
       <key>OnDemand</key>
       <false/>
       <key>RunAtLoad</key>
       <true/>
       <key>KeepAlive</key>
       <true/>
       <key>ProgramArguments</key>
       <array>
       <string>/Library/Backblaze.bzpkg/bzserv</string>
       </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.bombich.ccc.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Disabled</key>
       <false/>
       <key>Label</key>
       <string>com.bombich.ccc</string>
       <key>OnDemand</key>
       <true/>
       <key>ProgramArguments</key>
       <array>
       <string>/Library/PrivilegedHelperTools/com.bombich.ccc</string>
       </array>
       <key>ServiceIPC</key>
       <true/>
       <key>Sockets</key>
       <dict>
       <key>MasterSocket</key>
       <dict>
       <key>SockFamily</key>
       <string>Unix</string>
       <key>SockPathMode</key>
       <integer>438</integer>
       <key>SockPathName</key>
       ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Disabled</key>
       <true/>
       <key>Label</key>
       <string>com.bombich.ccc.scheduledtask.UUID</string>
       <key>OnDemand</key>
       <false/>
       <key>ProgramArguments</key>
       <array>
       <string>/Applications/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
       <string>UUID</string>
       <string>cccRunImmediatelyOnLoad</string>
       </array>
       <key>RunAtLoad</key>
       <true/>
       <key>ServiceDescription</key>
       <string>CCC will copy the selected items from "rMBP 2TB" to "rMBP 2TB Backup". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be moved to the Trash. Items that exist on the destination (e.g. from a previous backup) that you have excluded from the backup task will be moved to the Trash.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will not be archived.
       • CCC will prune archive content until 15 GB of free space is available on the "rMBP 2TB Backup" volume.</string>
       <key>StandardErrorPath</key>
       ...and 212 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Disabled</key>
       <true/>
       <key>Label</key>
       <string>com.bombich.ccc.scheduledtask.UUID</string>
       <key>OnDemand</key>
       <false/>
       <key>ProgramArguments</key>
       <array>
       <string>/Applications/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
       <string>UUID</string>
       </array>
       <key>RunAtLoad</key>
       <true/>
       <key>ServiceDescription</key>
       <string>CCC will copy the selected items from "rMBP 2TB" to "rMBP 2TB Backup". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be moved to the Trash. Items that exist on the destination (e.g. from a previous backup) that you have excluded from the backup task will be moved to the Trash.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will not be archived.
       • CCC will prune archive content until 15 GB of free space is available on the "rMBP 2TB Backup" volume.</string>
       <key>StandardErrorPath</key>
       <string>/Library/Logs/CCC.log</string>
       ...and 209 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Disabled</key>
       <true/>
       <key>Label</key>
       <string>com.bombich.ccc.scheduledtask.UUID</string>
       <key>OnDemand</key>
       <false/>
       <key>ProgramArguments</key>
       <array>
       <string>/Applications/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
       <string>UUID</string>
       </array>
       <key>RunAtLoad</key>
       <true/>
       <key>ServiceDescription</key>
       <string>CCC will copy the selected items from "rMBP HD" to "rMBP Portable Backup". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be moved to the Trash. Items that exist on the destination (e.g. from a previous backup) that you have excluded from the backup task will be moved to the Trash.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will not be archived.
       • CCC will prune archive content until 15 GB of free space is available on the "rMBP Portable Backup" volume.</string>
       <key>StandardErrorPath</key>
       <string>/Library/Logs/CCC.log</string>
       ...and 248 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccchelper.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>Label</key>
       <string>com.bombich.ccchelper</string>
       <key>MachServices</key>
       <dict>
       <key>com.bombich.ccchelper</key>
       <true/>
       </dict>
       <key>Program</key>
       <string>/Library/PrivilegedHelperTools/com.bombich.ccchelper</string>
       <key>ProgramArguments</key>
       <array>
       <string>/Library/PrivilegedHelperTools/com.bombich.ccchelper</string>
       </array>
       <key>RunAtLoad</key>
       <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist (XML  document text)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
       <key>MachServices</key>
       <dict>
       <key>com.microsoft.office.licensing.helper.port</key>
      

  • SSRS 2008 R2 - Column Headers of a tablix visible while scrolling - Then the column headers not visible on 2nd page onwards for PDF EXPORT. it's vice versa. Hence it is possible to provide both at same time ?

    Hi,
    I am using SSRS 2008 R2.
    I have two TABLIX in a report.  One is TABLIX with row/clumn grouping. 2nd one is flat view.
    Here each tablix is dispaly it's data on single page for each.
    My Requirement on First TABLIX is:
         1. I have to make column headers visible on scrolling down
         2. Export to PDF - column headers must be visible on all the pdf pages  for same tablix data.
    But ... either one is achieved at my end.
    so ... any suggestions please to achieve both at same time.
    thank you in advance.
    best regards,
    venkat.

    Hi G.V.Naidu,
    According to your description, the first tablix is matrix to use display data.
    In SSRS, if we want to fix matrix header visible while scrolling and repeat header columns on each page, we can select the corresponding option to enable this function. Please refer to the steps below:
    1. Right click tablix, and select Tablix Properties.
    2. Select “Keep header visible while scrolling” and “Repeat header rows on each page” to enable these function.
    If we are use table to display data, please refer to the article about Repeat Header / Keep Header Visible in Tables.
    http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx
    If there are any misunderstanding, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How to read the whole name of a music title while scrolling down a list of titles? With the new iOs7 Music App there is no more black box showing the entire name!

    How to read the whole name of a music title while scrolling down a list of titles? The old software-app had the function to click for a longer time on a titles beginning letters until a black box revealed the entire name. I miss this function especially for my classical music, because lots of pieces start with similar words. E.g.:
    "Beethoven: Variations On "Ein Mädchen Oder Weibchen", Op. 66 - Var. 1"
    "Beethoven: Variations On "Ein Mädchen Oder Weibchen", Op. 66 - Var. 2"
    Scrolling in a list of title, I can't distinguish the titles, because just the first words are shown followed by: "...".
    That's horrible!

    Or you could include a width to your body style:
    body {
    background-image: url(Logo/sky1.jpg);
    background-position: center center;
    background-attachment: fixed;
    width: 75%;}
    It might work or not depending on your other color scheme.

  • Lumia 925 blurry text while scrolling

    Noticed that my lumia 925 has a blurry text while scrolling, specially when scrolling white text over black background or black text over white background... also noticed some blurry when scrolling tiles on the home screen, this blurry occurred around the black horizontal lines separating the tiles.... compared the scrolling with the 920 and there is a huge difference...
    I read that some of the galaxy S4 units has this problem and that this problem related to Samsung AMOLED screens, and you know the lumia 925 has a Samsung AMOLED screen.
    Any one has these issues? let me know in comments please..

    I have the same issue with L1020.
    I am extremely annoyed and disappointed at Nokia for messing up the PERFECT display of L920.
    After using L920 for months and laughing at lower quality displays of other phones, this L1020 display feels like those typical phone displays.
    Are nokia engineers so incompetent or everyone of them have vision issues that you ship a phone with such s**t quality?

  • Has anyone had issues with Firefox 13.1 while scrolling web pages

    While scrolling most but not all internet page words get jumpy and blurred. This same thing happened on version 13. I had no problems with 12 or ones before it.

    jscher2000, Thanks so much for such a fast reply. I made the change you suggested which works great.
    Looking forward to one day possibly helping someone myself.

  • Fixed headers while scrolling works fine in bids but not when deployed to reportserver

    Hi, I am using SQL Server 2008 R2 & deploying a report to reportserver with fixed headers while scrolling, this works fine in bids but not when deployed to reportserver. We are IE 9.
    Thanks in advance...............
    Ione

    Hi ione721,
    Since you have identified the 2 xml files are identical, according to my knowledge, there maybe a compatibility issue with IE 9 and SSRS 2008 R2, so I suggest that you could run the report in compatibility mode. Please make sure you have turned on Compatibility
    View in Internet Explorer 9 by following steps:
    When Internet Explorer recognizes that a webpage is not compatible, you will see the Compatibility View button on the Address bar. Try clicking it.
    When Compatibility View is turned on, the button changes from an outline to a solid color when you view the page.
    The following screenshots are for your reference:
    If you have any questions, please feel free to let me know.
    Best Regards,
    Wendy Fu

  • Darkened Letter box while scrolling--doesn't work in all menus

    I know that one of the latest firmware updates to the iPod included a feature that shows the letters (A, B, C) while scrolling through the list.
    It works for artists, albums, and songs, but not for all other windows. It doesn't seem to work in Notes, or other menus.
    Has anyone else noticed this? Is this intentional or is there a way for this feature to be used in all menus and sub-menus?

    I believe this feature only works when scrolling threw songs and videos (including any playlists).
    Regards--- jgurbisz
    If I helped... please mark as helpful or solved.

  • Scroll a dataGrid using a button

    Please help me know the way to scroll through dataGrid items
    using buttons instead of the dataGrids scrollbar.
    Many thanks,
    Trace

    See the docs to the verticalScrollPosition, scrollToIndex
    properties.
    Tracy

  • Bridge crash while scrolling on Win 8.1!

    has anyone been experiencing a crash while scrolling in bridge. here's the infor from the reliability monitor in 8.1. TIA
    Faulting Application Path: C:\Program Files\Adobe\Adobe Bridge CC (64 Bit)\Bridge.exe
    Problem Event Name: APPCRASH
    Application Name: Bridge.exe
    Application Version: 6.1.0.116
    Application Timestamp: 5386cb34
    Fault Module Name: Bridge.exe
    Fault Module Version: 6.1.0.116
    Fault Module Timestamp: 5386cb34
    Exception Code: c0000094
    Exception Offset: 0000000000044f1a
    OS Version: 6.3.9600.2.0.0.256.48
    Locale ID: 1033
    Additional Information 1: 9067
    Additional Information 2: 90672d910dfde0a3bef9f88dd9289d1f
    Additional Information 3: 7da1
    Additional Information 4: 7da1ad3d8773eff3784dfea7b7b289fc
    Bucket ID: e5cb3ac3a9f152a3312b3f6ddf8d5570 (85936389167)

    Hi cyberwasp,
    Does this happen only with Bridge CC or with other Adobe apps like Photoshop CC as well?
    What version of Bridge CC do you use?
    Do you use any Wacom or other brand tablet? If so, have you checked for an updated driver? Disconnect Wacom and use a mouse instead and check.
    Disconnect all the external devices and then retry.
    Install all the Bridge updates. Help > Updates
    Let me know how it goes.
    Cheers!
    ~ Arpit

  • Photos appear only while scrolling, then disappear.

    Would like to know how to reset or recover iphoto settings so photos can be viewed. Now they are hidden from view, only to be glimpsed while scrolling through Events or Photos.

    Welcome to the Apple Discussions.
    Option 1
    Back Up and try rebuild the library: hold down the apple and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Set cursor position within table control while scrolling

    hi,
    Anybody can guide me how to set the cursor with in table control while scrolling down,normally it is going to first input filed.
    Thanks and Regards,
    palani.

    Hi Palani,
    Could you please share with me what all you have done regarding get and set cursor. I am facing similar problem where
    I have made a Z Table Control where i have given vertical and horizontal scrolling . Now when I scroll and try to select a row, then ZTABLE_CONTROL-CURRENT_LINE fetches line number not from the top, it fetches from the current top of ztablecontrol.
    It is onlyy changing the value on scrolling, if i do not scroll table control then value is coming correct.
    My requirement is whenever i select any row of ZTABLE CONTROL i need to get the curent line number from top. Please guide me what should i do.
    Early reply will be rewarded.
    Thanks.

  • How do I get the top banner to always be viewed while scrolling? (fixed header)

    How do I get the top banner to always be viewed while scrolling? (fixed header)

    Have you tried pinning the banner as an element?
    http://tv.adobe.com/watch/muse-feature-tour/muse-pin-objects-to-the-browser-window/

  • How to retain the button over state while scrolling over a Pop-up Menu

    Are there updated instruction for Fireworks 8?
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15926&sliceId=1

    I just wouldn't use those menus at all - there are much
    better ways. Have
    you considered them?
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "turpya" <[email protected]> wrote in
    message
    news:f2ilfs$7gr$[email protected]..
    > Hi,
    >
    > I am trying to work out how to retain button over state
    while scrolling
    > over a
    > pop-up menu. By default the button changes back to mouse
    out state, when
    > scrolling over menu items for that button.
    >
    > I have tried to follow the advice in the below technote
    (see link below),
    > but
    > it seems the instructions are incorrect.
    >
    > I am using Fireworks 8 - it appears the instructions are
    for a prior
    > version.
    > I cannot find function fwLoadMenus() mentioned in Step 3
    (number 6.).
    >
    > Has anyone accomplished this in Fireworks 8, that could
    provide me with
    > instructions?
    >
    > Thanks in advance,
    >
    > turpya.
    >
    >
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15926
    >

  • Having trouble with momentary delays while scrolling and typing, new problem that seems to be getting worse every day. Mouse?

    Having trouble with momentary delays while scrolling and typing.  It's a new problem that seems to be getting worse every day. Mouse? Internet connection? It's driving me nuts!

    Hi
    Did you find a solution ?
    I have the same problem on my iPhone 4

Maybe you are looking for

  • Need help identifying effect in RH8

    Hello! I recently installed RH8. I was looking at the Help (Adobe Help Viewer 2) and found a cool effect in the Help that I would like to use in my project, but I'm not sure what it is. It looks a bit like a DHTML drop-down hotspot, except the hotspo

  • PHP errors in flex

    I have an application in PHP and I'm using Flex for the front. I was wondering how I could transfer information about errors to flex from php. So, the questions I am asking are: What does Flex's HTTPService consider a fault? Is there a way to write a

  • IMovie 10.0.7 won't export my movie.

    I have restarted, shut off time machine, removed a fast motion clip, I have enough HD space and I still get error -50.   Please help!

  • ORA-00030 with DBMS_MONITOR.SESSION_TRACE_ENABLE

    Hi all, The DBMS_MONITOR.SESSION_TRACE_ENABLE returned ORA-00030 although the session is already there. Oracle 11g R1 Windows Server 2003 SP2 SQL> show user USER is "SYS" SQL> SQL>  select sid, serial# from v$session where username='SA' ;        SID 

  • Does Adobe CC Delete Program Files when not Paid?

    This sounded absolutely ludicrous to me but someone said that when they didnt pay for the CC membership, Adobe deleted all the files from the PC and then had to re-download all the files again to use it.  I had a couple of times, deactivated my CC on