Duplicate action in click state to touchstart state

Wishful thinking?
I am creating an interactive map with lots of actions:
San Diego Gaslamp Interactive Walking Map
All the buttons have rollover, rollout and click actions.
When using on a tablet, the touch action invokes the rollover state.
So users have to click once to get the rollover state, then again to get the click state.
THIS FIXED IT:
I copied the code in the "click" state to a "touchstart" state and it worked properly.
However, I have SO MANY buttons to change and was wondering if anyone had an easy way to do this.
Any help would be greatly appreciated. Thanks!

Hi,
33,500 lines of code: it's a lot for smartphones and tablets.
For instance, you can group events: oneTarget.bind( "click touchstart", function(){ sym.play(aLabel") } );
It seems you can create your menu using sym.createChildSymbol().
Can you send me your composition using a private message?

Similar Messages

  • Conditional Click States

    Hello, I have a brief kind of hit state question, I have a button hit state called btnWorkH, below is the start of my code to make it functional. The idea being, that when someone clicks the button, I add a child to the top, to make it look like it has been clicked and is maintaining an alternate color. How would I code this so that it becomes a toggle? As, I need a click (once this action has been performed) that removes the child... just not sure how to write the condition for this.
    Thanks all!
    btnWorkH.addEventListener (MouseEvent.CLICK, workClick);
    function workClick (e:MouseEvent):void{
        addChild (workO);
        workO.x = 62.5;
        workO.y = 109.3;
        addChild (txtAmy);
        txtAmy.x = 105.1;
        txtAmy.y = 109.3;

    maybe i could be a bit more specific for this help, pertaining to Neds option:
    mc to be interacted with = btnWork
    it's hit area being = btnWorkH
    It's rollover / rollout / click states = workOver, workOut, and workClick (the last setting the link to the colored "stay" state)
    so, my attempt at your code would be as follows:
    var workClicked:Boolean = false;
    btnWorkH.addEventListener (MouseEvent.CLICK, workClick);
    function workClick (e:MouseEvent):void{
         if (workClicked){
         btnWork.gotoAndStop ("workClick");
         clicked = false;
         addChild (txtAmy);
         txtAmy.x = 00
         txtAmy.y = 00
    }    else{
         btnWork.gotoAndStop ("work");
         clicked =true;
         removeChild (txtAmy);
    (that last "work" being the normal rest state of the mc).
    I know this is flawed, still working on it, but just thought it may help me get this quicker to show you what I am seeing?

  • How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)

    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    3° Ive created buttons linking pages..
    - "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'
    - what should i do?
    5° Once i export it into Swf. how how can i visualize it? or put it online?
    Thank you for your time.

    stlbbl4u wrote:
    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    You should setup Object Styles - these can also include Paragarph Styles that can be triggered when the Style is selected.
    http://help.adobe.com/en_US/indesign/cs/using/WS5CEDB81A-0011-4dc9-9DE8-AC7AD4C80076a.html
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    I'm not sure what you mean - I don't do files with Animations
    3° Ive created buttons linking pages..- "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    Does it work properly when you export it to the finished file?
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'- what should i do?
    InDesign won't link directly to youtube videos. I think your best bet would be to use Downloader to download the video and embed them directly in Indesign.
    5° Once i export it into Swf. how how can i visualize it? or put it online? 
    Thank you for your time.
    You can look up how to embed a SWF file into your HTML - but it depends what you mean by "online" there's a dozen ways to get a file "online".

  • Duplicate line item in Statement of account

    Dear All,
    Why there is duplicate line item in Statement of account?

    Hi Ajit,
    In your ECC system follow below path and set Availability check rule to "B" (full delivery).
    SPRO --> SD --> Basic Functions --> Availability Check and TOR --> Availability Check --> Availability Check with ATP Logic or Against Planning --> Define Default Settings
    Select your sales area and set Availability check rule to "B" (full delivery).
    This should fulfill your requirement.
    Rgds
    Sourabh

  • Alternate click states

    I have a project whose buttons animate pretty heavily on interaction. So, when you mouse over a button, it increases in scale, and has two states per button – i have figured that out with your help.
    My next big question, pertains to the orange buttons found in the "let me" explore section of this site:
    www.straightlinenyc.com/introduction/launch.html
    If you mouse over the orange buttons (only the ones that pop alone, if they pop with another bubble somewhere, those are the wrong ones) it pops up with the appropriate words inside, as you see, when you click on these, they change to give you a definition of that word, and when you click again it goes back.
    I guess my question is, should i use a boolean to accomplish this? the click state change makes sense to me, but the second click is kind of throwing me for a loop.
    I just need some help in how to approach these? If i was not clear enough, just let me know, and i will try to be more specific.

    Ok, as usual I said "great, thanks" too early. I am not quite getting the toggle functionality, so thought I would show you what I am trying to do, and someone could be a dear with the coding? Just watched a lot of tutorials, but not quite there.
    My button instance name: btn_disCase
    The frame labels I want to reference: clickOne, and clickTwo (these are the frame labels within the moviclip)
    So yes, pretty much I want the button to toggle between these frames with the mouse click (while over the mc obviously). So, here was my attempt:
    btn_disCase.buttonState = "on";
    btn_disCase.addEventListener(MouseEvent.CLICK, disToggle);
    function disToggle(e:MouseEvent){
         if(e.currentTarget.toggle){
         btn_disCase.gotoAndPlay ("clickTwo")
         else {
         btn_disCase.gotoAndPlay ("clickOne")
    e.currentTarget.toggle=!e.currentTarget.toggle;
    Obviously, it is pretty flawed, and honestly I am not sure what the ! stands for in your suggestions. Thanks.

  • The action (restore User State) has been skipped because the condition is evaluated to be false.

    Hello,
    At one time my OSD Task Sequence captured network settings and User state (documents, settings, etc) from a refreshed system (same pc), but now it doesn't.  In Task sequence I am getting "The action (restore User State) has been skipped because
    the condition is evaluated to be false."
    ==============================[ OSDSetupHook.exe ]============================== OSDSetupHook 3/31/2015 8:55:47 AM 1288 (0x0508)
    Executing task sequence OSDSetupHook 3/31/2015 8:55:47 AM 1288 (0x0508)
    Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat". OSDSetupHook 3/31/2015 8:55:47 AM 1288 (0x0508)
    Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912} OSDSetupHook 3/31/2015 8:55:47 AM 1288 (0x0508)
    Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03} OSDSetupHook 3/31/2015 8:55:47 AM 1288 (0x0508)
    Debug shell is enabled OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Successfully enabled debug command shell support. OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Configuring local administrator account OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Re-assign all drive letters... OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    The drive information which has no drive letter can not be found. No need to re-assign driver letters. OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Installing SMS client OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Client already installed. OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Moving logs to SMS client directory OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Successfully moved logs to SMS client log directory: C:\WINDOWS\CCM\Logs\SMSTSLog OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Executing task sequence manager bootstrap OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    Executing command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:6 OSDSetupHook 3/31/2015 8:55:50 AM 1288 (0x0508)
    ==============================[ TSMBootStrap.exe ]============================== TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:6 TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Current OS version is 6.1.7601.1 TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Logging successfully initialized. TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Resuming Task Sequence in Full OS TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    We are going in GINA and potentially need to set the authenticator TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Executing command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Register:WinPE TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    ==========[ TsProgressUI started in process 1952 ]========== TsProgressUI 3/31/2015 8:55:50 AM 2016 (0x07E0)
    Command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Register:WinPE TsProgressUI 3/31/2015 8:55:50 AM 2016 (0x07E0)
    Registering COM classes TsProgressUI 3/31/2015 8:55:50 AM 2016 (0x07E0)
    sbModulePath = C:\WINDOWS\CCM\TsProgressUI.exe TsProgressUI 3/31/2015 8:55:50 AM 2016 (0x07E0)
    Unregistering class objects TsProgressUI 3/31/2015 8:55:50 AM 2016 (0x07E0)
    Shutdown complete. TsProgressUI 3/31/2015 8:55:50 AM 2016 (0x07E0)
    Process completed with exit code 0 TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Successfully registered TS Progress UI. TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Found network adapter "Intel(R) Dual Band Wireless-AC 7260" with IP Address 0.0.0.0. TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Found network adapter "Intel(R) Ethernet Connection I218-LM" with IP Address 169.254.45.132. TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Starting Task Sequence Manager. TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    executing TS Manager not in full media TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    executing TS Manager in c:\windows\ccm TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Executing command line: "TsManager.exe" TSMBootstrap 3/31/2015 8:55:50 AM 1976 (0x07B8)
    Successfully intialized Logging for TS Manager. TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Commandline: "TsManager.exe" TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    /service parameter found at index: -1 TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    /standalone parameter found at index: -1 TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    /noclient parameter found at index: -1 TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Successfully registered Task Sequencing COM Interface. TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Executing as a standalone exe TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Initializing TS Environment TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Opening Task Sequencing Environment TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Deleting volume ID file C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca ... TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    pwszPath && *pwszPath, HRESULT=80070057 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,228) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    pwszPath && *pwszPath, HRESULT=80070057 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,228) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    pwszPath && *pwszPath, HRESULT=80070057 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,228) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    pwszPath && *pwszPath, HRESULT=80070057 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,228) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Path variable OSDisk converted from 28A047320000401F00000000: to C: TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    NOT executing in WinPE TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Compiling Config policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Compiling config policies... TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Compiling SysHealthConfig policy... TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Retrieving value from TSEnv for '_SMSTSSysHealthClientConfig' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    ::DecompressBuffer(65536) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Decompression (zlib) succeeded: original size 684, uncompressed size 4648. TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Instance path = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Compiling SoftUpdConfig policy... TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Retrieving value from TSEnv for '_SMSTSSWUpdateClientConfig' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    ::DecompressBuffer(65536) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Decompression (zlib) succeeded: original size 1926, uncompressed size 19238. TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Instance path = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Compiling SoftDistClientConfig policy... TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Retrieving value from TSEnv for '_SMSTSSoftDistClientConfig' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    ::DecompressBuffer(65536) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Decompression (zlib) succeeded: original size 1331, uncompressed size 13736. TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Instance path = 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Compiling NAAConfig policy... TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Retrieving value from TSEnv for '_SMSTSNAAConfigPolicy' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    ::DecompressBuffer(65536) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Decompression (zlib) succeeded: original size 1026, uncompressed size 6490. TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Instance path = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Instance path = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Compiling RebootSettingsConfig policy... TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Retrieving value from TSEnv for '_SMSTSRebootSettingsConfigPolicy' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    ::DecompressBuffer(65536) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Decompression (zlib) succeeded: original size 433, uncompressed size 1554. TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Instance path = 'CCM_RebootSettings.SiteSettingsKey="1"' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Compiling AppManClientConfig policy... TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Retrieving value from TSEnv for '_SMSTSAppManClientConfigPolicy' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    ::DecompressBuffer(65536) TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Decompression (zlib) succeeded: original size 983, uncompressed size 6354. TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Instance path = 'CCM_ApplicationManagementClientConfig.SiteSettingsKey="1"' TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Start to compile TS policy TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Failed to find property 'AutoApplyDeployment' in 'CCM_ApplicationManagementClientConfig' class defintion. Error 0x80041002. Default value will be used for this property TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    End TS policy compilation TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Get Install Directory for SMS Client TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Updating settings in \\.\root\ccm\policy\machine\actualconfig TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    RequestedConfig policy instance(s) : 436 TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D} successfully TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D}") AND (PolicyState = "Active") AND (PolicyType = "Machine") TSManager 3/31/2015
    8:55:50 AM 1624 (0x0658)
    There is no ccm_policy_policy instance, skipping addition to realinst map TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D} successfully TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    RequestedConfig policy instance(s) : 0 TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:FSC successfully TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "SMS:FSC") AND (PolicyState = "Active") AND (PolicyType = "Machine") TSManager 3/31/2015 8:55:50
    AM 1624 (0x0658)
    There is no ccm_policy_policy instance, skipping addition to realinst map TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:FSC successfully TSManager 3/31/2015 8:55:50 AM 1624 (0x0658)
    RequestedConfig policy instance(s) : 0 TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmPortal successfully TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmPortal") AND (PolicyState = "Active") AND (PolicyType = "Machine") TSManager 3/31/2015 8:55:51
    AM 1624 (0x0658)
    There is no ccm_policy_policy instance, skipping addition to realinst map TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmPortal successfully TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    RequestedConfig policy instance(s) : 0 TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source Local successfully TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    RequestedConfig policy instance(s) : 9 TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source Local successfully TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    RequestedConfig policy instance(s) : 42 TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmTaskSequence successfully TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmTaskSequence") AND (PolicyState = "Active") AND (PolicyType = "Machine") TSManager 3/31/2015
    8:55:51 AM 1624 (0x0658)
    There is no ccm_policy_policy instance, skipping addition to realinst map TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmTaskSequence successfully TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Total RequestedConfig policy instance(s) : 487 TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    New/Changed ActualConfig policy instance(s) : 0 TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Policy evaluation initiated TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Waiting for policy to be compiled in 'root\ccm\policy\machine' namespace  TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Query = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"'  TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Verified policy for instance path 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Query = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"'  TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Verified policy for instance path 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace TSManager 3/31/2015 8:55:51 AM 1624 (0x0658)
    Query = 'CCM_SoftwareDistributionClient
    Thanks in Advance,
    Mark

    You need to determine why USMTLOCAL is being set to "True". . .
    It is set to Not Equal to True. 
    Evaluating a variable condition expression TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    Variable = OSDStateStorePath TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    Value =  TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    Operator = exists TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    Expand a string: exists TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    Expand a string: OSDStateStorePath TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    Expand a string:  TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    The variable condition expression is evaluated to be FALSE TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    The AND expression is evaluated to be FALSE TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)
    The action (Restore User State) has been skipped because the condition is evaluated to be false TSManager 3/31/2015 8:56:23 AM 1624 (0x0658)

  • Button Click State - Broken?

    Just recently I'm noticing that there's something strange going on with button states.
    I've got an MSO set up as a slideshow with 4 images.
    I've got 4 buttons in a row below the image area.
    Normally the first button will be shown in it's 'click' state, to reflect the first image in the object state stack.  Now, however, this appears to be broken.  Sometimes the click state won't show up at all, while other times the 2nd button in the row is in the click state - yet the first image in the stack is presented.
    Anyone know what's going on?

    With the folio and article preview on the desktop it's working perfectly....just not the iPad version in the Content Viewer....
    also: When you jiggle the page in the Content Viewer, the click button state will show up. Hah!
    EDIT:
    Okay, I thought I had narrowed down the problem.  The issue would arise when I would change the object order in the stacks.  When I changed them back to appear in the same order as the images that were placed, the problem would go away.  However, when I rearranged the stack order again everything was still okay...the click button state would show up properly as usual.  ???

  • SQL-error "-955-Duplicate name" in DDL statement

    Hi!
    During upgrade preparations (PREPARE) i got follwing problem activating a table TAREF in SOLMAN32/MaxDB 7.5
    estos100:smpadm 79> more MVNTTOOL.ELG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    MVNTABS errors and RETURN CODE in P060227.SMP
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2EETP345 22:16:03: Retcode 1024: SQL-error "-955-Duplicate name" in DDL statement for "TAREF
    2EETP345                   "
    2EETP334 22:16:03: error in DDL, nametab for "TAREF" not activated
    1 ETP111 exit code           : "8"
    estos100:smpadm 80>
    When looking from the ABAP perspective (se14 -> table "TAREF" -> Indexes) I see that the table has two indexes:  
    "0   X   Primary index"
    "1   X   Index on Object Type".
    When looking at details for "index 1" it says "does not exist in database". 
    How do I solve this ABAP dictionary inconsistancy?
    Regards,
    Fredrik
    Message was edited by: Fredrik  Rosengren

    Hi Fredrik,
    please open an OSS message for your issue.
    Kind regards,
    Roland

  • Multiple actions on If statement true value

    I want to do several things when in If statement is true, but cannot seem to do it without writing multiple If statements.   For Example, if Collection1 only has 1 row of data, I want to clear Collection2 and update the MyVal context to true.
    I currently use:
    If(CountRows(Collection1) =1 1, Clear(Collection2));
    If(CountRows(Collection1) =1 1, UpdateContext({MyVal: true}))
    but would like to be able to put both actions in a single true statement.   Is this possible?
    Thanks!
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This is beneficial to other community members reading the thread.
    -Bruton

    While I thought I was trying that, apparently my keyboard is a bit "chatty".  Some times when I type 1 it types 1 1. this was obviously messing up anything I write, but I didn't notice it.
    If(CountRows(Collection1) =1 , Clear(Collection2);UpdateContext({MyVal: true}))
    Works, but I apparently had
    If(CountRows(Collection1) =1 1, Clear(Collection2);UpdateContext({MyVal: true}))
    Thanks!
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This is beneficial to other community members reading the thread.
    -Bruton

  • Roll over and click states don't work in CC Folio Preview

    I'm working to get all the settings right
    before i go much further in this project, which
    is a PDF version for Ipad. Any input appreciated...
    got to be simple...
    the link works but different states do not.
    "button 1" on release or tap go to next page
    appearance: diff. colors on normal, rollover, click set
    hidden until triggered checked but have tried both ways
    preview settings: auto, jpeg max

    Folio Preview is only for Digital Publishing Suite projects, not for PDF output.
    The best way to preview a PDF is to make the PDF and view the PDF in Adobe Reader or Adobe Acrobat.

  • Problem - Creating a Dynamic LOV using duplicate value in select statement

    I am trying to create a Dynamic LOV by attempting to follow a pattern similar to the following:
    select shop_name d, shop_id r
    from shops
    order by 1
    However, I want to use the shop_name twice as in the following because I do not have any other unique identifier available such as a shop_id to associate with the shop name:
    select shop_name d, shop_name r
    from shops
    order by 1
    But I get an error where I am not allowed to duplicate the shop_name in the select statement. I read somewhere on this forum where it can be done but I can't find exactly how.
    Can someone tell or show me how to accomplish this?
    Thanks in anticipation for your answer.
    Thanks,
    Ric

    Ric,
    I just tried to do this on APEX 3.0, and it worked just fine with this SQL:
    select ename d, ename r from emp order by 1Perhaps you could put an example on apex.oracle.com or specify the error message that you're getting.
    So as long as you have uniquely aliased both columns, this should not present a problem.
    Thanks,
    - Scott -

  • MDT 2012 - Failure 9701: Unable to find any version of USMT, unable to perform user state migration. Failed to run the action Restore User State. DNS Record does not exist. (Error: 000025E5; Source: Windows)

    I am having trouble trying to capture a new Windows 8 image with WDT 2012.
    My Setup - 
    Server 2012
    WDS
    MDT 2012
    Windows 8 ADK
    Hyper-V
    I have created a new task and I can get the image to successfully deploy the image to a VM but it seems to fail at the Restore User State task.
    Once the install Applications task has finished I added a Suspend task so I could customize the image a little. Upon resuming the task sequence is where the above failure message appears. I can see it gets to the next step (which is 'Restore User State')
    but that seems to be where is crashes.
    Does anyone have any advice on what I might be doing wrong or what I can do to resolve the above issue?

    WAIK being installed was probably your issue so I wouldn't bother disabling the restore task. It is used to migrate user data, docs, and settings on refreshes, not new builds. It doesn't affect CopyProfile, just note that data will be migrated on refreshes so
    some aspects may change, ie wallpaper, shortcuts, etc but what gets migrated with USMT can also be configured.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Avoid duplicate inserts using SQL statement?

    I have primary key on three columns and I want to write a sql statement to insert a row only if the matching three columns doesn't exist in the database.
    This is the condition I wrote but doesn't work. Could someone suggest me a query which meets this criteria.
    INSERT INTO JAVA_SERVICES (SERVICE_PAGE, SERVICE_TYPE, SERVICE_NAME,
      ROOT_PATH)
      VALUES ('AAAA', 'BBBB', 'CCCC', 'njdex') WHERE SERVICE_PAGE != 'AAAA' AND SERVICE_TYPE != 'BBBB' AND SERVICE_NAME != 'CCCC'Edited by: user626618 on Jun 12, 2009 2:39 PM

    you need to provide us more details such as what table name and column names are you using. using an insert into statement an example would be like:
    insert into java_services
    (service_page, service_type, service_name, root_path)
    select [column name], [column name], [column name]
      from [table name]
    where ([column name], [column name], [column name]) not in (select SERVICE_PAGE, SERVICE_TYPE, SERVICE_NAME
                                                                   from JAVA_SERVICES);
    begin
      for i in (select [column name] col1, [column name] col2, [column name] col3
                  from [table name]
                 where ([column name], [column name], [column name]) not in (select SERVICE_PAGE, SERVICE_TYPE, SERVICE_NAME
                                                                    from JAVA_SERVICES)) loop
        insert into java_services
          (service_page, service_type, service_name, root_path)
        values
          (i.col1, i.col2, i.col3);
      end loop;
    end;
    /

  • How to get selected/focused cell from table, and action on clicked

    Hello Web Dynpro Community!
    i have a view with a table, (id "Table_0");
    table is 3x3 size, as celleditors i used inputfields; (standard binding to context with string atributes)
    below table i have textarea.
    when i select any cell in table i want to add that cell coords to textarea (col and row)
    i know that i should use onLeadSelect action, but i dont know exacly how. or to be precise.. how to access to ID and row variables in that action.
    the other problem is.. that onLeadSelect seems to work only when i change lead not the cell in same row.. so prabobly there is better way to do that..
    any ideas?
    Looking to hear from You.
    EDIT:
    Now i have following problem:
    i have a table 3x3 with one column as dropdownbykey box and 2 as TableSingleMarkableCell (and inputFields As editors).
    it works as i wanted:
    so when i click on one of those input cells, insert vale AND click enter then the action onEnter( for inputfield) is fired... i can get the coords of that cell..
    problem is.. that i want to get the coords before i click enter.. just when i click in cell.
    i tried to use onAction event for column.. but it doesnt work for TableSingleMArkableCells (but it works for ddk column correctly).
    so there is any way to do that?
    ie:
    below table i have inputfield (called  value).
    when i click on cell (and DO NOT press enter) i want to see the cell value in inputfield value.
    future (and target need) is that i need to show some additional text for specific Cell. (i have an Object with 2 strings attributes, one i want to show in cell, and one in inputfield when cell is clicked).
    M.
    Edited by: Michal Rowinski on Jan 16, 2008 9:51 AM

    You can use cell variant  for your requirement . Go through the below link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0310fd2-f40d-2a10-b288-bcbe0810a961
    Regards,
    Nethaji

  • No action after click install (8i for window 2000 server)

    I tried to install Oracle 8i EE on the PC with Pentium 4 1.6G CPU and 512MB DDR SDRAM,the platform is Windows 2000Server.I started the autorun program and clicked install,but there is no any action afterward.
    Is it possible that hareware issue affected the installation? Because I can install Oracle 8i on another PC with Pentium 3 and 512 SDRAM,the platform is also Win 2000 Server.
    Does anyone experience such an issue? It is very helpful if you have answer to the problem.Thank you very much.

    I'm having exactly the same problem!
    Dell Inspiron 8200 notebook - P4 1.6Ghz, 512Mb DDR Ram, GeForce 4 MX 440.. Thought it was a software thing, but even after a totally clean install of win2kpro with no drivers, it won't run..
    Trying to install sybase, which uses jre1.2.0 (instead of 1.1.x that oracle installer uses), I get an illegal exception, so it seems to be some sort of hardware incompatibility with older versions of java, but my efforts to change the vers of jre that oracle installer uses haven't managed to work so far..
    I've done the same install on 50-60 P3's and Athlon's and never had a single problem :(

