Deep linking with Parsley and Navigation library

I've gotten the NavigationParsleyTest to finally build, but it's not doing what I expected, which was to provide deep linking through the URL. I'm guessing this might involve some JavaScript. Any pointers?
Thanks!

Hello François,
As adviced, I have posted this feature request to your jira:
http://bugs.adobe.com/jira/browse/CGM-94
For the moment, only John Cunliffe from this post:
http://forums.adobe.com/thread/872180
... is capable of providing a working patch.
Please keep me posted!
Thank you,
masu

Similar Messages

  • Deep linking integrating with Cairngorm 3 Navigation Library

    Hi there,
    I wonder if the Cairngorm 3 Navigation Library will integrate deep linking in future? Furthermore, it would be great to know how deep linking could be used in coexistence with the Cairngorm 3 Navigation Library!
    Any thoughts about it?
    Thanks,
    masu

    Hello François,
    As adviced, I have posted this feature request to your jira:
    http://bugs.adobe.com/jira/browse/CGM-94
    For the moment, only John Cunliffe from this post:
    http://forums.adobe.com/thread/872180
    ... is capable of providing a working patch.
    Please keep me posted!
    Thank you,
    masu

  • Link with EKKO and BSIK

    Dear All
    can you tell me the relation link with
    BSIK table and EKKO table.
    note that purchase order no (EBELN) not often stored
    in BSIK table
    actual i need the payment terms as per PO and need to create the report of creditor aging so please any buddy can help me?

    Hi
    Well if you want to know the relation ship between two tables
    1. Execute SQVI
    2. Enter name  and press CREATE
    3.Enter Title and in Data Source select TABLE JOIN.and enter
    4.Press Shift + F1 ans enter the table name.
    continue the step 4 and enter the table names for which you want to know the relation ship.
    EKKO-BUKRS -------- BSIK-BUKRS
    EKKO-LIFNR----------- BSIK-LIFNR
    EKKO-AEDAT--------- BSIK-AUGDT
    EKKO-EBELN--------- BSIK-EBELN
    I hope this will help you
    Regards
    Pavan

  • Skype 6.20 download link with spellcheck and new U...

    Please, link for skype 6.20 with spellcheck and new UI.  Thanks ♥ 
    Sorry for my english  
    Solved!
    Go to Solution.

    I have not been able to get spellcheck to work in any build but the "59" one, and that continues with this 6.20 release. This is despite the checked option appearing in Tools/Options. Not sure if it's implemented yet in non-59 builds despite appearing in the UI. Win 8.1.
    http://download.skype.com/3c96eaf2d0d77a29ff363d43​57841955/partner/59/SkypeSetupFull.exe

  • Conference link with login and password included

    Hi,
    I have been trying to find a way to make Adobe Connect send meeting invitation e-mails with login and password included in the link - unfortunately to no avail.
    Does anyone know, if it's at all possible to do it and if so, how it's done?
    I'm still on a trial version, but I've been assured, that it shoudn't be a problem.
    Thanks in advance for any hints!
    Kamil

    OK, I played with it and here is how I got it to work:
    Appending the URL:
    The URL would need to be appended with /?login=username&password=password. The "api/xml?action=" string was incorrect. I verified that this does work.
    The full URL would look similar to this: http://realeyesconnect.adobeconnect.com/bestroomever/?login=myusername&password=drowssap
    The login can also be done programmatically.You would need to do the following steps to get the log-in to be automatic.
    Log the individual into the server:http://YourServerURL/api/xml?action=login&login=username&password=password
    Should return a value of OK
    Get the BREEZESESSION cookie for the user:
    http://YourServerURL/api/xml?action=common-infoShould show a value similar to this:<cookie>na3breezr59qzu2pp2qy4zdm</cookie>
    Log the user in to the room with the cookie:http://YourServerURL/RoomLink/?session=na3breezr59qzu2pp2qy3zdm
    Guest names can also be added to the url link. These options are described here: http://help.adobe.com/en_US/connect/9.0/webservices/WS5b3ccc516d4fbf351e63e3d11a171dd2d4-7 ff4_SP1.html

  • Cairngorm 3 and Navigation Library

    Hi,
    I've been looking at the draft code for the Cairngorm 3 Navigation Library and wondered if anyone knows how to use the CurrentStateWaypoint?
    This seems to provide what I want but I can't see any example code, in the examples, tests or library. Is this part of the library still to be implemented completely, or is it deprecated / for removal?
    Any example on how this should be used would be appreciated.
    Thanks

    The CurrentStateWaypoint isn't implemented at this point. But maybe you could give it a try? Let me know if you make progress.
    The connection is already there. By default the Waypoint decorator choses the SelectedChildWaypoint that works for all Containers that have a selectedChild and dispatch an IndexChangedEvent.CHANGE event. To enable it for states, you would need to specify that in the Waypoint metadata. I'd like to think later if we can let the Waypoint decorator automatically detect the correct type.
        <mx:Metadata>
          [Waypoint(type="com.adobe.cairngorm.navigation.waypoint.CurrentStateWaypoint")]
        </mx:Metadata>
    Then, the CurrentStateWaypoint could be build in a similar manner than the SelectedChildWaypoint. Here's an outline:
        public class CurrentStateWaypoint extends AbstractWaypoint
            override protected function navigateToHandler(destination:String):void
                view.currentState = destination;
            override public function onInitialize():void
                var stateView:UIComponent = view;
            override public function getDefaultDestination():String
                return null;
    If you could check out the trunk version for the latest code you'll also find many other features. I didn't update the documention on the wiki yet but if you run and follow this example, you'll get a good idea of what's new and where it is heading.

  • Multiprovider-links with infoobjects and infosets

    Hi Gurus,
    Advance thanks to all.
    Can any of tell me how can seen the multiprovider is link up with the infoobject and infosets in seen  t.code or etc,the link  with the infoobject etc will happen in backend is it correct ?
    waiting for your points.
    regards
    sanjeev kumar

    Hi,
    at RSA1 --> info provider,,find and click your multiprovider on next screen there are tabs(infoset/info cubes/info objects/dso), check each tab. thru tshat you will know the objects which are connected to your multi provider.
    On each tab if any object name maintained and selected then that is connected to your multiprovider.
    Thanks

  • Problems with SEA and Multithread library

    I've try to develop a multithread sub-agent. I've call the pthread_create in agent_init() function. The thread open an UDP socket and wait for messages from other processes.
    The daemon and sub-agent with it's thread start correctly (apparently) but immediately after i receive the following error:
    signals_init() failed: sigset(32, SIG_IGN) failed [errno: Invalid argument(22)]
    and the sub-agent stops.
    Is There some incompatibilty between SEA and multithread library?
    Can you help me?
    Thanks

    Hi,
    You are correct, there is a patch required for the multithreading support.
    The bug number is 4224980 and the synopsis is Multi-threaded support needed for SEA subagents.
    This bug fix has gone into 107709-07 (Sparc Solaris 7) and is already fixed in Solaris 8 FCS. Please download this patch and after that test your agent on Solaris 7.
    This is assuming you have Solaris 7(Sparc) installed and that you are using the SEA donwload that is supported on Solaris 7. If you are on Solaris 8 and then you are using the Solaris 7 binaries then also you may run into this error. So ensure you are using freshly installed Solaris 8 if you are interested in Solaris 8 and not a mixed SEA env.
    Hope the above information helps.
    Thanks
    Sujeet (Sun-DTS)

  • Table for link with BP and Org Unit

    Hi experts
    i'd like to know what is the table where there is inside the link beetween BP and Org Unit.
    I know that the table HRP1001 links users to Org Unit but i cannot find the BP
    regards
    andrea

    Hi
    you can always find the link between Org unit O and its related BP in table HRP1001.
    Key in Org unit ID in the table selection parameter OBJID and execute. It will list postions (S) assigned to the Org ID and its BP number. Look at the relation B207(subtype) which will show O-BP assigment. It will be the last entry in the output list.
    R/Reddy.

  • Unexpected restart link with airport and keychain

    HI,
    I experience some unexpected restart of my Mac book pro when it's inactive (and only when it's inactive). There is not a single line in the system.log or console.log that match the time of reboot. I didn't find a reproducible way of making it happening. Nevertheless, when airport cannot connect to a gateway because the signal is marginal and make an error seems to increase the probability to experience such a feature. I'm of course not talking about a kernel panic. There is not a single clue before the restart! The hardware testing provided by apple on Mac OS X DVD and with the apple care plan does not detect any issue.
    On top of that it seems that when it starts to happen, it will happen any time you will reach the screensaver or lock the computer, if the screensaver is password protected. Switching of this option is usually not enought and according an other article of this forum, I added in ~?Library/preferences a com.apple.screensaver.plist with 0 value to askForPassword
    Repairing the permission seems to help sometimes as well. But there is no key way of getting rid of it.
    Moreover, from time to time the additionnal plist file I said is removed by another process (I'm the only user of my laptop and it happens several time). But still nothing reproducible.
    I tried to mesure the temperature and log it, and it's not increasing at the time of the crash, on the contrary.
    so any idea to fix, or at least to force a higher level of logging is welcome

    OK, I came up with at least a "hack" to get me back up and running for the moment. I have another user account "test" on my powerbook that is pretty much a vanilla new account. Whilst reviewing what files had been changed during the upgrade I became fairly convinced some form of bad XML configuration parameter(s) in file(s) contained in ~user/Library/Preferences were behind the loss of network connectivity. I logged out, then logged back in as my "test" user and networking worked flawlessly which seems to confirm that indeed the problem lies not in shared system directories but in user configuration data. Anyhow I logged into my normal account (top right screen corner) whilst still logged into my test account and now networking remained enabled and operational.
    I'll report back if I work out how to clean up this mess properly.
    Ian

  • Open a Telnet link with Firefox and bad things can happen

    I happened to come across a site with a number of links, and the one I chose happened to be a telnet link. Here was my experience, and I had to put myself into the shoes of the average user who knows nothing about programming.
    The link that caused Firefox trouble when Firefox was chosen to run it is this:
    telnet://dxc.nc7j.com:7300
    Click on the link and Firefox tells you that you need to select a program to open the Internet Shortcut Shell extension DLL. I have never heard of this, and I have no idea what to do here.
    Choose to open with Firefox.
    Now, if some error-handling routine had caught that Firefox, which is not capable of doing Telnet, was selected by the unknowing person behind the keyboard to go ahead and do Telnet, the error-handler would advise the user to the fact that this protocol is not supported and kill the process that is going to run out-of-control otherwise. Or cause to open the program that will run the Telnet session.
    Better yet, I clicked on the Telnet link and offer a better description of the choices.
    After all of what happened below, I installed Iron, a Chromium-based browser, and it opened a Telnet session window right away.
    So what did happen, I clicked on Firefox to do this chore and was greeted by a never-ending opening of empty tabs and upon closing the browser, it relaunched and was off to the races again. And again.
    OK so this ain't getting us anywhere.
    Firefox opens once again, this time hit the big red X to close it, and let the prompt to close however many tabs anyway prompt sitting there.
    I chose to run CCleaner, and I set that to blow away Firefox Cache and session. Run CCleaner, and tell it to force Firefox closed when it prompts that Firefox is open.
    If by chance Firefox launches again, timing was perfect that the file that was causing Firefox to open was not yet cleaned, so run the CCleaner again a few times. When Firefox is no longer opening, we are back to the world of sanity.
    Now, I could go in and reset the Tools Options Applications tab and look for Telnet, and replace the use of Firefox with "ask me."
    Fortunately, I know a little more than some about the computer, and I knew I had to use a utility to clear out the Firefox cache.
    You have a description of the issue in your knowledgebase, but it has Firefox opening endless empty tabs, but Firefox was closed and the situation is under control.. Restart Firefox manually, start a new session and then enter the Tools menu and fix the setting.
    There is a knowledge base article on this very topic, but it has the user close Firefox and then all is back to normal. One can open Firefox and get into the menu to fix the issue. There was a mention in there about malware as a possible cause of the constant reopening I experienced, but Malwarebytes scans were clean.
    "Well, this is embarrassing!" I have seen that nice touch to Firefox for many years, and may I compliment those who thought of that one.

    I agree, it can become a vicious circle.
    The default setting to try to restore all the windows and tabs automatically after a crash isn't the best setting. Personally I do change that so I get the "this is embarrassing" screen. So one option would be to file a bug report suggesting this be changed going forward.
    Another potential follow-up action would be to update the knowledge base article to better address how to recover in these situations. For example, a user could start up Firefox without restoring the previous session by:
    * Launching Firefox with a specific URL
    ** Using a desktop shortcut
    ** Using a link in an external application
    ** On the command line, typing firefox.exe "about:blank"
    ** (Possibly more ways to do it)
    * Renaming the sessionstore.js file in the profile folder
    ** On the plus side, preserves the option to restore that session later
    ** On the minus side, difficult for many users to find folders hidden by the OS, and the .js extension may be hidden by the OS
    Since the KB is a wiki, you can go in and make edits and improvements. The syntax is a bit funky, but not much worse than this forum.

  • How to add link with mp3 to iTunes library?

    I purchased a song which is actually a link ending in mp3. I want to save it to my itunes library, but when I highlight and right-click on it, it only gives me the option to "save as itunes spoken word." Also how do I make itunes as my default audio player instead of Quicktime?
    I am using Mac OS 10.7.4 and itunes 10.6.3.

    Jim,
    I appreciate your quick response. I'm not able to do what you suggest. The only way to "select" it, since it is a URL ending in mp3, is to highlight it in Quicktime, which is the program that opens when I click on the URL from the website I downloaded the audio file from. From there I can't figure out how to paste it/get it over to itunes by importing it or selecting from another file, and I cannot figure out how to make itunes the default audio program to open all audio files from the internet.
    Lori

  • Trouble with iPhoto and iPhoto library manager.

    I had trouble with my iPhoto constantly crashing, so I downloaded and used iPhoto Library Manager. Now when I am trying to get back to using iPhoto by re-importing my pictures, I keep getting a notification saying there is not enough space on my harddrive. I have spent a long time deleting large and unneccessary files all over my computer, but I am still unable to import my images to the iPhoto library.
    Does anyone have an idea of what I can do? I am starting to get worried that I will never be able to reach my pictures again
    + I have deleted all iPhoto iPod caches or whatever they're called based on recommendation from many sites.

    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do.
    Purchase an external HD and move your Photos and Music to it. Both iPhoto and iTunes can run perfectly well with the Library on an external disk.

  • HT1386 cant get my iphone to link with itunes and it will not open

    i tried to reset my iphone and it will not work anymore how do i reset to factory

    Hello Keegan,
    Sorry to hear that your iPhone is currently not recognized by iTunes.  I found an article with steps you can take when you experience an issue like this.  I wasn't sure whether you were using a Windows or Mac computer, so I included the respective articles for each:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    Once your iPhone is recognized, you can use the steps in the following article to restore your iPhone:
    iTunes: Restoring iOS software
    http://support.apple.com/kb/HT1414
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Deep linking in pdf and I.E. 8

    I've read all the instructions on how to create links within a pdf document for a webpage, and it works in Firefox.  However, it's not working in I.E. 8.  Does anybody know why it wouldn't work in I.E. 8?  I've used both filename.pdf#nameddest=name and filename.pdf#page=2.  Both work fine in Firefox, but not in I.E. 8.  I'm using Acrobat 9 Pro to create the destinations in the pdf.  This is a pdf for a company intranet and the company browser is I.E. 8.
    Any help will be appreciated.

    I have made the settings every thig seems to work from my computer, just have to wait and see how users like it.
    Part 2 of my original question.
    Whilst the clients wanted to save the filled in pdf, others also asked if the pdf could be sabed as a Word doc (they have their reasons)
    (See attached image)  thats if I can figure out how to get it to this forum. But if for some reason you are unable to see it.
    When in Reader v9  I select the filled in form and then select "SaveAS"  from the "Save as type" a list of 19 options appear in the combo box.  I selected the Microsoft Word Document (*doc)   The file was saved to my documents folder, but when I went to open it in Word,
    Word opened and the document was BLANK  ???  is this a bug or did I do something wrong ?
    can you save a pdf from Reader as a word doc ?
    Thanks
    O00ps I made a goof
    I wrote my message and then inserted the image. The image took presidence over the text ?  So excuse me if the message comes out twice.
    I did the selections in the Advanced menu and was able to read the pdf in Reader v9  I saved it ok as a pdf file then I did a SaveAS in a  the combo dropdown selection I picked the option to save as a word document, It saved the word doc but when I opned the word file there was nothing in there BLANK  is this a bug or just me ?
    Thanks

Maybe you are looking for

  • How do set up multiple devices with multiple graphs in labview

    Hello, I am new at LabView, and we are trying to setup a test rig to measure voltage, pressure and flow rates. We are currently using a NI-6009USB box and Labview version 8.2.  Our problem lies in setting up the actual measurements on separate graphs

  • How to get a refund for paid app i never received

    In April of 2014 I attempted to perform an in-app purchase in the game HayDay, which I had downloaded for free on my older iphone 4s that I also had at this time. I still have an iphone 4s but it is a different one. But that's not important. What my

  • HTML Files Displaying Differently In Safari?

    I've got several HTML pages that I've created from Excel files. I've noted some differences in the way these pages display in Safari (I'm running version 2.0.3 of Safari on OS 10.4.5). First, there's a line of text in these files displaying in the wr

  • File upload no error no file - my solution

    In case someone out there struggles with the no error no file problem with file upload ASP/VB, after days of searching for a solution I finally found out it was an ASP upload max size problem. Take a look at this post at the Interakt forum, right at

  • EXPORT - IMPORT in BACKGROUND JOB

    Hello ABAP Gurus, There are two programs I am using. In 1st Program I am Exporting the Data to the ABAP Memory and then after that scheduling the second program in background from 1st Program through 1 ) JOB_OPEN 2 ) SUBMIT 3 ) JOB_CLOSE Now I am try