Opening a modal panel depending on a server-side decision. How?

Hi,
Short version: How can you conditionally open a Richfaces modal panel (or, for that matter, perform any other action) on the client, depending on the (boolean) outcome of a server-side method?
Long version: I have a form which, among others, contains an address, which needs to be checked against a geo database, in order for the coordinates (latitude/longitude) of that address to be added. Now the thing is, if there is no 100% match (e.g. due to a misspelling or if there are many names for the same town) only the zip codes are matched, and there are zip codes that cover many towns or small villages. In that case, I'd like to popup a modal panel with all the towns/villages with that zip code, so that the user can choose the one that is actually meant. If there is a single exact match (or if the address was not changed at all -- there is also other data on the form) then nothing should popup and the form data just saved as usually.
What I've tried so far is to bind the submit button to an action method that checks the address and if it's all OK saves the form data to the DB and sets a bean property to false (meaning "no popup"). If there are multiple choices for the address, then the bean does nothing but set the bean property to true (do popup) and return. Then on the client, the modal panel's rendered attribute is bound to that boolean property, so that it is rendered or not as appropriate. Finally, the submit button (which is an <a4j:commandButon>) is set to reRender the modal panel on completion of the submit request, so that the bean property is re-evaluated.
On theory, this should work. (Or am I missing something?) However, the modal panel just does not pop up, no matter what I do (the business logic itself with saving and matching and stuff works fine). Are there any other ideas about how this behavior could be achieved? Am I missing some point?
Any comments or ideas are appreciated!
Greetings,
Mike

you can use this:
<a4j:commandButton data="#{mybean.mybool}"
                   oncomplete=" if (data == true) {
                                   #{rich:component('mymodalpanel')}.show()
                                } else {
                                   return false;
                                }" />

