Displaying loading busy popup when performing long task.

Dear All,
I am refering sample #27 on http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html as i came across the thread Re: Cursor busy state
But the solution is not working in my scenario following is my code.
JAVASCRIPT
function enforcePreventUserInput(evt) {
var popTask = AdfPage.PAGE.findComponentByAbsoluteId('popTask');
if (popup != null) {
AdfPage.PAGE.addBusyStateListener(popTask, handleBusyState);
evt.preventUserInput();
//JavaScript call back handler
function handleBusyState(evt) {
var popTask = AdfPage.PAGE.findComponentByAbsoluteId('popTask');
if (popTask != null) {
if (evt.isBusy()) {
popTask.show();
else {
popTask.hide();
AdfPage.PAGE.removeBusyStateListener(popTask, handleBusyState);
<af:selectOneChoice required="#{bindings.EMAIL_TEMPLATE_LOV_VO11.hints.mandatory}"
shortDesc="#{bindings.EMAIL_TEMPLATE_LOV_VO11.hints.tooltip}"
id="emailTemplate" simple="true"
valueChangeListener="#{backingBeanScope.generate_backing.templateSelected}"
autoSubmit="true"
valuePassThru="true">
<af:clientListener method="enforcePreventUserInput" type="valueChange"/>
<f:selectItem id="select" itemLabel="<-Select->"
itemValue="-1"/>
<af:forEach var="row"
items="#{bindings.EMAIL_TEMPLATE_LOV_VO1Iterator.allRowsInRange}">
<f:selectItem itemValue="#{row.attributeValues[0]}"
itemLabel="#{row.attributeValues[1]}"/>
</af:forEach>
</af:selectOneChoice>
<af:popup id="popTask" contentDelivery="immediate">
<af:dialog id="d2" type="none" title="Please wait ..."
closeIconVisible="false">
<af:panelGroupLayout id="pgl1" layout="vertical">
<af:image source="/Images/oralogo_small.gif" id="i1"/>
<af:image source="/Images/pleasewait.gif" id="i2"
inlineStyle="width:214px;"/>
<af:outputText value="... please wait" id="ot11"/>
</af:panelGroupLayout>
</af:dialog>
</af:popup>
Can any one please point me out where i am going wrong ?..
-Thanks

Do did not mention what went wrong or is not working.
Have you tried the sample from the code corner page?
Does this sample work? JDev version?
Timo

Similar Messages

  • Mac Pro Freezes when performing certain Tasks?

    My Mac pro has been freezing recently which requires me to hard boot and I'm not quite sure whats going on. Let me go a bit more into detail.
    Now when I say freeze, I don't mean beach balling, I mean literally the entire screen is motionless and I must hard reboot. Its odd really, the computer only freezing when doing certain tasks, such as when I render 3D graphics with Cinema4D, or whenever I play certain games on steam.
    I have recently installed windows as a partition for bootcamp, but I don't believe that is the issue. I have experienced the freezes while running my machine in both Windows and Mac.
    Its important to note that when booting my Mac in SAFEMODE, the freezing does not occur while performing the same tasks. So this leads me to believe there is a process going on thats causing the computer to freeze up?
    What I think I have managed to rule out as problems:
    - Not a Hard Drive failing issue, I booted from my backup hard drive and the freezing still occurs.
    - Not a Heat issue, I've installed iStat and my top temperature barely raises to 60 degrees celsius when freezing occurs.
    - Not an issue with the Windows partition, as I booted from my backup drive that is without the partition and the freezes still occur.
    - Not a Ram issue, I took my ram cards out and swapped them around.
    One other things... Not sure if this is relevant, but upon one of the freezes, I rebooted and got this on my startup screen, It was bizaar and it froze here as well. This only occured once but I snapped a photo of it.
    Any ideas? Could it be a graphics card issue?
    Thank you for your help!
    Specs:
    Mac Pro (Early 2009)
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro4,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.26 GHz
      Number Of Processors:          2
      Total Number Of Cores:          8
      L2 Cache (per core):          256 KB
      L3 Cache (per processor):          8 MB
      Memory:          8 GB
      Processor Interconnect Speed:          5.86 GT/s
      ATI Radeon HD 4870:

    That panic was not caused by third-party software. If it's a recurring problem, the remaining possibilities are (1) a damaged Mac OS installation; (2) a hardware fault, which could be internal or in a wired peripheral device; and (3) an obscure bug in the Mac OS.
    You can rule out the first possibility by reinstalling the Mac OS. Probably there will be no change. In that case, make a "Genius" appointment at an Apple Store to have the machine tested.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros (do this only if you know how to restore, and you have at least two independent backups.) Don’t erase the Lion recovery partition, if present.

  • Show message popup when finish assigning task

    Hi all,
    I want to whenever user finish assigning task to other user, bpm will show popup window to confirm some information (i have just tried FaceMessage). Now, I am writing code in event TaskValidationCallback but it's not working.
    Somebody help?
    Thanks.

    Hello Nguyen -
    CIL (Common Intermediate Language) is the code we are writing inside the activity as method.
    It can be any one of BPL(Business Processing Language - is the common snippet using for OBPM) or .NET or Java code.
    In the above case we are using BPL.This is the beauty of Oracle BPM.Its supports all the three :)
    Each process activity references a method. Methods can have CIL code implemented or can be empty,
    but associated methods must always exist for process activities.
    Please check : http://en.wikipedia.org/wiki/Common_Intermediate_Language
    BR,
    Justin.

  • Arbitrary behaviour when performing simple tasks.

    Hi, does it happened to anyone that when clicking somewhere in Firefox (it happened the same in Chromium, but in Firefox was more notable) instead of do nothing or do what it has to do (i.e. enter a forum thread) it opens a new tab, or new tabs, opens a new direction in the current tab?
    Or for example when you just select some text it pastes that text in a new window and starts a Google search?
    So my question is... WTF is happening?! Is this some sort of bug? Have anyone come across something similar? I'm getting crazy, it doesn't happen always but I kind of angry about it. Is there any known fix?
    Right now I was using my touchpad and happened several times. I'm in a Dell Inspiron 1520, NVIDIA graphics card and Gnome 2.30 as desktop environment, everything updated.
    Compiz effects are enabled: Gnome compatibility, desktop cube, rotate cube, window decoration, wobbly windows, text, dbus, resize info, workarounds, application switcher, move window, resize window, ring switcher and scale.
    Thanks for reading and for your time.
    EDIT: Doesn't happen with browsers only, I've just selected something in Firefox I was to paste in GEdit and just a left click to select the line where I wanted to paste it pasted it in the end of the line. What's this behaviour about?!
    Last edited by MickST (2010-04-15 18:01:14)

    Hi, I've getting exactly this behaviour too for the last couple of days and I agree that it's very annoying. I'm using KDE and have disabled anything which might fire either a right or middle click from the touchpad section of system settings, but it still happens.
    I think that this could be due to one of two things:
    1) the touchpad is firing actual middle clicks,  or
    2) the touchpad is firing right clicks, which when simultaneous with my left click causes a simulated middle click.
    I generally use the latter behaviour to generate actual desired middle clicks, so don't want to disable it all together. Note that this only happens for me when I actually click at all (with the left button) and something misinterprets it as a middle click instead.
    In case it helps, I have this in my /etc/hal/fdi/policy/11-x11-synaptics.fdi (mainly so that I can access the thing using the shared memory functionality required, and set some sensible defaults).
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    </match>
    </device>
    </deviceinfo>

  • Very noisy iMac, fans running at full speed even when performing smal tasks

    I have a 2009 21 iMac, recently the computer became very noisy with the fans running at full speed all the time even when checking the email or just using Safari. I don't do anything crazy like 3d renderings so I don't know why the fans wont stop. I recently cleaned it but this didn't seem to solve the problem.
    Anyone knows what's the problem and how can I fix it?
    Thanks

    Hello irisfailsafe
    Welcome to Apple Discussions
    Reset the SMC > http://support.apple.com/kb/HT3964
    +1. Shut down the computer.+
    +2. Unplug the computer's power cord.+
    +3. Press and hold the power button for 5 seconds.+
    +4. Release the power button.+
    +5. Attach the computers power cable.+
    +6. Press the power button to turn on the computer.+
    Dennis

  • Display a login popup at (browser-enable) form load.

    Hi,
    Help, please.
    I need to pull the employee’s information from a SAP Web Service but in order to do that I need to pass two parameters: UserID and Password.
    What I want to do?
    I want to display
    a login popup when the browser-enable form load. Something like this:
    How can I do that?
    I’m open to ideas and suggestions. I need some guidance, please.
    Thanks in advanced

    Hi Efebo,
    To display a login popup in the InfoPath form, I recommend to add a button in the form and click the button will popup the login form.
     Please follow the link below for detailed code samples:
    Opening a SharePoint 2010 Modal Dialog Box from an InfoPath Form:
    http://msdn.microsoft.com/en-us/library/ie/hh278954.aspx
    Here is a link about consuming SAP Enterprise Services in a Microsoft Office InfoPath Form for your reference:
    http://www.doc88.com/p-64981574795.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • KT4V CPU load too high when IDE active underXP Pro

    Hey there,
    Plz help with this:
    Win XP Pro on KT4V run fine except for the high CPU load when performing ide tasks (load, copy etc...).
    Tried Win98SE, HDTach reports 5% only. Under XP 55%.
    All drivers up-to-date, wiring OK, latest BIOS burned, HDD in UDMA 5 mode.
    Any ideas? BAS, did you not experience similar prob?
    Thanks.
    Cheers,
    Markus
    SYS:
    MSIKT4V
    TBird 1.4G
    512MB 333Mhz RAM
    GF 4200Ti
    WB JB drive 80gigz (7200, 8MB cache)

    The problem is not your code, but the stock JMF DirectSound audio renderer.
    The audio renderer has its DirectAudio buffer hard-coded to hold 2 seconds of sound. Therefore, if you have any lag for any reason from the audio card driver when sound is starting up, you will have an audio delay of up to two seconds.
    My company had to make heavy modifications to the original JMF audio renderer. We set up a 300 millisecond buffer and also introduced code to handle buffer starvation, etc., etc. I would suggest you get the JMF source code and check this out for yourself.
    Good luck.

  • Problem description: My  macbook pro since this afteon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click-  EtreCheck

    My computer
    Problem description:
    My  macbook pro since this afternoon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click…
    EtreCheck version: 2.1.8 (121)
    Report generated 31 de março de 2015 18:29:15 BRT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 250
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 0:25:47
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (320,07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (47.94 GB free) - 51 errors
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.trusteer.rapport.rapportd.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.trusteer.rooks.rooksd.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Stickies    Application  (/Applications/Stickies.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
        npsf_cef: Version: sf 3.3.1.1 [Click for support]
        Google Earth Web Plug-in: Version: Unknown
    Safari Extensions: ℹ️
        DivX HiQ
        DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MacFUSE  [Click for support]
        Perian  [Click for support]
        Trusteer Endpoint Protection  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 318.84 GB Disk used: 270.90 GB
        Destinations:
            Time Machine Backups [Local]
            Total size: 999.86 GB
            Total number of backups: 60
            Oldest backup: 2012-07-15 01:16:54 +0000
            Last backup: 2015-03-29 19:28:06 +0000
            Size of backup disk: Excellent
                Backup size 999.86 GB > (Disk size 318.84 GB X 3)
    Top Processes by CPU: ℹ️
            97%    rapportd
             3%    WindowServer
             1%    mds
             0%    fseventsd
             0%    distnoted
    Top Processes by Memory: ℹ️
        155 MB    Safari
        120 MB    Finder
        86 MB    rapportd
        86 MB    WindowServer
        69 MB    mds_stores
    Virtual Memory Information: ℹ️
        12.56 GB    Free RAM
        2.53 GB    Active RAM
        428 MB    Inactive RAM
        1.66 GB    Wired RAM
        1.04 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 31, 2015, 06:00:15 PM    Self test - passed
        Mar 31, 2015, 01:13:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-131305_[redacted].crash
        Mar 31, 2015, 01:05:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-130542_[redacted].crash
        Mar 31, 2015, 12:24:33 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-122433_[redacted].crash
        Mar 30, 2015, 05:45:38 PM    /Library/Logs/DiagnosticReports/Skype_2015-03-30-174538_[redacted].cpu_resource .diag [Click for details]
        Mar 30, 2015, 01:52:07 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Last.fm Scrobbler_2015-03-30-135207_[redacted].crash
        Mar 29, 2015, 05:55:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-03-29-175505_[redacted].crash
        Mar 29, 2015, 01:06:38 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130638_[redacted].hang
        Mar 29, 2015, 01:02:47 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130247_[redacted].hang

    Open Activity Monitor and kill this process - rapportd.
    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • Implement commit,rollback,cancel popup when swapping task in dynamic region

    Hello,
    I have been trying to implement this functionality when I swap task flows in a dynamic region....
    A popup/dialog to be displayed with the following options (assuming there are changes to be saved on the task flow being swapped out)
    Commit - save the changes on the the outgoing task flow and continue to bring in the new task flow
    Rollback - cancel the changes on the the outgoing task flow and continue to bring in the new task flow
    Cancel - remain on the outgoing task flow and do not bring in the new task flow
    If i click on a button within the outgoing task flow, it is possible to determine the condition of the view object, determine if there are pending changes and display such a dialog, the problem is if that the navigation within the dynamic region is being performed from outside the region, we are advised against using task flow return activities when using bounded task flows within regions ( section 17.1.8 of fusion dev guide for 11.1.1.1.0 ) so the only thing i can think of is building a finalizer routine for the task flow. While this does get executed when the task flow is swapped out... how can i display the dialog from there, and stop execution of the finalizer and return to the original task flow if ultimately i want to cancel.
    Any ideas? other solutions?
    Thanks.

    Thanks for the reply Richard,
    I think this will probably be an important feature for anyone using the single page model, unless that model is not being encouraged/being discouraged. Unfortunately I'm not aware of the "How-to" you mentioned, but I would dearly LOVE to be. The project I am working on is in a relatively early stage, and this would be the time to put things in extension libraries, templates and the like. Especially if there is no official line on when a formal fix might be available, the plans not being firm and all...
    But thanks for the reply none the less... I'd still appreciate any further information if anyone has some form of solution.
    Cheers

  • GETWA_NOT_ASSIGNED short dump when load business partner master data

    Hi
    I've this error GETWA_NOT_ASSIGNED short dump when load business partner master data, it's running in BI 7.0 with support package 12.
    The error is because the field symbol is that pointed to the line of an internal table that was deleted.
    I think that it's an incompatibility between subroutine and unicode.
    Do you have idea about correct this error?
    Regards
    Jose.

    Hi Ravi
    Yes, it's a dump
    It's when running a process chain to load Business partner master data
    The error say:
    -.You address a field symbol that pointed to the line of an internal table that was deleted.
    -.You address a field symbol that was previously reset using UNASSIGN or that pointed to a local field that no longer exist.
    -. You address a global function interface, although the respective function module is not active - that is, is not in the list of active calls. the list of active calls can be taken from this short dump.
    I think that it's for the unicode corversion because I've the last support package 12 installed and the rest of the process chain are running perfect.
    My hotmail mail is [email protected] if you need the screen shot.
    Regards and thanks a lot
    Jose

  • Website doesnt not display as it should when published to business catalyst

    I have just uploaded my website created through muse via Business Catalyst, I have also made the website live. However when I go to via via thdawkinsphotography.businesscatalyst.com  the site doesnt appear the same with what I uploaded.  The title is smaller that it supposed to be.
    Here is how it should look.
    This is how it looks when published through Business Catalyst when made live.
    The top picture is how it also looks when previewed in Muse CC (2014)
    I am not sure why my site is displayed differently through Business Catalyst but I had moved from my original hosted site to business catalyst due to not being able to upload my site to the server via ftp as well as the site kept timing out, so I decided to use my Creative Cloud included webhosting through business catalyst.
    Can anyone help with this please. Is it a bug with Muse CC (2014) or Business Catalyst webhosting.

    After carefull investigations my original webhosting server is obviously having some major problems at present.  However I cannot see why hosting my site with Business Catalyst has reduced my Main Master page title size.   The width of the title should be longer than the length of the menu bar.  But it not and it obvious adobe have no idea on why its happen, and thats maybe why I havent heard from them.  As a result of this I will have to go and fork out more money to get webhosting  elsewhere which will allow me to upload my website through MUSE CC (2014). 
    I ask that if an adobe staff members reads this, please address this issue, as I need a webhosting service that will display my website correctly and business catalyst just doesnt cut to the chase.  Everything that was working fine for me in Muse CC is no longer working for me in Muse CC (2014). 
    Is there a way to revert my website back to Muse CC after opening it and editing it in Muse CC (2014).

  • Imac crashing/flashing when performing tasks

    Hi Guys,
    My Imac (Late 2011 21.5 Inch) is show casing a few odd issues the past week that are a bit scattered, I can't really connect them to one common diagnoses. Maybe you guys can shed some light on it for me please??
    1. Start up is suddenly taking longer than normal.
    2. Today, when performing an Iphoto Data transfer to USB it kept failing. The screen briefly flashes and the task is no longer viewable on the monitor. It was only possible to complete if I lowered the data transfer. I had 430 pics to transfer. I had to do it in chunks of 25 in order to complete the transfer, other wise it would Flash quickly and the task would fail.
    3. I use Logic Studio mostly on my Imac. If you are familiar with this soft ware you'll know about Plug Ins and the channel where they are viewable. This week the Plug Ins all had black lines through them as if they couldn't be located? This made me cry like Id lost a parent suddenly. Im still grieving 
    Finally.
    4. The main menu bar at the top of the screen doesn't appear, unless you click on any given App etc. I click finder to make it appear or Itunes etc.
    Clearly there is an issue but from the above, but do these symptoms collectively shout out an obvious diagnoses to you guys?? I get the feeling Il have more examples pretty soon  Additionally, Am I right in thinking there is a diagnostics test on-board I can run to determine any detectable errors??
    Appreciate any input!
    Thanks 

    When you have the problem, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • How to avoid the transport request popup when changing real-time load behav

    Hello experts,
    I'm often switching between the two loading mode, and I already worked in systems where I don't have the popup for transport request : (so I guess there is a possible tuning anywhere)
    How to avoid the "asking for a transport request" popup in BW when changing real-time load behaviour of an infocube
    Thanks in advance, I will save precious time
    Guillaume P.

    Hello Krishnan,
    i tried to switch all object types from "not changeable" to "changeable original", but still get the popup when switching cube loading mode.
    Do you know the particular object type to manage ?
    Hello Vishnu,
    same thing, whatever the option is (switch on / off standard) I have the transport popup.
    Anyway thanks for your try.

  • How come when i try to sign in an error message says it cannot perform this task?, How come when i try to sign in an error message says it cannot perform this task?

    I cannot log into the itunes store. Everytime that I have tried to log in and error message appears and says it cannot perform this task...and when I try to go into the music section of the application it says its not availble in the U.S as this time? Is there any one else having the similar problem?

    If you can't send an SMS message, iMessage will NOT be able to activate. It uses SMS to activate it and tie it to your phone number. Contact your carrier about the SMS problem.

  • When i am creating a free iCloud a/c the message is being displayed as"This device is no longer eligible for free iCloud a/c", when i am creating a free iCloud a/c the message is being displayed as"This device is no longer eligible for free iCloud a/c"

    when i am creating a free iCloud a/c the message is being displayed as"This device is no longer eligible for free iCloud a/c", when i am creating a free iCloud a/c the message is being displayed as"This device is no longer eligible for free iCloud a/c"

    There is a limit to how many free accounts that can be created on an iOS device. You will either need to use one that you've already created on it, or create another one on a different device or computer.

Maybe you are looking for

  • Can't back up library

    Would like to back up my Library to DVDs but my latest version of iTunes is not working as before.  When I click Edit>Library>Export I get a Windows box and if I select the DVD drive nothing works - get an error message.  Previously I would get an iT

  • Kindly help if u can...urgent

    m yproblem is that i hav autonumber field user_id in my oracle table; wen i insert sequence seq.nextval from oracle ide it workz fine...bt now i hav user profil nd i hav to make entries thru java code...nd wen i use pt=con.prepareStatement("insert in

  • I've Got 99 Problems...

    Hey All, I've got so many issues going on with Final Cut Pro and, one project in particular, that I don't even know where to begin. Running the latest versions of everything, including the Apple Pro Application update from yesterday (10.21.05). All r

  • OHJ Error Msg

    Hello, I have Oracle 9.2.0.1.0 and developer suite release 2 9.0.2.0.0 installed on Red Hat 8. I did a full install of Developer and after a few fixes it installed ok. I installed it to a new ORACLE_HOME. When I use it I have to switch to the develop

  • How are you Using iBooks Author and Samples

    I'm curious to see how everyone is using iBooks author to create books. Are most people copy/pasting content into their book or are they directly writing the content in the book? How many have just imported the information from another word processin