Maybe you are looking for

  • How to access PI Web Service in Different network

    Hi Friends, I am working on SOAP-PI- ECC (Sync) scenario, I have completed development and published service in SR, tested successfully using WS Navigator. I have shared  web service url and wsdl with Third party team, they are not in my client net

  • User defined fields reference in Matrix VB6

    I have a couple of user defined fields on the Delivery Details Matrix that I need to update.  I know that I need to reference them by index as follows: Set oEditText = oDelDetMatrix.Columns("Index").Cells.Item(ivlRowCounter).Specific oEditText.Value

  • My calendars and calendar were all gone and in blank!!!

    It happened on the next day after iOS7 is updated with my iPad mini. All the data in Calendar, Contacts are all gone! What I did was to restore them via iCloud back-up. It could bring back all my entries of Calendar and Contacts. But because the iClo

  • Links from pinned tab do not open in new tab, why?

    When I open a link from a pinned tab the link opens in the pinned tab not in a new tab. This just started happening did I somehow turn off or on something? How do I get the tabs working the way they should?

  • Disk tray won't open, with or without a disk in

    Hi All, I believe this is happening since I upgraded Leopard 10.5.5. Basically whenever I have to open the disk tray regardless of the disk status (with a cd/dvd in, without, when the disk is reading or when it's not), I first try with the eject key