How to fix a DataGrid headercolumn's headerText causing sizing problems

Hello,
I have a datagrid with filter textboxes underneath the header columns.
My problem is that some of the headerText is rather large (in 2 of my columns), and causes it to wrap and stretch the header's height, which ultimately causes the columns to match up strangely and not in uniform.
Here is a screenshot of the problem:
http://img685.imageshack.us/img685/2283/gridcolumnsizeproblem.png
How can I make all column headings uniform in size, with my filtering text boxes? I do not see a height property. I have tried to add extra spaces in the smaller column headings but that does nothing as I think FLEX parses that out. Can I specifically size these so they match the longer ones?
Keep in mind, this DataGrid uses a custom renderer.
Here is my grid definition/MXML:
            <dataGridFilters:FilterDatagrid id="dg" width="100%" height="100%" rowCount="5" dataProvider="{deviceDataColl}" click="dg_clickHandler(event)" >
                <dataGridFilters:columns>
                    <dataGridFilters:DataGridFilterColumn dataField="name" headerText="Name" width="150"/>
                    <!--<dataGridFilters:DataGridFilterColumn dataField="deviceType" headerText="Device Type" textAlign="right"/>-->
                    <dataGridFilters:DataGridFilterColumn dataField="tHeat"   headerText="Heat Point" width="75" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="tCool" headerText="Cool Point" width="75" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="tIndoor" headerText="Indoor Temp" width="80" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="tOutdoor" headerText="Outdoor Temp" width="90" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="insideHumidity" headerText="Indoor Humidity" width="100"  textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="currentFState" headerText="Fan State" width="75" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="currentFMode" headerText="Fan Mode"  width="75" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="currentTState" headerText="State" width="75" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="currentTMode" headerText="Mode" width="75" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="nextSchedCPTDate" headerWordWrap="false" headerText="Next Scheduled Control Point Transition Date" width="100" textAlign="right"/>
                    <!--<dataGridFilters:DataGridFilterColumn dataField="nextSchedCPTTime" headerText="Next Scheduled Control Point Transition Time" width="100" textAlign="right"/>-->
                    <dataGridFilters:DataGridFilterColumn dataField="nextSchedCPTTemp" headerWordWrap="false" headerText="Next Scheduled Control Point Transition Temp" width="100" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="groupOne" headerText="Group 1" width="75" textAlign="right"/>
                    <dataGridFilters:DataGridFilterColumn dataField="groupTwo" headerText="Group 2" width="75" textAlign="right"/>                   
                </dataGridFilters:columns>
            </dataGridFilters:FilterDatagrid>
Any help is greatly appreciated!
Thank you,
Devtron

Rootsounds,
Here is my headerRenderer class:
package filters.header
    import mx.controls.dataGridClasses.DataGridHeader;
    import mx.core.mx_internal;
    use namespace mx_internal;
    public class DataGridFilterHeader extends DataGridHeader
        public function DataGridFilterHeader()
            super();
         *re-position the sort icon
        override protected function placeSortArrow():void
            super.placeSortArrow();
            if(sortArrow)
                var hh:Number = cachedHeaderHeight;
                sortArrow.y = (hh - sortArrow.measuredHeight - 8) > 0 ? 10: 0;
                if(sortArrow.visible)
                    var n:int = headerItems.length;
                    for (var i:int = 0; i < n; i++)
                        if(visibleColumns[i].colNum == dataGrid.sortIndex)
                            headerItems[i].setActualSize(visibleColumns[i].width - sortArrow.measuredWidth + 5, headerItems[i].height);
