Theme 25 modal region - appears correctly in IE8

I have a request, I had developed, which uses modal regions that display a short form in a modal region when the user clicks a button.
I have problems with how it is displayed in IE8. I have a lot of users in my organization who still use IE8 so I need to find a solution.

I installed a "packaged applications" on apex.oracle.com and converted the theme of the 101 to the 25 for topic demonstrate the problem (ignore the fact that the buttons had a different model for the '+' and ' > ').

http://Apex.Oracle.com/pls/Apex/f?p=65955:14
Connect as: mast/mast

Click on the button 'Add xx', for example 'Add Update '.

You will see that the color of the region is black, and you don't see the modal box. This makes the text very difficult to read and not really usable.

I tried to understand what css style control the background (to possibly put a fix in the HTML of my page header), but I can't understand how to fix it.

Any guidance would be appreciated!
Amanda.

Hi Amanda,.

I think I got the bug. You can add the CSS to your application:

section.modalOn {
  display: block !important;
}

This should force the modal appear correctly.

I added this bug in our bugs system so that we can try to fix for the next version / patch of the APEX.

Best,
Lyna

Tags: Database

Similar Questions

  • Columns in the Pages of Dreamweaver CS3 templates appears correctly in IE8

    I have a site that has the most pages created with a page template that displays three columns below the navigation bar (including a small column to the left for the logo at the top of the table has four columns).  Page home (index.html - no the model) shows the columns as well as the pages of model correctly, but all pages created with the model show the first column as a means of scaling and the two columns as much too narrow.

    I searched the internet for a solution, but my knowledge of HTML is limited, it is almost impossible for me to find even a relevant forum topic, and still less a viable solution.  All I want is the template pages to three visible columns below the navigation bar to display the same width as those of index.html.

    I work on a mac, and the pages all preview them correctly in Safari, Firefox etc, but not in IE8 on Windows 7 machines.

    I tried rather indelicately push the different bits of code to set the width of the columns and make orders such as table-layout = fixed, etc., but absolutely no effect.

    The site is: www.southoverfoods.com

    If anyone can help I will be grateful.

    You don't want to fix the errors-

    http://validator.w3.org/check?URI=http%3A%2f%2Fwww.southoverfoods.com%2Fabout.html&charset = % 28detect + automatically 29% & doctype = Inline & group = 0

    Most is simple.

    If you view the page in IE9 and click the compatibility, rendering looks like right.  Unfortunately, I can't force this rendering with all accepted uses of meta tag!

    So I'm a bit confused what to do...

  • Layout (theme 25) subregions modal region

    Hello

    Regarding the model region 'Modal Region' in the 25, version 4.2.0 theme +.

    I have an application example here http://apex.oracle.com/pls/apex/f?p=72427:1

    I am trying to imitate the same presentation I have on the homepage in modal, namely:-the two subregions should be by-side,

    I defined by the provision of grid using 'Start new line' = No for the second region.

    I experimented with different parameters of style, but without success. I guess that the solution will be concise, but I need help.

    (note that I've resized modal subregions to 200px in the attributes of the region)

    Workspace: swesley

    User: otn

    Password: apex

    See you soon!

    Scott

    Hi Scott,.

    I had a look at your example, and the issue seems to be related to the scope of auto column.  No matter if the sub regions contained and the style of play of the auto resizing feature does not work correctly.  I don't know if it is appropriate for you, but I removed the styling of reason sub 1 and advised to define a scope of column 3 on both under a and b.  A span of column in the game using this seems to solve the problem.

    I hope this helps.

    Paul

  • Modal region of the tree as a popup... After clicking the value in the tree... How to avoid the parent page is refreshing

    Hi, I spent long hours to solve this problem and wait for the answer from the expert.

    I created a form with text boxes and one of them, I created just small image button to call the modal region of the tree.

    Everything is OK, tree appear and disappear after the passage of the code value for the text element in the parent form.

    But it refreshed and initialized all other areas of empty text as well... ^ ^;

    I think that, because of the link in SQL tree. Someone help me?

    Select case when connect_by_isleaf = 1 then 0

    When level = 1 then 1

    else                           -1

    end the status,

    level,

    "CAT_NM" as the title,

    NULL as an icon,

    "CAT_CD" as a value.

    NULL as ToolTip,

    ? p = & APP_ID.:112 :'|| : APP_SESSION |': P112_CAT_CD :'|| "' CAT_CD ' as link-> How to avoid refreshing the page parent and just switch the CAT_CD to the called page?

    'category '.

    Start with 'PARENT_CAT_CD' is null

    connect prior "CAT_CD" = "PARENT_CAT_CD."

    siblings arrested by "CAT_CD".

    Hey "zoomok,"

    Large - an example would have been my next request in any case I took a glance and changed your demo page to work as you want.

    Things of note:

    -SQL source tree: NO link value! A link value will generate apex code that will redirect you to the link. It will always be a redirect page, where a rerender page, and not what you want! Leaving NULL allows us to interact with the tree interactively via javascript

    -Code in variables and functions global page - javascript - next:

    function treeOnload(){
      var l$Tree = $("#tree_modal div.tree"); // get the tree instance
      // handle the onselect event of the tree
      $.tree.reference(l$Tree).settings.callback.onselect = function(NODE, TREE_OBJ){
        $s( "P112_CAT_CD", $(NODE).attr('id') ); // get the VALUE of the node and put it in item P112_CAT_CD
        closeModal(); // close the active modal region
      };
    };
    

    -In javascript - dependent section I added a call to this procedure:

    treeOnload(); // initialize the tree with our settings
    

    And that's all! I didn't know that you use "openModal". There are different ways to implement modal regions, so it is important to know how we do for ourselves what to do with it.

    FYI - you now need to change your credentials. And mark the answer that has helped you or is correct, please.

  • Theme 25 - items are not correctly displayed in the presentation of the grid

    Hi all

    APEX 4.2.5.00.08

    Oracle 11g Enterprise Edition

    I am new to 4.2. I created an application on 4.1 and exported 4.1 and imported to 4.2. I'm trying to view the forms as they were posted in 4.1. But I have problems with the presentation of the grid. The elements are the overlap between them and the regions is narrowed. I read a blog and he said to remove all the colspan which will then automatically display elements. I did, but it did not work. The form consists of several parts using a list of tabs on the page. Parts of the tab using the model 'Region without the buttons and titles' of the region. I tried to replace the template "no model", while he was a little better, it has not corrected the problem.

    I've migrated the application and objects in the db at the APEX. ORACLE.COM (it took a few hours) and I hope someone can resolve my problem until the site is upgraded to 5.0.

    Workspace: RGWORK

    Application: KIMBERLY (33925)

    Page: Vehicle details (13)

    Username: TESTER

    Password: test456

    The first screen will be a Update/View vehicles 1 choice menu

    Choose this option and a report with a single line id.

    Select this line and display page 13.

    You have Developer access but please keep me on what has been fixed. I don't want remedy you. I want to know what has been resolved as well.

    Please get back me to me as soon as POSSIBLE because the site is upgraded to 5.0 this Friday.

    Robert

    sect55 wrote:

    I am new to 4.2. I created an application on 4.1 and exported 4.1 and imported to 4.2. I'm trying to view the forms as they were posted in 4.1. But I have problems with the presentation of the grid. The elements are the overlap between them and the regions is narrowed.

    Why you want to switch to theme 25 instead of simply retain the theme that was used in 4.1?

    Go wrote:

    Robert,

    Look at your application. just a simple change.

    change:

    Region: Veh/equip Information

    Presentation of the grid:

    Start the new row: Yes

    That helps, but it's not the whole story, as it appears the layout is still affected by the problem described in the thread previous Theme 25 region without buttons and issuance of securities

    Applying the fix I suggested it (in 78449 application I created a copy to ensure that I was working with the initial problems) Gets the items on the same line, but I guess that's not the same as the original provision and it doesn't look very good.

    Basically, I would say either stick with the original theme or by switching to a 4.2 theme that still use the page layout based on a table (for example, 24 or 26). Theme 25 is difficult to work with and works best with presentations created especially for her from the start.

  • The colors may not appear correctly on my site as they do in photoshop and explore.

    Why don't the colors appear correctly in Firefox? They are exactly the same color gold firefox shows them as being slightly different. I checked in Photoshop. Same RGB hexadecimal, even. It seems correct in Internet Explorer but not in firefox. The color is: hexadecimal: #0FCFF3 RGB: 15,207,243.

    This may be due to a problem with the profile for your monitor screen colors or color profiles embedded in images.

    Try disabling color management to test whether it is caused by a problem with color management.

    You can set the pref gfx.color_management.mode to 0 on the topic: configuration page to disable color management.

    You have to close and restart Firefox for the changes to take effect.

    See:

  • Why doesn't Yahoo Mail appears correctly on Firefox as it does on Google Chrome and IE?

    On Firefox, when I try to read my Yahoo mail, the display shows a tiny completely unreadable image on the page. On Google Chrome and IE, when I click on the mail icon, the page appears correctly. A second user account on my computer does not have this problem.

    You are welcome

  • Found the names not allowed on my contacts Hotmail list and cannot remove them (they do NOT appear when I look at 'Contacts')

    Found not authorized names on my Hotmail Contact list and cannot remove them (they do NOT appear when I look at 'Contacts'), but are present if I send a new email by clicking on the button 'A' and selecting 'all '. Any suggestions on how to remove the unauthorized names?

    Submit all Hotmail queries on the forum right here:

    Windows Live Solution Center
    http://windowslivehelp.com/

  • I have windows professional xp and when I try to attach a file to an e-mail or even see where I saved them they do not appear.

    Original title: WINZIP HELP

    I have windows professional xp and when I try to attach a file to an e-mail or even see where I saved them they do not appear.  I'm looking for all THE files, but no zipped files are there.  Help, please!

    Hello

    1. What mail client do you use?

    I suggest you to check if the files are hidden:

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/WIN_FCAB_SHOW_FILE_EXTENSIONS.mspx?mfr=true

    Also check out this link:

    http://support.Microsoft.com/kb/306531

    It will be useful.

  • Why everthing appears longer in ie8? __

    Why everthing will appear larger in ie8?

    To make everything smaller, press on CTRL + minus sign or click view > text size and choose a smaller size.

  • Windows 7 games free cell, solitary and lonely spider sparkles, everytime that I open them. A notification appears in the task bar

    Original title: free cell does not

    Windows 7 games free cell, solitary and lonely spider sparkles, everytime that I open them. A notification appears in the task bar

    as "not responding". I turned this feature of the window then on again without success. How can I solve this problem?

    Hi frankromeoRQ,

    (1) since when are you facing this problem?

    (2) remember to make changes?

    (3) is limited only to the integrated Windows 7 games?

    It is sufficient to indicate the complete error message you receive.

    Method 1: If a Protection of resources Windows (WRP) file is missing or is damaged, Windows may not behave as expected. Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Method 2:  Put the computer to boot and then check if the problem persists

    Follow step 1 in the link below,
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    If everything works well after a clean boot, you can deduce that some third-party services are at the origin of the problem.

    Continue with the remaining steps to pin-point on the third party service.
    After find you the program that is causing the problem, you will have to perhaps to update or install a newer version of the program, if you rarely use that you should consider uninstalling the software.


    Important:
    n ' forget not to put the computer to a normal startup follow step 7 in the link.

  • Error condition MSG appears correctly, but good condition msg does not appear

    I did a sequence of update employe_id of the sequence. I stated a function to check for the existence of the department_id in the departments table. I stated a procedure to enter a new record in the employees table after verifying the existence of the Department in the departments table. When I get a bad department_id the particular error msg that accompanies it is displayed correctly, but, when I get a good present department_id in the departments table, data is entered, but the particular error msg that accompanies it is not displayed.

    CREATE SEQUENCE employees_seq

    START WITH 1000

    INCREMENT BY 1;

    SELECT double employees_seq.nextval;

    SELECT double employees_seq.currval;

    CREATE or REPLACE function valid_deptid (pi_department_id, departments.department_id%TYPE) RETURNS a BOOLEAN IS

    char v_temp;

    BEGIN

    SELECT 'x' INTO v_temp

    Ministries

    WHERE department_id = pi_department_id;

    RETURNS true;

    EXCEPTION

    WHEN no_data_found THEN

    Returns false;

    WHILE others THEN

    Returns false;

    END;

    /

    CREATE or REPLACE procedure new_emp (pi_first_name IN employees.first_name%TYPE,

    pi_last_name IN employees.last_name%TYPE,

    pi_email_id IN employees.email%TYPE,

    pi_hire_date employees.hire_date%TYPE,

    pi_job_id employees.job_id%TYPE DEFAULT 'SA_REP '.

    pi_salary IN employees.salary%TYPE 1000 by DEFAULT,

    pi_commission_pct IN employees.commission_pct%TYPE default 0,

    pi_manager_id IN employees.manager_id%TYPE DEFAULT 145,

    pi_department_id IN employees.department_id%TYPE by DEFAULT 30,

    po_error_code OUT varchar2,

    po_error_msg OUT varchar2) IS

    v_temp BOOLEAN;

    BEGIN

    v_temp: = valid_deptid (pi_department_id);

    IF v_temp THEN

    INSERT INTO copy_employees(employee_id,first_name,last_name,email,hire_date,job_id,salary,commission_pct,manager_id,department_id) VALUES (employees_seq.nextval, pi_first_name, pi_last_name, pi_email_id, pi_hire_date, pi_job_id, pi_salary, pi_commission_pct, pi_manager_id, pi_department_id);

    po_error_code: = '0';

    po_error_msg: = "Insert complete."

    ON THE OTHER

    po_error_code: = "9";

    po_error_msg: = ' the department_id entered is invalid, please try again. "

    RAISE_APPLICATION_ERROR (-20999, po_error_msg);

    END IF;

    EXCEPTION

    WHILE others THEN

    RAISE_APPLICATION_ERROR (-20001, substr(SQLERRM,11));

    END;

    /

    Calling program: -.

    DECLARE

    v_first_name employees.first_name%TYPE;

    v_last_name employees.last_name%TYPE;

    v_email_id employees.email%TYPE;

    v_hire_date employees.hire_date%TYPE;

    v_department_id employees.department_id%TYPE;

    v_error_code varchar2 (10);

    v_error_msg varchar2 (60);

    BEGIN

    new_emp (& v_first_name, & v_last_name, & v_email_id, & v_hire_date,' ', NULL, NULL, NULL, & v_department_id, v_error_code, v_error_msg);

    If v_error_code = "0" THEN

    dbms_output.put_line (v_error_msg);

    ELSIF v_error_code = '9' THEN

    dbms_output.put_line (v_error_msg);

    END IF;

    END;

    /

    When I get an invalid department_id not in the departments table: -.

    Enter the value for v_first_name: "a".

    Enter the value for v_last_name: 'b '.

    Enter the value of v_email_id: ' [email protected] '

    Enter the value for v_hire_date: sysdate

    Enter the value for v_department_id: 25

    10 old: new_emp (& v_first_name, & v_last_name, & v_email_id, & v_hire_date,' ', NULL, NULL, NULL, & v_department_id, v_error_code, v_error_msg);

    new 10: new_emp ('a', 'b',' [email protected]', sysdate,' ', NULL, NULL, NULL, 25, v_error_code, v_error_msg);

    DECLARE

    *

    ERROR on line 1:

    ORA-20001: the department_id entered is invalid, please try again - the error msg I intend to display appears correctly

    ORA-06512: at the 'SUMAN '. NEW_EMP', line 26

    ORA-06512: at line 10

    When I enter a valid, present department_id in the departments table: -.

    Enter the value for v_first_name: "a".

    Enter the value for v_last_name: 'b '.

    Enter the value of v_email_id: ' [email protected] '

    Enter the value for v_hire_date: sysdate

    Enter the value for v_department_id: 80

    10 old: new_emp (& v_first_name, & v_last_name, & v_email_id, & v_hire_date,' ', NULL, NULL, NULL, & v_department_id, v_error_code, v_error_msg);

    new 10: new_emp ('a', 'b',' [email protected]', sysdate,' ', NULL, NULL, NULL, 80, v_error_code, v_error_msg);

    PL/SQL procedure is completed with success - the error msg I intend to display is not displayed.

    You missed to add SET SERVEROUTPUT ON before calling your program, and I will suggest to maintain the constraint for this scenario (Parent-child relationship).

    Anyway, I will correct your mistakes and this is that the code will satisfy your needs. You do not need to write another function to check if the id of service entry in the department table or not. See the bottom of modified code.

    CREATE OR REPLACE PROCEDURE new_emp (pi_first_name IN employees.first_name%TYPE,

    pi_last_name IN employees.last_name%TYPE,

    pi_email_id IN employees.email%TYPE,

    pi_hire_date employees.hire_date%TYPE,

    pi_job_id employees.job_id%TYPE DEFAULT 'SA_REP '.

    pi_salary IN employees.salary%TYPE 1000 by DEFAULT,

    pi_commission_pct IN employees.commission_pct%TYPE default 0,

    pi_manager_id IN employees.manager_id%TYPE DEFAULT 145,

    pi_department_id IN employees.department_id%TYPE by DEFAULT 30,

    po_error_code ON the NUMBER,

    po_error_msg OUT VARCHAR2)

    IS

    BEGIN

    INSERT INTO copy_employees (employe_id,

    first name,

    last_name,

    E-mail

    hire_date,

    job_id,

    salary,

    commission_pct,

    manager_id,

    department_id)

    SELECT employees_seq.nextval,

    pi_first_name,

    pi_last_name,

    pi_email_id,

    pi_hire_date,

    pi_job_id,

    pi_salary,

    pi_commission_pct,

    pi_manager_id,

    pi_department_id

    Ministries

    WHERE department_id = pi_department_id;

    IF (SQL % ROWCOUNT > 0) THEN

    po_error_code: = 0;

    po_error_msg: = "Insert complete."

    ON THE OTHER

    po_error_code: = 9;

    po_error_msg: = ' the department_id entered is invalid, please try again. "

    RAISE_APPLICATION_ERROR (-20999, po_error_msg);

    END IF;

    COMMIT;

    END;

    Performances: -.

    ============

    -Invalid department_id not in the departments table.

    SET SERVEROUTPUT ON

    DECLARE

    v_first_name copy_employees.first_name%TYPE: = 'a ';

    v_last_name copy_employees.last_name%TYPE: = 'b ';.

    v_email_id copy_employees.email%TYPE: = ' [email protected]';

    v_hire_date copy_employees.hire_date%TYPE: = SYSDATE;

    v_department_id copy_employees.department_id%TYPE: = 25;

    v_error_code varchar2 (10);

    v_error_msg varchar2 (60);

    BEGIN

    new_emp (v_first_name, v_last_name, v_email_id, v_hire_date,' ', NULL, NULL, NULL, v_department_id, v_error_code, v_error_msg);

    DBMS_OUTPUT. Put_line (v_error_msg);

    END;

    -Valid, present department_id in the departments table.

    DECLARE

    v_first_name copy_employees.first_name%TYPE: = 'a ';

    v_last_name copy_employees.last_name%TYPE: = 'b ';.

    v_email_id copy_employees.email%TYPE: = ' [email protected]';

    v_hire_date copy_employees.hire_date%TYPE: = SYSDATE;

    v_department_id copy_employees.department_id%TYPE: = 80;

    v_error_code varchar2 (10);

    v_error_msg varchar2 (60);

    BEGIN

    new_emp (v_first_name, v_last_name, v_email_id, v_hire_date,' ', NULL, NULL, NULL, v_department_id, v_error_code, v_error_msg);

    DBMS_OUTPUT. Put_line (v_error_msg);

    END;

    Unit tests: -.

    ========

    SQL > SELECT * FROM departments;

    DEPARTMENT_ID DNAME

    ------------- --------------------

    DEPT1 80

    SQL > SET SERVEROUTPUT ON

    SQL > DECLARE

    2 v_first_name copy_employees.first_name%TYPE: = 'a ';

    3 v_last_name copy_employees.last_name%TYPE: = 'b ';.

    4 v_email_id copy_employees.email%TYPE: = ' [email protected]';

    5 v_hire_date copy_employees.hire_date%TYPE: = SYSDATE;

    6 v_department_id copy_employees.department_id%TYPE: = 25;

    v_error_code 7 varchar2 (10);

    8 v_error_msg varchar2 (60);

    BEGIN 9

    10 new_emp (v_first_name, v_last_name, v_email_id, v_hire_date,' ', NULL, NULL, NULL, v_department_id, v_error_code, v_error_msg);

    11 DBMS_OUTPUT. Put_line (v_error_msg);

    12 END;

    13.

    DECLARE

    *

    ERROR on line 1:

    ORA-20999: the department_id entered is invalid, please try again

    ORA-06512: at «WMIS.» NEW_EMP', line 44

    ORA-06512: at line 10

    SQL > DECLARE

    2 v_first_name copy_employees.first_name%TYPE: = 'a ';

    3 v_last_name copy_employees.last_name%TYPE: = 'b ';.

    4 v_email_id copy_employees.email%TYPE: = ' [email protected]';

    5 v_hire_date copy_employees.hire_date%TYPE: = SYSDATE;

    6 v_department_id copy_employees.department_id%TYPE: = 80;

    v_error_code 7 varchar2 (10);

    8 v_error_msg varchar2 (60);

    BEGIN 9

    10 new_emp (v_first_name, v_last_name, v_email_id, v_hire_date,' ', NULL, NULL, NULL, v_department_id, v_error_code, v_error_msg);

    11 DBMS_OUTPUT. Put_line (v_error_msg);

    12 END;

    13.

    Complete insert

    PL/SQL procedure successfully completed.

    Thank you

    Ann

  • Export of the alpha channel of the AE does not appear correctly when placed on the timeline in Premiere Pro

    I exported the following from After Effects graph and followed the instructions to export using the Lossless + Alpha setting in the render queue. After importing the file to Premiere Pro, it appears correctly in the window of source footage; However, when placed on a sequence (even a sequence created to match the settings of the clamp of the said folder) it displays immediately the transparent gradient incorrectly in the canvas window. I restarted Pr see if it was the result of a file of previous preview when I was exporting from Ae incorrectly. No change. Here's the screen grabs 1) After Effects 2) the window of source footage and 3) the canvas window. Any input would be much appreciated. CC running on MacPro OS X 10.10.5.

    1)Screen Shot 2016-02-26 at 5.34.12 PM.png2)Screen Shot 2016-02-26 at 5.34.39 PM.png

    3)Screen Shot 2016-02-26 at 5.34.54 PM.png

    What it looks like when you turn hardware MPE software?

  • Overview of the LR5 does not. Just updated iMac 2010 with ssd, 32 GB of ram and El captain and all imports new previews are gray. The images are there, can work on them and then they appear in the preview. All records older still work fine just new downlo

    Overview of the LR5 does not. Just updated iMac 2010 with ssd, 32 GB of ram and El captain and all imports new previews are gray. The images are there, can work on them and then they appear in the preview. All records older still work fine just new download does not work. Help, please!

    Please try and delete preview Cache.

    It is located in the same folder as the catalog in Lightroom. The name of the cache an extract ends with Previews.LRDATA and should be deleted. Not to be confused with *. LRCAT, which should not be deleted

    Default location should folder of the image.

    Kind regards

    ~ Mohit

  • I just started using dreamweaver cs5 and image width = "3507" height = "2480 appears correctly on my page how to solve the this.someone please help

    I just started using dreamweaver cs5 and image width = "3507" height = "2480 appears correctly on my page how to solve the this.someone please help

    I played around the waist ut still not put the page to display properly

    The time has come to show us the code. It is best done by providing a link to the site, if you could post the HTML code and CSS here for us to have a look on.

    What you did until now, is an image that is limited in its container, a container that is much narrower than the width you are aiming for.

