all components are empty

Windows 8 and Thunderbird 31. When I run Thunderbird it comes up with the bar menu and tools, but shutters are white. The error console has the following error:

TypeError: windowFrameColor is not defined from 17/08/2014-17:08:25
Resource://GRE/modules/Windows8WindowFrameColor.jsm line: 25

When I click on the line of the resource, it opens a file with line 25A highlighted:

let windowFrameColorHex = windowFrameColor.toString(16);

Here is the content of the file:

/ * This form of Source Code is subject to the terms of the Mozilla Public

* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

"use strict";
const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = components;

This. EXPORTED_SYMBOLS = ["Windows8WindowFrameColor"];

Cu.Import ("resource://gre/modules/Services.jsm");
Cu.Import ("resource://gre/modules/XPCOMUtils.jsm");
Cu.Import ("resource://gre/modules/WindowsRegistry.jsm");

const Windows8WindowFrameColor = {}

 _windowFrameColor: null,
 get: function() {
   if (this._windowFrameColor)
     return this._windowFrameColor;
   let windowFrameColor = WindowsRegistry.readRegKey(Ci.nsIWindowsRegKey.ROOT_KEY_CURRENT_USER,
                                                     "Software\\Microsoft\\Windows\\DWM",
                                                     "ColorizationColor");
   // The color returned from the Registry is in decimal form.
   let windowFrameColorHex = windowFrameColor.toString(16);
   // Zero-pad the number just to make sure that it is 8 digits.
   windowFrameColorHex = ("00000000" + windowFrameColorHex).substr(-8);
   let windowFrameColorArray = windowFrameColorHex.match(/../g);
   let [pixelA, pixelR, pixelG, pixelB] = windowFrameColorArray.map(function(val) parseInt(val, 16));
   return this._windowFrameColor = [pixelR, pixelG, pixelB];
 },

};

If anyone can help with this?

This was reported at least 2 other users I know. Their solution was to revert to the version 24.6 until they fix version 31. He has problems at the moment.

Tags: Thunderbird

