Tree expand problem with Accordion Component

While using Accordion component with creationPolicy="all", tree components which are placed in accordion's different panels, will not expanded at creationcomplete.
Trees are created perfectly but not expand its level at initial creationComplete time.
If I placed tree in regular panel and executed, tree levels are perfectly expaned.
Expand level code is called at creationComplete of Tree.
Steve Roger.

i got my mistake.
I am using callLater(). Now its working perfect.

Similar Messages

  • Recursive & Loadable WD-Tree-Tutorial: Problems with parameters; NullPointe

    Hello all, it's me again
    This time I have a problem with the Tutorial called "Constructing a Recursive and Loadable WD-Tree". I followed each step in detail, but when I deploy it all I see several errors/mistakes in my resulting App:
    1. I can click on the "directories" in this example and the directory-text is displayed in the InputForm. Normally it should only display "filenames", not directory-names... I checked the bool-properties in the addChildren-method and they are set as it's said in the tut.
    2. When I try to expand any of the two nodes (C or Games; D is already expanded and includes "Games") I get a NullPointerException for the addChildren()-method in the first line (parent.nodeChildNode();). So the parameter "parent" is null or does at least not contain what it's expected to.
    3. I have some Warnings: "TreeNodeType 'onAction.onAction': Parameters of action 'Select' and event 'onAction' are not compatible" and the same again for the second action (LoadChildren). So perhaps problem 2 can be solved by solving no 3?!
    I'm stuck. Can anyone help me please?
    I doublechecked that everything is as said in the tutorial.
    Regards
    Michael

    Hi
    I realized I had an "Warning"-Message at my View-Context-Root-Node, where it said "Migrate Context". After I did this I get an "internal server error", Failed to process request.
    Hmm, it seems as if there were a lot of changes from NW2004 to NW7.1, cause when I try to deploy the ready-to-deploy-tutorial (downloadable along with the Initial project template from SDN) I get deployment errors.
    So I'll stop it now or perhaps try my own implementation (with java.io.File and recursive methods and loadable tree) to get familiar with the tree-thing in WD/Java
    Thanks so far for the help, it's greatly appreciated.
    Michael

  • Displaying problem with accordion

    Hi. I'm facing this issues a long time. Sometimes it is
    working, sometimes not....
    If you click panelTab 'a little bit' quicker and not so nice
    (meaning double clicking, clicking immediately another accordion
    tab after you clicked previous), previously clicked tabs
    accordionPanelContent is still visible and it is displayed over
    opened panel below. everything is so strange. sometimes it works in
    FF and in IE, sometimes nowhere, sometimes just in FF etc etc... it
    occurs when enableAnimation is set to true, especially with high
    duration set. im really confused.
    i searched on net for some solutions but i found just
    "solution" for dojokit accordion (and there was said that this
    occurred just in IE, but it occurs in FF too - at least in my case)
    but nothing on adobes spry accordion.
    so i'm wondring if anyone in here faces similar strange
    problems with this...

    Hello Daniel,
    This is the Adobe Dreamweaver Developer's Toolbox forum, I think you are looking for the Spry forums.
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602
    Shane

  • Problems with accordion and animation

    hi,
    I have problems with the animation of the accordion widget
    Accordion with 3 panels
    panel1 no link but three subpoints with links
    (for example: panel1: home, sublinks: me, you, us)
    panel2 is a link with no sublinks
    panel3 no link but two subpoints with links
    PROBLEM:
    If I turn on panel1 the animation works (there is no link on
    panel1)
    If I turn on panel2 the animation DON'T works (there is a
    link on panel2)
    what am I doing wrong that there is no animation ?
    thanks

    Sorry kimblas, you are quite right! That'll teach me not to
    jump in without reading the comments :) OK, make a few changes
    suggested by Steve, and played around with the css as per the
    example (I think). It now works fine in Firefox if a little slow
    (I'm assuming this is to do with the Flash movie and my painfully
    old PC) but in IE7 it still wants to display the whole of the
    selected content prior to the animation. Interestingily this wasn't
    the case until I began to tinker to the recommended settings.
    Unfortunately I can't get back to where it was to suss out what
    code sorted it, nothing now seems to make a difference. Any
    ideas?

  • Strange problem with WD component build

    Hi all,
    I have strange problem with building one wd component, which is part of SC. I'm getting few errors which stops me from building component (and transporting to other systems via CMS of course). I'm providing sample of the errors (3 types) and ant error:
    [code]     [wdgen] [Error]   com.gbs.gmob.RequisitionFoCust --> ContextValueAttribute startDate [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   com.gbs.gmob.RequisitionFoCust --> ContextValueAttribute stopDate [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   com.gbs.gmob.SuppMatGroupView --> TextView MATERIAL_GROUP_NAME_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.gbs.gmob.SuppMatGroupView --> TextView MATERIAL_GROUP_ID_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.gbs.gmob.SupplierCust --> ContextModelNode SuppMatGroup [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Error]   com.gbs.gmob.SupplierCust --> ContextValueAttribute material_group_list [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Warning] com.gbs.gmob.ApprovalRejectView --> TextEdit TextEdit: UIElement does not have a label
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:153)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.check(Generation.java:2050)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentComponent(Generation.java:1299)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:175)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:50)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:324)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:219)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:341)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:309)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:336)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         [wdgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         [wdgen]      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         [wdgen]      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
         [wdgen]      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:324)
         [wdgen]      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         [wdgen]      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         [wdgen]      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
         [wdgen]      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         [wdgen]      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (6 seconds)
    Ant runtime 9.234 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    [/code]
    Strange is that if I try to rebuild and deploy locally, no errors occurs and I can normally deploy and run application manually!
    Does anyone have experience with this problem?
    Thanks in advance!
    Regards,
    Ivan

    Hi Ivan
    I have faced this problem earlier BUT ultimately I have to create the DC from scratch.
    But you can check these things:
    1.Have you copy/pasted Dictionary type from other location (check the path of the dictionary types ) --> If yes then deleted that and create again(do not use copy/paste)
    2.This also happens if your "Used DC" has some problems in the JDI --> Remove the used DC and add it again.
    3.Make sure the NWDI infastructure is perfect- this may be a cause.
    4. Check Context mappings --> delete all mappings > save metadata > Create again.
    5. Delete the model and recreate it again.
    6.If you have done reimporting model make sure to restart J2EE instance.
    Hope this solves the problem - if not please post
    Regards
    Ananda

  • Apex 4.1 - problem with navigation component LIST after upgrade

    There seems to be problem with Tags in LIST component, after upgrade from 4.0 to 4.1 release

    Right, we verified a problem for migrated lists.
    We have lists of links, that are not based on a specific template. After upgrade to 4.1, they stopped from rendering in their region. Found out that the tag <TABLE> was not included in the HTML Source, hence the list body was not built to render.
    The only way we found to include it was to create a template for Lists (there is not one by default in Apex in certain themes), edit it and include the tag (in the section "Before List Entry" > "List Template Before Rows" - the tag itself is not present in the newly created template, too). Then, you need to assign the template to the existing Lists to make the list body re-appear: it doesn't seem to be a good practice to create a list without a template, but Apex should at least provide 1 by default.
    Edited by: Kleber M on Oct 28, 2011 9:03 AM

  • Problem with accordion gap

    Hi, I'm using an accordion component with 2 nested repeaters,
    the visualization is OK, except I cannot get rid of a vertical gap
    in the list between my sections. The list displays correctly the
    items of my first section and after that, it has a gap and then
    section 2. How could I get rid of that gaps?
    Thanks in advance
    mofi
    My code is here
    Attach Code
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute"
    width="400"
    height="300"
    backgroundColor="#FFFFFF">
    <mx:XML id="model" format="e4x">
    <course >
    <module id="1" label="Course 1">
    <section label="section 1">
    <lesson label="Lesson One" />
    <lesson label="Lesson Two"/>
    </section>
    <section label="section 2">
    <lesson label="Lesson Three" />
    </section>
    </module >
    <module id="2" label="Course 2">
    <section label="section 1">
    <lesson label="Lesson One" />
    </section>
    <section label="seccion 2">
    <lesson label="Lesson Two" />
    <lesson label="Lesson Three" />
    </section>
    </module >
    <module id="3" label="Course 3">
    <section label="section 1">
    <lesson label="Lesson One" />
    <lesson label="Lesson Two" />
    </section>
    <section label="section 2">
    <lesson label="Lesson Three" />
    <lesson label="Lesson Four" />
    </section>
    </module >
    </course>
    </mx:XML>
    <mx:Accordion width="100%" height="100%" verticalGap="0"
    >
    <mx:Repeater id="repeat" dataProvider="{model.module}"
    >
    <mx:VBox width="100%" height="100%" verticalGap="0"
    label="{repeat.currentItem.@label}" >
    <mx:Repeater id="repeat2"
    dataProvider="{model.module[Number(repeat.currentItem.@id)-1].section}"
    >
    <mx:Label text="{repeat2.currentItem.@label}" />
    <mx:List labelField="@label" width="100%"
    dataProvider="{repeat2.currentItem.lesson}" />
    </mx:Repeater>
    </mx:VBox>
    </mx:Repeater>
    </mx:Accordion>
    </mx:Application>

    I might stop using repeaters and have a custom component for
    each course. There will be many common elements in each course,
    probably each will have sections, or perhaps some will not. In any
    case, just iterate through the xml data provider and create
    instances of your course custom component, which can be based on
    VBox as root container. This might help.

  • Problem with Accordion Panels

    Hi
    I have an issue with Accordion Panels.
    http://characteraday.businesscatalyst.com/guided.html
    You can see in the link above that I have Accordion Panels on the right side that say open/close tip. The first one open and close and displays the tip. All the others do the same but when they open then push the one under it down. The first one does not do this and I like this a lot better. Any ideas how to make them all work the way the first one "Enter the Character's name" works.
    Thanks for your time.

    Modify the following line by adding the mark-up coloured red.
                      <div class="AccordionPanelContent"><span class="CollapsiblePanelContent"><img src="productimages/tinyimages/doorkitseat.jpg" width="50" height="50">The <strong>Door Insert Kit</strong> is a bathtub conversion kit. By   removing a portion of the bathtub wall and inserting a door, an existing bathtub becomes accessible, retaining its use a a bathtub. <em><a href="doorkitandseat.html"><strong>More</strong></a></em></span></div>
    I hope this helps.
    Ben

  • IPod Touch 2nd Gen Video Out Problem with Apple Component Cable

    I'm trying to get video out working with my iPod touch connected to my TV. Here's the information.
    32 GB iPod Touch 2nd Gen
    Apple Universal Dock (current version.)
    Apple Component Out cable for iPod (current version that connects with a dock connector.
    I've connected the component cables into the component video input on my TV. When I start playing any video (purchased off iTunes store in Standard Def,) I get a scrambled picture that appears to be the video, and no sound. I purchased the TV in South Korea and haven't gotten to test it yet on a TV back in the US. I have my video out settings with wide screen turned off and set to NTSC (South Korea uses NTSC.) I've also tried every setting combination, and switching the cable connections with the same or similar results. Sorry if a similar problem has been posted elsewhere, but after searching, I couldn't find any similar behavior. Any ideas on what might be the cause? I don't have any other component devices to check if the component on the TV is bad.

    I've got that same problem: iPod Touch 2nd Gen, Apple Component Cables, and an HD TV.
    The funny thing is, the cable works fine with an iPod Classic (160 GB) but not for the iPod Touch. Can anyone explain why that is?

  • Problem with printing component...

    when I try to print component with overridden method "print", where used coordinates affine transform, after print on paper I have nothing. but if I commented affine transform usage, component content printing. please help me to resolve this problem.

    Why are you using affine transform.
    You need to load the component into graphics area, pre-formated one.
    Angel Portal
    [email protected]

  • Why these problems with one component?

    I'm going slowly and methodically but can't seem to get anywhere.
    I am working from a backup copy of my Web site. I first tried creating a fresh copy from the DVD backup file. In that case, as in all cases, almost every page has a bad link bug. I thought I'd mechanically go through, it would be tedious but not difficult, and relink each questionable component, usually two per page.
    That did not work. Whether I tried to relink the component that I could see, or whether I deleted it on a given page and added a new component object, then relinked, I'd get only blank component areas but no artwork.
    I did notice that the Inspector kept listing the original file destination, call it xyz. This was the new file.
    I tried recreating the artwork from prior versions and that did not work as it still sought xyz.
    So finally I went back to the original xyz backup, relinked and the top component seemed to work. Not my ideal scenario but it worked.
    That is, in Layout view it worked. In Preview it did not work and yielded this error message—
    file://localhost [there it went through locations on my drive ending at] agl-tmp-1.html —then it added, "Could not open file."
    After it did not work in Preview I went to PDF Preview, and that did work. So the problem so far appears to be with Preview for some reason. Perhaps that's a clue.
    QUESTION ONE:
    How can I relink that component so it works?
    I would prefer to use the newer version and would like to outsmart that xyz destination in the object inspector if at all possible. So:
    QUESTION TWO:
    How do I do that?
    I was hoping to resolve the relinking hassle today Monday and have the rest of the week to do the rest of the job but this initial hassle won't solve itself. Hope you can help. By the way, I need a Step 1 Step 2 approach not theory if at all possible. And thank you.

    Nini,
    First, thanks for the reply.
    Second, your point about the Safari icons is reassuring. I will now set that aside as something I don't have to deal with.
    Third, I do understand linking. But when I get the ? in the Links In/Out window, well, there I could use a little direction. The book I have, a Classroom in a Book, barely touches on that and my attempts have gotten me nowhere.
    Last, about sitefiles. Maybe there is the core of my problem. Maybe it's "all my fault." I hope so because that is easy to fix once I know what to do. Here is what I did:
    The backup of my Web site is a CD. I open GoLive and follow the procedure, New Site, Single User, and so on, and browse to that CD. There is no folder inside the CD that contains the files. There are the various files, roughly 2-300 and a handful of folders including the Images folder. I select the CD and the files all come in to the new site window. Somewhere in that process I have named the site.
    Now I have a site window with all the files. And almost all the files have a bug.
    I have experimented: Two graphic units, one a Component on top of most pages, and one a graphic element at the bottom linked within the Images folder, are the culprits. I do not relink those two items as the artwork has, somehow, disappeared, so I delete them. The top component leaves in its place the empty space that had contained the component element.
    That deletes the two unlinked items that caused the bug, or so I thought. I notice that, while this page is open, the bug in the site window is now gone (hooray!) and is replaced by a checkmark. I save then close the page and the bug is suddenly back. The only problem that I can figure still remains, is one of the links with the ? in the Links In/Out (command-5) window. I know how to use the rubberband in the site window but I can't seem to do that in the In/Out window. Mostly the ? is on a file called Site Trash, if that's any help.
    A lot of words but I was shooting for clarity.
    Where is my error, if it's possible to tell?
    Thank you very much.

  • Problem with accordion behaviours

    Hi, with the new update, my accordions are not behaving as I set them up initially and I cannot use the new settings to effect any changes. I am aware that they have been updated, etc. I have them all closed initially and even though "Overlap items below" is not selected, they still overlap objects below them when I expand them.
    Here is an example of a page I uploaded with the previous version (at the bottom of the page) and how they "should" work http://www.laureus.co.za/about.html.
    So when I export it now, it just overlaps my footer completely.
    Christoff

    Hi Marc,
    I think this was meant for Christoff,
    it came to me instead.
    I replied to him that I have seen issues with the accordion not showing up correctly, specifically in Camino.
    Our Muse/Edge site is working well.
    Thanks,
    Bill Ticineto
    Go Dog Design Group
    17 East Ridge Road
    Ridgefield CT 06877
    203-788-9476
    www.GoDogDesign.com
    Notice of confidentiality: This message is for the intended recipient only and may contain privileged, proprietary, or otherwise private information.
    If you are not the intended recipient of this message, you may not copy, forward, disclose its contents to anyone else, or otherwise use it.
    If you have received it in error, please notify the sender immediately, delete the original, and destroy all copies.

  • Problem with Accordion/embed fonts in AS

    Hello,
    I have a package named "accordion" in my Flex Project.
    In there, I have a file named "Accordion.as" with the content:
    include "AccordionHeader.as";
         [Embed(systemFont='Arial', fontWeight='bold', fontName='accordionHeader', mimeType='application/x-font', embedAsCFF='false')]
    private var font1:Class;
    Then I have the file "AccordionHeader.as" in same package "accordion".
    But Flash Builder returns an error with the message:
    "Packages may not be nested".
    What am I doing wrong?
    I tried to create a separate file for the class "font1" but it didn't work. I read that it could also be that i forgot a brace, so now I'm confused why this error appears.
    Thanks.
    Regards, Michael.

    The Problem has been solved.

  • Problems with SelectOneChoise component in table filter

    I have tried to make a SelectOneChoise filter in a table and I have two problems which are:
    1) If I use the filtering in the coloum with the SelectOneChoise and then navigate to another page and then back to the page with the table then the filtering in the table doesnt work anymore. Why the filtering in the table doesn´t work when I navigate back to that page?
    2) My second problem is that I can´t control the width of the SelectOneChoise. I want the width to be 100% and have tried to set that with the inlineStyle but it has no effect. How can I effect the width of the SelectOneChoise component?
    Below is the code for the coloum and filter:
    <af:column sortProperty="Status" filterable="true"
    sortable="true"
    headerText="#{bindings.Department11.hints.Status.label}">
    <af:selectOneChoice value="#{row.bindings.Status.inputValue}"
    label="#{row.bindings.Status.label}"
    shortDesc="#{bindings.Department11.hints.Status.tooltip}">
    <f:selectItems value="#{row.bindings.Status.items}"/>
    </af:selectOneChoice>
    <f:facet name="filter">
    <af:selectOneChoice inlineStyle="width:100%;"
    value="#{vs.filterCriteria.Status}"
    rendered="true">
    <af:selectItem/>
    <af:selectItem label="Virkin" value="Act"/>
    <af:selectItem label="ÓVirkin" value="NotAct"/>
    </af:selectOneChoice>
    </f:facet>
    </af:column>
    Thanks in advance
    Atlantic Viking

    Hi,
    for the sizing issue, try the "contentStyle" attribute.
    Regarding the filter issue, I have my doubts it works at all. The selectoneChoce value needs to be set to teh varStatus, which by default is "vs", not row
    Example:
    <af:selectOneChoice value="#{vs.filterCriteria.EmployeeId}" label="Label1">
    </af:selectOneChoice>
    Frank

  • JDeveloper 11.1.2.3 on glassfish 3.1.x: problem with popup component

    Hi
    How does pop up component works in JDeveloper 11.1.2.3 - adf essentials?
    This is the sample code what me trying and no pop-up comes up.
    <af:commandButton text="popuptest" useWindow="true" id="cb10">
    <af:showPopupBehavior popupId="testpopup" triggerType="click"/>
    </af:commandButton>
    <af:popup id="testpopup" >
    <af:commandButton text="popupbuttontest" id="cb9"/>
    </af:popup>
    Can anyone please advice how to go about with pop-up component.
    Thanks

    Hi All
    Any help would be appreciated.
    The pop-ups are not working.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document title="main.jsf" id="d1">
    <af:form id="f1">
    <af:commandButton text="commandButton 1" id="cb1" useWindow="true" partialSubmit="true">
    <af:showPopupBehavior popupId="p1"/>
    </af:commandButton>
    <af:popup childCreation="deferred" autoCancel="disabled" id="p1">
    <af:commandButton text="commandButton 2" id="cb2"/>
    </af:popup>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Does css or any custom components in the project can create this problem?
    Thanks
    Edited by: 982693 on Jan 24, 2013 11:39 PM

Maybe you are looking for

  • How can I decline a single update for a PC.

    Hi, How can I decline an update for a single PC? One of the updates keeps failing and I can't stop it. I don't want to decline it for everyone because other machines will need it. I can't see the option. Thanks

  • Pls help me out (its urgent)

    hi i have connected two pcs using modem via PSTN using comm api in follwing sequences. 1) My local modem calls to the Remote modem using the ATDT 235 command 2) on remote side one program continuosly listens to the incoming call. 3) After that my loc

  • Create dinamic HorizontalGutter

    Hello I'm creating the following HorizontalGutter dinamicly and I have the exception: ( java.lang.ClassCastException )           IWDHorizontalGutter gut =                (IWDHorizontalGutter) view.createElement(                     IWDHorizontalGutte

  • Perform multiple actions with one button

    Is it possible to do 2 things when clicking a single button? Like this: A button adds an item to a collection and after adding the button must be disabled.

  • INcorrect photo icons on albums

    I havea folder (call it "Main") on my computer with subfolders (Call them "Fold1, Fold2, Fold3". These are synching nicely to my iphone and the three folders are showing as albums in the photos app. However, in the main view in Photos on teh phone, t