Bug in 10.1.0.4.0 on Windows?!

Hi all,
I installed newest version of omwb on my XP machine that is running a 10g.
I created a repository user and can connect to it using sql*plus but in the first dialog screen of omwb when I try to use my repository user it throws an error which says username,password or SID or .... is wrong.
I have set env variables and read release notes and other documents.I have installed previous version of omwb and can connect to it successfully,prior to this.
What happens? I have send this to support to see is there any problem?

Are you filling in all fields in the OMWB login?Yes I do.
Have you installed the OMWB under another Oracle home or is >it in a seperate directory ?I installed it in a seperate directory.I set an env variable called omwb_home too.
What permissions have been granted to the schema(user) you >are using as the repository?I granted connect,resource,DBA to it.It has 0 quota on SYSTEM tablespace and unlimited on the USERS tablespace.
I created another user with above permissions called REPUSER and had same problem.Note that I CAN connect with these users using other tools such as sqlplus,plsql developer,...
So I think the only problem resides in omwb.
Just a fact: My first(dafault) connection mode is IPC rather than TCP/IP but I have TCP/IP on 1521 port too.

Similar Messages

  • Bug when getting file path in non-english Windows Vista

    Hello,
    I'm getting an error when trying to get the file path of a video in a non-english Windows Vista... The code is:
    var file = "video.flv"
    var filePath = air.File.applicationStorageDirectory.resolvePath(file);
    filePath = filePath.nativePath;
    The filePath variable is used later by a flash video player to load the video file..
    In the brazilian Windows Vista the path of the StorageDirectory would be something like "C:\Usuários\(user name)\..." but if I run this script it returns "C:\Users\(user name)\..." as the native path.
    The problem seems to be in the "nativePath" function, cause I'm able to copy files to the app-storage folder using the "air.File.appicationStorageDirectory.resolvePath()" method without any problems.
    I could insert a small code which substitutes "Users" with "Usuários" but then it wouldn't work on an english Vista...
    Any ideas on this? Is there a way to check the language of the operating system in Air so to act accordingly?
    Thanks for any help!

    Hello,
    has anybody found a solution?
    Testcase: SQL Developer 3.1 on a German XP with default NLS Settings
    CREATE TABLE "TEST_TABLE"
           "NUM" NUMBER
          ,"VCH"  VARCHAR2(10 BYTE)
        ) ;Test file test_insert.dsv
    num;vch
    1;KL
    1,5;tz
    12345,45;ooImporting using the wizard inserts the first row correctly, for the others I get
    SET DEFINE OFF
    --Einfügen für Zeilen  1  bis  3  nicht erfolgreich
    --ORA-01722: invalid number
    --Zeile 2
    INSERT INTO TEST_TABLE (NUM, VCH) VALUES (1.5,'tz');
    --Zeile 3
    INSERT INTO TEST_TABLE (NUM, VCH) VALUES (12345.45,'oo');Beside the wrong umlaut in the message the insert statement itself is correct, because you cannot use the german decimal separator "," in the script. The bug is, that it should use the same NLS settings for generating and running the script.
    Regards
    Marcus

  • Unresolved bug in adobe reader x with non-default windows zoom level

    This seems to have already been brought up here about a year ago: http://forums.adobe.com/thread/776060.
    I am using Windows 7 Professional 64-bit with Firefox 12.0 and Adobe Reader 10.1.3. Here is a description of the problem:
    Whenever I open any PDF file in a browser (firefox or IE) using the adobe reader I am unable to select text, save the file or interact with the content in any meaningful way because the plugin does not recognise my cursor position. If I click on some text in a PDF document, the reader will immediately highlight a region of text between where I clicked and where it thinks I started clicking from (above 20% of the screen above and to the left of where I actually clicked on the page). If I roll my mouse over the region where the dashboard normally appears, the dash does appear as intended and the cursor changes in response to hover over buttons, as if everything were working, but I am unable to click on anything (clicking does nothing). If I click and hold the dashboard when it appears, it immediately jumps to another region of the page, as if it thinks I moved the mouse (20% up and to the left again). I have recently reformatted and am now using a fresh install, and the issue remains. My desktop zoom level in windows is 150%. The problem appears only inside the browser; viewing PDFs directly in Acrobat Reader X works without issue.
    I can resolve the problem either of two ways:
    a) Reverting back to the default windows zoom level (125%).
    b) right-clicking on the Adobe Reader X icon, navigating to the compatibility tab and clicking "Disable Display Scaling on high DPI settings"
    The workaround is easy but it's disappointing that adobe hasn't fixed this. Please consider that it would mostly affect individuals who are vision impaired and might not have the know-how to resolve the problem or check for solutions online, let alone post comments such as this. As far as I can tell this problem severely impaires the functionality of adobe in any browser on any non-standard zoom windows installation.

    Please be sure to post your issue in the following Feature Request/Bug Report Form.

  • Bug: white rectangle in corner of frame under windows

    First, I know I should post a bug report, but I cannot supply source code for this problem as I can only replicate using our whole product (proprietary source).
    Under Windows only (never Linux), when using 1.4.0, I sometimes get a white rectangle appearing in the top-left corner that obscures my menus and any toolbar buttons under it. It appears intermittently and does not go away when the application is minimized/maximized. This only happens in Window and has only started since we switched to 1.4.0 (did not happen in 1.3.1).
    Has anyone else seen this? I cannot find any bugs on it in the bug parade.

    I think I have had a similar problem... In my case, it had to do with dragging a panel around in my window, and I was able to resolve it somehow

  • BUG in IMS 5.2 P 1 on Windows 2000 : not using the correct DNS servers

    Hi everyone,
    I encountered a queer bug in Ims 5.2 on Windows 2000.
    Let me explain it to all of you to avoid spending time and money debugging this problem.
    The problem may occur on Windows 2000 Server if the server used was formerly configured to obtain its IP address from a DHCP server (before using it for mail purposes).
    Windows 2000 doesn't delete its DHCP client configuration even if the machine is re-configured with a static IP.
    It stores the information in an interface registry key under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
    If you install IMS52 after this, the server will use the DNS servers configured in the DHCP configuration rather than the ones specified in the static IP config to lookup the MXs.
    So if the nameservers configured in the DHCP config are not reachable, the smtp server will systematically fail sending outbond mails.
    To avoid this, locate the DHCP interface key in the Registry and remove it.
    Remarks :
    I know that this situation is not common but it may occur in certain occasions for people like me who are making demonstrations on clients sites.
    I'm not sure it is specifically related to DHCP rather than static config. I would say that IMS uses the first interface found in the registry (in alphabetical order) even if this interface is not active...
    A good idea is to remove completely from the registry all the interfaces keys not currently used by the system.
    Hope this will help some of you.
    Best regards,
    Vincent MAZARD
    DML FRANCE

    Interesting. Thank you for the observation. Not something I have seen, either.

  • Bug CSCud93686 - Change password fails with AC on Windows 8 and 7

    Bug CSCud93686 is currently locked because it contains proprietary information.  This bug is fixed in the most recent release of AnyConnect Secure Mobility Client and I am interested in the full details because we have had issues implementing the password management feature in our environment.  Can anyone provide me with more details on this bug?
    Thanks

    Incidentally the link that this mentioned in the log file works fine when I open it in Internet Explorer:
    2014-03-18 12:04:16:095 1076 1830 SLS Retrieving SLS response from server...
    2014-03-18 12:04:16:095 1076 1830 SLS Making request with URL HTTPS://sls.update.microsoft.com/SLS/{9482F4B4-E343-43B6-B170-9A65BC822C77}/x64/6.3.9600.0/0?CH=41&L=en-GB;de-DE;nl-NL&P=&PT=0x30&WUA=7.9.9600.16422
    2014-03-18 12:04:16:237 1076 1830 Misc WARNING: Send failed with hr = 80072efe.
    2014-03-18 12:04:16:237 1076 1830 Misc WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
    2014-03-18 12:04:16:237 1076 1830 Misc WARNING: Send request failed, hr:0x80072efe
    2014-03-18 12:04:16:237 1076 1830 Misc WARNING: WinHttp: SendRequestUsingProxy failed for <HTTPS://sls.update.microsoft.com/SLS/{9482F4B4-E343-43B6-B170-9A65BC822C77}/x64/6.3.9600.0/0?CH=41&L=en-GB;de-DE;nl-NL&P=&PT=0x30&WUA=7.9.9600.16422>. error 0x80072efe
    2014-03-18 12:04:16:237 1076 1830 Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072efe
    2014-03-18 12:04:16:237 1076 1830 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072efe
    2014-03-18 12:04:16:237 1076 1830 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072efe
    Opened in IE11 the URL  HTTPS://sls.update.microsoft.com/SLS/{9482F4B4-E343-43B6-B170-9A65BC822C77}/x64/6.3.9600.0/0?CH=41&L=en-GB;de-DE;nl-NL&P=&PT=0x30&WUA=7.9.9600.16422
    opens a file called environment.cab

  • Huge bug found with iphone 2.0 firmware and windows xp sp3

    I wasn't sure where to post, so please check this link
    http://discussions.apple.com/thread.jspa?threadID=1598283&tstart=0

    bump

  • Bug on Oracle 11.2.0.1 on Windows x86 32bit

    Hello,
    I have a very strange behavior on a database Oracle 11.2.0.1 on a Windows x86 32bit machine.
    I have 2 simple query on a small table with different condition.
    If I run the 2 query separately, they extract 2 data correcty, but if I run a unique query with the 2 previous condition in OR, the result is the same as if I run the query with AND operator.
    Here is the example from DOS :
         C:\Users\bianchi>sqlplus zcssysman/****@sm11
         SQL*Plus: Release 11.2.0.1.0 Production on Lun Nov 8 10:58:00 2010
         Copyright (c) 1982, 2010, Oracle. All rights reserved.
         Connesso a:
         Oracle Database 11g Release 11.2.0.1.0 - Production
         SQL> --
         SQL> -- Crea tabella di test
         SQL> --
         SQL> create table SARBI
         2 (
         3 PP CHAR(10),
         4 DFIN DATE
         5 );
         Tabella creata.
         SQL> --
         SQL> -- Aggiunge records
         SQL> --
         SQL> insert into SARBI (PP, DFIN)
         2 values ('0 ', to_date('17-11-2009', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> insert into SARBI (PP, DFIN)
         2 values ('1 ', to_date('17-11-2009', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> insert into SARBI (PP, DFIN)
         2 values ('2 ', to_date('17-11-2009', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> insert into SARBI (PP, DFIN)
         2 values ('3 ', to_date('31-12-2010', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> insert into SARBI (PP, DFIN)
         2 values ('4 ', to_date('31-12-2008', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> commit;
         Commit completato.
         SQL> --
         SQL> -- Data maggiore/uguale di sysdate
         SQL> --
         SQL> SELECT a.rowid, a.*
         2 FROM SARBI a WHERE
         3 ( DFIN >= SYSDATE );
         ROWID PP DFIN
         AAAlEYAAEAAFlZ7AAD 3 31-DIC-10
         SQL> --
         SQL> -- Data uguale a 17/11/2009
         SQL> --
         SQL> SELECT a.rowid, a.*
         2 FROM SARBI A WHERE
         3 ( DFIN = TO_DATE('20091117','YYYYMMDD'));
         ROWID PP DFIN
         AAAlEYAAEAAFlZ7AAA 0 17-NOV-09
         AAAlEYAAEAAFlZ7AAB 1 17-NOV-09
         AAAlEYAAEAAFlZ7AAC 2 17-NOV-09
         SQL> --
         SQL> -- Entrambe le condizioni in OR
         SQL> --
         SQL> SELECT a.rowid, a.*
         2 FROM SARBI A WHERE
         3 ( DFIN >= SYSDATE OR
         4 DFIN = TO_DATE('20091117','YYYYMMDD'));
         ROWID PP DFIN
         AAAlEYAAEAAFlZ7AAD 3 31-DIC-10
         SQL>
    Here is the same query on a DB Oracle 10.2.example from DOS :
         C:\Users\bianchi>sqlplus zcssysman/******@sm10
         SQL*Plus: Release 11.2.0.1.0 Production on Lun Nov 8 11:00:45 2010
         Copyright (c) 1982, 2010, Oracle. All rights reserved.
         Connesso a:
         Oracle Database 10g Release 10.2.0.4.0 - Production
         SQL> --
         SQL> -- Crea tabella di test
         SQL> --
         SQL> create table SARBI
         2 (
         3 PP CHAR(10),
         4 DFIN DATE
         5 );
         Tabella creata.
         SQL> --
         SQL> -- Aggiunge records
         SQL> --
         SQL> insert into SARBI (PP, DFIN)
         2 values ('0 ', to_date('17-11-2009', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> insert into SARBI (PP, DFIN)
         2 values ('1 ', to_date('17-11-2009', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> insert into SARBI (PP, DFIN)
         2 values ('2 ', to_date('17-11-2009', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> insert into SARBI (PP, DFIN)
         2 values ('3 ', to_date('31-12-2010', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> insert into SARBI (PP, DFIN)
         2 values ('4 ', to_date('31-12-2008', 'dd-mm-yyyy'));
         Creata 1 riga.
         SQL> commit;
         Commit completato.
         SQL> --
         SQL> -- Data maggiore/uguale di sysdate
         SQL> --
         SQL> SELECT a.rowid, a.*
         2 FROM SARBI a WHERE
         3 ( DFIN >= SYSDATE );
         ROWID PP DFIN
         AAAlC6AAIAACneNAAD 3 31-DIC-10
         SQL> --
         SQL> -- Data uguale a 17/11/2009
         SQL> --
         SQL> SELECT a.rowid, a.*
         2 FROM SARBI A WHERE
         3 ( DFIN = TO_DATE('20091117','YYYYMMDD'));
         ROWID PP DFIN
         AAAlC6AAIAACneNAAA 0 17-NOV-09
         AAAlC6AAIAACneNAAB 1 17-NOV-09
         AAAlC6AAIAACneNAAC 2 17-NOV-09
         SQL> --
         SQL> -- Entrambe le condizioni in OR
         SQL> --
         SQL> SELECT a.rowid, a.*
         2 FROM SARBI A WHERE
         3 ( DFIN >= SYSDATE OR
         4 DFIN = TO_DATE('20091117','YYYYMMDD'));
         ROWID PP DFIN
         AAAlC6AAIAACneNAAA 0 17-NOV-09
         AAAlC6AAIAACneNAAB 1 17-NOV-09
         AAAlC6AAIAACneNAAC 2 17-NOV-09
         AAAlC6AAIAACneNAAD 3 31-DIC-10
         SQL>
    Can you help me ? I look for 11.2.0.2 patch set, but it seems that was not yet avaliable ...
    Thanks to all

    Doesn't happen with VARCHAR column :
    SQL> connect hemant
    Enter password:
    Connected.
    SQL> create table X (col_1  number, col_2 varchar2(5));
    Table created.
    SQL> insert into X values (1,'A');
    1 row created.
    SQL> insert into X values (2,'J');
    1 row created.
    SQL> insert into X values (3,'P');
    1 row created.
    SQL> insert into X values (4,'T');
    1 row created.
    SQL> insert into X values (5,'Z');
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select col_1, col_2 from X where col_2 > 'Q';
         COL_1 COL_2
             4 T
             5 Z
    SQL> select col_1, col_2 from X where col_2 = 'P';
         COL_1 COL_2
             3 P
    SQL> select col_1, col_2 from X where
      2  (col_2 > 'Q' OR col_2 = 'P');
         COL_1 COL_2
             3 P
             4 T
             5 Z
    SQL> show parameter optimizer_featu
    NAME                                 TYPE        VALUE
    optimizer_features_enable            string      11.2.0.1
    SQL>
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - ProductionIs it the SYSDATE ?
    SQL> create table y (col_1 number,  col_2 date);
    Table created.
    SQL> insert into y values (1, to_date('01-JAN-2000','DD-MON-YYYY');
    insert into y values (1, to_date('01-JAN-2000','DD-MON-YYYY')
    ERROR at line 1:
    ORA-00917: missing comma
    SQL> insert into y values (1,to_date('01-JAN-2000','DD-MON-YYYY'));
    1 row created.
    SQL> insert into y values (2,to_date('01-JAN-2001','DD-MON-YYYY'));
    1 row created.
    SQL> insert into y values (3,to_date('01-JUL-2003','DD-MON-YYYY'));
    1 row created.
    SQL> insert into y values (4,to_date('15-NOV-2010','DD-MON-YYYY'));
    1 row created.
    SQL> insert into y values (5,to_date('12-MAR-2015','DD-MON-YYYY'));
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select col_1, col_2 from y where col_2=to_date('15-NOV-2010','DD-MON-YYYY');
         COL_1 COL_2
             4 15-NOV-10
    SQL> select col_1, col_2  from y where col_2 > to_date('01-APR-2010','DD-MON-YYYY');
         COL_1 COL_2
             4 15-NOV-10
             5 12-MAR-15
    SQL> select  col_1, col_2 from y where col_2=to_date('01-JUL-2003','DD-MON-YYYY');
         COL_1 COL_2
             3 01-JUL-03
    SQL> select col_1, col_2 from y where
      2  (col_2 > to_date('01-APR-2010','DD-MON-YYYY') OR col_2 = to_date('01-JUL-2003','DD-MON-YYYY'));
         COL_1 COL_2
             3 01-JUL-03
             4 15-NOV-10
             5 12-MAR-15
    SQL> select col_1, col_2 from y where
      2  (col_2 > sysdate OR col_2 = to_date('01-JUL-2003','DD-MON-YYYY'));
         COL_1 COL_2
             4 15-NOV-10
             5 12-MAR-15
    SQL>
    SQL> select col_1, col_2 from y where
      2  (col_2 > sysdate);
         COL_1 COL_2
             4 15-NOV-10
             5 12-MAR-15
    SQL> select col_1, col_2 from y where
      2  col_2 = to_date('01-JUL-2003','DD-MON-YYYY');
         COL_1 COL_2
             3 01-JUL-03
    SQL> select col_1, col_2 from y where
      2  (col_2 = to_date('01-JUL-2003','DD-MON-YYYY') OR col_2 > sysdate);
         COL_1 COL_2
             3 01-JUL-03
             4 15-NOV-10
             5 12-MAR-15
    SQL>Hemant K Chitale
    http://hemantoracledba.blogspot.com
    Edited by: Hemant K Chitale on Nov 9, 2010 10:50 PM

  • Why can I participate in surveys and post questions, but whee FaceTime or use messaging, I can't. I'm told I have no internet connection...but I do have it...do I have a bug is this a what I call a windows nightmare?

    Why can I participate in surveys and post questions, but can' t use FaceTime or messaging  without being told I have no internet connection? However,  my iPad shows full internet connectivity.

    Apple has released a document which is reported to address the recent FaceTime issue.
    http://support.apple.com/kb/TS5419

  • [BUG] XControl allows you to shrink front panel window smaller than LV normally allows

    If you set up an XControl, the facade opens up a normal window.
    Which looks like this shrunk to smallest size.  If you then load up a VI in to memory that calls the XControl, you can shrink it further:
    Finally, once you close the VI which calls the control in memory, it unlocks the facade, resulting in:

    That's why we need this idea.
    LabVIEW Champion . Do more with less code and in less time .

  • GUI Bug Outlook 2013 while sorting E-Mail in the list view in the main window

    Hello,
    I found a bug in Outlook 2013 - following occures: in main window, when I sort the list view with e-mails by "sent to" or by "received from" and when I delete one mail from this list, the view is not correct, because after the deleted
    E-Mail disapears when I go with my mouse Cursor over other e-mails in the list Outlook 2013 shows all mails from the top of the list (beginning in alphabetical or reverse alphabetical order) as I move with mouse over neighbour mails from the corrected view
    instead of the same view with only that one item deleted. The scroll element right has the right Position, but after clicking on the arrow up or arrow down within this element it jumps to the start. This has worked in my Outlook 2010 well, and this is very
    unpleasant because I can not work well everytime sorting my mails right again after I deleted one. This seems to be only the case if I sort my mails by Name, not if sorted by size or received/sent date, then list view works well. I use Windows 7 Ultimate x64
    and Office 2013 x32, on HP6910 with ATI graphics Card. Whole System works fine since years. Is there any log file I can submit? Is my description clear? Please help , thanks.
    regards
    Bogusz Schubert
    PIMPEX Bogusz Schubert
    Vohwinkeler Str. 58
    42329 Wuppertal
    Tel +49 202 4299 2270
    Fax +49 202 4299 2271

    I made a screenshot of this: after deleting email from a Partner starting with letter "D" Outlook jumped back to the top of the list starting with "1" - you clearly see the wrong Position of the scroll element right and false broken view of the mails
    at my mouse Cursor
    Picture is under the Domain mt.i24.cc slash outlook2013guibug1.jpg
    any help will be much appreciated

  • Intel processor bug causes Windows 2008r2 guest to blue screen

    We recently purchased several B200-M3 blades with E5-2680v2 processors.  Our UCS infrastructure and blade firmware is at 2.2(1d).  ESXi hosts are at 5.5u1.
    From my reading of the Release Notes, this makes the new blades vulnerable to Caveat CSCuo30572 which is a bug in the v2 processors that can cause Windows 2008R2 guests to blue screen.
    VMware KB2073791 also deals with this bug
    The Intel Erratum is C135
    Updating the firmware (2.2(1d) probably to fixed version 2.2(3d)) is a relatively long process in our environment.
    Has anyone experienced this bug?  Do the guests blue screen at any particular time; e.g. when booting?  Are Windows 2012 guests impacted?  One of our new v2 blades was running Windows 2008R2 guests for about a week without any known problem.  It has since been taken out of production.
    The Release Notes (2.2) description for CSCuo30572 is:  "Intel v2 processors no longer cause PSOD with Microsoft Windows 2008 R2 VM guests."  Should the PSOD (ESXi crash) actually be BSOD (Microsoft crash)?  Or can ESXi purple screens be caused also, crashing the entire host?
    The Release Notes also indicate that the Caveat is resolved in release 2.2(2c)A.  Does the A indicate that an Infrastructure update is all that is needed?  That does not seem like it would supply the fixed microcode to the processors via BIOS.
    I'm basically looking for some insight before proceeding with another FW update.  Thank you.

    Yes, it refers to Infrastructure (UCS Manager, FI and IOM). You could just upgrade the infrastructure to 2.2.3d and leave your Servers at 2.2.1d 
    Table 2 Mixed Cisco UCS Releases Supported
    of the release notes.
    CSCuo30572
    Intel v2 processors no longer cause PSOD with Microsoft Windows 2008 R2 VM guests.
    2.1(3a)A
    2.2(2c)A

  • A bug in MergedDictionaries and ThemeDictionaries.

    Hi everyone. I found a bug when developing in .NET for WinRT with XAML. To reproduce the bug, follow these steps:
    (1) Create an empty Windows Store app with XAML, call it "ReproduceDictIssue".
    (2) Place the following AppBarButton on the main page so that you can see the effect of other steps:
    <AppBarButton Icon="Accept"/>
    (3) Run the app to see a dark themed app page with a white AppBarButton. Close the app.
    (4) Replace App.xaml with the following code: (If you didn't name the project as ReproduceDictIssue, you might want to change the corresponding part so that the code works correctly for you)
    <Application
    x:Class="ReproduceDictIssue.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:ReproduceDictIssue"
    RequestedTheme="Dark">
    <Application.Resources>
    <ResourceDictionary>
    <ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary x:Key="Dark">
    <SolidColorBrush x:Key="AppBarItemForegroundThemeBrush" Color="Red"/>
    </ResourceDictionary>
    </ResourceDictionary.ThemeDictionaries>
    </ResourceDictionary>
    </Application.Resources>
    </Application>
    (5) Run the app, now the app bar button is red. NOTE that the "Accept" (tick) icon is also red. Close the app.
    (6) Replace the App.xaml with the following code:
    <Application
    x:Class="ReproduceDictIssue.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:ReproduceDictIssue"
    RequestedTheme="Dark">
    <Application.Resources>
    <ResourceDictionary>
    <ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary x:Key="Dark">
    <SolidColorBrush x:Key="AppBarItemForegroundThemeBrush" Color="Red"/>
    </ResourceDictionary>
    </ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary.MergedDictionaries>
    <ResourceDictionary/>
    </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
    </Application.Resources>
    </Application>
    That is, merge a dictionary to it.
    (7) Run the app. No difference here. Close the app.
    (8) Replace App.xaml with the following code:
    <Application
    x:Class="ReproduceDictIssue.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:ReproduceDictIssue"
    RequestedTheme="Dark">
    <Application.Resources>
    <ResourceDictionary>
    <ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary x:Key="Dark">
    <SolidColorBrush x:Key="AppBarItemForegroundThemeBrush" Color="Red"/>
    </ResourceDictionary>
    </ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary.MergedDictionaries>
    <ResourceDictionary/>
    </ResourceDictionary.MergedDictionaries>
    <Style TargetType="AppBarButton">
    <Setter Property="Foreground" Value="{ThemeResource AppBarItemForegroundThemeBrush}"/>
    </Style>
    </ResourceDictionary>
    </Application.Resources>
    </Application>
    That is, add a default AppBarButton style to it.
    (9) Run the app. NOTE that the "Accept" (tick) icon is now WHITE, which is indeed the unoverriden value. Close the app.
    (10) Remove this line:
    <Setter Property="Foreground" Value="{ThemeResource AppBarItemForegroundThemeBrush}"/>
    (11) Run the app. Now the color is correct again. Close the app.
    (12) Add the line back:
    <Setter Property="Foreground" Value="{ThemeResource AppBarItemForegroundThemeBrush}"/>
    And remove this line (this line is in the ResourceDictionary.MergedDictionaries):
    <ResourceDictionary/>
    (13) Run the app. The color is still correct. Close the app.
    (14) Replace App.xaml with the following code:
    <Application
    x:Class="ReproduceDictIssue.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:ReproduceDictIssue"
    RequestedTheme="Dark">
    <Application.Resources>
    <ResourceDictionary>
    <ResourceDictionary.MergedDictionaries>
    <ResourceDictionary>
    <ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary x:Key="Dark">
    <SolidColorBrush x:Key="AppBarItemForegroundThemeBrush" Color="Red"/>
    </ResourceDictionary>
    </ResourceDictionary.ThemeDictionaries>
    </ResourceDictionary>
    <!-- <ResourceDictionary/> -->
    </ResourceDictionary.MergedDictionaries>
    <Style TargetType="AppBarButton">
    <Setter Property="Foreground" Value="{ThemeResource AppBarItemForegroundThemeBrush}"/>
    </Style>
    </ResourceDictionary>
    </Application.Resources>
    </Application>
    That is, move the theme dictionary into the merged dictionary.
    (15) Run the app. The color is still correct. Close the app.
    (16) Now uncomment this line:
    <!-- <ResourceDictionary/> -->
    (17) Run the app. The color of "Accept" (tick) icon is white again.
    Conclusion: there is a problem in theme resource look-up. For a Style's Setter, the look-up might be in the following order:
    Last meged dictionary -> second last -> ... -> first merged dictionary -> specific theme dictionary(like Light/Dark/HighContrastWhite) -> general theme dictionary(like Default) -> programmer-specified
    entries -> system entries.
    Note that the bold part is recursive. Due to this behaviour, the following dictionary:
    <ResourceDictionary>
    <ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary x:Key="Dark"> <!-- 2 -->
    <SolidColorBrush x:Key="AppBarItemForegroundThemeBrush" Color="Red"/>
    </ResourceDictionary>
    </ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary.MergedDictionaries>
    <ResourceDictionary/> <!-- 1 -->
    </ResourceDictionary.MergedDictionaries>
    <!-- 3 -->
    <Style TargetType="AppBarButton">
    <Setter Property="Foreground" Value="{ThemeResource AppBarItemForegroundThemeBrush}"/>
    </Style>
    </ResourceDictionary>
    resolves the ThemeResource AppBarItemForegroundThemeBrush in the following steps:
    It first asks dictionary 1 to resolved ThemeResource AppBarItemForegroundThemeBrush.
    Dictionray 1 has no merged dictionaries, and has no theme dictionaries. It looks at programmer-specified entries, which is empty. So it asks for system entries. Note that dictionary 1
    does not have AppBarItemForegroundThemeBrush overriden, so it returns the system default value for dark theme, which is white.
    The large dictionary now finishes the look-up with the value returned from dictionary 1, which is white.
    In that process dictionary 2 is never asked to look up AppBarItemForegroundThemeBrush.
    We might find that this process' behaviour is out of most people's expectation. ResourceDictionary should
    suppress system default resources when doing a look-up that is in a larger dictionary's recursive part. Actually
    IT DOES. The proof is that if the resource is not in a Setter, it has the expected behaviour. Like in a control template or anything.
    You might have noticed that the circle of the app bar button is pink and if the setter is removed, the color of "Accept" (tick) icon is correct. That'll be the proof.
    Thanks for reading this bug report. I hope someone from Microsoft can follow this bug and remove the bug in future releases of .NET for WinRT with XAML. Thanks again, everyone.

    Looks like the same issue for this thread:
    https://social.msdn.microsoft.com/Forums/en-US/85a36b0a-9a19-4921-8dac-3a906067ee1b/overriding-implict-style-breaks-themeresource-references?forum=winappswithcsharp
    You have Failed this City --Arrow :)
    yes exactly! A workaround is to completely override the template so that it uses a custom resouce key, which does not fail since no system default resource is included.

  • Bug - Subfolder naming issue in Photoshop Elements 10 Organiser

    Upgraded to the latest version of Photoshop Elements and very dissapointed that Adobe have introduced a bug.
    For European users, Photoshop Organiser 10 creates sub folders in the format yyyy dd mm.
    Should use the format yyyy mm dd as with previous versions.
    The only workaround I have found is to display photo dates using preferences to US format mm dd yyyy
    This is unacceptable.
    I understand that Adobe have no plans to release a bug fix
    I personally am going to use Windows to import my photos in future and won't be rushing to upgrade!

    Hi,
    Have you added your name to the list
    http://feedback.photoshop.com/photoshop_family/topics/photo_downloader_on_os_x_uses_wrong_ shot_date_for_jpeg_files
    I know it says OS X but various similar reports seem to have been merged in with it - if the count gets very high then that should encourage Adobe to do somthing about it.
    Brian

  • Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata

    The cmd-keys / shortcuts doesn't work in the xmp file info panel btw. in the xmp / iptc fields (e.g. cmd+c, cmd+v, ...) of Adobe Bridge CS6 (Mac OS 10.6.8 and 10.7.3). You are not able to cut and paste info from one box to another like previous versions.
    This bug only appears in the xmp file info window (opened via alt+i) in Bridge CS6 - if you edit information or metadata in the file info panel in Photoshop CS6 copy and paste from one field to another works.
    The shortcuts also work under Windows (tested under Vista).
    I noticed this minor bug already one in the Photoshop CS6 Beta more than one months ago. I hoped that this was corrected in the official test version, but unfortunately it is not. Although it is a minor bug, it is IMHO a basic function and would be very helpful in my daily work - it is too bad, that such a small thing is making working with the application a little bit annoying.

    Thanks! If there is a workaround or simple solution, I would be very glad if you could inform me.
    Christian
    (signature removed by the Admin)
    Am 14.05.2012 um 13:49 schrieb FrankBiederich:
    Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    created by FrankBiederich in XMP SDK - View the full discussion
    Thanks for your report; we'll look into it.
    Frank
    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: Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    To unsubscribe from this thread, please visit the message page at Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in XMP SDK by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Message was edited by: Arpit Kapoor

Maybe you are looking for

  • Why Does Time Machine Corrupt Files It Restores?

    Time Machine does not restore MS Word files and documents correctly. In the case of a play I am writing, the formatting is completely off and there are unusual symbols appearing which are not in the original document. In trying to restore FileMaker f

  • Load balancing and javanode still stand

    Hi, we have three instances of java running in our productional enviorment to get a load balancing. From time to time one of this instances is stopping working on channels, whereas the others are still continously processing messages. Unfortunately t

  • E-pub character/paragraph style exports

    Just getting into this e-pub thing. I've watched a few tutorials, but I'm still working with CS5 for the time being. I know that in order for formatting to transfer to the e-pub file on export, one has to make sure that all content is formatted using

  • Parameter Mapping with RFC Callable Object not working

    Hi Folks Scenario I have a process scenario like this Interactive Form Callable Object A -triggers> Process [Interactive Form Callble Object B -> Interactive Form Callble Object C -> RFC Callable Object ] All the forms A, B, C use same form template,

  • Time Machine randomly performing full backups instead of incremental

    I've been using a Time Capsule since October 2009 with my 13" MBP running Snow Leopard with no issues. A few weeks ago, I noticed Time Machine decided to do a full 160GB backup, which then filled the Time Capsule and then deleted older backups. It th