Similar Questions

  • NSS4100 RAID DOES NOT START, please check that all components are present

    Hi, NSS4100 storage system could start the raid10.

    The message is:

    --

    The RAID boot failure
    Please check that all components are present

    --

    All disks are present, as you can see in the picture as an attachment. The system has been restarted twice. Is there a possibility to start the raid without losing data?

    Thank you, Dan

    There number so that you can configure for RAID Array (JBOD, RAID0, RAID1, RAID5, RAID5 + Spare and RAID10). I read your posted, the system configured for RAID10. RAID10 is operated like a pair of mirror of data.

    Here are a few RAID array information:

    (1) JBOD (no data protection, when your drive is bad.) You have lost all the data). The notion of read/write date is the same for PC. Fast at the beginning, but the data you have on the disk, it will eventually slow down.)

    (2) RAID0 (no data protection, however, to write the disk data is better in performance. A drive is dead, then the data is lost)

    (3) RAID1 (data protection. A drive is dead. Others always in activity and degrades performance.)

    (4) RAID1 + Spare (Similarly for RAID1, just an automatic rebuild RAID1 for when a drive broke down)

    (5) RAID5: (Protection of data. Minimum of 3 disks. Authorized a disc goes down)

    (6) RAID5 + Spare: (data protection. Need 4 drives. Auto regeneration when a faulty drive)

    (7) RAID10: (Protection of data. Working together with the disc into the slot 1/2 is first pair and disks in the 3/4 Groove is the second pair). This is important because the disks in the Groove 1/2 cannot be placed on the slot 3/4 if she already had the information RAID10. Error I've seen since the GUI is like to drive may have been moved or exchanged around unintended.

  • All components are similar in Flash IDE of CC (they look ok when it is compiled)

    Hello

    alike in all components of the IDE. In fact, it seems to be taking the appearance of the first pane, I add on the stage and use this one for all the other components I added later.FlashCC_components_look_same_screenshot.jpg

    When I compile it, the components take on their normal appearance...

    Someone other than me has that?

    I have the french version of Flash CC.

    Running Windows 7.

    Thank you!

    Thank you all for reporting this bug. We are already studying this internally and will let you know as soon as there is an update on the fix.

    Rgds,

    Mukesh

  • Hide a Page when all fields are empty.

    Hello world

    I am currently using LiveCycle Designer ES 8.1, I must also point out that I am new in this field of Adobe.

    I need your help. I want to check if all the fields are empty, if so I want to hide this specific page, using JavaScript.

    Please note that all my fields are read-only. These fields will be filled using XML data.

    There are commands that will give you all the objects on a particular page... then you can scroll them (one at a time) to see if they are populated. I think you might encounter problems when you try to hide the page you are currently... .He would be an interesting exercise, however. If you send the data and form file to [email protected] I will give it a go when I had the chance.

    Paul

  • All fields are empty when the button is clicked

    Hello

    I have the result and 2 window search criteria. all the fields in the search window are not visible when the user enters some search criteria and click on the button Search opens the window of results, the opening of the result window, I want to say is not no button text box are visible in the search window, the window is empty. Please can someone tell what is wrong, what I have to change any property of window or controls.

    Thank you

    Vish

    Hello

    Oh no problem, you must use 1 table of main content & display the search result in the stacked with the next consideration...

    Please note on canvases stacked that you have the following properties of the view-port, which explain the key solution do not display the form elements in your case.

    1- T it position from view of the piled in canvas (Viewport) on the table of contents of the current window. (Display X, Y Position window)

    a.Viewport X, position Y on the window:

    Specifies the coordinates x, y to the left corner of the canvas stack relative to the top left of the display of the contents of the current window.

    -This means that the position of the top left of your canvas stacked on top of the canvas content.

    b.Viewport WIDTH, HEIGHT

    Specifies the width and height of the display for a stacked canvas.

    -This means that the actual size and the position of the view that defines the part of the drawing area is displayed in the window running.

    2- T it position from view of the piled in canvas (Viewport) on stacked canvas itself. (Display X, Y Position on canvas window)

    Viewport X, position Y on canvas

    Specifies the location of the top left corner of the view from the upper left corner of the canvas. The size and location of the window define the view; in other words, the part of the canvas which is currently visible in the window which is attributed the canvas.

    This parameter specifies what part of your willingness to stacked canvas the viewport (visibility) will cover.

    These properties help you make your most visible form elements on your canvas without using the scroll bar.

    You should try for yourself & recognize more clearly.

    Amatu Allah

  • All tabs are empty after session restore

    After clicking on a link to a page that has opened in a new tab, all the tabs in the window of my browser no longer works correctly (i.e. I could not close them, make new tabs or go to the previous page), and the restoration of my session turned into 'new tab' with no way to access their previous content (the number of tabs is the same). See attached image for reference, the Firefox tab is only after session restore. The browser think that he restored the session correctly, as her 'restore previous session' option is greyed out.
    Restoration of a backup version of my profile to one of two days folder there are just restores the history recorded, including, 'recently closed tabs' list had not returned to the backup version and shows the tabs that I closed earlier today. These tabs are functioning normally.

    You can save session files in the sessionstore-backups folder in the Firefox profile folder to keep possible significant session data.

    previous.js (cleanBackup: copy of sessionstore.js from previous session that was loaded successfully)
    recovery.js (latest version of the sessionstore written during runtime)
    recovery.bak (previous version of the sessionstore written during runtime)
    upgrade.js-<build_id> (backup created during an upgrade of Firefox)
    

    You can copy a file in the sessionstore-backup folder to the main profile and rename sessionstore.js file to replace the current file (make a backup of the current sessionstore.js).

    The sessionstore.js file is created from recovery.js when you close Firefox and are removed and copied in previous.js when you start Firefox.

  • All icons are empty, menu start does not open.

    Windows 7 Home Premium 32-bit

    All my icons have been wasted, for example the shortcut arrows resembled recycle bins. I was advised to use a Reconstructor IconCache.db (which deletes the file so it can be recreated at startup). However, it seems as IconCache.db don't will not recreate. I tried to make a blank IconCache.db file and even use another from an installation of Windows Vista, but the problem persisted.
    I tried various .reg files and fact ' sfc/scannow ' and the problem persists.
    Cannot find the IconCache.db file in % userprofile%\AppData\Local, despite the fact that all hidden files are displayed. The problem persists in safe mode, as well as in other accounts/user profiles.
    Thank you

    I have no problem at the opening of the shortcuts, they open fine.

    However, after 2 days, I managed to come up with my own difficulty.
    * Requires *: Windows 7 installation disc, 7-zip
    * Place your windows installation disc into your CD drive.
    * Open from my computer
    * Go in the * sources folder
    * Using 7 - Zip, right click on * install.wim* and open
    Archives.
    * Either the 3 folder (if the Home Premium). If you don't, go ahead
    * In 7 - Zip, click on the users folder, then Administrator > AppData > Local
    * Extract IconCache.db in the folder **%userprofile%\AppData\Local\** to your PC
    * If you don't see any effect yet, or kill explorer.exe and restart, log and turn off or restart the PC.
  • When I start Firefox, it shows nothing more than a black screen and all toolbars are empty as well

    Title says it all. Every time I start Firefox, the screen is black. Where the buttons of the browser would be (buttons previous/next, toolbars, bookmarks, etc.), is a light background that does not display anything. Any help would be appreciated.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe

    It is possible that your security (firewall, antivirus) software blocks or limit Firefox or the process of plugin-container without you inform, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and allow your firewall to ask permission to get access full and unrestricted, again to install for Firefox and the plugin-container and the update process.

    See:

  • Refresh your vCenter 5.5 to 5.5.1 b device causes all stocks are EMPTY!

    I used a good method in the device management console to check the upgrade, and then update today. After a long update, I connect and find all of my previous inventory disappeared including the vcenter server object. Fortunately, I have a snapshot I can fall back on that. Opening another ticket which I hope vmware sit for a week as my last.

    Grrrrrr

    Have just out of curiosity, you tried to log in as [email protected] and check if something has changed in the vCenter server object permissions?

    André

  • HP photosmart Premium All in o: how to print in black ink only, when all the colors are empty except new black tank.

    In the past, I was able to print with cartridge black new xl size, although all colors are empty city black photo.

    I have upgraded to OS to win 10 and my printer does not print with black ink only.  I ran a test and black ink appears here.  I print a few things ok in black only before having to make a reset in progress and had to reinstall a ton of programs and software.  No matter what I do with the properties, it will not be printed on the page and try to use colorful tanks that are empty.  It was never a problem before using win 7.  Please help ASAP!

    There are a few things to check:

    • Make sure the paper type is set to plain paper.  If Auto is selected and is confused with the Photo paper paper or photo paper is selected only the color and photo cartridges will be used.  (The pigmented black ink cartridge is not compatible with photo paper).
    • Define advanced settings for printing in grayscale, black ink only.  Otherwise, the printer may by default using inks from color for chart areas, since this offers a better print quality due to the smaller droplets of ink color.
  • Ensure that all components work

    How can I check if all components are working properly?
    I did the running image DB and AbbBatch seems to connect to the DB. Now, how can I check if PIA and Tuxedo work correctly?

    I ask because I have a message when opening http://pia_imagename:8000 / ch
    The application server is down at the moment.
    CHECK THE LOGS OF APPSERVER. THE SITE STARTED WITH INTERNAL DEFAULT SETTINGS, REASON OF: bea.jolt.ServiceException: invalid Session

    Published by: Ivan Levendyan, November 12, 2009 01:48

    Ivan,

    On the server App package, the default domain name is APPDOM, hosted by psadm2 user.
    In all cases, you must make sure that your db connection works before running the Appserver.
    Try:

    sqlplus sysadm/SYSADM@YOUR_DB_NAME
    

    If this does not work, edit the file /etc/tnsnames.ora (owned by root) according to your DBNAME.
    Attention, somehow, in this tnsnames.ora, SID = is used, replace it with SERVICE_NAME =... In addition, the SERVICE_NAME is the form of YOUR_DB_NAME.corp.peoplesoft.com, you could confirm by executing the following on the database as user oracle server:

    lsnrctl status
    

    Nicolas.

  • When you click on all programs more say they are empty.

    Don't know what my kids did to our Windows XP laptop, but all the icons disappeared and when you click on all programs more say they are empty. I was wondering how I can return my games included with Windows for example.  I went on the Panel & clicked on add components, Accessories & utilities.  All I went to games on the internet.  No spiders, hearts, free cell, etc.

    Hello

    The following article might be useful:

    When you point to "Programs" on a Windows XP-based computer, the program list does not appear, or the list of programs is empty

  • CP1215 reports that all of the color ink cartridges are empty

    HP CP1215 reports that all of the color ink cartridges are empty, but they were rarely used, the BLACK toner then indicates 72%, all three color inks report 0%.

    Hello

    Thanks for the post.  It's weird, there's a way to go beyond this message, I have included a link below with the explanation and why this happens.  Good luck!

    http://support.HP.com/us-en/document/c01905250

    http://support.HP.com/us-en/document/c01788825

  • all content of my emails are empty

    All of a sudden all the content of my emails are empty.  The messages are there, but not content!  It was working fine yesterday and the only changes I made was to add my .me account

    fixed with second e-mail stopping and restarting. One did not

  • all my components are grey in multisim11. Path to my configuration in the global preferences file is also grayed out, can not change the standard cfg

    all my components are grey in multisim11. Path to my configuration in the global preferences file is also grayed out, can not change the standard cfg

    Hi Escapermark,

    Take a look at these articles to the knowledge base, one should set the gray on the problem:

    http://digital.NI.com/public.nsf/allkb/609A763289E6E81D8625739F0052151F

    http://digital.NI.com/public.nsf/allkb/2719D00E36A4D53A8625721300685B3F

    http://digital.NI.com/public.nsf/allkb/B3D720348D55D0C5862575BA00560908?OpenDocument

Maybe you are looking for