A New Way to Navigate

Streamlined navigation and fewer links give you the power to do more in less time.
Check it Out Now

Hello Sreekanth,
What I want to do is create a link that when clicked on opens a file or another captivate file in a new window with no address bar so that when you are finished viewing in the new window it can be closed and you are back on the original window.
Thanks,
Alan

Similar Messages

  • Is there a way to navigate to another slide and have it open in a pop-up/new window?

    Is there a way to navigate to another slide and have it open in a pop-up/new window?

    Hello Sreekanth,
    What I want to do is create a link that when clicked on opens a file or another captivate file in a new window with no address bar so that when you are finished viewing in the new window it can be closed and you are back on the original window.
    Thanks,
    Alan

  • IPhoto 11: A new way to use the old E-Mail behaviour.

    iPhoto 11 works with email in a new way. Rather than using an Application to send the email as before, what they have done is handle the email within iPhoto. So, you input your Email Account details - the name of your service, the account name, password, etc, and iPhoto uses that information to send the email via your account.
    There's an element of swings and roundabouts in this.
    Users of Apps like Thunderbird or Postbox could not email from within iPhoto in the past as those apps are not scriptable. Neither could it be used by people who use Web Mail and access their mail via a web browser. By going this way these people users have the same service as Mail/Entourage/Eudora users have.
    So much for the swings: on the roundabouts, however, users of Mail (and I suspect Entourage and Eudora) have a change. Share -> Email does not work as before and you can no longer select pics within iPhoto, resize them and pass them over to their preferred application. Neither can you send photos without a Template.
    However, by creating a Service sing Automator, it's perfectly possible to recreate the previous usage, though accessed a little differently. Here's one way:
    1. Launch Automator
    2. From the Dropdown sheet select to make a Service
    3. On the Right hand side, over the large pane (under the record button) select 'Service Receives +no input+'
    Uploaded with Skitch!
    3. From the Library Column (extreme left) click on Photos.
    4. From the Middle Column drag 'Get Selected iPhoto Items to the large pane.
    5. In the drop down on 'Get Selected Photo Items, select 'Photos'
    Uploaded with Skitch!
    6. Back to the Library column, extreme left and this time click on Mail
    7. Drag 'New Mail Message' to the right hand pane, under the existing 'Get iPhoto Items'
    8. Drag 'Add Attachments to Front Message' under that.
    9. Save it, Name it.
    Now, in iPhoto select the photos you want to email
    then
    iPhoto Menu -> Services -> And select the Service you created.
    The Mail app comes forward with your Message, with files attached.
    You can resize the Photos using the option at lower right of the Mail window:
    Uploaded with plasq's Skitch!
    Using the Keyboard Shortcuts in System Preferences you can choose a shortcut to do the whole thing from the keyboard.
    Regards
    TD

    You can also drag from iPhoto '11 to Entourage 2008 and Outlook 2011.
    Both of these will create a new email adding the photos as full size attachments
    Good tip and I just tried it. Too bad Entourage does not have the size box in the
    lower right like Apple's Mail. I really don't like sending full size pictures in email
    messages so I will use Terence Devlin's Automator script or drag and drop to the
    the Mail Dock Icon.
    Two very good workarounds for the slow iPhoto mailer. I got spoiled using the
    IPhoto 09 email interface with Entourage that let me select the size and the x-number
    of Great IPhotos
    Thanks again for another tip on how to mail photos using iPhoto 11.
    Message was edited by: aRKay

  • Is there a way to stop being bombarded with IAds when playing games on the iPad? This is a very annoying new way to advertise Apps.

    Is there a way to stop being bombarded with IAds when using games on my IPad? Is this a new way to advertise Apps?

    If these are the free versions of the games, buy the full version and the iAds should go away. The developer can offer the app for free by selling advertising. If the developer is going to give the app away, he has to be paid for his work somehow.
    There may be some paid apps that might include iAds as well. In those instances, the developer includes the ads in order to subsidize the cost of the app to the end user in order to reduce the cost of the app. You should always read the app description when you download any app to make sure that you know what you are getting into - with regard to ads and in-app purchases.
    Games are the worst offenders - IMO. Many "free" games become totally useless after you reach a certain level or if you reach your limit in lives or potions or things like that. If you want to continue in the game, you than have to make in-app purchases for levels, lives, potions, beads, whatever. You can rack ip quite a bill playing those "free" games if you are not aware of what you are getting into.

  • Is there a new way to Display Duplicates in iTunes 11?

    Used to be under file Display Duplicates but now it is gone.  Anyone found the new way?  Is there one?  Did they really take away that functionality??

    I not this is no consolation, and I am upset that this functionaliy is missing. But I think the best thing we can do is let them know that we want it back. I've already sent off a feedback form to Apple. I'm sure it'll fall on deaf ears, but maybe if enough people do it asking for "Display Duplicates" back mayb we'll see it in an update. You can fill out a feedback form for iTunes here http://www.apple.com/feedback/itunesapp.html

  • Ok really now...has anyone figured out a new way to select a portion of a project and output just that part?? Or is it still a 20 step process??

    Ok really now...has anyone figured out a new way to select a portion of a project and output just that part?? Or is it still a 20 step process?? What is the best/fastest way to give my client a teaser clip??

    Still a 20 step process, many ways to approch it. Duplicate project and selectively delete everything around it. Or select and copy what you need. I think it could be a year before apple makes that step a 2 or 3 step process.

  • Wow! Thanks to Lilybiri's blog I have learnt a whole new way of using CP!

    Like the subject says, I have a new friend in CP and have whole new way of using and editing CP files, especially FMR.
    I know, you are all probably familiar with these features, but really, they make my whole aproach to my working with CP and is much more owerfull that I first thought (or didn't think - whatever) ;-)
    http://blogs.adobe.com/captivate/2010/09/fmr-swf-edit.html
    Thanks Lilybiri, much appreciated.
    Cheers
    Rossco

    Agree with both of you. I knew Captivate as primarily a demo capture tool which can do a bit of e-learning work.
    But that changed when I discovered blogs/ websites of all the experts (You, Rod, Jim, Anita, CPguru, etc.) here. Especially the advanced actions and JavaScript (which I am yet to learn) opened up a whole new world of possibilities. One example of that is, we now use Shared Actions as reusable components.
    Following various forums such as this one and the ones on LinkedIn have helped in knowing what others are working on and learn from them.
    Sreekanth

  • ActionListener new way to use ?

    cancelButton.addActionListener (new ActionListener ()
    public void actionPerformed (ActionEvent e)
    System.exit(0);
    This is an small piece of code that I am having some troubles with, when using it with J2SE 5.0 , no compilation errors are returned or anything, but on clicking the button, the code is not executed but when I compile and run the code with J2SE 1.4.2 , it works perfectly. Is there some new way to invoke the actionPerformed or am I just an complete idiot ?

    im sorry - problem found, for some reason when i run the code with netbeans, it doesn't work but when i compile and run via the command line, it works perfectly fine.

  • With Muti-clip gone from FCP X, is there a new way to sync two cameras with FCP X

    With Muti-clip gone from FCP X, is there a new way to sync two cameras with FCP X

    I film with two cameras then copy the files from each camera into their own folders. I then use ClipWrap to convert the MTS files into AIC.  If the recording was one long contiguous session, many cameras will split the MTS files into 2GB chunks.  ClipWrap will Convert Multiple to Span to reassemble them properly.  With the AIC .MOV file from ClipWrap, I then use FCP X to Import the MOV files from camera 1 and camera 2.  I prefer to do it that way versus using FCP X Import from Camera.  I then move the clip from camera 1 onto the timeline in the "primary storyline" (FCP X terminology).  I drag the camera 2 clip above the camera 1 clip and line up the audio from the two cameras while that audio is still attached to the video so everything stays in sync.  FCP X has a way to automatically sync two soundtracks, but I have not gotten around to that yet.  With camera 2's clip attached to camera 1's clip as a "connected clip" above the camera 1 video, I then do an edit to go between the cameras as seems best to me.  When the connected clip of camera 2 video sits above the camera 1 video, it will take priority over the camera 1 video.  I then split camera 1's video clip taking out sections when I want to go back to the camera 1 view. Of course I can trim camera 2's clips until I get it the way I want it.  Since FCP X uses the magnetic timeline concept, and camera 2's clip is "connected" to the camera 1 clip, as you split and trim camera 2's clip, everything will stay in sync across the two camera "tracks".  When there is no camera 2 video above the camera 1 video, camera 1 video will be seen.  When camera 2 video is above camera 1 video, camera 2 video will be seen instead.  With a single editing pass, I can then do all the editing I need to go back and forth between two cameras.  The same concept is expandable to other camera "tracks" as long as you are using vertical position in the timeline to determine which camera is seen when.  If you would like for it to look like a multi-camera track composit like before FCP X, you can simply select all your clips and make a compound clip out of it.  You will then see the multiple camera clips side by side in a single "track".  Double click on that "clip" in that "track" to go into the structure and editing individual "tracks" around if needed.  Think of a compound track as what a sequence used to do.  Anyway, there may be other, and easier ways to do this, but with a single edit through my recording, I can easily and visually cycle back and forth between camera views.  It's just that things are called differently now ... and, as of this time, we do not have a single button camera switching function to let us view multiple cameras simultaneously and switch between them using a keystroke for each camera.  Still, I have a way to do it, and it has worked very well for me, in fact I was pleasantly surprised at how easily I could do multi-camera in post.  Hope this at least gives you one option.  Others may have a better way.  Best wishes.
    stephen

  • Muss: a new way to control mpd with dmenu

    muss is fast and simple. It allows you to type a few word fragments and then it automatically creates a playlist with all matching music files. The interface is bimodal: either pure command-line search (similar to plait) OR a dmenu-based browse interface showing all of your music files as you enter keywords. Again, the difference from other mpd controllers is that ALL of the matching items from dmenu get put into the playlist, not just one. (This ability to return multiple results requires a small patch to dmenu, as described in the documentation)
    For code and docs, see https://github.com/dbro/muss
    Suggestions and comments are welcome.
    Dan

    A new way to keep up with all the Office 365 Dev news, tips and tricksToday we’re excited to announce The Office Dev Show, a new dedicated Channel 9 show devoted to all things Office 365 dev-related. The show, hosted by Sonya Koptyev, will include guests from the Office 365 Extensibility engineering team, as well as key community members. The show will feature new code and capabilities that have been added for devs to customize the Office platform, including the desktop, online and mobile versions, as well as a series on how to “Get Started” building on the platform. The Office Dev Show airs weekly, on Wednesdays.The first show, released on July 17, 2015, features an interview with Yina Arenas, senior program manager, who describes all the great features available in the Office 365 unified API Preview.Upcoming showsIn the following...

  • VZ Edge a New way to Purchase a Phone

    Have a Look at this New way to Purchase a Verizon phone it was talked about not to Long ago and Will Go Full Live Aug 25). Take a Look and Comment what you think about this new way to Get a Phone)
    It's Launch will be close to the same time as When Moto X and the HTC 1 Goes on Sale.. http://goo.gl/GVWUx

    A little more info to Add http://goo.gl/mOIOa  b33

  • Nokias new way to use photo's

    I have sent this email and talked with nokia care and had no luck. Maybe in this forum I have a better chance.
    ----email to nokia-------
    I am a dedicated Nokia phone user and have been from the nokia 2110 till now (N80). I do have to say that I believe that Nokia makes the best intuitive and logic phones in the world. Because of this I feel that I should mention that I see an issue in the new way to use photos and would like to make you aware of some customer feedback. Let me try to explain what I mean with this issue.
    Nokia has changed to Symbian OS with the Nokia 7650. (Great/Best Phone at that time) In that phone it was supported to add photo’s in separate folders on your Memory card via the PC. When showing photos to colleagues I would be able to choose a directory (for example marketing) and this would only show the pictures that are in that folder. This was also the case with the Nokia 6600 that I bought as soon as it became available. I had skipped to buy the Nokia 6680 as the N70 was coming out quickly after the 6680. I have now used the N70 for 6 months and have no way of separating private pictures and work pictures. The N70 uses the Gallery to show pictures and movies simultaneously this is very messy as it does not show folders but all the files that are in subfolders together. When installing for instance TomTom the gallery will show my private photos together with work photos and the TomTom signs (pictures of speed signs) photos all at once. In order for me to show a picture to someone, I have to scroll trough 650 pictures in stead of easily clicking on the right Directory that has that specific category of photos. This makes in my opinion the whole gallery option useless for mass usage.
    I can give you several reasons (which actually have occurred with several users of the new gallery) on why users would not what to scroll trough their whole photo archive just to show some one a picture. Just think of separation between private photos and work photos. I would not what to let someone see my private photo’s while scrolling to a work related photo soot.
    I hope that this feedback is clear as I do understand that writing an email regarding this can be more confusing then talking to you personally. I have already discussed this with Nokia Care and they have no solution to this issue. We agreed that I would put my feedback in a mail and send it to Nokia.
    This is the first time in over 10 years that I believe a feature of Nokia to be moving backwards in stead of forward. Please understand that I am a loyal fan of Nokia and I still firmly believe that Nokia is the best phone manufacturer out there. I believe that next to being in the cutting edge of technology Nokia always has made their phone software to be logical and backwards compatible. This is one of the things that make Nokia much better than any competition out there. I have no feedback on customer care as this is the first time ever that I need it.
    Please I urge you to reconsider implementing the “old nokia 6600” gallery back, where it’s possible to create folders and only show people what you would like them to see.
    I hope that this email is clear and if you would like me to further explain do not hesitate to ask for clarification.
    Thanks for your great products!

    26-Jun-2006
    08:00 PM
    bustacap wrote:
    Please I urge you to reconsider implementing the “old nokia 6600” gallery back, where it’s possible to create folders and only show people what you would like them to see.
    I can totally relate to your outcry to go back to 'the old Nokia 6600 gallery'. I also used to own a Nokia 6600 before I bought the N70 and N80. And let me tell you something, from the 6600 on it goes downhill with Nokia features. When I installed Tom Tom on the N70 it was a nightmare to find my pictures because they where all scrambled in one folder and it takes time to load the pictures!! And I understand that you don’t want to share every picture with everybody. That’s why the folders also come in handy One last thing regarding the discussion about making photographs, if you want to make a portrait photo, to later add as a thumbnail to your contacts on the 6600 it is quite strait forward, you just take the picture as a portrait and then add it to your contact. On the N70 and higher it is a pain in the a**. You first have to make the picture and than open it in the gallery and then edit it and than save it and then add it as a thumbnail. (Too many actions!) Why does Nokia degrade there phones like that? The 6600 has got features that are super user friendly and with the N70 and N80 they just leave them out. Please don't get me wrong, I am also a loyal Nokia fan for years, but it seems to me that Nokia is cutting corners right now and this has to be said. I honestly hope that they will do something with this feedback because from the inside I still am a Nokia fan but some things got to change. Lazy J

  • The new way to Log In to BT Mail

    Don't get me wrong - I may moan a bit but I am a BT fan and have been with them since before clay tablets were all the rage in the communications industry.  But why do they do such silly things?   For example I like the new way to sign in to my BT Yahoo email  from the BT.com Web site BUT when I have finished reading and sending my email, I elect to sign out I am then taken to a https://login.yahoo.com/ page instead of being returned to BT.com which I have now set as my home page. Of course, I may be doing something wrong - and any advice would be welcome.   
    << Cave quid dicis, quando, et cui. >>

    Yes and just another attempt to move frustrated BT customers to Yahho,s email site. They do have a duplicate for all BT Yahoo users. But you cant make changes there to accounts etc. I was asked by an Italian technical manager for a job as he thought I owned a large company along with another email wanting to supply weapons to me from a US registrated company in the defence trade as he thought I owned a UK protection company. Many more so I think Yahoo is making "good" commercial sense in using my account for others[special numbered account you cant delete] All very interesting  but I already know how the World runs and dont need them. I am sure the word weapons will have an effect. 

  • Is using the i Book app the only way to navigate in the i Book store?

    Is using the i Book app the only way to navigate in the i Book store, I mean can I browse the i Books store on my computer like browsing in the iTunes store?

    no, you can not use you CPU for getting iBooks

  • CRM Login gives a message ' There is a new way of starting CRM; adjust your

    Hello,
    Can you please help me with the below..
    We Upgraded our systems to CRM 7.0
    When I login to CRM, a message is displayed ' There is a new way of starting CRM; adjust your favorites ' .
    When i click on the link , it works fine.
    I want this message to be disabled..I want to be directly taken to the CRM WebUI after entering the username and pwd. rather than redirecting me to the above message ..
    I have checked other posts, but it talks about logoff URL rather than login message.
    Please help.
    Thanks.
    Regards,
    Monica.

    Thanks Bhushan.
    I had a look at the link earlier, it talks about Log off link which is maintained in the technical profile.
    I am interested in the logon URL.
    Do you know where it is maintained?
    I checked in sicf -> defaulthost->sap>....crm_logon ..It was pointing to crm_ui_start.
    Is there any other place you need to maintain the login URL?
    Thanks.
    Any suggestions are appreciated..
    Regards,
    Monica

Maybe you are looking for

  • IPhone 5s iOS 8.2. low volume with video turned of...

    Hello, Today I stumbled across a curious bug on my iPhone 5s with the most recent iOS version. When I make a video call and either one of the users (or both) has the video on, sounds works fine for me. When both users turn off their video during the

  • One prompt for two or more subject area

    Does someone knows how to resolve this problem? I have two subject areas. And I need to create prompt that will work on dashboard that contain requests from two different subject areas (one request from one subject area). I hope that I was clear with

  • Ipod Shuffle 512MB doesn't show in Windows

    My problem is that I was given an 512MB iPod Shuffle that does not seem to play anything while only blinking green and orange when you push the play button. I've been attempting to search a means of fixing this problem throughout the internet, but no

  • Third party apps in notification center

    I use Thunderbird as my email client (dont like the native one in osx) and I was wondering if anyone was able to add that app (or any other third party app) to the notification center. I dont see anything to be able to add any apps but maybe I'm miss

  • TOC inside FOR EACH

    Hi, i have come across a requirement where i need to place a table of content inside a conditional loop. Basically, requirement is to get ToC for each opportunity in an XML. At the moment, i tried inserting the TOC using MS Word features but the outp