Maybe you are looking for

  • Keyboard on Satellite L730 problems

    Hi guys need some advice on how to tackle this problem... I'm not that old L730, my cat sitting on the keyboard and now sometimes I have to press certain keys twice (not all keys including those) to operate... it is when it happens, I restart the lap

  • Errors of pixels on the login screen

    For 3 months I have faults of pixels in my login screen. Some black pixels on the screen. But once the connection disappears all the defects of pixels. I have this problem only on the login screen. I have this mac for only about 11 months. iMac 27-in

  • Windows Vista integrated webcam Dell xps420 missing

    My webcam does not work, I tried to find the driver or software to re - install Here are some instructions from Dell Click Start Right click on computer. Click on Properties. Click Device Manager in the upper left corner. Click on imaging devices.(Wh

  • Impossible to uninstall Microsoft Visual C++ 2005 Redistributable (v 8.0.6100) on Windows 7 (32 bit)

    I am running Windows 7 (32 bit). I believe that the source of my problem was the following: I tried to install an old TV tuner (MyGica HDTV Thriller X8000A) on my computer. I found the installation CD and ran it. Installation has failed, but the atte

  • Enabled: false in StandardListItem (bug or not?)

    enabled: false property in StandardListItem just change UI to gray, but nav.deprecatedPushQmlByString(chosenItem.file); works in active: State false This is the bug or not?