Similar Messages

  • Bw web report plugin http session hangs at the server side

    Hi,
    I am having problems when closing the browser of a BW web report. After I closed the browser by going File->close, I ran SM04 and found out the Plugin HTTP session hangs at the server side.
    How can we terminate the Plugin HTTP session at the server side when user closes the internet browser?
    I did implement a logoff function at my web template, if user clicks on the logoff, the Plugin HTTP session is terminated at server side correctly. But As you know, 50% of time user will close the report by closing the internet browser instead of clicking the logoff. That leaves lots of hanging Plugin HTTP sessions at our server side.
    By the way, we actived our BEX service at the SICF.
    Thanks for help!
    JA

    Hi
    If you want to avoid a blank page with logoff button, add opener=0
    <a href="<SAP_BW_URL CMD='LOG_OFF' ~command='logoff'
    >" onClick="javascript:window.close(opener=0);">Log off</a>
    If you want to close the session via X, use this code:
    create a sapscript function
    function closeSession()
    logoff()
    window.unload=CloseSession()
    However, the Plugin HTTP session isn't killed.
    Regards

  • Skip validation while opening modal panel

    Hi,
    I have a form where it got an icon to open an LOV(List Of Values) panel.The LOV panel is nothing but a modal panel.
    The original form(the parent form ) got couple of inputText with required="true" validation. To open the LOV panel i.e the modal panel, I am using a h:commandLink
    <h:commandButton title="Search" value="Search" action="#{accountGrpLovHandlerBean.processLov}"  image="/images/Search-32.png" >
                                  <f:setPropertyActionListener target="#{accountGrpLovHandlerBean.backingBean}" value="accntHeadTemplateBean" />
                                  <f:setPropertyActionListener target="#{accountGrpLovHandlerBean.backingBeanAttribute}" value="accountHeadTemplate.accntGrp" />
                                  <f:setPropertyActionListener target="#{accountGrpLovHandlerBean.lovVisible}" value="true" />
                             </h:commandButton> Now the issue is , the moment I click on this button, the required="true" validation for the inputTextBox get fired and stays back in the page,with validation error messages.
    If I enter some value in the text box , the modal panels shows up ,as the validation is passed this time.
    I have tried using a4j:commanButton also , but without any luck.
    Can anybody suggest ??
    Thanks in advance.
    Shaiju

    Add immediate="true" to your command button to escape validation phase

  • Spry accordion widget - SSI (server side include) as content in the panel

    After having inserted the following command <!--# include file = "content2.asp" -> in the accordion Panel Content I get an error in Dreamweaver - every time I open the file. See the error in the attached picture.
    Once all files are uploaded to the server it works apparently without problems or script errors.
    Is there anyone who can help me to use SSI "server side include" as content in accordion panels?

    Thanks for your reply.
    The fault lay in the SSI file. This file contained these tag:
    </ html>
    And of course the tag </ html> generate an error if the tag is inserted in the content of the accordion panel via ssi file.

  • Opening a Remote Panel of the Top Level vi for an executable

    Hello Everyone
    I was wondering how you would open up a remote panel for the top-level vi in an executable?
    I have created a LabVIEW application and have tested opening the remote panel when it is running in the full labview development suite - this all works fine. I simply go operate>connect to remote panel and enter the server address, the port (8000) and the vi name using the path "My Project.lvproh/My Computer/main.vi" format.
    However, if I then build this application into an executable I do not seem to be able to open a remote panel - it might be that I am just entering the VI name incorrectly.
    with VI name = "main.vi"  or with VI name = "C:\builds\main.exe\main.vi" and the exe. running I get the error:
    Connecting to remote panel server...
    Requested VI is not loaded into memory on the server computer
    However I am not sure how else I would enter it.
    The main.ini has the following configuration:
    server.app.propertiesEnabled=True
    server.ole.enabled=True
    server.tcp.acl="0800000008000000"
    server.tcp.enabled=True
    server.tcp.paranoid=True
    server.tcp.port=6363
    server.tcp.serviceName=""
    server.vi.access=""
    server.vi.callsEnabled=True
    server.vi.propertiesEnabled=True
    WebServer.Enabled=True
    WebServer.TcpAccess="c+*"
    WebServer.ViAccess="+*"
    DebugServerEnabled=True
    DebugServerWaitOnLaunch=False
    Both machines have LabVIEW 2011 Profesional Development System SP1 on so I do not think it is a limited remote access licence issue.
    Any suggestions as to where I am going wrong would be much appreciated.
    Cheers
    John
    Solved!
    Go to Solution.

    It appears that you can infact use remote panels within an executable.
    The problem I had was that I had left the web server port for the remote panels the same as the LabVIEW development environment. That meant that the main LabVIEW web server was getting in the way of the web server that was associated with my built application.
    With the application's web server on a different port and the VI in memory (and the file in a library/directory external to the exe if it is not the top level VI), you just need to specify the VI name such as main.vi .
    Solved!

  • Tabbed panels, Collapsible Panel, and Server Side Include

    Hi,
    I'm having a problem with the way a Server Side Include inside a Collapsible Panel displays.
    Here is how this particular page is set up.
    The page has spry tabbed panels.
    >>A panel has one overall Collapsible panel (the main product tab)
    >>>>Nested in that Collapsible panel are four other collapsible panels (Overview, Features, Screenshots, What's New).
    >>>>>>In each of these four collapsible panels is a server side Include that features that category's content
    E verything works fine as far as opening and closing is concerned. However, the problem is with the display. The content panel doesn't resize with the Include content, and therefore, the Include content extends outside the border of the content panel.
    I'm thinking this is because it is Include content rather than normal content. Is that right?
    Do I fix this by changing the overflow value of one the Tabbed Panel CSS styles? If so, which one should I change, and to what value?
    Or if that's not how to fix it, can anyone tell me how?
    Thanks a lot,
    Mike

    Hi, I'm using the latest version of Spry. I modified some CSS rules of the tabbed panels, but not the javascript file. I didn't do anything to the Collapsible Panel rules.
    Since first posting this thread, I changed the overflow of the Tabbed Panels Content Group CSS rule to "scroll". That did produce a scroll, but I'd much rather have the panel expand. So, I changed it back the way it was.
    Here's the page I'm working on. Click the Court Solutions tab to get to the problem panel.
    http://www.ptssolutions.com/Test/public_safety_products_3.shtml
    It has different results in IE and FireFox, but doesn't work correctly in either.
    Thanks a lot for all your help,
    Mike

  • Modal panel refreshing the parent

    Hi ,
    I am facing a strange issue.
    I have a parent page and a modal panel opening from the parent. The modal panel displays a data table with pagination.
    When a move to each page(by clicking the page number) of the data table, the parent page getting refreshed and the it gets more darker and darker!!!!(I believe because of the modal nature of the child panel).
    I have included the modal panel as a jsp include
    <jsp:include flush="true" page="/jsf/accountGroupLov.jsp"/>
    Inside accountGroupLov.jsp , i have a dialog panel, where i render the data table.
    <p:dialog  header="#{finmsg.accountGroup_search}" modal="true" width="400px" rendered="#{accountGrpLovHandlerBean.lovVisible}"
         Where I am using primefaces dialog component.
    I dont want the parent page to be refreshed each time I navigate to different pages of the data table in the modal panel.
    Can anybody give a clue?
    Thanks in advance.
    Shaiju

    Hi,
    I have a similar scenario where I want to insert the data to a table and then close the popup window on a 'Apply & Return' button.
    On the button I have set target as URL and URL Target as javascript:passBack2();
    passBack2() is the call to java script I am using from Denes Kubicek application.
    <script language="JavaScript">
       function passBack2()
          doSubmit();window.opener.doSubmit();window.close();
    </script>I have PL/SQL process(After Submit) which triggers on this button to insert the data into the table.
    But when I invoke the popup and enter the data and click on 'Apply & Return', it navigates back to the calling page and refreshes it without executing the PL/SQL process.
    Any thoughts on this please.
    Thanks,
    Raj.

  • Internal Error trying to open a remote panel in netscape 7.1 in linux

    /usr/local/netscape/netscape
    Internal Error : "fontmgr.cpp", line 1023
    LabVIEW version 7.0
    For assistance in resolving this problem, please exit and relaunch LabVIEW, or contact National Instruments.
    I got this error when I was trying to open a remote panel from a machine running windows 2000 to a machine with netscape 7.1 browser under linux redhat 7.3
    I have made a link in /usr/local/netscape/plugins LV7NPlugin.so -> /usr/local/lib/LabVIEW-7.0/LV7NPlugin.so
    I have also copied the file in /usr/local/netscape/plugins but it doesn't work.

    Here the official statement from NI
    The crash happens when LabVIEW can't open the catch-all font of "fixed" as a fallback when a particular font is not available on the system. The "fixed" font is ALWAYS supposed to be available on the system. The "fixed" font is provided by a font alias in the file /usr/X11R6/lib/X11/fonts/misc/fonts.alias. The alias should be defined in the first few lines of this text file. On a SuSE system where the crash is occurring, do an 'xlsfonts | grep fixed' . In a correct configuration, you should see a font called simply "fixed" in the output, but if not, this will cause the LV crash. I have not actually been able to reproduce the problem here without intentionally deleting this alias, because "fixed" is available on our SuSE syste
    m with the XFree86 packages from SuSE 8.2 installed. It's possible that this problem has already been corrected by SuSE, and the packages on their FTP site have been updated from the original CD release. Workaround: Download XFree86-4.0.3-19.i386.rpm or later from ftp.suse.com (or a mirror; ftp.mcs.anl.gov is a really fast one in the USA) and upgrade your X server. Verify that "xlsfonts | grep fixed" reports that the font is available. LabVIEW should then display an ugly fixed-width font for the missing font(s), but not crash.

  • First modal panel dislpayed is hidden???

    Not sure if this is a LabVIEW or TestStand question, will post on both boards just in case.
    We have developed a number of popup panels (with modal properties), in LabVIEW, that are called from a TestStand sequence to get information from and dislpay information to the user. 
    Our target machine is has a dual monitor display from which the user can select which display to use; consequently we have to programmaticaly set the position of our modal panels before we display them to the user. 
    We have implemented this functionality and when running on my development machine everything is displayed in the correct location. 
    However when running on the target hardware (LabVIEW RTE and a LabVIEW TestStand Operator Interface) our popups in the FrontEndCallback are dislpayed correctly, but once we have selected and run a test sequence; the very first popup (which happens to be in the Process Model) is not dislpayed and the sequence hangs waiting for an operator interaction with the popup. 
    We know the popup is being called because if we open any panel over the top of the TestStand Operator Interface (we have been using WindowsXP Control Panel but I am sure any other panel will have the same effect) and then close the panel (to force a redraw of the dislpay) our popup is there positioned correctly.  Once the first panel has been given this little kick start to make it displayed, all other popups are displayed correctly.
    It seems like it is a screen update order sort of thing, that affects only the first popup after the TestStand Operator Interface has been given focus.
    Any suggestions greatly appreciated.
    Regards
    Steve
    https://decibel.ni.com/content/blogs/DailyCLAD
    Solved!
    Go to Solution.

    Hi Steve
    Thanks for your response. 
    Good call.  Things have moved on a bit since my post.  We are using SetWindowPos to set the Z-Plane position, to TopMost, of our panels and it is ensuring the panels are displayed at the front of the display (which is nice), but it seems overkill to me.  I have technical queried NI and they can't find me an alternative solution, so user32.dll it is.
    Steve
    https://decibel.ni.com/content/blogs/DailyCLAD

  • HOWTO: xorg-server with no hal dependency (was: xorg-server-screw-hal)

    it annoys me that hal and evdev are hard depends of xorg-server-1.5.3 and autoAddDevices is enabled by default.  i realize the fix is actually fairly trivial, but there's just someting inelegant about installing a package, disabling a feature, then uninstalling the dependencies for that feature.  so here's a PKGBUILD that suits my taste.  maybe it'll make your life just a bit easier.
    EDIT: SCRATCH EVERYTHING BELOW.  the change to the patch will almost guarantee failure if you do this my way.  it doesn't change the default config; it removes the configuration option enitrely.  i get 'epic fail' for that one.  also, x still complains and fails to start if libhal.so.1 is missing, even if you're not using it.  grrrr....
    p.s.: you'll want to open xserver-1.5.3-AEI-on-by-default.patch, go to line 101, and change TRUE to FALSE.  this turns off autoAddDevices by default.  then run makepkg -g and replace the last md5 sum with the new for the changed patch file.
    # $Id: PKGBUILD 21903 2008-12-17 20:32:54Z jgc $ Maintainer: Alexander
    # Baldeck <[email protected]> Contributor: Jan de Groot
    # <[email protected]>
    pkgname=xorg-server
    pkgver=1.5.3
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libx11>=1.1.5'
    'libxkbui>=1.0.2' 'libgl' 'libxfont>=1.3.3' 'openssl>=0.9.8h'
    'libxxf86misc>=1.0.1' 'libpciaccess>=0.10.5' 'libxv>=1.0.4'
    'libxaw>=1.0.4' 'pixman>=0.11.10' 'xcursor-themes'
    'xkeyboard-config>=1.3' 'xorg-server-utils' 'xorg-utils'
    'xorg-fonts-misc' 'xbitmaps' 'libdrm>=2.3.1' 'diffutils')
    makedepends=('glproto>=1.4.9' 'xf86driproto>=2.0.4'
    'mesa>=7.2' 'randrproto>=1.2.2' 'renderproto>=0.9.3'
    'scrnsaverproto>=1.1.0' 'fontsproto>=2.0.2' 'videoproto>=2.2.2'
    'compositeproto>=0.4' 'trapproto>=3.4.3' 'resourceproto>=1.0.2'
    'xineramaproto>=1.1.2' 'evieext>=1.0.2' 'libxkbfile>=1.0.5'
    'libxmu>=1.0.4' 'libxpm>=3.5.7' 'libxxf86dga>=1.0.2' 'inputproto>=1.4.4'
    'xcmiscproto>=1.1.2' 'bigreqsproto' 'libdrm=2.3.1' 'xtrans')
    optdepends=( 'xf86-input-evdev: to provide input device hotplugging'/
    'hal>=0.5.11: to provide input devices for hotplugging' )
    options=('!libtool')
    provides=('x-server')
    groups=('xorg')
    install=xorg-server.install
    source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2
    xserver-1.5-branch-4970d.patch
    001_fedora_extramodes.patch
    xorg-redhat-die-ugly-pattern-die-die-die.patch
    xserver-1.5.0-force-SwitchCoreKeyboard-for-evdev.patch
    xserver-1.5.3-AEI-on-by-default-AAD-off.patch)
    md5sums=('308971036e25250e7fe3cccfd5a120f8'
    '61f9bb524501247dce647b218ad14347'
    '033427f2b406cba8dd6103ff374e7156'
    '1a336eb22e27cbf443ec5a2ecddfa93c'
    '7b03ba9b75d795e4f7fdfaa550d97159'
    '06e2c673e83b8210c528e27b4051790d')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    # Upstream commits from server-1.5 branch
    patch -Np1 -i "${srcdir}/xserver-1.5-branch-4970d.patch" || return 1
    # extramodes
    patch -Np1 -i "${srcdir}/001_fedora_extramodes.patch" || return 1
    # Get rid of the ugly pattern
    patch -Np3 -i "${srcdir}/xorg-redhat-die-ugly-pattern-die-die-die.patch" || return 1
    # Patch from Fedora to fix FS#12248
    patch -Np1 -i "${srcdir}/xserver-1.5.0-force-SwitchCoreKeyboard-for-evdev.patch" || return 1
    # Upstream patch to fix evdev issues with >=2.1.0
    patch -Np1 -i "${srcdir}/xserver-1.5.3-AEI-on-by-default.patch" || return 1
    # Fix dbus config path
    sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    ./configure --prefix=/usr \
    --enable-ipv6 \
    --enable-dri \
    --disable-dmx \
    --enable-xvfb \
    --enable-xnest \
    --enable-composite \
    --enable-xcsecurity \
    --enable-xorg \
    --enable-xtrap \
    --enable-xevie \
    --enable-xephyr \
    --enable-glx-tls \
    --enable-xorgcfg \
    --enable-kdrive \
    --enable-install-setuid \
    --enable-config-hal \
    --enable-config-dbus \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-kdrive-vesa \
    --disable-dri2 \
    --disable-xprint \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf "${pkgdir}/var/log" || return 1
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    # No longer needed, but as nvidia-utils mangles these files, keep them
    # like this so they can be restored
    mv "${pkgdir}/usr/lib/xorg/modules/libwfb.so" \
    "${pkgdir}/usr/lib/xorg/modules/libwfb.so.1.4" || return 1
    # Needed for non-mesa drivers, libgl will restore it
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libdri.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libdri.xorg" || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    Last edited by kludge (2009-01-04 20:41:22)

    ok, so i'm almost embarassed to post this.  it's actually pretty trivial.  nevertheless, might as well finish what i've started.
    re-statement of the problem:
    1) xorg-server 1.5.3 depends on hal and evdev in order to provide input hotplugging.
    2) input hotplugging can be turned off, as decsribed here: Arch Wiki Xinput Hotplugging Page.  however, x still requires libhal.so.1 at runtime or it fails.  (it took me ages of googling to figure out that this is indeed the case.)
    3) therefore, xorg-server must be rebuilt without hal if you'd like to run v.1.5.3 without installing hal.
    how-to correct it:
    1) sync abs tree
    2) copy xorg-server from the abs tree to your local build directory
    3) remove 'hal' and 'xf86-input-evdev' from the depends array
    4) change --enable-config-{hal,dbus} to --disable-config-{hal,dbus}  (apparently the server has *some* support for input hotplugging through dbus without hal.  apparently, it also sucked.  so my method is to turn off both, entirely.)
    5) makepkg
    6) pacman -U
    7) add xorg-server to IgnorePkg in /etc/pacman.conf.  the next time xorg-server is upgraded, pacman -Syu will give you a warning and the opportunity to exit.  this is your notice to rebuild and upgrade your local xorg-server.
    8?) i suppose you could go through the patches that are applied to xorg-server and figure out which aren't needed.  that would be all neat and clean, but probably not necessary.

  • Open Skillbuilders modal page from report

    I want to open the Skillbuilders modal page from within a report. The first column in a report represents the primary key of the table the report shows. What is the best way to do that?
    The idea is this: in the report region, there's a button CREATE that opens the modal dialog by Skillbuilders. A user can enter some data, clicks submit, modal dialog closes and report is refreshed. That's working now. Now I want to add a link to the first column in the report, that also opens the modal dialog, passing the value of the primary key of the row the user clicks on.
    I'm not that experienced with Javascript, I guess I'll have to create an dynamic action with a jquery selector, and as a true action, a javascript call to open the dialog. Can someone give me a start?
    Thanks in advance!

    You actually do not need that much javascript in this case. Simply design your column as you would normally do to create a link column.
    <ul>
    <li>Column Link: Provide a link text</li>
    <li>Link Attributes: onclick="return false;" class="show_modal"</li>
    <li>Set the target page and provide any items you want filled.</li>
    </ul>
    onclick="return false;" is to prevent the default behaviour of the anchor tag: navigate to the location specified in the href attribute. We want to open the modal page instead.
    Now to have the modal dialog open, create a dynamic action.
    <ul>
    <li>Event: Click</li>
    <li>Selection Type: jQuery Selector</li>
    <li>jQuery Selector: .show_modal</li>
    <li>Advanced > Event Scope: live (so the links will work after pagination)</li>
    </ul>
    For the true action, select the SkillBuilders Modal Page plugin, and make sure these are specified as following. This will take the location in the generated link columns and open a modal page for this location.
    So, this would open your edit page with the correct id (which you set up in the column link).
    </ul>
    <li>URL Location: Attribute of Triggering Element</li>
    <li>Attribute Name: href</li>
    </ul>
    If you set it up like this, you have the convenience of the standard column link definitions, no need for any javascript save onclick=false and no need to fill up page items and deal with submission to session state.

  • Open a pdf file located on Application Server from forms 10g

    Dear all,
    I want to open a pdf file which is stored in a folder on Application Server.
    I have the following codes but could not be able to open the file.
    1. host('rundll32 url.dll,FileProtocolHandler C:\REP012.pdf');
    in this code I mentioned the path on local machine which is okey.
    but the question is that how to open the file which is located in a folder on application server?
    the following code don't show and file or error:
    host('rundll32 url.dll,FileProtocolHandler /EMS/MANUALS/ACC001.PDF');
    This is the file on Application Server not on local machine.
    2. web.show_document('//EMS/MANUALS/ACC001.PDF/','_blank');
    This give HTTP 404 NOT FOUND error
    I think the problem is in path, how to mention the path of my Application Server file?
    Regards:
    Muhammad Nadeem

    Hi,
    Did you find a solution to this?
    We are running into the same problem where we need to open a file present on the application server (path /opt/webapps/applications/ISL/)
    When we try this from the local machine it works (path D:/forms) however it does not work while trying to open it from the application server.
    Regards,
    Pooja

  • HT1481 I have an ipod shuffle which i need to reset as i can not sinc it on my laptop which is using windows 8, but when i open itunes i d not have the 'source panel' on the left hand side which should show up my ipod. any ideas what i need to do? please

    Hi  I have an ipod shuffle which worked well on my old pc but since i have tried to link it with my new laptop I cant get it to sinc. I have athorised the device to my laptop so i thought it maybe worth resetting it but all the info I have read tells me that to reset my ipod i need to open i tunes and on the left hand side in the 'source panel' i will find my ipod listed but when i open itunes i do not have a source panel so i cant reset it. i have spent days trying to get this problem sorted and am about to throw the thing away. I have tried to manually sinc the thing, i have installed and reinstalled the latest version of itunes, i have restarted my laptop but i dont know what to do next. any help would be very much appreciated. Many thanks in advance

    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • I have my Calendar app syncing with iCloud.  Every time I open it it says, "Moving Calendars to Server Account..."  It runs and runs and does not stop.  As a result, I cannot access my calendars.  Please help.

    I have my Calendar app syncing with iCloud.  Every time I open it it says, "Moving Calendars to Server Account..."  It runs and runs and does not stop.  As a result, I cannot access my calendars.  Please help.

    I have the same problem, I tried the solution of Dr Cox but that didn't work as he said go to system preference then mail, contacts etc. but I don't have that.  Can someone help?
    Elaine

  • CS6 problem. When I open the Mask panel, it takes up the entire screen width and the Looks controls disappear, Also, there is a new panel below the Mask panel that seems to have no purpose that I can find. The documentation says "Mask and Look panels - Th

    CS6 problem. When I open the Mask panel, it takes up the entire screen width and the Looks controls disappear, Also, there is a new panel below the Mask panel that seems to have no purpose that I can find. The documentation says "Mask and Look panels - The Mask panel is now placed next to the Look panel. WIth the masking and grading tools placed side-by-side, you can now work faster on the mask workflow." Is there a way to move, hide, or otherwise manipulate the panels for a custom layout? All the examples I can find on the Web show the Looks panel to the left of the Mask panel where the controls are available.

    Ok, here is what I have so far. Appdelete the iWork and reinstalled. Pages and Number work, but not Keynote.
    Now, I downloaded a couple apps that I need, and no matter what I did, the spinning ball came up and the download stopped till it unlocked itself. It is really frustrating because the download was not completed and whatever came through would not mount. Could this issue be the internet connection? Permission fix showed a lot of Airport issues. I will try to run permissions fix again.

Maybe you are looking for