Open File button AND Continue button

Hello,
I try to accomplish the following.
Having a kind of "Jump" button that forwards the user to
another file. Once clicked, it should open that other video in the
very same html window. On that same slide, there is also another
button ("Continue") that just continues the current video.
Now I want this: Let's say we have video A and video B. If
the user clicks on "Jump" the current video A will just be replaced
by the video B to which it has been jumped to. And if the user
doesn't click on "Jump" but on "Continue" it just continues playing
video A.
How can I accomplish this?
Thanks much,
Stefan

Hi Stefan
Pretty straightforward to do. Just insert two buttons on your
slide. (Insert > Button)
Program the first button to open the other movie. (Button
properties > On success field = Open other movie)
Program the second button to continue. (Button properties
> On success field = Open other movie)
Cheers... Rick

Similar Messages

  • How to add "open" file button in form 4.5

    Hi all,
    I want to add a button "open file" on the form (like any
    application's "OPEN FILE" button, user can select the driver, dir
    of the file located). Then the path of the file will stored in a
    text box and then a procedure will open that file and read all
    data of that file and it will insert the data into table.
    I know it can be done easily by asking the user to type in the
    path in the text box directly, but i want to add a "OPEN FILE"
    button to do this.
    Should U have any comment, pls tell me and help me!!
    Thank for your help!!
    Regards,
    A beginer of Oralce developer/2000
    null

    HK, Cheung (guest) wrote:
    : Hi all,
    : I want to add a button "open file" on the form (like any
    : application's "OPEN FILE" button, user can select the driver,
    dir
    : of the file located). Then the path of the file will stored in
    a
    : text box and then a procedure will open that file and read all
    : data of that file and it will insert the data into table.
    : I know it can be done easily by asking the user to type in
    the
    : path in the text box directly, but i want to add a "OPEN FILE"
    : button to do this.
    : Should U have any comment, pls tell me and help me!!
    : Thank for your help!!
    : Regards,
    : A beginer of Oralce developer/2000
    Hi,
    I have done similar things with cmdlg.vbx (Common Dialog 16 bit
    version) in Windows 3.11 as follows:
    1. Create a VBX item
    2. Open up Properties and set location of your cmdlg.vbx
    3. Write a simple pl/sql such as FileOpen with a series of
    Set_Property such as follows (example only):
    VBX.Set_Property('<name of VBXItem>','<vbxproperty>','c:\temp');
    where <vbxproperty> could be DialogTitle, InitDir, Filter etc.
    (these can all be seen in Properties) depending on your
    requirements.
    Also, use
    VBX.Set_Property('<name of VBXItem>','Flags','&H1800') to force
    File Must Exist and Path Must Exist conditions when OPEN
    and
    VBX.Set_Property('<name of VBXItem>','CancelError','1') to trap
    click on Cancel in the File Open dialog box.
    4. To activate the File Open dialog box, use
    VBX.Set_Property('<name of VBXItem>','Action','1');
    5. To capture the selected filename, use
    retFilename := VBX.Get_Property('<name of VBXItem>','Filename');
    NB.
    a) Instead of using '<name of VBXItem>', you could use Find_Item
    and refer to its Handle. See VBX package spec.
    b) All VBX properties are case-sensitive.
    Will extract complete code and post it to you later.
    Regards,
    TP
    null

  • How To Open a subVi by pressing an "open file button",

    I got this Readdatasubvi I want to run when I press a 'Open file' button in the main vi, Then  The sub vi runs and a open file menu opens to choose a file to read from and plot out to a graph. It is working but how can I see the readDataSub VI as an application wich are running parallel with the main VI. It only runs in the background, and I cant see the plottet data Why????? The sub vi has a graph for the plotted data! but it never shows up!
    an example is attached..
    I'll appreciate any suggestions .
    The stars are ofcourse waiting!
    Regards
    Zamzam 
    HFZ
    Attachments:
    Main.zip ‏35 KB

    Hi,
    i tweaked you example.
    I guess that's what you're looking for.
    Rainer
    P.S.: I unchecked the "open frontpanel" in the vi properties. i open (close) the frontpanel using property nodes now.
    Attachments:
    Main1.vi ‏22 KB
    ReadDataSub.vi ‏97 KB

  • Open file button

    Hi
    Coulod anyone point me in the direction of creating an open file button please.
    so a button that when clicked opens a file from a file server based on a path displayed in a text box.
    Thanks in advance

    I am a little unclear on "based on a path displayed in a text box.". Do you mean the text box would have some thing like C:\abc.jpg ?
    Zulqarnain
    MaxApex Hosting
    http://www.maxapex.com

  • Change Open File Work and Home Directories

    Is it possible to change the Open File Work and Home Directories (buttons on the left)?

    FWIW, I'd love to see this too. It'd be quite useful in other products as well.. ;)
    It is actually possible to programmatically extend the list of shortcuts in this dialog, so someone could in theory write an extension for SQL Developer to add support for user customizable buttons. Seems like a nice project if someone is bored ;)
    The API in question is:
    oracle.ide.dialogs.DialogUtil.registerShortcutButton( Icon, String, URL )
    Thanks,
    Brian
    (updated to point to the correct API...)
    Message was edited by:
    Brian Duff

  • I want to store the data form the PWM and the value of the changing duty cycle into a file simultaneously and continually

    i want to store the data form the PWM and the value of the changing duty cycle into a file simultaneously and continually but having problem.Please can anyone help out.
    Attachments:
    data.vi ‏60 KB

    Hello,
    Have you looked at the "Write Binary File.vi" and "Read Binary File.vi" examples?
    They give you a good clue as how to write and read arrays to and from binary files.
    For your data it means that you could put the two data items to write in an array and write the array to file, for the read its important to in what sequence the number were written to file.
    Kind regards,
    André
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Why I can't use double click to open files, pics and videos?

    I had bought new retina macbook pro 15 in, everething was working perfect I was open files, pics, videos with double click in the mouse pad normally but I do not why now is not working I can not use double click in the pad for open files. I have to open it using two finguer click or right click and then click open or open with, why is that happening?

    in system preference i had select (tap to click) with one finguer, (secundary click) click or tab with two finguers, tracking speed fast and in the mouse preference I had select (tracking speed, scrolling speed, double click) fast and primary mouse button left.

  • Open File in and app - Reverts to desktop?!

    When using an application (photoshop for example) and open a file - It starts me off on the desktop, I navigate to the folder that contains my file (HD/files/fresh) and open the file.
    NOW...
    If I hit apple-o, to open another file it starts me off at the desktop! NOT where I just was?! I'm working on machine that used to belong to someone else, and not sure if they changed something to make it work like this.
    Any ideas?
    MANY MANY thanks for your help.
    z

    Try dragging the 'com.apple.finder.plist' file to your desktop and restart.
    /Users/yourhome/Library/Preferences/ com.apple.finder.plist
    Good luck,
    Tom

  • Reader does not open files. give and error message that it has to close. uninstall will not work.

    Need help getting reader xi to open files or uninstall. Getting error message that it has to close due to and error when file is being opened. Uninstall give an unrecognized patch message. can you help with this?

    On which OS are you working? Is your Reader updated to the latest?
    If you are on Windows you can use AcroCleaner tool which will remove Reader 11 from your system.
    Reboot after clean up and then try reinstall from here

  • Image Policy when I create a PDF file: warn and continue doesn't work

    Hi!
    I need to create a PDF file with lots of images, and I need to know if any of that images is in low resolution (<300 ppi). I have tried to use the image policy in the PDF settings but it doesn't work, because if I choose "Warn and continue" (if the resolution of any image is <300 ppi, warn and continue) the program creates the PDF file but don't warm me and I don't see any message... and I'm sure that there are bad images because I have made a check test with 72ppi images.
    Thank you very much for your attention,
    best regards!!
    (Sorry if my English is not as good as it would be)

    Thank you very much Bernd Alheit, that's perfect for my job!
    Thank you!

  • My 2008 has problems opening files (glitching and choppy blocks) all of a sudden

    My 2008 white plastic macbook when going on pages or the home screen of safari or many other things the colours are glitched completely and jump around in blocks making it unusable. When i use the search bar to go to google it is fixed but docs can't be. When i open files on pages they are unusable because of their glitchiness and the only way i can use the internet is if i use use the search bar to go into google or something like that. It's frustrating because I am trying to use study notes and I can't access them. I will try to add a pic in so you can see what it looks like.
    file://localhost/Users/Max/Desktop/Screen%20Shot%202013-06-09%20at%202.16.43%20P M.png

    Hi RyAim11,
    If you are having issues with your iPhone not turning on, you may find the following article helpful:
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    Regards,
    - Brenden

  • Why I can't use trackpad or mouse to open files, pics and videos?

    This what happend, I have brand new Macbook Pro Retina 15 in, it was working well untill for any reason now I can't open files, pics or videos using the trackpad or mouse single or double click. I have to use right click and then select open or open with.
    Any idea why this happening, is any driver I have to redownload or what?

    I guess I have to answer me by myself, I check out here that some body allready had the same problem and the answer is go to system preferences select mouse options and then reduce the speed of (double-click speed) but still a issue for mac beacuse I think should work well not matter the speed.

  • Intermittent too many open files error and Invalid TLV error

    Post Author: jam2008
    CA Forum: General
    I'm writing this up in the hopes of saving someone else a couple of days of hair-pulling...
    Environment: Crystal Reports XI Enterprise / also runtime via Accpac ERP 5.4
    Invalid TLV error in Accpac
    "too many open files" error in event.log file
    Situation:
    Invalid TLV error occurs seemingly randomly on report created in CR Professional 11.  Several days of troubleshooting finally lead to the following diagnosis:
    This error occurs in a report that contains MORE THAN 1 bitmap image.
    The error only shows up after 20 or more reports have been generated sequentially, WITHOUT CLOSING the application that is calling the report.  In our case the Invoice Report dialog within Accpac.  This same error occurred in a custom 3rd party VB.NET app that also called the report through an Accpac API.

    after getting this message you need to do 2 things:
    1. delete the current workspace because it contains some bad data in one the config files - failure to delete the workspace will result the error message to appear even if trying to upload a single file.
    2. add to DTR files in groups - no more than 500 in a single add.

  • How to create open file dialogbox and get path of selected file?

    Hi Experts!
    i want to use button like browse button. so that i can select image from that and display selected image in imagebox and the path is to be display in edit text.
    Thanking you
    vishwajit kumar

    Hi
    Use this code , for this you must include Imports System.Windows.Forms name sapce
    Private FileName As String
            Public Function showOpenFileDialog() As String
                Dim ShowFolderBrowserThread As Threading.Thread
                Try
                    ShowFolderBrowserThread = New Threading.Thread(AddressOf ShowFolderBrowser)
                    If ShowFolderBrowserThread.ThreadState = System.Threading.ThreadState.Unstarted Then
                        ShowFolderBrowserThread.SetApartmentState(System.Threading.ApartmentState.STA)
                        ShowFolderBrowserThread.Start()
                    ElseIf ShowFolderBrowserThread.ThreadState = System.Threading.ThreadState.Stopped Then
                        ShowFolderBrowserThread.Start()
                        ShowFolderBrowserThread.Join()
                    End If
                    While ShowFolderBrowserThread.ThreadState = Threading.ThreadState.Running
                        Windows.Forms.Application.DoEvents()
                    End While
                    If FileName <> "" Then
                        Return FileName
                    End If
                Catch ex As Exception
                    'SBO_Application.MessageBox("FileFile" & ex.Message)
                    MessageBox.Show(ex.ToString())
                End Try
                Return ""
            End Function
            Public Sub ShowFolderBrowser()
                Dim MyProcs() As System.Diagnostics.Process
                FileName = ""
                Dim OpenFile As New OpenFileDialog
                Try
                    OpenFile.Multiselect = False
                    OpenFile.Filter = "All files(*.CSV)|*.CSV"
                    Dim filterindex As Integer = 0
                    Try
                        filterindex = 0
                    Catch ex As Exception
                    End Try
                    OpenFile.FilterIndex = filterindex
                    OpenFile.RestoreDirectory = True
                    MyProcs = System.Diagnostics.Process.GetProcessesByName("SAP Business One")
                    If MyProcs.Length = 1 Then
                        For i As Integer = 0 To MyProcs.Length - 1
                            Dim MyWindow As New WindowWrapper(MyProcs(i).MainWindowHandle)
                            Dim ret As DialogResult = OpenFile.ShowDialog(MyWindow)
                            If ret = DialogResult.OK Then
                                FileName = OpenFile.FileName
                                OpenFile.Dispose()
                            Else
                                System.Windows.Forms.Application.ExitThread()
                            End If
                        Next
                    End If
                Catch ex As Exception
                    'SBO_Application.StatusBar.SetText(ex.Message)
                    MessageBox.Show(ex.ToString())
                    FileName = ""
                Finally
                    OpenFile.Dispose()
                End Try
            End Sub
            Private Class WindowWrapper
                Implements System.Windows.Forms.IWin32Window
                Private _hwnd As System.IntPtr
                Public Sub New(ByVal handle As System.IntPtr)
                    _hwnd = handle
                End Sub
                Private ReadOnly Property Handle() As System.IntPtr Implements System.Windows.Forms.IWin32Window.Handle
                    Get
                        Return _hwnd
                    End Get
                End Property
            End Class
    on the browse button click write this
    Dim oEditText As SAPbouiCOM.EditText = form.Items.Item("txtFlePath").Specific
           oEditText .String = showOpenFileDialog()
    for setting image to a picture box use this
    Dim oPictureBox As SAPbouiCOM.PictureBox = form.Items.Item("picInfo").Specific
    oPictureBox .Picture = "C:\image.png"
    Regards
    Arun

  • When I try to download a pdf, firefox begins to open multiple windows and continues until I forcequit firefox.

    I have reinstalled firefox without success, have run in safemode, and have tried resetting general user agent but no change. The behavior is like the old websites that opened continuous new windows until you quit the browser.

    See [[Firefox keeps opening many tabs or windows]]

Maybe you are looking for

  • How to divide all textFrames in one-character-per-textFrame?

    Hello: How to divide all textFrames in one-character-per-textFrame? Example: the textFrame "Letters" will be divided in 7 textFrames: "L", "e", "t", "t", "e", "r", "s". Help, please.

  • Record settings -TV@nywhere master

    I am trying to bring some of my home videos into my PC from VHS on s-video.  I tried recording them in at "best" but every 6 seconds or so, there is a little glitch.  Usually the video kind of holds or hangs before continuing on.  I do not notice any

  • Autodetect text form fields-How do you get it to find all field areas?

    I have 50 pages, all identical.  I created in InDesign and its simply just a chart that is about 50 lines with 4 columns.  It was created as a table also and very clean.  I want each of those cells to be converted to text form fields in Acrobat.  Whe

  • WAP321 - not accepting WPA2 PSK longer than 32 characters?

    I just got one of these and it works pretty good except I can't get it to take more than a 32 character WPA2 PSK.  Tried using Firefox and IE and it doesn't make a difference.  This is for my house.  I'm retiring an old Cisco 1200 series AP and as we

  • Stopping execution

    Is there a way to stop execution of a query after Nth record?