Here is my dataGrid extender:
package filters
    import filters.header.DataGridFilterHeader;
    import flash.events.Event;
    import mx.collections.ICollectionView;
    import mx.controls.DataGrid;
    import mx.controls.dataGridClasses.DataGridColumn;
    import mx.core.mx_internal;
    use namespace mx_internal;
    public class FilterDatagrid extends DataGrid
        public function FilterDatagrid()
            super();
            headerClass = DataGridFilterHeader;
            addEventListener("filterEvent",onFilterChange);
        override public function set dataProvider(value:Object):void
            if(dataProvider)
                resetFiltres();
            super.dataProvider = value;
            resetFiltres(filterFunction);
        private function  onFilterChange(event:Event):void
            if(dataProvider)
                (dataProvider as ICollectionView).refresh();
            selectedIndex = 0;
        private function resetFiltres(inFilterFunction:Function = null):void
            if(dataProvider)
                (dataProvider as ICollectionView).filterFunction = inFilterFunction;
                (dataProvider as ICollectionView).refresh();
            if(inFilterFunction == null)
                var iLen:int= columnCount;
                for(var i:int=0;i<iLen;i++)
                    var dgc:DataGridColumn = columns[i] as DataGridColumn;
                    if(dgc is DataGridFilterColumn)
                        DataGridFilterColumn(dgc).filterText = "";
            selectedIndex = 0;
        private function filterFunction(inObject:Object):Boolean
            var iLen:int= columnCount;
            for(var i:int=0;i<iLen;i++)
                var dgc:DataGridColumn = columns[i] as DataGridColumn;
                var dField:String = dgc.dataField;
                if(dgc is DataGridFilterColumn == false)
                    continue;
                var srchStr:String =  DataGridFilterColumn(dgc).filterText;
                if(srchStr == "")
                    continue;
                var dataStr:String = dgc.itemToLabel(inObject);
                var regex:RegExp = new RegExp("^"+srchStr, "i");
                // if search string exists and
                // does not match the data in the row
                if(regex.exec(dataStr)==null)
                    return false;
            return true;
If all this wrapper class stuff "Extends" the DataGrid, why wouldnt "headerHeight" be available as an attribute in my MXML/grid? When I try to set it explicitly in my dataGrid MXML, the compiler says "Cannot resolve attribute 'headerHeight'". I guess this doesnt really "extend" it? Im confused.

