Clean search conditions when switch "Saved Search".

Hi,
My case as below:
a query page with an af:query that linked to a VO with *2 pre-defined View Criterias*. Criteria 1 includes field A, B, and Criteria 2 includes field A, B, C, D.
1. User visit the query page, and default Criteria 1 is selected in the "Saved Search" list.
2. User select Criteria 2 from "Saved Search" and input some value to field D and click Search.
3. User visit other pages that is belongs to other task flow within the same project.
4. User go back to the query page (the default Criteria 1 is selected), and click search.
The problem is:
At step 4, Criteria 1 is selected, field C and D is not included, but the search result is the same as step 1, the input values in step 1 is NOT reset.
If user select Criteria 2, the query value of D (that was input at step 2) is still existing.
I found this problem only happens when there is more than 1 boundled task flow, and user visit between task flows.
I am using JDeveloper 11.1.1.3 with ADF BC.
Samson Fu

Rename [http://kb.mozillazine.org/search.sqlite search.sqlite] to search.sqlite.old in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] to to test is there is a problem with the file.
See http://kb.mozillazine.org/Unable_to_search_or_add_new_engines
Create a new profile exclusively for the 4.0 beta version and create a desktop shortcut with -P "profile" appended to the target to launch that profile.
* http://kb.mozillazine.org/Testing_pre-release_versions
* http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
* http://kb.mozillazine.org/Shortcut_to_a_specific_profile
* http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

Similar Messages

  • Music pauses on my iPhone 5C when switching between apps or when receiving alerts/notifications sometimes (not always) and I have to manually restart the song. I'm running the latest 7.0.1 software. It's a bit annoying.

    Music pauses on my iPhone 5C when switching between apps or when receiving alerts/notifications sometimes (not always) and I have to manually restart the song. I'm running the latest 7.0.1 software. It's a bit annoying.

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • Programs crash when switching windows

    Hi, I have had this problem for a while now (about a month after I installed Windows 8.1 on my fresh new computer).
    The issue is when I switch windows (the odds are much greater if I minimise or use the show desktop button in the bottom right), the program may not respond, and require to be forcefully closed in task manager (or spamming the X
    button) to close, then reopened.
    This is not normal behaviour and is starting to get onto my nerves since I constantly have to restart my browser when switching between my IDE and it.
    Just recently it has started closing a particular background program too (Logitech Gaming Software) which is why I am now contacting support to resolve this issue.
    http://imgur.com/uVqpZwg
    This is my step(s) to reproduce the issue.
    I suspect this may have something to do with using an SSD and having a harddrive with my programs on. I modified the %programfiles% system variable and installed all new programs into that location.

    Please provide us with your Event Viewer administrative logs by following these steps:
    Click Start Menu
    Type eventvwr into Search programs and files (do not hit enter)
    Right click eventvwr.exe and click Run as administrator
    Expand Custom Views
    Click Administrative Events
    Right click Administrative Events
    Save all Events in Custom View As...
    Save them in a folder where you will remember which folder and save as Errors.evtx
    Go to where you saved Errors.evtx
    Right click Errors.evtx -> send to -> compressed (zipped) folder
    Upload the .zip file to Onedrive or a file sharing service and put a link to it in your next post
    If you have updated to win 8.1 and you get the error message "the system cannot find the file specified" it is a known problem.  The work around is
    to edit the registry.  If you are not comfortable doing this DONT.  If you are, backup the key before you do
    Press Win+"R" and input regedit
    Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels. Delete "Microsoft-Windows-DxpTaskRingtone/Analytic"
    Wanikiya and Dyami--Team Zigzag

  • Dreamweaver 6.1 - JavaScript error when switching between open tabs

    When switching between open tabs a sequence of javascript
    errors occurs. I had not used Dreamweaver for about 2 weeks, and
    last time I used it with no problems.
    I have tried uninstalling it, OKing removal of all files when
    asked, re-installing it and updating with dwmx61_updater.exe, but I
    still get the same errors.
    This has rendered the software virtually unuseable, so any
    help would be greatly appreciated, as I'm working to a
    rapidly-approaching deadline.
    "While executing Browse_Back enabled in toolbars.xml, a
    JavaScript error occurred"
    followed by
    "While executing Browse_Forward enabled in toolbars.xml, a
    JavaScript error occurred"
    followed by
    "While executing Browse_Stop enabled in toolbars.xml, a
    JavaScript error occurred"
    The relevant code seems to be :
    <!-- Browser nav toolbar -->
    <toolbar id="Browser_Toolbar" platform="win"
    label="Browser Navigation" container="document"
    initiallyVisible="false">
    <button id="Browse_Back"
    image="Toolbars/images/MM/back.gif"
    disabledImage="Toolbars/images/MM/back_dis.gif"
    tooltip="Back"
    label="Back"
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('back')"
    command="dw.getDocumentDOM().browser.backPage()"
    update="onEveryIdle"/>
    <button id="Browse_Forward"
    image="Toolbars/images/MM/forward.gif"
    disabledImage="Toolbars/images/MM/forward_dis.gif"
    tooltip="Forward"
    label="Forward"
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('forward')"
    command="dw.getDocumentDOM().browser.forwardPage()"
    update="onEveryIdle"/>
    <button id="Browse_Stop"
    image="Toolbars/images/MM/stop.gif"
    disabledImage="Toolbars/images/MM/stop_dis.gif"
    tooltip="Stop"
    label="Stop"
    enabled="dw.getDocumentDOM().browser.getPageBusy()"
    command="dw.getDocumentDOM().browser.stopPage()"
    update="onBrowserPageBusyChange"/>
    <button id="Browse_Refresh"
    image="Toolbars/images/MM/browserRefresh.gif"
    tooltip="Refresh"
    label="Refresh"
    enabled="true"
    command="dw.getDocumentDOM().browser.refreshPage()"/>
    presumably the next error is caused by the previous ones
    failing :
    "While executing getCurrentValue in AddressURL.htm, a
    JavaScript error occurred"
    the relevan tcode :
    function getCurrentValue()
    var dom = dw.getDocumentDOM();
    var value = dom.browser.getURL();
    if (value && value.length)
    //check if is it not a temp file
    //extract the tail of the url
    var filename = value;
    var slashIndex = filename.lastIndexOf("/");
    filename = filename.substring(slashIndex+1);
    var tempIndex = filename.indexOf("TMP");
    if (tempIndex != 0)
    addRecentAddress(value);
    return value;

    You can try this simple fix -
    Quit DW.
    Find this folder -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "earthdoctor" <[email protected]> wrote in
    message
    news:[email protected]...
    > When switching between open tabs a sequence of
    javascript errors occurs. I
    > had
    > not used Dreamweaver for about 2 weeks, and last time I
    used it with no
    > problems.
    >
    > I have tried uninstalling it, OKing removal of all files
    when asked,
    > re-installing it and updating with dwmx61_updater.exe,
    but I still get the
    > same
    > errors.
    >
    > This has rendered the software virtually unuseable, so
    any help would be
    > greatly appreciated, as I'm working to a
    rapidly-approaching deadline.
    >
    >
    > "While executing Browse_Back enabled in toolbars.xml, a
    JavaScript error
    > occurred"
    > followed by
    > "While executing Browse_Forward enabled in toolbars.xml,
    a JavaScript
    > error
    > occurred"
    > followed by
    > "While executing Browse_Stop enabled in toolbars.xml, a
    JavaScript error
    > occurred"
    >
    > The relevant code seems to be :
    >
    > <!-- Browser nav toolbar -->
    >
    > <toolbar id="Browser_Toolbar" platform="win"
    label="Browser
    > Navigation"
    > container="document" initiallyVisible="false">
    >
    > <button id="Browse_Back"
    > image="Toolbars/images/MM/back.gif"
    > disabledImage="Toolbars/images/MM/back_dis.gif"
    > tooltip="Back"
    > label="Back"
    >
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('back')"
    > command="dw.getDocumentDOM().browser.backPage()"
    > update="onEveryIdle"/>
    >
    > <button id="Browse_Forward"
    > image="Toolbars/images/MM/forward.gif"
    > disabledImage="Toolbars/images/MM/forward_dis.gif"
    > tooltip="Forward"
    > label="Forward"
    >
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('forward')"
    > command="dw.getDocumentDOM().browser.forwardPage()"
    > update="onEveryIdle"/>
    >
    > <button id="Browse_Stop"
    > image="Toolbars/images/MM/stop.gif"
    > disabledImage="Toolbars/images/MM/stop_dis.gif"
    > tooltip="Stop"
    > label="Stop"
    > enabled="dw.getDocumentDOM().browser.getPageBusy()"
    > command="dw.getDocumentDOM().browser.stopPage()"
    > update="onBrowserPageBusyChange"/>
    >
    > <button id="Browse_Refresh"
    > image="Toolbars/images/MM/browserRefresh.gif"
    > tooltip="Refresh"
    > label="Refresh"
    > enabled="true"
    > command="dw.getDocumentDOM().browser.refreshPage()"/>
    >
    >
    >
    > presumably the next error is caused by the previous ones
    failing :
    >
    > "While executing getCurrentValue in AddressURL.htm, a
    JavaScript error
    > occurred"
    > the relevan tcode :
    >
    >
    > function getCurrentValue()
    > {
    > var dom = dw.getDocumentDOM();
    > var value = dom.browser.getURL();
    > if (value && value.length)
    > {
    > //check if is it not a temp file
    > //extract the tail of the url
    > var filename = value;
    > var slashIndex = filename.lastIndexOf("/");
    > filename = filename.substring(slashIndex+1);
    > var tempIndex = filename.indexOf("TMP");
    > if (tempIndex != 0)
    > {
    > addRecentAddress(value);
    > }
    > }
    > return value;
    > }
    >
    >

  • Orange Screen when switching

    Hello, I recently bought a 15" mac book pro and partitioned the hard drive and installed 64 bit windows 7 on it, recently when switching from OSX to windows 7 using boot camp a orange screen with a white line will display and the computer is locked up. When turned off and turned back on windows 7 usually starts normally. I hadn't seen a similar topic on a similar problem and was wondering if I should be concerned.

    I know exactly what you mean regarding Orange, ever since they were taken over by France Telecom they have been going downhill.
    I ported away all of my Orange contract and PAYG numbers a few months back to o2 and Tesco myself.
    I find the Orange branding on my old unlocked 6230 that I gave my mother serves as a reminder that they will never get a penny from me again. The branding does not affect any functionality as far as I can tell on Tesco.
    I did have bluetooth issues with mine, so I had it updated at a Nokia service centre to 5.50 which cured most of the problems. If your handset is out of warranty they can charge anything up to around £20 for the firmware to be updated and depending on how you had it unlocked it could come back relocked to Orange, you could also have a word to see if anything can be done about the Orange branding if it still irritates you while you are there.
    First use the search to see if your question has already been answered...
    Secondly I will not knowingly assist in breaking the forum rules.
    My information is always changing, what I post at the time is usually true.

  • Check Condition when to create Project

    Dear expert!
    Now, I'm getting some issue about Checking condition when to create project.
    - When I create a project with coding mask '-XXXX-00-00-00-00-000' I want company code to have value 1000. If I enter another company code then the system will display message "you have to enter company code is 1000"
    Really, I don't know how i have to do.
    Help me, please!
    Best regards, Huy!

    Dear, Search the forum, this type of queries are raised many times before....Search it you will find it....
    Also, before posting any questions please search the forum, if you dont find it then you create a new thread.

  • Conforming when reopening Saved Projects!..Why?

    Win 7 / CC Premiere
    Conforming when reopening Saved Projects!..Why?
    I am about to do  a search in the forum because I have seen this issue come up before...but I have never experienced it myself.
    This is going to cripple me on my current project!
    So Why does Premiere do this?
    All media is on local drives.
    Project works fine and is saved and backed up... then re open it and ....Nothing works because of 'Conforming' !

    you talking about mov renamed mpg ? thats the only time I saw any 'conforming' at all with the dslr stuff... never saw conforming as mov. DID see conforming as mov renamed mpg. Plus only got sound... which is another issue...

  • Inform users on unsaved data when switching between/starting new TaskFlows?

    Hi
    In our case, we are using the multiTaskFlow concept to dynamically start new TaskFlows in Tabs. The simple requirement is to have a generic way to inform users on modified unsaved data when switching or starting new TaskFlow
    I did research in google for answers, but did not found anything working.
    For example, I added following checks (df=dirtyFlag) just before switching between Tabs and Menu-items:
    boolean df1 = am.getApplicationModuleDef().isDirty();
    boolean df2 = ControllerContext.getInstance().getCurrentRootViewPort().isDataDirty();
    boolean df3 = ControllerContext.getInstance().getCurrentViewPort().isDataDirty();
    boolean df4 = AdfFacesContext.getCurrentInstance().getDirtyPageHandler().isDataDirty();
    boolean df5 = am.getTransaction().isDirty();
    boolean df6 = am.getDBTransaction().isDirty();
    boolean df7 = bindingContext.getDefaultDataControl().isTransactionDirty();
    boolean df8 = dcBindingContainer.getDataControl().isTransactionModified();
    boolean df9 = dcBindingContainer.getDataControl().isTransactionDirty();
    Start Application and perform a TAB switch without searching or changing anything
    df1 true
    df2 false
    df3 false
    df4 false
    df5 false
    df6 false
    df7 false
    df8 false
    df9 false
    Within a TaskFlow I perform a SEARCH and perform a TAB switch, flags change to following:
    df1 true
    df2 true
    df3 true
    df4 true
    df5 true
    df6 true
    df7 false
    df8 false
    df9 false
    I MODIFY values within TF and perform a TAB switch, flags remain same and regardless what I do, they remain so:
    df1 true
    df2 true
    df3 true
    df4 true
    df5 true
    df6 true
    df7 false
    df8 false
    df9 false
    Do you know a working approach?
    Thanks in advance!

    Hi,
    its for when you leave a view, not when you switch task flows in a page. To get back to your question, one thing you forgot to mention is what data control state is it that the task flows have: shared or isolated? If they have a shared state then only a single transaction is on and you should be able to tell the dirty state by calling
    boolean df2 = ControllerContext.getInstance().getCurrentRootViewPort().isDataDirty();
    However, if the task flow is in isolated mode then you will need to get a handle to the data control frame used by that task flow.
    BindingContext ctx = oracle.adf.controller.binding.BindingUtils.getBindingContext();
    String frameName = ctx.getCurrentDataControlFrame();
    DataControlFrame frame = ctx.findDataControlFrame(frameName);
    boolean isDirty = frame.isTransactionDirty();
    //see: http://docs.oracle.com/cd/E15051_01/apirefs.1111/e10653/oracle/adf/model/DataControlFrame.htmlHowever, this information is only available from within the task flow, which means to check this from the outside you need to provide a mechanism to get to this information (contextual events would be an option. You define a contextual event receiver on the task flows that when called checks the current transaction state and then "fires" the answer back to the caller, which then obtains a map of task flow transaction states to check before navigating away or switching task flows.
    Frank
    Edited by: Frank Nimphius on Apr 11, 2013 2:48 PM

  • Input source selector does not show when switching the input source

    Hi,
    I'm running OS X Mavericks on my late-2013 15" MacBook Pro with Retina Display. I set a key combinations in Keyboard section in System Preferences to "Select the previous input source" and "Select next source in Input menu".
    In my previous MacBook, whenever I use the shortcut to switch my input source, there's a selector (as shown below) appear in the middle of the screen showing what input source I am selecting. Strangely, on this new MacBook, it just doesn't show it.
    I thought that this is a change in Mavericks, but a few days ago, I install Mavericks on my old MacBook and the selector does appear when I am switching the input source using the shortcut. I have search throught all the setting in System Preferences, but there is no option to show or hide the Input source selector when switching the input source. Am I the only one? Am I missing something? Is there any fix?
    Thanks in advance.

    Try troubleshooting the adapter > Apple Portables: Troubleshooting MagSafe adapters

  • Wi-fi always has to be hand connected when switching programs or useres

    I have an imac running on 10.7.5 that wi-fi always has to be hand connected when switching programs or users. Can anyone help? Is something wrong with my settings? It will also look for all surrounding wi-fi connections, I cannot seem to get it to only connect to mine.

    There are some apps that let you check the speed of your Wifi or let you analyze your network connections.
    Search for "Wifi finder", "System Status" or similar apps.

  • System reboots when switching users.

    I have looked through the boards and can't find reference to this problem.
    When switching users in Windows XP Pro SP2, from a power user to my admin acct. the sys will reboot after core center loads. The other users are not looged off of XP by way of fast user switching.
    If other users log on while the admin acct. is still active, no problem and I can also log back into the admin acct. w no problem.
    Additionally when logging in to a non-admin acct. the following error messages appear.
    Hadrware Monitor  failed to load Drive 1 .... Invalid  handle
    (Core Center) No hardware Monitor .... Invalid handle
    (VBIOS) FLASH_MMIO_MAP DeviceIOControl Error.
    If the items are not connected please piont me to the proper forum.

    First late me comment on what a great library this forum has. It would seem that most issues are covered and often repeated. Some time may be involved to find a solution, but hard work is it's own reward.
    Looking through the threads I've seen several referencves to doing a clean install after installing a new MOBO. I have not done this yet. So I have prepared a slipstreamed Win XP SP2 CD (as suggested in the threads). Before I continue I have to ask for a few suggestions.  
    First-- I will be removing all attached components and periphials (video,sound and externals) withe the exception of the mouse and keyboard. I will set the bios to boot from the CD. So what I would like to know is if my HD config is acceptable and is there a preferred order to connect other devices after install and all updates?
    The 20 gig HD has been reformatted (NTFS) in 2 partitions, Zdrive is 1500mb for swap/page file(as per forum). This drive wasn't doing anything on my sys anyway. I only used it to try linux and I didn't have the patience to figure it out.
    After all drivers are installed is it possible to use the programs installed on the old drive, or should the be re-installed also. I can save all important data if this must be done (ie. saved games, documents, photos etc.).
    Last this is a shared machine w/teens. I have been through a lot to eliminate and protect my self from adware/ spyware and will continue to do so. I would like to keep the user profiles (Power Users) so that games and other software can be used without needing the admin password. This may be off topic but any suggestions would be helpful.

  • IPhone 4 OS 7.1.2 (11D257) display normal when switching on, turns to very high contrast primary colours only, no tonal graduation. Wifi no longer works.

    iPhone 4 OS 7.1.2 (11D257) display normal when switching on, turns to very high contrast with bright primary colours only, no tonal graduation.Initially problem arose every time I switched the Camera on, but has worsened such that any application can cause it. In Camera, after a short time screen goes black. Also,  Wifi no longer works. 

    You're welcome
    In case you don't want to buy a new iPhone, Apple will replace the whole unit if you are willing to pay the service fee of 149$ for the iPhone4.
    Out-of-warranty repair service
    If your repair isn’t covered by Apple’s One Year Limited Warranty, AppleCare+, or AppleCare Protection Plan, your iPhone might be eligible for out-of-warranty service. For example, liquid damage isn’t covered by warranty but might be eligible for out-of-warranty service. Some damage isn’t eligible at all, for example if your device has been broken into multiple pieces. See Apple’s Repair Terms and Conditions for complete details.
    Read Apple’s Repair Terms and Conditions
    Model
    Out-of-warranty service fee
    Battery service*
    iPhone 6 Plus
    $329
    $79
    *available only if battery
    fails Apple’s diagnostic test
    iPhone 6
    $299
    iPhone 5s, iPhone 5c, iPhone 5
    $269
    iPhone 4s
    $199
    iPhone 4, iPhone 3GS, iPhone 3G,
    Original iPhone
    $149
    Plus a $6.95 shipping fee, if required. Fees are in USD and exclude local tax. Pricing is for service through Apple. The final service fee we charge will be determined during testing and may be less than the service fee listed above. Pricing and terms vary for service through an Apple Authorized Service Provider.
    copied from Service Answer Center - iPhone

  • How to correct or fix slow imac on start up or when switching user.  Blue Screen will stay on for 3-5 minutes.

    How do I fix a slow imac on start up and when switching user?  The blue screen will stay on for 3-5 minutes.
    Thanks

    How much free space do you have on your hard disk? And have you ever performed a backup & clean install after an OS X upgrade?

  • Help! mail dissappears when switching from junk training to automatic mode

    I'm a new Mail user recently switched from 20 years of Eudora. I'm using Mail with a standard POP account. I've had no trouble setting up mailboxes and importing my old mail.
    I've been using junk filtering in training mode for the past few weeks and want to switch to automatic mode. When I tried doing this, all of my inbox messages suddenly disappeared. I quit mail and rebuilt my inbox and found myself with thousands of duplicated messages. I'm using Andreas Amann's remove duplicates script to clean up my inbox (it's taking forever but working!)
    My inbox has about 7000 messages currently. My practice with Eudora has always been to keep the current year in the inbox and archive at the beginning of the new year. I'd like to continue this with Mail.
    A couple questions:
    1) will rebuilding a mailbox cause duplicates? When should one use rebuild?
    2) do I just need to be more patient and let mail do its thing when switching from training mode to automatic?
    3) is 7000 messages considered too many for a single mailbox?
    Any help much appreciated. Many thanks!
    --dhl
    Powerbook 15" Aluminum   Mac OS X (10.4.8)  
    Powerbook 15" Aluminum   Mac OS X (10.4.5)  
    Powerbook 15" Aluminum   Mac OS X (10.4.5)  

    1) will rebuilding a mailbox cause duplicates?
    No.
    When should one use rebuild?
    This question doesn’t have a simple answer in the case of Mail 2.x and POP accounts.
    2) do I just need to be more patient and let mail do its thing
    when switching from training mode to automatic?
    I think so.
    3) is 7000 messages considered too many for a single mailbox?
    There is a limit on the overall size of individual mailboxes rather than on the number of messages stored in them -- see Overstuffed mailbox is unexpectedly empty.

  • AE 2014.2 crash when switching preview panel with Matrox

    I newly bought a pc with Matrox M9138 card, and using it for professional use. All works fine, except for Adobe After Effects CC 2014.2: it simply crashes when switching between the Preview-panel and Render-Cue panel.
    When I look in AE preferences under Video-preview > Mercury transmit doesn't even show that there is a Matrox-card. The only option there is Adobe DV. So, I guess AE doesn't find and even makes use of my Matrox card.
    Technical info:
    Windows Version: 8.1
    Processor: Intel Core i7-4790 CPU, 3.6 GHz
    RAM: 16GB
    Type: 64bits
    Matrox M9138 LP PCIex16
    Driver version 2.4.3.2 (4.4.3.2) for Win 8-64bit
    Adobe CC After effects 2014.2
    After Efects error: "Crash in progress. Last logged message was: <816><ae.blitpipe><2> Making New Context"
    First I installed the Matrox driver, and then Adobe CC, but After effects crashed when switching between preview-panel and render-cue-panel (No Matrox recognition in AE preferences > Mercury transmit)
    Now I did it in other order:
    - I removed Adobe CC (AE included) and all parts
    - Did extra checkup removal with Adobe CC cleaner
    - Removed the Matrox driver
    - Restarted PC
    - Reinstalled Adobe CC with AE
    - Reinstalled Matrox Driver
    - Restarted PC
    - matrox fully installed and working perfectly (no errors in Display Adapters info).
    But still, After effects crashed (Still no Matrox recognition in AE preferences > Mercury transmit)
    I contacted Matrox technical support, and as I suspected, they say they haven't had this problem before and all works fine.
    Typical...
    Does someone has an idea what the problem would be?
    Help or info would be very appreciated.

    Solution:
    My graphics card did not supported the "Mercury Playback Engine GPU Acceleration (Open CL)". You can change it into "Mercury Playback Engine Software Only" in your Project Settings.
    But this is in the wrong place in my opinion. Why not in "Edit/Preferences"? I could've changed it by myself but I did not find the menu.
    Thanks Michaela from the Adobe Support Chat!

Maybe you are looking for

  • Camera Raw 8.7.1 color issues

    After the recent camera raw update to 8.7.1 I have noticed some pretty bad color shifts between camera raw and photoshop cs6. The colors in camera raw look very saturated and then when moving into photoshop the saturation shift is pretty dramatic. I

  • N79: Picture not save into phone/external memory a...

    Greeting to all nokia user.... I am having problem with my N79 handphone.... It seem after taking photo, the photo wont save into the phone. I try to check all the setting and didnt see any abnormality. Already restart my phone and remove and insert

  • Enhancing CRM Extractors

    Hello Gurus,    I have done some enhancement for 0CRM_SRV_PROCESS_I data source using user exit program by calling CRM_ORDER_READ function module. With this we are experiencing some performance problem as CRM_ORDER_READ is bit slow. That was my conce

  • How to create Work Order in CMRO

    Dear All, We are new to using Oracle CMRO and because of unavailability of CMRO resources, we are facing quite a few problems while working on CMRO. Can anyone please help me out how can I create Work Order using CMRO. If anyone can provide me with O

  • Time Recording Interfaces

    Hello To All, I would like to know how time recording interfaces work and how many diferent types of interfaces are there. Rgds, Tara