Different button and different parsing?

Hi all, I have a strange problem.
I have made the xml that I attach, if I see it from service button all is ok but if I see it from directory button I don't see anything. Nothing error too.
From directory button I have added a menu list that point to this xml.
There is some limitation from directory button?
Thanks. Pasqu.

If memory serves me right (check the devguide for details), there's a rigid structure for pages accessed via directory url.
Page one must be a ciscoipphonemenu with one or multiple entries that are displayed after the missed/answered/composed calls.
Each menu item must then link to a ciscoipphoneinput page.. and that in turn must return a ciscoipphonedirectory page.
You cannot bypass step 1 (which is what you're currently trying).

Similar Messages

  • I have tried loading 3 different cds that I just bought into Itunes and I click the import cd button and it goes through the motions of importing the cds, but when I go to my library none of these cds is there.  Help, please!

    I have tried loading 3 different cds that I recently purchased into Itunes.  I click the import cd button and Itunes goes through the motion of copying and importing the cds, but the songs are not in my music library.  I have searched everywhere to find where these cds might be, but to no avail.  Could really use some help here.  Never used to have this problem.

    Are they in the relevant artist & album folders when you look via Windows Explorer. If so something may have gone wrong with the index of the Music playlist. Download the current iTunes Free Single of the Week. I know it sounds odd, but it should fix the problem.
    If that doesn't work close iTunes and delete the hidden file sentinel from inside the main iTunes folder, then start iTunes again. It should run a consistency check when it starts up.
    tt2

  • I have just intalled PSElements 12 on a new PC with windows 8.1. It installed ok but when I open it up it displays different than on my windows 7 PC. The buttons and text are tiny and almosy impossible to see even when I drag it to full screen. How do I a

    I have just intalled PSElements 12 on a new PC with windows 8.1. It installed ok but when I open it up it displays different than on my windows 7 PC. The buttons and text are tiny and almosy impossible to see even when I drag it to full screen. How do I adjust it to look normal?

    Hi Paul ,
    It could be a compatibility issue as well as Acrobat 8 is an older version.
    Do you get any error message while registering for the product?
    Try repairing it and once and also check for updates as well.
    Is it happening with all the word files or any specific one'?
    Regards
    Sukrit Dhingra
    Acrobat 8 and Windows 7 Don't Work

  • WP8 - Different b/w Lock button and windows button pressed

    Hello,
    I need to differentiate the below scenarios:
    1. Press Lock, then unlock button  and open the application
    2. Press windows button and search for application from list of apps and open it
    I need to handle the scenarios differently, Can you please let me know how exactly we can differentiate above scenarios?
    I thought of handing in App.xaml.cs file as below:
    1. Press Lock, then unlock button  and open the application  --> e.NavigationMode == NavigationMode.Back
    2. Press windows button and search for application from list of apps and open it   --> e.NavigationMode == NavigationMode.Reset
    but sometimes, after lock the device, when the device is idle for more time and unlock it, e.NavigationMode == NavigationMode.Reset is called in 1. scenario also:(
    Please suggest how to solve the problem.
    Thanks,
    Navya 

    When you set a password lock on your Windows Phone, it can help you avoid accidentally making calls at inopportune moments to friends, family members or colleagues. (To learn more, take a look at
    Lock screen FAQ.) But just because your phone is locked doesn't mean it's out of commission. There are lots of things it can still do.

  • My ipod acts as though someone is invisibly pressing the button and starts jumping to different screens without user input any help out there

    my ipod touch acts as though someone is invisbly ushing the buttons or moves from screen to screen without usere input

    Try the standard fixes to rule out a software problem:
    - Reset. Nothing wll be lost
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/newiPod
    If still problem you have a hardware problem and service is necessary.

  • How to set a different parser  for JAXB ?

    from the FAQ https://jaxb.dev.java.net/faq/index.html
    A question about which jars are required says
    "The runtime also needs a JAXP-compliant parser. If your target environment is
    JRE 1.4 or higher , it is a part of JRE, so you don't need any more jar file.
    Otherwise you have to bundle a parser, too. Any parser would do the job, but we
    recommend the JAXP RI bundled in the JWSDP (which is what we test against.) "
    I am running jdk1.3 and want to use a different parser how do I specify it.
    Thanks
    Steve

    I think I worked it out.
    I just have to set the JAXP parser
    Q. How do I use a different JAXP compatible implementation?
    The JAXP 1.1 API allows applications to plug in different JAXP compatible implementations of parsers or XSLT processors. For example, when an application wants to create a new JAXP DocumentBuilderFactory instance, it calls the staic method DocumentBuilderFactory.newInstance(). This causes a search for the name of a concrete subclass of DocumentBuilderFactory using the following order:
    1. The value of a system property like javax.xml.parsers.DocumentBuilderFactory if it exists and is accessible.
    2. The contents of the file $JAVA_HOME/jre/lib/jaxp.properties if it exists.
    3. The Jar Service Provider discovery mechanism specified in the Jar File Specification. A jar file can have a resource (i.e. an embedded file) such as META-INF/services/javax.xml.parsers.DocumentBuilderFactory containing the name of the concrete class to instantiate.
    4. The fallback platform default implementation.

  • Radio buttons and SQL

    Hi,
    I have a column in my database called buy_or_share. I have
    the type set at ENUM ('buy', 'share') and default as: buy. I am
    building a search page for users to search whether they want to buy
    or share (in the form of a radio group) and then a search bar for
    the user to type into freely what product, category, or store name
    they are seeking.
    I have tried to attach dynamic radio feature to the buttons
    and I've also tried quite a few different ideas with the recordset,
    but nothing has worked. When I search for a product, I am given
    results of the product for both buy and share so obviously the
    radio group isn't separating the results to either buy or share.
    The trouble is that I don't know what I'm doing wrong, is it
    something with the radio group? the recordset? the dynamic form
    elements? my php code, should I have a conditional statement
    surrounding the buttons so that if 'buy' is true then retrieve the
    database for 'buy' else 'share' true then get that information,
    else neither are true display 'no results'?... Thank you for the
    help!
    I have attached the relevant code...
    Brad

    Hi,
    One way to achieve this would be to
    Create an Item 'Radiogroup (with Submit)' called PXX_RADIO and enter 'STATIC:SQL 1;1,SQL 2;2,SQL 3;3' in the List of values definition
    Create a region of type 'SQL Query (PL/SQL function body returning SQL query) and enter
    begin
    IF :PXX_RADIO = 1
    THEN
    return 'Select 1 from dual;';
    ELSIF :PXX_RADIO = 2
    THEN
    return 'Select 2,2 from dual;';
    ELSIF :PXX_RADIO = 3
    THEN
    return 'Select 3,3,3 from dual;';
    end if;
    end;
    Set the region to use 'Use Generic Column Names (parse query at runtime only)
    In the regions conditional display set condition type to 'Value of Item in Expression 1 is NOT NULL' and enter PXX_RADIO in Expression 1
    So depending on the value of the radiogroup the relevant SQL is executed.
    Hope this helps
    Regards
    Paul

  • Mouse buttons and keyboard randomly stop responding on secondary display

    Hey,
    I'm facing this weird problem after a recent upgrade to Snow Leopard:
    In about half of the cases I'm switching to application windows on a secondary/external display the mouse buttons and Macbook keyboard are unresponsive. I have to keep clicking/pressing for some time or have to switch between applications to get them working, until they'll fail again after some time.
    I tested it with two different external displays with VGA and DVI adapter, different screen resolutions, I tested the mouse and mouse software, both keyboard and mouse work fine with the same applications moved to the primary laptop screen, trackpad works fine too.
    This occurred after the upgrade to Snow Leopard on a 2008 unibody Macbook. Updates to 10.6.2 didn't solve the problem.
    I'd be happy if anyone could help me with this issue.
    Thanks

    You do not provide the full model number but if it is an AMD processor you are seeing the start of video issues that plague that series. The freeze is caused by bad video memory which is a part of the video card in turn part of the motherboard. I have been getting a high percentage of people who do not respond back to posts so I am not going to write everything about your issue; it could be a book. I am happy to help further if you have any questions. There are some repair options but at the end of the day, you might want to consider a new laptop.

  • The itunes store wont let me download anything i click the buy button and it asks for my password but it wont download

    when i went to itunes on my computer it would start downloading the apps i purchased on my phone but would get stuck a processing file, then when i went to purchase a movie i would click the buy button and it would ask my password but then would not purchase or download. So i decided to buy the movie from my phone and then try to download on my computer from the purchased section but still wont download on my computer and it doesnt give me a reason why

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    Are you putting in the address where the bank sends the monthly statement?
    Apple's servers are very picky about the format of the address. If you live in the USA, then the server is expecting the style that the US Postal Service uses. One way to do this is to use the USPS ZIP Code lookup service;
    https://tools.usps.com/go/ZipLookupAction!input.action
    Enter the address to look up the ZIP code and then copy the exact USPS output into your iTunes account information.

  • Problem with Audio in Buttons and Interactive

    Hi!!
    I have problems with the sound into buttons and Forms Interactive. The question is when I add a sound within a button, this it sounds directly when it enters the slides and not when the user presses the button.
    How I solve it?
    Thanks
    NEXTsp

    Hi there
    It isn't a problem. The function is working as it should. You simply have a different expectation!
    You have to think about it in different ways. When do you want the audio to play? When the button has been clicked, right? When you attach audio to an object such as a Button or an Image, the audio plays when that object appears. The trick here is to make an object appear on the Button click. You then attach the audio to that.
    If you have Captivate 3 or older, you can enable the Success caption for the button. Attach the audio to the caption. Button is clicked, caption appears and you hear the audio.
    What's that you are asking? Oh, you don't want to actually SEE a Success Caption? No problem. Choose the Transparent caption type and remove any text!
    If you have Captivate 4, you can also use the same method to accomplish this. But you can also probably use the new scripting in it to make the audio play on a Button click. I can't tell you how to do that at the moment if that's the approach you want to take. I'll have to leave that to another person here that has played with the scripting to explain how it's done.
    Likely it involves opening a panel, inserting or declaring a variable, adding a sound file, associating the variable with the sound file, assigning actions to the button to check the variable and change it if you need to. Stuff like that. Sounds a bit like a Rube Goldberg setup. But really that's what happens with the Success Caption method. It's just that we deal with objects and not the code behind the scenes.
    Hopefully this was somewhat helpful... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Problems with Flash CC user interface. Mainly I can't seem to click certain buttons and input fields on various modal windows. (eg. Scale and Rotate, Sound Properties,

    Hi there,
    I'm wondering if anyone else is experiencing issues like this. I'm basically finding that a bunch of different buttons, fields, and tabs do not respond to my clicks. This seems to be spread out throughout the application.
    I've had to work around most of this by using the tab and arrow keys to navigate around modal buttons and fields... but it is a bit of a pain.
    There are some parts of the interface that can't be accessed via tabs and arrow keys... for example the ActionScript Tab on the Sound Properties window... there's no way to get to that... and clicking the tab itself does nothing, although I can see that the rollover state of the tab is activated.
    I've ended up having to run Flash CS6 in order to set the export classes of sound files and that's a bigger pain.
    Similar UI issues exist with other things... for example the color picker (eye dropper) seems to pick colors near, but not directly under itself.
    I'll be honest... I'm running on Windows 7... via boot camp... on a Mac Book Pro with retina display... so the issues could stem from this combination. However... Flash CS6 does not have any of these issues... so I can only think that it is a Flash CC issue.
    I appreciate any input you can provide. ( Although the obvious "run it on OSX instead" or "just use CS6" aren't the kinds of answers I'm looking for. I have my reasons for the setup. )
    Thanks.
    Cheerfully,
                           - JR

    Thank you for the suggestion. I've just done the uninstall, clean, re-install process.
    No luck.
    Even the first-run modal that comes up to choose Sync Settings has the same problem. All three buttons will go to a rollover state if I mouse over them... however, none of them are clickable. The only clickable item is the OS window close button. If I use the TAB key to move from button to button it moves the yellow button selector accordingly. If I press the ENTER key it responds correctly. For some reason clicking is not working on these parts of the Flash CC UI.
    *Note: This does not happen with all of the Flash CC UI elements... only some key ones (Save As - Confirm Overwrite, Symbol Properties and Swap Symbol dialog boxes also do not work with clicks, only with the keyboard navigation). Really a pain in the posterior.
    Again, I'm wondering if this is an issue particular to my hardware/os combination but I have had no luck finding answers online.
    Any other possible solutions out there?

  • Why do i get redirected when I click on search link If I hit the back button and click on the link again It was allow me to go there

    I use Google to search I click on the link and I get redirected to some other page I click on my back button and re click on the link and it will the allow me to go the link. it does this to me 40% of the time and I know the links that I'm click on a a known good link cause I used them before I just have not save them to my bookmarks

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • IPhone4 will not turn on. Tried reboot with home button and power button, and tried with sim out. Left on charge for an hour and nothing. Tried plugged into PC and nothing. Tried holding any and all buttons one at a time and plugging into PC and nothing.

    Hi,
    This is for my wife's iPhone 4
    She was on a call and went to end the call and the phone just turned off.
    Left it on charge for an hour or so and nothing.
    I tried the old reboot (home button and power button) and nothing
    I tired with the sim out.
    And with it plugged into a PC, opened iTunes and it didn't recognize that the phone was plugged in.
    I tried my PC and nothing.
    My phone charges and connects to both PC's
    Tried holding the home button then plugging into PC
    Tried holding the power button then into PC
    I've now been trying different combinations for about 3 hours and now I'm all out of ideas.... :(
    Please please can some help before Tuesday when I will have to find someone to repair it.
    Thanks,

    Sounds like faulty battery. Make Genius reservation and take to Apple for quick (minutes) free battery diagnostic testing. If you have Warranty or AppleCare the problem will be covered.

  • My mac pro wont start. I push the power button and I get a click sound. A few seconds later another click sound and that it.

    My mac pro wont start. I push the power button and I get a click sound. A few seconds later another click sound and that it. I've tried different power plugs. Going direct into the wall, through a power strip. By iteslf, with other devices plugged in. I removed hard drives, and some RAM, and nothing. Sometimes it would not turn on, and then some minutes later it works. So its was sparatic, but now its been the same situation for three days where it wont turn on.
    I'm guessing power supply, but I wanted to see if anyone had a similar expereince and what the solution was, before I drag this beast to my local Apple store and have them look at it. Its a real pain to get it there and back and I want to be armed with some info for them. I already dragged this to them when it first started to do this, and of course it started up just fine for them. And you know if it works for the Genius then theres nothing wrong with. No matter what you explain to them.
    I figure if anyone had a the same problem and was able to resolve it, I can relate that experience to the Genius even if it start up for them.
    Thanks

    Try a SMC Reset using the extended method:
    Remove the AC power cord.
    Press the power-on button. [This drains the stored charge from the power supply]
    wait a quarter minute.
    Restore the power cord, being certain to JAM it into the socket, as the big block of rubber inhibits proper seating.
    wait a quarter minute
    attempt to power on.
    If no joy, examine the button battery half-hidden behind the graphics card. Remove it to measure the Voltage. A new battery should not cost over US$5, and measures a little over 3 Volts. BR-2032 is used in garage door opener controls and car door locks controls. The geeks at Radio Shack can measure it for you.

  • What is the difference between "System" buttons and boolean buttons?

    I'm writing a VI with an event structure that allows me to push different buttons to control external instruments, but I found two types of buttons worked: "System" buttons and "Boolean" buttons. On the surface, the functionality seems the same: I can write the VI so that either one works, and they work in the same way, but which one is right?
    Here is a little more info on what I'm doing. I have a case structure that has one "timeout" case, which just measures the position of a movable stage. Another case, if a "system"-type button is pressed, moves the stage to an absolute position. Another case activated by a "boolean"-type button moves the stage to the zero point. I could switch these and it would still work, but I don't understand how the buttons are different.
    Also, right now I'm using the "run continuously" function so that the loop just repeats. Is this the right way to do it? I could put everything inside a loop, and make my own stop button for it. Would that be better? Worse? --> I think I found the answer to my own question: run continuously will stop and start the code at each instance, so a while loop will be better because it doesn't start and stop repeatedly. (True?)
    Thanks,
    Karl
    Message Edited by Karl T. on 03-31-2008 05:43 PM

    Karl,
    You never want to design your program to have to use the run continuously button.  It is more for debugging than anything else.  Using a while loop with your own stop button is the preferred method of doing things.
    The System, 3-D, and Classic Booleans all basically work the same.  The appearance is different.  The System buttons look like your OS buttons that you see on all your other programs.  The 3-D were introduced in LV6 and remain standard across different OS's and are not affected by System color changes or System theme changes.  The classics behave similarly to the 3-D, but they are the older controls that existed prior to LV6 and have been kept for legacy's sake.
    There are arguments for using system controls vs. 3-D controls (I don't think most people use the classic controls much anymore).  So, you really have to make a personal decision as to which you prefer to use.  NI pushes the system controls, but you'll notice there is a large number of controls which are not available in the system pallette.  I have made versions that look like system controls, but they do not automatically update for theme or system color changes.

  • How can I click on a button and make a text box appear or disappear

    How can I click on a button and make a text box appear or disappear?
    Thanks ahead of time for your help,
    Doug

    Hi Denes,
    I just thought that the example you pointed the OP to, is far more complex than what I understood he needs. The OP was talking about using a button, which I thought was a very basic and simple case. Your example is much more complicated. If memory serves, the radio group item, at the time (prior to 3.1 fieldset) behaved differently, so you needed to create a new value retrieving function, and then was the need to preserve the items show/hide status upon reloading the page. In short, I thought maybe I didn’t see the complexity in the OP post, but it seems that his requirement was indeed a simple one.
    Regards,
    Arie.

Maybe you are looking for

  • Executing System Commands In Java

    Hi,      I am not sure if this is a bug � or I am just doing this wrong. I have written a program to move files into ~/.trash/ . My problem is that this works only for files without spaces � but for files with spaces it will not work. Some of my code

  • Error extracting SAP NetWeaver 7.0 (2004s) - ABAP Trial Version

    Hi Friends, I am getting the following errors when extracting the part1 with winrar, ive tried for extracting it thrice but didn't succeed, pl help.... ! F:\SAPNW7.0ABAPTrialSP12.part1.tgz: CRC failed in SAPNW7.0ABAPTrialSP12\image\load\load_datasave

  • Bill overcharged

    The bill received had over charged twice on my account due to the connection error.Please assist.

  • Using JavaFX directly in Java without scripting

    Group group = new Group(); group.set$translateX(this.translateX); group.set$translateY(this.translateY);How can I now set the content of the group for example a rectangle and a text? Has anybody an idea?

  • Jump to one defined record in multirecord block

    Hello. I have a multirecord block. ex: rec, day, text rec1, day1, text1 rec2, day1, text2 rec3, day2, text1 rec4, day2, text2 rec5, day2, text3 rec6, day3, text1 User can select any record in that block. But when he presses one button, form should fi