Adding a dialog

hi. i have a problem. im trying to make a flash video for a
school project. the audio file is however already recorded. so i
add the audio (4 minutes) to a layer in flash, and i start drawing.
but then i realize, that when trying to play the movie, to check as
im trying to synchronize audio with video, i realize that the audio
file starts playing only if i play the movie from the first square,
and it doesnt stop if i just stop the movie, it keeps going, which
is really annoying as i then have to listen to the whole 4 minute
thing again and again.
how do i stop this from happening? how can i start and stop
the audio with the movie, and being able to play the audio from any
frame?
please help me.

1. Select the frame that the audio starts on.
2. Go to the properties panel.
3. Note the series of drop-boxes on the right. On top is
"Sound" Two below that one are the boxes labeled "Sync". You will
likely see either "Event" or "Start" in the first drop-box from
what you describe. You want to change this to "Stream". Stream
stops and starts the audio with the timeline.

Similar Messages

  • ITunesEvent Interface - Added Files Dialog Box

    I am using the COM SDK for Windows and I am using the iTunesEvent interface to receive the call iTunesEvents:nCOMCallsDisabledEvent. The problem I am having is the Server Busy Dialog pops up in my application when I use IUserPlaylist::AddFiles of 50 plus files. Because the Added Files Dialog pops up in iTunes doing this operation.
    Thanks for any help you might offer.

    This is not an answer, just a "me too" post.
    I have the exact same issue, except that I'm usually opening .aspx files. I waste so much time hand-clicking to select All Files (*.*) — would *love* to be able to change the default!

  • We added an dialog abap instance to a system consisting of 3 DI and one CI

    We added an dialog abap instance to a system consisting of 3 DI and one CI.
    When trying to switch instance  from new instance in sm51 to old instance while being logged to an new instance directly  this is possible
    However when trying to switch instance in sm51 to new instance while being logged to an old instance  this is not possible.
    What could be the reason?

    jan,
    My first thought is whether the hostname of the new instance is availble to the old Dialog Instances (via the services file or DNS) ?
    Failing that, can you answer these questions...
    1) if you use SM51 to connect to an old instance from the new instance, can you then use SM51 to connect back to new instance ?
    2) When you access the new system from SM51, how does the logon fail ?
    invalid user / password ?
    Load balancing failure ?
    Connectivity failure ?
    You'll probably find the answer to your problem if you investigate down these three lines.  However, a more arcane cause could be the network topology...
    Are the instances on the same IP subnet ?
    Are the instances on the same domain or subdomain ?
    Check that there's nothing strange going on with the IP subnet mask.
    Good luck

  • Adding New Dialogs

    I am trying to figure out how to display a second dialog after a button click in my main dialog. I have done the following to add a new dialog, but when I click my main button, nothing happens and InDesign crashes. Can anyone tell me what I am doing wrong. Is there a good description or code snippet that shows how to implement multiple dialog boxes?
    ..in the __ID.h file, I add a new dialog boss class, new controller and observer Impl, new dialog widget ID, and define a new rsrc id for the second dialog.
    .. I create the new observer and controller files and add them to the project creating a new interface using the new Impl's.
    ..in the __.fr file, In the class description table I add a new class for the second dialog based on kDialogBoss and implementing the new controller and observer Impl. Create a new resource type based on Dialog using the new dialog boss. Then create a new resource of the new type with the new widget Id.
    ..In the observer code of the main dialog, I use CreateNewDialog based on a rsrcSpec using the resource id of the new dialog.
    (Could this be any more complicated?)

    Hi Liz,
    The steps you have used for creating New dialog are correct.
    Try adding following code in your __.fr file where kSecondDialogResourceID is the resource id of the new dialog.
    resource LocaleIndex (kSecondDialogResourceID)
    kViewRsrcType,
    kWildFS,k_Wild, kSecondDialogResourceID + index_enUS
    You also make the dialog Type as Modeless in CreateNewDialog()
    IDialog* dialog = dialogMgr->CreateNewDialog(dialogSpec,
    IDialog::kModeless);
    Pls reply if your problem is solved.

  • Adding attachments dialog box broken

    In the last 2 weeks I have lost the ability to add an attachment according to date modified when it goes to the add attachment dialog box. I used to have the NAME tab on the left and the DATE MODIFIED on the right. Now it is just the NAME and it will only sort in ascending or descending order. I always use the DATE MODIFIED to make sure that I have the most recent file to send.
    I have not added anything new, as in software or hardware. I have run the repair permissions, disk utility, and I even used fsck - not that I am a Unix person - but I figured it couldn't hurt. Nothing has gotten it back and now I am baffled and tired of sorting through the massive folders I have.
    Thanks for any help.

    In the dialog's toolbar, do you have, from left to right, left and right arrows, then a two piece button that toggles the disply? Clicking on the right hand button will get the 'name only' disply you mentioned. Clicking on the left button will get the 'name and date modified' display.
    Good luck
    srb

  • Adding a Dialog instance to a live production database.

    We are adding a number of new App servers to a ECC6 7.0 Live production database but we don't have enough confidence in the in the information in InstGui and install guide that it will not over write the /sapmnt/SID/exe of the running CI.
    Has anyone done this and is just down to not selecting the unpack Kernel and oracle client check boxes in the Parameter Summary?
    Cheers
    Chris

    Hi,
    >If parameters are set correctly it shouldn't ask you to unpack exe files.
    >DI should get all exe files from CI and it will do the same copy again whenever it gets restarted.
    Well, yes if only, the DI use the same kernel as the CI...
    For example we run our ECC6 production system with a CI on Windows 2003 64 Itanium and the DI on Windows 2003 x86_64.
    Regards,
    Olivier

  • Adding a dialog after an address check

    Hello dear members,
    I use SAP CRM 5.0 and have to implement an address check in transaction BP.
    I'd like to know which possibilities are there to realize the following:
    After having integrated an address check into the transaction BP, which is carried out when the check-button or the save-button is pressed, i'd like to know how to insert a dialog into the transaction itself or better into the BAdi i've implemented.
    The dialog should appear when the check revealed some mistakes and asks the user if he'd like to save the data anyway.
    So the questions are is there a dialog component (like in delphi or c#) which can do that and if not how can one implement such a component, where should the dialog be invoked (in the BAdi itself, somewhere after the BAdi or somewhere in the PBO)
    Thank you very much in anticipation and greetings,
    Paul

    Thank you for the hint. I did so and tried to exit the processing when no and cancel are pressed but i failed.
    Within the method "IF_EX_ADDRESS_CHECK~ADDRESS_POSTAL_CHECK" as an implementation of the ADRESS_CHECK BAdi Interface i coded the following:
         " do some checks and write status codes
       if status eq 'e'.
         call function 'POPUP_TO_CONFIRM'
            EXPORTING
              text_question  = text-001 "Do you really want to save the erroneous data ?
            IMPORTING
              answer         = w_answer
            EXCEPTIONS
              text_not_found = 1
              others         = 2.
          if sy-subrc <> 0. " Function call failed.
          endif.
          if w_answer ne '1'.
            errorline-MSG_TYPE = 'S'.
            errorline-MSG_VAR1 = 'Addressdata erroneous!'.
            append errorline to CH_T_ERROR_TABLE.
            exit.
          elseif w_answer eq '1'.
            errorline-MSG_TYPE = 'S'.
            errorline-MSG_VAR1 = 'Erroneous addressdata will be saved!'.
            append errorline to CH_T_ERROR_TABLE.
          endif.
       endif.
    Could anyone tell me how i can abort the processing of the whole program/transaction and prevent the saving of the data when i'm already within the BAdi and not the Dynpro anymore?
    Regards.

  • [UI] Adding Tab dialog within Tab dialog

    Hi,
        I have a dialog containg four tabs, I have a requirement that, first tab should contain two more sub-tabs. I stuck at following point -
    The main dialog boss is derived from the kTabSelectableDialogBoss and the tabs are derived from the kPrimaryResourcePanelWidgetBoss, As I want to add the subtab to the first tab I changed the kPrimaryResourcePanelWidgetBoss to the kTabSelectableDialogBoss for the first tab, but observed that the CreateDialog method is not calling.
    Note: While changing the Boss I removed the line "IID_IK2SERVICEPROVIDER, kDialogPanelServiceImpl," as with the presence of this line application crashes.
    Please, HELP......... Give any kind suggestion.
    Thanks,
    Praveen Mamdge

    Early boot uses /dev/console, which seems to be incapable of supporting the ioctls that ncurses relies on.

  • Adding a 64bit Dialog intance server into a 32bit envoirnment

    hi all,
    I'm trying to install a new Dialog Instance on a 64bit server, however the current environment is 32bit. Can we do that? My concern is when I've edited the central instance's profile and added the Dialog instance, it overwritten the Central Instance Kernel with the files from the new server, (bringing 64bit files to a 32bit system) and that obviously caused the system to go down.
    What do you guys think?
    Thanks,
    Samer

    Hi Moshe,
    Thanks for the reply, I feel like i'm missing something.
    I'm following these notes in my installation:
    http://www.sap-info.org/snotes/SN10.pdf
    And I think I'm misconfiguring things when I get to point 22 as I'm not understanding what they mean. I think that made the system go down.
    I've copied everything in the existing profile with QAS_dvebmgs00 to QAS_D01_sapqaappvs2. They also mention that I need to make the neccesary changes. Not sure what they are but I think it might be something from this, maybe only the sapsystem needs to change from 00 to 01
    SAPSYSTEMNAME = QAS
    INSTANCE_NAME = DVEBMGS00
    SAPSYSTEM = 00
    SAPGLOBALHOST = sapqaappvs
    CLUSTER specific keys
    SAPLOCALHOST = sapqaappvs
    SAPLOCALHOSTFULL = sapqaappvs
    Here's the whole QAS_dvebmgs00  profile:
    #.*       Instance profile QAS_DVEBMGS00_SAPQAAPPVS                                                                            *
    #.*       Version                 = 000001                                                                                *
    #.*       Generated by user = KAMASA                                                                                *
    #.*       Generated on = 08.18.2008 , 09:53:10                                                                                *
    #parameter created                          by: YDG          07/27/2006 07:57:31
    DIR_PUT = D:\usr\sap\put
    #parameter created                          by: DPB          02/20/2005 12:37:00
    em/reserve_mapping_window = on
    #parameter created                          by: DPB          03/21/2004 14:28:48
    #old_value: 920                                 changed: DPB 04/23/2005 11:05:44
    PHYS_MEMSIZE = 700
    #parameter created                          by: DPB          06/16/2003 10:49:05
    dbs/oledb/tsp_cache_size = 15000
    #parameter created                          by: DPB          06/16/2003 10:48:13
    dbs/oledb/stats_on = 1
    #parameter created                          by: DPB          06/16/2003 10:47:29
    dbs/oledb/pn_cache_size = 20000
    #parameter created                          by: DPB          06/16/2003 10:46:27
    dbs/oledb/add_procs = 8
    #parameter created                          by: DPB          06/16/2003 10:45:31
    ztta/parameter_area = 16000
    #parameter created                          by: DPB          09/04/2006 13:24:37
    gw/remsh = c:\winnt\system32\rsh.exe
    #parameter created                          by: DPB          06/16/2003 10:44:20
    gw/max_overflow_size = 25000000
    #parameter created                          by: DPB          06/16/2003 10:43:01
    rdisp/max_comm_entries = 2000
    #parameter created                          by: DPB          06/16/2003 10:41:54
    rdisp/tm_max_no = 2000
    #parameter created                          by: DPB          06/16/2003 10:40:26
    gw/max_conn = 2000
    #parameter created                          by: DCH          02/04/2003 09:30:53
    rsdb/obj/large_object_size = 8192
    #parameter created                          by: DCH          02/04/2003 09:30:27
    rsdb/obj/max_objects = 20000
    #parameter created                          by: DCH          02/04/2003 09:30:02
    #old_value: 20000
    #changed:  AMSTECH       10/16/2007  10:01:04
    #old_value: 24000
    #changed:  AMSTECH       11/08/2007  18:48:43
    rsdb/obj/buffersize = 28000
    #parameter created                          by: DCH          02/04/2003 09:28:35
    #old_value: 400000
    #changed:  AMSTECH       10/16/2007  10:01:04
    #old_value: 500000
    #changed:  AMSTECH       11/08/2007  18:48:43
    abap/buffersize = 600000
    #parameter created                          by: DCH          02/04/2003 09:28:13
    #old_value: 20000000                            changed: DPB 02/20/2005 12:40:41
    zcsa/presentation_buffer_area = 26000000
    #parameter created                          by: DCH          02/04/2003 09:27:50
    #old_value: 30000                               changed: DPB 02/20/2005 12:39:33
    #old_value: 39000
    #changed:  AMSTECH       10/16/2007  10:01:04
    #old_value: 47000
    #changed:  AMSTECH       11/08/2007  18:48:43
    rsdb/ntab/ftabsize = 54600
    #parameter created                          by: DCH          02/04/2003 09:27:24
    rtbb/max_tables = 500
    #parameter created                          by: DCH          02/04/2003 09:27:00
    rtbb/buffer_length = 30000
    #parameter created                          by: DCH          02/04/2003 09:26:30
    zcsa/db_max_buftab = 10000
    #parameter created                          by: DCH          02/04/2003 09:26:06
    #old_value: 50000000                            changed: DPB 02/20/2005 12:41:31
    zcsa/table_buffer_area = 65000000
    #parameter created                          by: DCH          02/04/2003 09:25:34
    sap/bufdir_entries = 10000
    #parameter created                          by: DCH          02/04/2003 09:25:06
    #old_value: 5000                                changed: DPB 02/20/2005 12:39:57
    #old_value: 6500
    #changed:  AMSTECH       10/16/2007  10:01:04
    #old_value: 8000
    #changed:  AMSTECH       11/08/2007  18:48:43
    rsdb/cua/buffersize = 9100
    #parameter created                          by: DCH          02/04/2003 09:24:40
    rsdb/ntab/sntabsize = 2500
    #parameter created                          by: DCH          02/04/2003 09:23:35
    #old_value: 4000
    #changed:  AMSTECH       10/16/2007  10:01:04
    #old_value: 5000
    #changed:  AMSTECH       11/08/2007  18:48:43
    rsdb/ntab/irbdsize = 6000
    #parameter created                          by: DCH          02/04/2003 09:23:05
    #old_value: 30000                               changed: DPB 02/20/2005 12:42:39
    #old_value: 21000
    #changed:  AMSTECH       10/16/2007  10:01:04
    #old_value: 25000
    #changed:  AMSTECH       11/08/2007  18:48:43
    rsdb/ntab/entrycount = 29400
    SAPSYSTEMNAME = QAS
    INSTANCE_NAME = DVEBMGS00
    SAPSYSTEM = 00
    SAPGLOBALHOST = sapqaappvs
    CLUSTER specific keys
    SAPLOCALHOST = sapqaappvs
    SAPLOCALHOSTFULL = sapqaappvs
    #old_value: 16                                  changed: DPB 03/21/2004 14:31:12
    rdisp/wp_no_dia = 8
    rdisp/wp_no_vb = 5
    rdisp/wp_no_vb2 = 2
    rdisp/wp_no_enq = 1
    #old_value: 6                                   changed: DPB 03/21/2004 14:31:12
    rdisp/wp_no_btc = 5
    rdisp/wp_no_spo = 1
    zcsa/system_language = E
    Thanks for your time,
    Samer

  • How does JAVA dialog instance gets synced from CI

    Hello Guru's,
    I have recently added two dialog instance to my Portal production.
    I want to know what changes I have to make manually to all the dialog instances?
    I had to manually change the JAVA parameters for all the dialog instances servers and add TREX nameserver.address.
    We have Application integrator iView and for that we had turned off the Session Management Alerts (current mode = off), but for some reason I have to login to all the dialog instance and turn this off, I thought this is Instance independent?
    Please help, what else should i be aware of?
    Thanks in advance.
    -Kurien

    Was there ever any feedback to this.  I would be interested in the same information, any tips/best practices for adding a java dialog instance.

  • How to make panel collection with auto width and height in popup dialog ?

    Hi,
    I have ony af:popup in that I have added af:dialog. And in this af:dialog I have added af:table which is surrounded by af:panelCollection.
    Means my popup structure is like as below
    af:popup
    af:dialog
    af:panelCollection
    af:table
    If I set resize="on" in af:dialog then I can able to resize my popup dialog but the panelCollection inside the af:dialog is not become auto adjusted.
    I am able to make panelCollection width auto adjusted by using AFStretchWidh style class but not able to adjust its height.
    Hope you can understand my problem and pls try to provide me its solution if you have already implemented this.
    Regards,
    DevD

    I believe you are using af:panelGroupLayout because there are some other components except af:panelCollection, so try this combination
    <af:popup id="p1">
      <af:dialog id="d2" resize="on" stretchChildren="first">
        <af:panelStretchLayout id="psl2">
          <f:facet name="bottom"/>
          <f:facet name="center">
            <af:panelCollection id="pc1">
              <f:facet name="menus"/>
              <f:facet name="toolbar"/>
              <f:facet name="statusbar"/>
              <af:table var="row" rowBandingInterval="0" id="t1">
                <af:column sortable="false" headerText="col1" id="c1">
                  <af:outputText value="#{row.col1}" id="ot5"/>
                </af:column>
                <af:column sortable="false" headerText="col2" id="c3">
                  <af:outputText value="#{row.col2}" id="ot4"/>
                </af:column>
                <af:column sortable="false" headerText="col3" id="c2">
                  <af:outputText value="#{row.col3}" id="ot3"/>
                </af:column>
                <af:column sortable="false" headerText="col4" id="c4">
                  <af:outputText value="#{row.col4}" id="ot2"/>
                </af:column>
                <af:column sortable="false" headerText="col5" id="c5">
                  <af:outputText value="#{row.col5}" id="ot1"/>
                </af:column>
              </af:table>
            </af:panelCollection>
          </f:facet>
        </af:panelStretchLayout>
      </af:dialog>
    </af:popup>Put only af:panelCollection in CENTER facet of af:panelStretchLayout and use other facets of af:panelStretchLayout for other components.

  • Dialog within the initramfs

    Hi there,
    i would like to use a Dialog box (Dialog is an easy-to-use tool to create ncurses-based "windows" from bash) for password entry within the initramfs to encrypt the root device.
    So I added /usr/bin/dialog to the BINARIES variable in the mkinitcpio.conf and modified /lib/initcpio/hooks/encrypt a bit (by adding a dialog box). In the comments of mkinitcpio.conf it is said that the binaries were parsed for dependent libraries so I didn't copy them manually.
    ldd /usr/bin/dialog
    linux-vdso.so.1 => (0x00007fff92bc5000)
    libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0x00007ffc0adc6000)
    libm.so.6 => /lib/libm.so.6 (0x00007ffc0aad2000)
    libc.so.6 => /lib/libc.so.6 (0x00007ffc0a733000)
    /lib/ld-linux-x86-64.so.2 (0x00007ffc0b023000)
    When starting the following error occurs: "Error opening terminal: linux" I think something goes wrong with the output and Dialog assumes an full Linux system and not busybox, but I didn't find a solution.
    Did anybody tried something similar and might have a guess whats wrong there?
    One more question... Dialog output will be stored in a file (at least I didn't know a way how to pipe the output directly to cryptsetupt) and I am a bit curios if this is safe? But I think it is ok because the initramfs is stored on the RAM and not on the harddrive and if someone gets access to the RAM of the computer while it's running the system is compromised anyway or I am wrong in some point?
    So thank your for any comments.
    Last edited by silentsnake (2012-02-23 22:21:53)

    Early boot uses /dev/console, which seems to be incapable of supporting the ioctls that ncurses relies on.

  • Pop-up dialog

    I'm writing a program using several dialogs. But the dialogs I had in mind were not really the ones provided by JOptionPane.show....Dialog(). So I made my own dialogs. But the problem is that when the dialog is launched by clicking on a button in the main-application(a JFrame), I can still click on the buttons in the JFrame. And I want to "freeze" those buttons, so when the dialog is launched, the button you clicked to do the launch it is still selected and you cannot click any other button (also because it gives a major error when you want to relaunch a dialog that is already displayed). How can I do this?
    An example of my problem:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Example {
         protected JDialog dialog;
         public Example(JFrame parent){
              dialog=new JDialog(parent);
         public void createPrintDialog(String[] o){
              //CREATING ELEMENTS
              JPanel mainPanel=new JPanel();
              final JButton print=new JButton("Print");
              final JButton cancel=new JButton("Cancel");
              JLabel label=new JLabel("Which files do you want to print?");
              JComboBox options=new JComboBox(o);
              //SETTING ELEMENTSPROPERTIES
              mainPanel.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createRaisedBevelBorder(), BorderFactory.createLoweredBevelBorder()));
              mainPanel.setBackground(Color.LIGHT_GRAY);
              //SETTING DIALOGPROPERTIES AND ADDING ELEMENTS
              dialog.setUndecorated(true);
              dialog.add(mainPanel);
              mainPanel.add(label,BorderLayout.NORTH);
              mainPanel.add(options,BorderLayout.CENTER);
              mainPanel.add(print,BorderLayout.SOUTH);
              mainPanel.add(cancel,BorderLayout.SOUTH);
              //MAKING IT VISIBLE
              dialog.pack();
              dialog.setLocationRelativeTo(null);
              dialog.setVisible(true);
              //SETTING ACTIONLISTENERS
              print.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent e){
                        dialog.dispose();
              cancel.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent e){
                        dialog.dispose();
         public static void main(String[] args){
              JFrame frame = new JFrame();
              JButton button=new JButton("Button");
              frame.add(button,BorderLayout.SOUTH);
              final Example ex=new Example(frame);
              button.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent e){
                        String[] list={"a","b","c"};
                        ex.createPrintDialog(list);
              frame.setLocationRelativeTo(null);
              frame.setSize(200,200);
              frame.setVisible(true);
    }Thanks,
    Sam

    Okay, using modality works indeed, I cannot perform any action on the JFrame anymore. But there's another problem using this strategy (similar to the one I tried before I postd this thread): my actionListeners don't work anymore. When I click on a button, the dialog won't close (I use the dispose()-method). Is this also solvable with modality (I tried the constants given by eclipse but they don't work) or do I have to solve the problem otherwise?
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Example {
         protected JDialog dialog;
         public Example(JFrame parent){
              dialog=new JDialog(parent,Dialog.ModalityType.DOCUMENT_MODAL);
         public void createPrintDialog(String[] o){
              //CREATING ELEMENTS
              JPanel mainPanel=new JPanel();
              final JButton print=new JButton("Print");
              final JButton cancel=new JButton("Cancel");
              JLabel label=new JLabel("Which files do you want to print?");
              JComboBox options=new JComboBox(o);
              //SETTING ELEMENTSPROPERTIES
              mainPanel.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createRaisedBevelBorder(), BorderFactory.createLoweredBevelBorder()));
              mainPanel.setBackground(Color.LIGHT_GRAY);
              //SETTING DIALOGPROPERTIES AND ADDING ELEMENTS
              dialog.setUndecorated(true);
              dialog.add(mainPanel);
              mainPanel.add(label,BorderLayout.NORTH);
              mainPanel.add(options,BorderLayout.CENTER);
              mainPanel.add(print,BorderLayout.SOUTH);
              mainPanel.add(cancel,BorderLayout.SOUTH);
              //MAKING IT VISIBLE
              dialog.pack();
              dialog.setLocationRelativeTo(null);
              dialog.setVisible(true);
              //SETTING ACTIONLISTENERS
              print.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent e){
                        dialog.dispose();
              cancel.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent e){
                        dialog.dispose();
         public static void main(String[] args){
              JFrame frame = new JFrame();
              JButton button=new JButton("Button");
              frame.add(button,BorderLayout.SOUTH);
              final Example ex=new Example(frame);
              button.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent e){
                        String[] list={"a","b","c"};
                        ex.createPrintDialog(list);
              frame.setLocationRelativeTo(null);
              frame.setSize(200,200);
              frame.setVisible(true);
    }Thanks,
    Sam

  • I have a Pages document in iCloud that will not open. I have Time Machine. How do I get to the version of the document that is not corrupted?

    I'm in a bind. I tried to open a Pages document that I saved from the current version of Pages on my iMac this morning on my iPad, which has the current version of Pages of the iPad. It would not open on the iPad. Now it also will not open on the iMac, or on the Beta of iCloud Pages.
    If it were on my hard drive, I could use Time Machine to recover the most recent version, but it's in iCloud. I've been told that implies that there is a local copy, but I don't know where that is.
    It's a book manuscript I've been working on for months. I'm not happy.
    Thanks for the help.

    Your opinion of Apple products seems unusually harsh. I know how iCloud works and I'm generally pretty happy with it. I also like Pages a lot more than MS Word, and somewhat more than NeoOffice. Word is overripe with so many features Microsoft keeps radically changing the interface in the desperate hope that somehow they will make it easy to use again, but instead, they just confuse everybody with the unnecessary changes.
    They had menus, until there were too many options to fit the screen, so they added submenues, until that wasn't enough, so they added dialog boxes, until that wasn't enough, so they added tabbed dialog boxes, and realized that a lot of commonly used features were too hard to get to, so they added the Toolbar just as a shortcut to the more common features and then came up with the unforgivable decision to eliminate the menu interface entirely in the Windows version of the product and replace it with The Ribbon, which took me so long to interpret that I stopped using Word altogether.
    NeoOffice is simpler and quite useful, but it was iCloud that sold me on Pages. It's great being able to review and edit documents on iOS devices in addition to automatically synchronizing across Mac OS X devices.
    I have options for synchronization with Box and DropBox, and I have a network share I can use, if having a local copy isn't important, but I find that having a local copy (like with Box, DropBox and iCloud) is great because each computer I use has Time Machine, so I don't have to rely on the service to restore a file. I can get it, myself. It's easier to browse to the version I want in Time Machine than it is to estimate the time I want to restore from and hope that someone else can find the right version of the file from whenever they made a backup to restore it for me. I have unhappy experiences from this kind of request to restore stuff.
    I find Box and DropBox to be somewhat crude compared to iCloud. I like Apple's new attitude toward saving files. When I edit in Pages and exit, the file is saved. If I edit a file and the power goes out, I generally lose a sentence or less. In traditional apps, I can easily lose hours of work, unless I remember to manually save as I go.
    iCloud is not a general remote file storage facility. At it's root, it is a roaming version of whatever you have on iOS devices. So, if I want to access a file from multiple devices and not have to worry about versions, I use iCloud.
    This problem I just had was the first problem I've had with iCloud, and with Time Machine, and I use them a lot. Having someone tell me where the local copy of the documents are fixed the problem.
    I love Time Machine.
    For myself, when I upgraded from Bento 1 to Bento 2 on several computers, one of them choked on my data file. I followed Bento's directions to recover the data file until it said to reinstall Bento 1 from original medium. I couldn't find my disc. Yes, I had bought it. I don't steal software. But I couldn't find my disc.
    So, I used Time Machine to restore Bento 1. Just try restoring an older version of an app in Windows from any backup software available to Windows and see how far you get.
    I helped someone else recover a couple thousand email messages using Time Machine instead of dealing with the email service because we could open Mail, go to the folder where the messages had disappeared when she had a power glitch, and then browse back until we found the backup just before the messages disappeared. The restore took about 20 minutes, but again, this verges on magic.
    I've used Time Machine to restore an older version of OS X when someone discovered that a crucial app wasn't ready for it yet. The glitch was that she hadn't backed up for a month. She kept ignoring the warning prompts. So, when I showed up, I had her do a current backup before doing the restore. We then restored to the old OS, restarted in the old OS and opened Time Machine to recover all her documents, pictures, etc. from the current backup, so she didn't lose a month of work. This is another thing I can't do with other backup programs.
    So, I'm generally pretty happy with Apple. Once someone told me where the local copy of my iCloud documents resides, I could take care of this most recent problem.

  • SSL setup in PI 7.1

    Hi,
    I used NWA to create secure store, CSR and imported the CSR response. Its working fine on the CI. I added a dialog instance and want to include that server (instance) into SSL. I exported my certificate from the CI and imported into DI (NWA-Key storage). However I could not access PI tools with just the java stack of DI running. So I am not sure if there is a missing step. Also in STRUST under Client PSE where I have both instances listed, the DI is showing RED. The CI is green. I have the root certificates imported into it to access other systems (ECC etc) using https.
    I did not use STRUST at all to create server PSEs as with 7.1 we would have to use either NWA or STRUST and maintain the using the same tool.
    Your help/suggestions would be much appreciated.
    Thanks.

    Hi,
    Find below link for more help on SSL configuration
    SSL Configuration
    http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/964f67ec-0701-0010-bd88-f995abf4e1fc
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/23894238-0701-0010-40b0-a0a6d5c4ad9f?prtmode=navigate
    SSL Message level security
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba681c51
    Certificate Authority
    http://www.tc.umn.edu/~brams006/selfsign.html
    Digital signature & document entryption
    http://help.sap.com/saphelp_nw04/helpdata/en/4f/65c3b32107964996a56e4165077e24/frameset.htm

Maybe you are looking for