Similar Messages

  • Music on iPhone4 4 automatically shuffles music and shuffle is not turned on in anyway. Anyone know how to fix this or is anyone having the same problem? This didn't start until the big update a month ago!!

    Anyone know how to fix this or is anyone having the same problem? This didn't start until the big update (5.0) a month ago!!
    When playing music there is no shuffle button like there was before... On the playlist there is a shuffle bar but this does nothing when I touch it. It's either stuck on my music is messed up.
    Any ideas??

    Start playing a song.
    Select the album artwork area for the song playing to reveal the scrubber for the song.
    Is the color of the icon located at the right of the scrubber blue?
    If so, that is the shuffle icon and blue means shuffle is on. Select the icon to turn shuffle off. White means off.

  • How to fix Imac 8.1 on Windows black screen problem?

    Firstly when I originally got this machine it seemed (about 4 years ago), sometimes had my Pc forget the keys shortcuts for the Mac)
    Anyway over the last year I have the problem where I'd be in the middle of doing something on the Windows side then randomly go black. Strangely this doesn't effect the Mac side on my Boot Camp.
    After some testing on the Windows side I noticed this screen doesn't force the black screen when I'm either watching a video using 'Media player' or playing a game like 'STO' or 'KOTOR'. Also I wouldn't mind the black screen if it was temp but the thing is it stays black until I hard-reset the Imac.
    Anyway does anyone have any idea's on how to fix this? It's been a problem for the Windows side for a while, haven't had much luck trying to fix the issue so the video playing 'idea' was always a temp solution till I can find a way to fix the issue. (The problems exists on both Windows 7/8 but now using windows 8 again because had to replace my broken hard drive recently).

    solved

  • How to fix the ios 6 download. Battery draining problems

    how do you fix battery draining issues after installing the 6.0.1 software

    Search the forums, there are hundreds of thousands of postings on battery issues.    

  • How I fixed iTunes 5 and Updater 2005-09-23 problem

    After a frustrating couple of weeks I have music back on my iPod! (BTW, I drove to an Apple store 60 miles from home and the Genius told me that if this was a major problem Apple would shortly be releasing another update to fix what this update broke. I would have to just wait for Apple to release some more new software.)
    I didn't like that advice. Since I knew that everything worked just fine before the updates I decided to "go back". You can't download old releases over new ones so here is what I did.
    1. I copied the iTunes music folder to my desktop just to be sure I wouldn't lose my music.
    2. Then I deleted everything connected with iTunes and iPod (including Quick Time) off my computer.
    3. Then I used the CD that came with my iPod to re-load everything.
    4. iTunes did not populate with my music so I dragged the music folder into my library. It was still in My Music as well as on the desktop.
    5. I connected my iPod and everything worked perfectly!
    Yippee!

    Correction. There are other problems with iTunes and the iPod 2005 update. First I tried to download the iPod software update, and then when I went to install it, a message came up saying that there is nothing to install. So I quit iTunes 5.0, and went to the Utilities folder.
    There I chose the iPod updater. I assumed it supported the iPod that has the touch wheel and dock connector. I go to update my iPod later to find that the application I chose to update it does not support my model. This is very frustrating!!! On the website it says it supports and updates all models!!!! I am not going to the Apple store to buy a new iPod just so that I can upload my purchased music. Something has to be done about this!
    Any suggestions?
    Frustrated iPod owner
    After I tried to update my iPod it erased all my music. And now it is not even connecting to the computer or responding. It is almost as if the battery died, and there is nothing I can do to bring back the music.

  • I had a problem for over a year and now it's fixed. Does anyone know what caused the problem and what fixed it?

    Here's the original problem
    http://support.mozilla.org/en-US/questions/890221?esab=a&s=&r=2&as=s
    It seems to have finally been fixed in firefox 22 (or 21). I'd love to know what the original cause of the problem was and whether it was fixed by firefox or OS X

    I dont think any bugs were filed like this, likely something Apple fixed.

  • IPhone 6 and Bluetooth phone connectivity issues with my vehicle: this is how I fixed it.

    With so many threads on this topic, I wanted to detail the steps I took to fix my iPhone 6 Bluetooth issues regarding connectivity to my vehicle and handsfree calling.  My phone was pairing with my vehicle without a problem and syncing my contacts and call history but when I attempted to make a call (from either the phone or the vehicle screen) the audio went out and I could not hear the call either through the vehicle speakers or on the phone. The call was going through but I was unable to see it on my vehicle screen and/or hear it either the phone or the vehicle screen. 
    Based on my research and what I have learned so far, the people having problems are those who restored their new iPhone 6 from an iCloud backup from a previous phone, rather than setting up their iPhone 6 as a new phone.  I did an iCloud restore from my previous 5s running iOS 8.   
    First, I am a Verizon customer and I enabled Advanced Calling on my line.  After I requested that this feature be added to my line, under “Cellular” settings on my iPhone, I enabled LTE voice & data.
    Next steps:
    1) Unpair/remove iPhone from the vehicle;
    2) Forget/remove the vehicle from the phone Bluetooth settings;
    3) Soft reset the iPhone;
    4) Reset network settings on the iPhone; and
    5) Pair the phone to the vehicle again and attempt to make a call. 
    If that does not work…
    6) Perform a factory reset, erasing EVERYTHING from your phone and set it up as a new iPhone rather than restoring from a backup.  
    Resetting the network settings seems to be working for some people.  It did not work for me.  I tried it a few times with no result.  I did the dreaded factory reset, paired the phone with my vehicle and had all of my Bluetooth functionality back and was able to use the handsfree phone with zero issues.
    I was on the phone yesterday multiple times with Apple, Toyota Entune, Verizon and my Toyota dealer. Verizon blamed Toyota Entune, Toyota Entune blamed Verizon and my Toyota dealer blamed Apple.  Nobody had a clue how to fix this issue or what was causing it. I don’t know the exact reason why the previous iCloud backups are killing the Bluetooth connections, I just know what worked for me and I thought it was worth sharing. 
    Good luck.

    The new 8.0.2 update DID NOT FIX THIS ISSUE AT ALL. After you power off and on with the phone, same issue as the 8.0, all 3 of my cars lost Bluetooth connection and shows no signal at all.  Good job Apple, what a lousy update you guys did.
    2011 Lexus ES350
    2011 Subaru STI
    2012 Mercedes E350.

  • Can't use time machine due to corruptness even after reinstalling snow lepoard how to fix?

    Yes, someone stole my original apple id in 2009. Now i bought another iphone in late 2012 , Created another apple id due to Apple not being able to help me access my original apple id. Which now since 2 months ago someone or company, or bank stole my second apple id. My iphone 4s with Sprint has no celluar connection supossedly due to no internet  that is what sprint said but I looked it up on apple and it stated that there is a cellluar block on my iphone4s.
    So I guess I will have to go in person to Sprint so they can explain that to me and why I was lied to on the phone earlier.  Back to my 2nd stolen apple id that I registered  my macbook,airport express router, and iphone4s and apple TV. So who ever stole this apple id obviously took over all my mac products I had registered to it. Enough about that back to trying to use time machine....Everytime i do,  my macbook just starts acting all screwed up.  I bought a WD external drive for Mac but I believe someone must have claimed it too.  Since there is 75gb on it that I can't access.  Kind of like my Macbook stating I can't save or have access to the Root .  That is another thing after reinstalling snow lepoard  which works great until I update it.  Which is a problem because everytime I update it to  10.6.8  All the permissions are changed the graphics look horrible and I get redirected so bad its not funny. The email account is a joke.   Also I notice my stationary for email is in Spanish not sure why and on Iworks the document samples are also in spanish. Now I dont speak any other language except ENGLISH AND HAVE LIVED IN UNITEDSTATES MY ENTIRE LIFE.  But my internet provider Fibrant which swears they are local  shows it is in the UK also when i try to access my email for that account it states it is not safe , certificate is expired and someone might be trying to impersonate my server.  Needless to say it is getting old. I had this same problem with Timewarner and Att except att would just remove my ethernet driver then laugh when i would call and ask what the problem was.  Then later I find out when I had DSL that somehow the phone number they had listed was  change to being a digit off from my DSL account which again they laughed and thought it was funny.     Enough about that.  I need to know how to get access to my Apple id.  I gave up on the first one but the second one I did have access to until I registered all my apple products.  What is up with every thing I have with a usb port being corrupt.  I have also notice anywhere in town where I live my phone is English until I come home it is arabic,hebrew , spanish any language except English.  Shouldn't I be safer in my home???????????????  But I am not I am safer in town or anywhere but my home.  EVerything states international  in my home and this has been going on since 2009.....No one can tell me why.  My power from Duke reads that OTHER Is costing me the most $$ every month what ????? This is a joke.    But yet no one can tell me why or how to fix the problem.  Going on 5 years , I have been cut off from everyone I know.  Can't keep contacts on a phone or email accts. They all disappear.  All so I am in Eastern time zone but all my computers and tv seems to think I am in pacific timezone.  No one can fix this problem either.   So if anyone has any suggestions on how to fix at least one of my 5 year problems I would be grateful.  I try to create a new email account but either I am locked out right after or someone turns it into an alias account which doesn't help me.  When I was layed off in 2009-2010  I went back to school/college.  Needless to say they took my School email acct too. 
    Back to my iphone 4s problem.  My icloud email account gets alot of spam starting about 2 months ago and I can't stop it. I try to foward it to Spam @ me but it hasn't helped.My iphone can only connect to the internet with wifi.  Sprint swears that there is not a block but according to apple there is.
    About my macbook and apple ID how can I upgrade my Macbook from 10.6.3 to 10.6.8 with out all the permissions being changed and corrupt?? I have tried several times and it is always the same. I won't to connect my iphone to itunes to try to restore it but it states I  have to update it to 10.6.8. When I do that my computer is alot worse off.  Also how can I use TimeMachine with out my Macbook getting messed up?  Something in my house has taken over anything with a usb port actually years ago and probably now something kept turning all my computers and phones or any electronic I owned it to a printer.  I actually can't even use a printer in my home thats the funny thing.  When I try to connect one when I used windows it stated I had no rights to it and couldn't use it.  Since I switch to Mac not much better.  When I try to print a test page it is all crooked and too small of half off the page.   So it is upsetting that I can't use  a printer but something keeps turning all my electronics into printers.  If anyone knows how to fix this problem that would be great or to stop all this international stuff going on in my home that would  be wonderful.  I try to buy brand new pcs but soon as I start them up something had already taken over. This is with nothing electronic in my home on. Turn everything that a power switch off or unplugged it.  Still I lost rights and access to anything in my home. Now if I am away from my home and try to use one of my laptops they look completely different and almost usable.   Unfortunately I can't afford to move. I thought about it but I am still in bankruptcy and don't have the money.  In the last 4 years I have not been able to reinstall in backups that I have created.  Not sure why oh wait it states I have no rights to do that.  My macbook I lost access to a week after I bought it and connected my iphone too.  You don't know how many times I wish I had never backed my iphone 4s to my Macbook.  Right after I could not log into it.  Even used the disk to reset the password nope still couldn't log into it.   Try to type the formula for resetting the password and nope it didn't work either.
    Any suggestions would be appreciated---Need to gain access to my apple Id that would be a great start
    Thanks, Suzanne
    UnitedSTates
    Eastern timezone

    Didn't really read much at all of your post. Much, much too long, irrelevant details and & no paragraphs.
    Can't use time machine due to corruptness
    Post over here -> Mac OS X v10.6 - Snow Leopard forum
    About my macbook and apple ID how can I upgrade my Macbook from 10.6.3 to 10.6.8 with out all the permissions being changed and corrupt??
    Same as above. Post in the correct forum.
    Need to gain access to my apple Id that would be a great start
    -> http://support.apple.com/kb/HT5625

  • I recently downloaded a 10.6.8 update and a game program has now been reduced in size.  It's specifications are set for full screen, but it is about 1/4 of the size.  Any ideas how to fix?

    I recently downloaded a 10.6.8 update and a game program has now been reduced in size.  It's specifications are set for full screen, but it is about 1/4 of the size.  Any ideas how to fix?

    Hi, I have got the same problem but all is 1/4 the size have you fixed it?

  • Does anyone know how to fix 'itunes could not backup the iphone an error occurred'?

    Tried absolutely everything suggested to remedy this very annoying Iphone 4s backup problem, wish Apple would just get round to fixing the problem that a lot of people seem to have for some time now, 'iTunes could not backup the iPhone because an error occurred' refuse to part with £25.00 to be told they don't know how to fix or they are not aware of the problem being so talked about on their support communities. Please please help, its been 4 months now and I have tried absolutely everything out there.

    You really tried EVERYTHING in that article? I'm impressed, it's a long list.
    The most common cause is a currupt current backup. Deleting the current backup should fix it if that's the problem. You need to delete it in iTunes Preferences, Devices tab. But with Windows unfortunately that isn't always enough. You need to use Windows Explorer to make sure the backup is completely gone, as the system call that deletes a folder sometimes fails to delete it completely. So open Explorer and make sure it's gone, and if it isn't delete it using Windows. The location is:
    Windows Vista and Windows 7/8:  \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start. In the search bar, type %appdata% and press the Return key.
    There have also been reports that some apps prevent the backup from completing, probably because they create files that the backup program doesn't recognize. The most common offender reported is iZip.

  • My Iphone 4 is not letting me download anything.  It says that paypal is not supported on my device.  Anyone know how to fix it?

    My Iphone 4 is not letting me download anything.  It says that paypal is not supported on my device.  Anyone know how to fix it?

    I'm having the same problem. Out of the blue this morning, my phone is telling me I cannot download any apps because paypal is not supported. I've been usinf paypal forever for iTunes/Apps. I tried the re-boot. Still getting the error. Any other ideas?

  • How to fix errs 1723

    when sinking iphone with macbook pro i keep getting a message that says erra 1723, what is wrong and how to fix it?

    I've had this same problem, and after several tries I finally solved it. It seems to be related with a corruption of the iPhoto Library:
    1.- Quit iTunes.
    2.- Open Finder, and go to wherever your iPhoto library is stored (usually ~/Pictures).
    3.- Right-click on the iPhoto Library and select "Show package contents"
    4.- Delete the "iPod Photo Cache" folder
    5.- Close the finder window
    6.- Open iPhoto. It might take some time for it to reload the library, but it's ok.
    7.- When iPhoto finishes loading the library and you can browse your photos, close iPhoto
    8.- Open iTunes, goto your device's Photo tab, and make shure the Sync photos option is UNCHECKED
    9.- Sync your device
    10.- After the sync finishes, CHECK the sync photo option. It will ask if the photos already in the device should be overwritten. I anserwered yes
    11.- Select which photos, events, albums or faces you want to sync,
    12.- Sync your device again, and it should do it, including your photos
    Hope this helps.

  • HT4061 How to fix error 1015

    Welcome to Apple I like to machine Apple for any device portable
    My question how to fix my iPhone 3GS firmware 3.0
    This problem error 1015

    Errors related to downgrading iOS
    The required resource cannot be found: This alert message occurs when your device has a newer version of iOS than what is available in iTunes. When troubleshooting a device that presents this alert message, go to Settings > General > About and check the version of iOS on the device. If it is newer than the latest released iOS version, the device may have a prerelease developer version of iOS installed. Installing an older version of iOS over a newer version is not supported.
    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.
    BTW, you posted in the iPad forum.

  • ITunes in iPad has started appearing in Chinese--how to fix back?

    My husband opened his iTunes on his iPad 2 (with iOS8) tonight and it appears in Chinese. It first appeared in Chinese with only the iTunes U logo at the bottom and none of the other choices. He did a hard restart and now iTunes comes up as it should now, but all in Chinese. It has never done this before. We are in Beijing and just using our wifi without VPN on, the iTunes has always come up in English on our devices, although purchasing isn't allowed on some items, like music. With VPN set to the U.S., it has been working fine. Until tonight. He first got an error when calling up iTunes Radio with the VPN set to U.S. It said it was unavailable. He later went in to call up iTunes and it came up in Chinese. Even after restarting the iPad. Any ideas? It's still coming up in Chinese with the VPN working on a U.S. server. My iPad4 is working fine with iOS8 and iTunes comes up as it should in English even with my location as Beijing (my VPN service won't work on my iPad in China, only my laptop). Other than putting it back to factory settings, I'm not sure how to fix it.

    I am not fully understanding the problem here.  Are you seeing anything when you open iTunes, yes or no?  Some people say they have a custom media file location but they really mean they have a custom library location and there is a big difference.  You can set cutom media location in iTunes preferences but don't do that unless you are certain that is what you want/need.  If you have lost connection to your library it won't help and it will make more a mess of things.  It may help if you learn a bit on how iTunes works and maybe you can figure out yourself what you need:
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    What's all this about a .photolibrary???  I have never heard of that in connection with iTunes.

  • How to fix windows 7 sound problem

    Hello, I've been searching all over the internet for a solution on how to fix a windows 7 sound problem. I'm running it on bootcamp ,but There's absolutely no sound to it. Is there anyone that can please help me?

    Hi;I followed your instructions but still it is the same!
    Regards
          From: Pat Willener <[email protected]>
    To: Said Ahghari <[email protected]>
    Sent: Saturday, 10 January 2015, 3:58
    Subject:  How to fix windows 7 cannot find AcroRd32.exe file problem as Reader cannot be opened and nor the pdf files.
    How to fix windows 7 cannot find AcroRd32.exe file problem as Reader cannot be opened and nor the pdf files.
    created by Pat Willener in Adobe Reader - View the full discussionEven more strange!  The only thing I can think of is a complete uninstall/reinstall. Download, unzip, and run the cleaner tool http://labs.adobe.com/downloads/acrobatcleaner.html then download and run the offline installer from http://get.adobe.com/reader/enterprise/ If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7082910#7082910 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7082910#7082910 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following" 
    Start a new discussion in Adobe Reader by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

Maybe you are looking for

  • XML File not fully downloaded Fully from Application Server.

    Hi, I am downloading an XML file from Application server. It's only downloading partially. Below is the Declaration for target Internal table. DATA: BEGIN OF infile OCCURS 0,         line(65535) TYPE c,       END OF infile. SAP does not allow more th

  • Hard Drive not recognised inside MacBook Pro, however works in enclosure...

    And my question is... WHY?! Basically, my Macbook Pro took a bit of a knock on the hard drive side. Coincidentally, as it was on at the time, (Whoops!), it stopped responding and the colour wheel of death was apparent. I restarted with option held pr

  • I need help with Aperture 2

    I received a message that said my Aperture 2 library was unstable and needed to be restored, which I did from an external back up.  After the library and projects were restored, my project national parks was missing.  I restored the library a second

  • Creating a prompt independent of a query

    Is it possible to create a prompt list without a query being the source. Say I want to prompt a user with a list like: Blue Red Green Again the values are not stored in any table. And if I can capture the response and use it to create a field type cr

  • How can I gift a playlist to someone else?

    This is not someone in my house. I am happy to pay for the songs a second time for this other person. Who says the mixed tape is dead !!