Modify the Edit Sequence Call dialog

In TestStand v3.5, and/or v4.x, is it possible to modify the Edit Sequence Call dialog that comes up when using the SequenceCall Step type? If so, where is the source for this?
What we want to do is add help information to the Edit Sequence Call dialog by either adding a Help button and/or adding the Parameter comments from the selected sequence prototype, along with the Sequence comments, so that we can provide guidance on the sequence usage to the developer at edit time. I've looked everywhere I can think of in the Help and the folders in the TestStand (v3.5) directory (StepTypes).
Any help here would be greatly appreciated.
-Jack

Hi Jack,
Thats a really good question !
In the new TS versions there are some "bulid-in" StepTypes. For example if you take a look at "Wait" in TS4.0 there is a buttton "Configure Wait" . In the new TS 4.1
the hole configure stuff is implemeted in the tab controls view like in the sequence adapter and the code modules. In the old TS 2.0 the sources where available. But in the new versions of TS 4.x
it looks different for me. Just take a look callexec. The shipped TS 4.0 uir looks completly different than in editor under the tab control.
Last year did a user step type.  And to modify my stuff i had to click this stuip "Edit" button.  I would like to have the same feature than the "build-In" one. But one change !!
After some reverse hacking of some TS ini and xml files. TS editor was always crashing with a .net exception. So in my mind all the "build-in" ones are .net components
like the hole Editor.
So i am very courius what our NI-Guys here are saying to your question.
Greetings and waiting for some "blue" anwsers.
Juergen
=s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

Similar Messages

  • Add or edit Sequence Call step(s) dynamically in a sequence

    Hello I have looked at the TestStand Example: SequenceBuilderTool
    In the <TestStand>\Examples\SequenceBuilderTool Folder
    It works great, but I cannot seem to be able to use this for a Sequence Call Step.
    Any Solutions?
    Thanks
    BRI NI

    Hi Brian,
    I found some of my old code for my example, but unfortunately I haven't found the custom step types.
    Anyway, had a look at your example posted.
    I am I right in thinking you want the built sequence file to contain SequenceCall step which is linked to an internal sequence?
    Assuming this is your requirement. I took the supplied SequenceBuilderTool example and modified it as such:
    1. Added a SequenceCall step in MainSequence of the Template sequence file with its sub-sequence.
    2. Added the sequence call step in the ini file.
    3. Modified the "Build New Sequence" to insert the sub-sequence into the New Sequence File before inserting the steps into MainSequence.
    Because I was only inserting one sequence, I kept it very simple.
    First thing to do is get a reference to the Sequence from the Template Sequence File. Because I only had one sequence I used SequenceFile.GetSequenceByName. but if you have more than one you can get the number of sequences and use this as the max count and then use the GetSequenceByIndex, not using 0 as this will be MainSequence which will already be in your New Sequence File.
    Next get a Clone of that Sequence using your new reference using PropertyObject.Clone.
    Then finally, Insert the sequence into the new sequence file using Parameters.NewSequenceFileRef as the ActiveX Reference and call SequenceFile.InsertSequence (or SequenceFile.InsertSequenceByIndex).
    Then I released the reference to the sub-sequence by setting the local variable used to Nothing.
    The actual inserting of the SequenceCall step into MainSequence is handle by the existing code.
    This produced a sequence file which contained the sub-sequence and the Step in MainSequence which called the sub-sequence.
    I hope this helps.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • In List, How to modify the Link in Quick Edit Mode?

    In List, How to modify the Edit in Quic Mode Link? Instead of opening Quick view mode, to open in InfoPath customized form?

    Hi Eugene,
    According to your description, my understanding is that you want to midify the link of "Edit" and set it linking to a InfoPath Form which can bulk edit your List.
    You can use the code above to modify the Edit's hyperlink and set it linking to your InfoPath form.
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    $("#idHomePageNewItem").next("a").attr("href","the URL of your InfoPath form");
    $("#idHomePageNewItem").next("a").removeAttr("onclick");
    </script>
    For more information about bulk updating a SharePoint list using InfoPath form, you can have a look at the blog:
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/c05983fc-d992-49ff-8d18-fa8f70777d66/using-infopath-2010-to-bulk-update-a-sharepoint-list?forum=sharepointcustomizationprevious
    http://infopath.wordpress.com/2013/09/23/infopath-repeating-table-add-edit-delete-sharepoint-list-items-bulk/
    http://sharepointknowledgebase.blogspot.com/2011/10/updating-sharepoint-list-by-using.html#.VGFsKHkcSM8
    If any misunstanding, please feel free reminding me and provide more detail for your issue.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Map ID not appearing in "Edit Map IDs" dialog box

    I have RH HTML 8. I am adding new topics and assigning map IDs to those topics via the Edit Map IDs dialog box.
    All of my map IDs appear in the BSSCdefault.h file as well as the project's .hm file. I even manually added the topic string to the project's ali file. However, it is not appearing in the Edit Map IDs dialog box. If it's not appear there, where does this dialog box get the map strings and map IDs from?
    No FARP685 string:

    Peter,
    I think your discussion of this problem could explain the situation and propose a workaround more simply than it does.
    Based on your article, I assumed that Robo displays only the built in Word list styles such as List and List Continue (since those were the only styles showing up in the style mapping dialog and since your example shows matching a Robo style named List Mapping to a Word built in style named List). I assumed I would have to match my Bullet style to a style named List in Word, and match the indented bullet style to List 2, and so on. The actual situation is that Robo, for some godforsaken reason that only idiots would understand, will not show a Word style if any numbering (bullets or numbers) is applied to it. That is, one does not have to avoid a class of styles called “List styles”, one only has to avoid applying numbering to the styles until later.
    Thus the workaround is to create the word styles (with names that match the Robo styles!) that contain every attribute you need EXCEPT the numbering. That is, I can link Bullet to Bullet and Number to Number and Indented Number to Indented Number, and so on and on, as long as I have all the Word styles in the template with their numbering set to None.
    Then after I generate the document, I can modify the styles to add the appropriate numbering, and voila!
    Currently scrolling the doc & modifying styles. Might be a glimpse of daylight.
    John
    From: Peter Grainge [email protected]
    Sent: Thursday, October 13, 2011 8:47 AM
    To: John Dawson
    Subject: Word styles not appearing in Print Document Appearance dialog
    Re: Word styles not appearing in Print Document Appearance dialog
    created by Peter Grainge<http://forums.adobe.com/people/Peter+Grainge> in RoboHelp - View the full discussion<http://forums.adobe.com/message/3969382#3969382

  • Is there a way to pass or access the FileGlobal​s of the main sequence from an ActiveX subsequenc​e that runs in parallel?

    I developed an elborate avionics Test Bench using the data types and FileGlobals to define all of my instruments and signals. The instruments have some minor changes between Test Bench's and the signals change between projects. The actual LabVIEW VI's were written so that they would be generic, in nature, and rely on spreadsheets to determine what inputs and expected outputs are to be tested and use the FileGlobals to determine how to process each signal from this extensive data structure. This methodology has worked well so far. Now I have the need to read some of the signals being output by the black box and compute a signal as input. The black box it very particular about the timing related to how fast this input changes in response to the outputs.
    Anyway, I was able to develop another sub-sequence within the main sequence and have it run as a parallel process. The problem that I have is that this extensive FileGlobals data structure is shown in the sub-sequence, but all of the data is zero or blank. What I really need is the FileGlobal data in the sub-sequence to be equal to the FileGlobals data of the main sequence at the time the ActiveX sequence is started OR have some way to access the main sequence FileGlobals from the ActiveX sub-sequence. I was able to use the when doing a Action of "call method" and a moethod of "NewExecution" to start the sub-sequence. The problem is that the data passed was only the first element in the FilGlobals structure and not the entire FileGlobals.
    I have TestStand version 1.0.3 . I know, the answer is usually to upgrade, but I have my own company and am sub-contracting at this company. It took me a month to convince this company that TestStand was the way to go rather than use the old LabVIEW Test Executive that they still have. The point is that it may be difficult to get them to get a later version and at this point I do not have time to wait for a upgrade. So I need to determine an easy way to impliment this with the existing version of TestStand.
    Any pointers on how you might solve this problem would be appreciated. You can email me directly at [email protected] .
    Thank you for your help!

    William,
    As you alluded, TestStand 2.0 has better solutions to this problem than TestStand 1.0.x. These include
    1) Executing the subsequence on a different thread but under the same execution. The file globals are then common to the calling and called sequence. The improved Sequence Call step type gives you this option.
    2) There is a new sequence file property that provides that "All Executions Share the Same File Globals".
    The reason that the file globals are not shared between your 2 sequences is that they are each executed as separate executions. That is, they are each executed using the NewExecution method. With each new execution a run-time copy of the sequence is made, including the file globals.
    I am assuming that you want to execute the subsequence asynchronously (i.e. in parallel) to the MainSequence and therefore must use the NewExecution method to do so. Since you must use TestStand 1.0.3 then the best option is to pass the file globals to the new execution as sequence parameters. It sounds like you tried this but had difficulties. The steps to do this are:
    A) Create parameters in your called sequence that mirror the file globals that you want to pass from your MainSequence.
    B) Create a new data type that is a container. The subproperties of this container must mirror the parameters in your called sequence. It is important that they are in the same order as the parameters.
    C) Create an instance of this container data type as variable.
    D) Pass this variable as the parameter of the NewExecution method.
    I have attached an example of how to do this. I have 2 file globals that I want passed, Number and String. I have another file global that is an instance of the parameter container that I pass with the NewExecution method (could also have made as local variable). Any time I update the values of the container�s subproperty, the changes are available in the executing "subsequence". Therefore, I must update the value of these container subproperties every time I want to have access to new file global values. There is clearly some redundancy here in that my MainSequence must copy the Number and String values to the container subproperties. If fact, it may be better to simply delete the Number and String file globals and simply use the subproperties of the container directly.
    You probably have to play around with the example to synchronize the change of the file globals with the message popups in the subsequence. In TS 2.0 I would have synchronized them with the new synchronization step types.
    Attachments:
    passfileglobals.seq ‏37 KB

  • Exported Qtime Movie does not (at all) match edited sequence

    I am really stumped on this one, guys.
    I have a simple FCP project.  It's 1 sequence, 2 video files and 1 music file.  3minute 30 second video.
    Can't get much simpler than this.
    My problem is that whether I export the sequence to QT movie, OR I export it to compressor, what is coming out on the other end is really NOTHING like the edited sequence I have playing (correctly) in my single sequence timeline.
    QT and Compressor export videos are identically wrong: The edit points are wrong, the video segments that are being referenced are wrong and the timings are all wrong.  I tried clearing all the markers out of the timeline (no dice).
    It's as if FCP is playing the sequence correctly, as edited, and then is using some other editing timeline for the final output and I can't figure out what's going on.
    - My project has 1 sequence which I am trying to export.
    - There are basically 2 reference video files (raw files) that I am using as source material.  Each file was shot at 24ap, and I imported them correctly at 29.97fps into a 24p timeline using advanced 2:3:3:2 pulldown.  They play correctly in the timeline and I know the settings are right because I have exported several DVDs in 24p before using exact same settings.  The exported video here LOOKS "right" but the edits are totally wrong.
    - Each of these video files has been "marked" by start/stop times via "mark" into segments. (In the browser on the left) One file has about 40 segments, the other has about 6 segments - based off the start and stop times captured during recording. 
    - I dragged the segments into the timeline to start my editing.  (I have done this before and it worked fine on export) The segments all played correctly in the timeline from both raw video sources.
    - I used the razor tool to cut the video segments down to sub-segments of video I actually want to use. (edits)  I discarded the audio portions of the clips because I am not using them. (but the video edits remain)
    - I have 1 audio track, (music) and I am not using the audio tracks from the video. (Deleted those segments from timeline)
    Additionally:
    - The edited sequence plays back PERFECTLY.  Every shot, cut, etc is right where I want it, and it plays in the sequence window exactly the way I want it to export.  No errors, no glitches, nothing.
    - The music plays back fine
    - I checked to make sure there were no "hidden" video tracks or video tracks on top of one another.
    - There are no "render errors".  Everything appears to be rendered, but I went ahead and rendered it again anyway.
    - There are no "missing media" files.  As far as I can tell, all of the project's media files are connected properly and I didn't move any files.
    - I have tried restarting FCP.  Didn't help.
    - I have tried rebooting the system.  Didn't help.
    My timeline is set to 24p.  (23.98)
    Up to this point I have had no issues exporting from FCP either to QT nor to Compressor.  Everything prior to this file exported exactly as it played in the main sequence.
    This time, the sequence plays correctly, but the export is totally wrong, and I have no idea how to "fix" it because eveything in my sequence timeline is CORRECT.  Ugh!  If this is what can happen to a simple video clip, what happens when you are editing a MOVIE????
    Is there a way to "reset" FCP to force it to check media connections and re-render everything from scratch?
    Any other suggestions?
    (FCP 7.0.3)
    Thanks!

    ALMOST Solved:
    Well, I haven't given up yet, and I am one step closer to solving the problem (almost there), but still need some help.
    My workflow is really simple (and obviously wrong):
    - Create new project
    - Import source video
    - Use DV Start/Stop Detect to mark source video into video segments
    - Drag resulting segments of the source video to the timeline (all at once, in order)
    - Use razor tool to edit segments (cutting out unneeded footage, arranging edits etc.)
    - Select edited sequence
    - Export (Quicktime or compressor)
    - There is nothing wrong with the source files.  I have used them in other projects just fine.
    - The problem IS with the way I am editing, and specifically it has to do with using the razor blade tool and using it on segments of video.  not clips, segments of clips.
    To test this, I created a brand new FCP file, imported my raw footage files into the clips browser (like normal).  Then, I selected all of the clips and chose "mark\DV start top detect".  Lastly I dragged all 3 sets of segments (each video has been broken down into segments) into the timeline.  Without doing ANY other editing, I rendered the current timeline.
    This time, the segments all exported into the resulting Quicktime movie exactly as they sit on the timeline, CORRECTLY.  What is playing now in Quicktime matches exactly what is on the timeline.  This proves that there isn't anything wrong with my source files nor my exporting codec.
    So, my problem is using the razor tool on video segments.  This is a timing and timeline issue.  (You are right, Bogie!)
    The really annoying part about all of this is that the sequence plays CORRECTLY in the output window!  If FCP would just export my sequence the same way it is playing it back to me on the timeline, there would be no problem, but it doesn't.
    For whatever reason, cutting a video segment on the timeline does not tell the FCP render engine where the new "edit" points are within the video segment - and that's probable the wrong terminology.  The edited video sequence looks correct and plays correctly in the project window, but it doesn't export to QT (or compressor) the way that it looks because FCP is ignoring the razor edits.
    For whatever reason, FCP insists on using only the original DV start and stop points in the timeline as defined by the orignal segments that have been dragged to the timeline.   In other words, FCP is using the DV "start/stop" points, as was defined by marking prior to dragging the segments to the timeline as the timing used to export to quicktime.
    OK, I GET IT.  FCP doesn't like me mucking around with timecode of video segments!
    So, what's the work around or correct way to do this?
    At one point I was able to make independant video clips out of all of my segments, but I can't remember exactly how to do it.
    I'm going to try that next, drag all the resulting video clips to the timeline and try again. 
    Back to the drawing board....

  • In TestStand, how can a main sequence be executed while sending RS-232 messages at a fixed periodic rate (e.g. every 500 msec, independent of the steps executing in the main sequence)?

    I am trying to send periodic RS-232 messages (through a DLL function) while a sequence is executing. Does TestStand have periodic timers that can be used to perform periodic tasks independent of other sequences executing?
    Thanks,
    John Merritt

    John -
    In TestStand 2.x, you could have a root sequence launch a subsequence in a new thread. The root sequence call could auto wait for the thread.
    1) The new thread could have a loop structure that contains a label, action, wait and goto step. The action step could send the message.
    or
    2) You could also have a single step loop internally to periodically send the messages, but the step should monitor the execution status for termination, and the step should process messages while waiting inside the step.
    Hope this helps...
    Scott Richardson NI
    Scott Richardson
    National Instruments

  • Speeding up the editing process on slower computer with noobie editor

    Hi, All!
    I seem to spend a lot of time sitting and waiting, and would like to know if anyone has ideas for speeding up the editing process without spending thousands on a new computer.
    Marking "ins and outs" in the viewer before putting into the sequence/timeline sounds like the first one, to save rendering all of the captured material..... Is this what "real" video editors do? Is it recommended to make subclips, or just to drag into the timeline and then mark new in and out?
    Any other work habits that might help an inexperienced editor-person work faster?
    I've heard that it's possible to "edit in low resolution and output in high resolution". Is this possible? What might be involved? I have tried lowering the render % settings, but there seems to be no way to go back and re-render the edited sequence.
    Can I edit in DV and output in HDV? By re-capturing? Is that what "Capture Project" is for? Given that DV and HDV are not just the same thing with a different number of pixels, will the edits be at the same frame (etc)? At what point in the editing would I want to do a "low res to hi res" conversion?
    Is there a piece of hardware that could make my editing faster on this machine? Video card with more memory, for instance?
    Any help would be much appreciated!
    Thank you!!
    CD

    You should not have to render your captured material. If the capture settings match the sequence settings (conform this by checking item properties for both) then no rendering is necessary except for effects and filters.
    Offline editing (editing in low res and capturing in full res) is not a function available in FCE.

  • Help in modifying the Sequence Model

    Hi,
    I would like to do one of the following:
    1) Modify the Single Pass execution entry point, so that, it will call the 'PreUUT' sequence in the same way as the 'testUUTs' entry point.
    or
    2) Add a new Entry point that does what is described in (1) above.
    3) In addition I would like to make an entry point 'PARTIAL TEST' that will, both, call the preUUT and creats a report? (this is in case I select to test only few steps of my sequence). It is required to call the 'preUUT', to generate a report and to collect data with the database in this case.
    If it makes things easier, I'm willing to modify the 'Single Pass' to 'Partial Test' instead of adding a new entry point.
    Any suggestions/guidlines/examples before I begin to di
    g in?
    Thanks

    Hi Rafi,
    My first suggestion would be to make a copy of the sequential process model in your user directory. In my case: C:\Program Files\National Instruments\TestStand 3.1\Components\User\Models. So copy all files from C:\Program Files\National Instruments\TestStand 3.1\Components\NI\Models\TestStandModels to your user directory. These paths will vary depending on where you installed TestStand and which version you're using. This way you will always have the original code to refer to. By default TestStand looks in the user Components directory first to find files so it will use your modified process model. You can change this by going to Configure >> Search Directories.
    I don't think it would be any easier to modify Single Pass versus creating a new entry poi
    nt. When you create a new entry point you can always copy the code from the Single Pass entry point. I would make the decision based on what options you want the user to have. It may be that you always want the user to enter the serial number. In this case you never want the user to use the Single Pass entry point in its orginal form. So,I would delete this entry point or rename it to Partial Test or leave it Single Pass and modify the code. It really depends on what you want your user to see.
    As you dig in if you have more questions please feel free to post back.
    Regards,
    Sarah Miracle
    National Instruments

  • I am trying to have some LabVIEW code called in a New thread exit when the testStand sequence terminates

    I have a Sequence that launches a sequence in a New Thread that happens to launch some LabVIEW code.  The problem is when the LabVIEW code finishes, it will not close even when the TestStand sequence terminates. Is there a way to tell this LabVIEW code to Exit, I've tried the Quit LabVIEW function, but that causes a C++ RunTime Error.  The LabVIEW code does end though, and it is set in the VI properties to:
    Checked - Show Front Panel When Called
    Checked - Close Afterwardds if originally closed
    The sequence call that the LabVIEW code is launched from has the following options:
    - New Thread
    Unchecked - Automatically wait for the thread to complete at the end of the current sequence
    Unchecked - Initially Suspended
    Unchecked - Use single threaded apartment
    Any clues on this would be appreciated.

    Hi ADL,
    Everything should close correctly if you check the checkbox "Automatically wait for the thread to complete at the end of the current sequence" in the thread settings.
    With it unchecked, I am seeing the behavior you are. 
    Gavin Fox
    Systems Software
    National Instruments

  • How to modify the "To Print" Steps in the Print the Report Dialog box

    From the Crystal Reports Viewer Toolbar, when selecting the Print option,
    a 'Print the Report' Dialog box opens. Is it possible to modify the 'To Print' steps?
    We tried modifying  (commenting-out the To Print steps) in strings_en.js and export.js, but
    when running, the changes do not show up.
    We are using Crystal Reports for Visual Studio 2008, Crystal Reports Viewer Version=10.5.3700.0
    Thank you.

    A warning 1st. Modifying the export.js file is not supported and may lead to all kinds of issues. Also, as soon as somebody else installs an app on that machine, the js files will get overwritten and thus removing your changes.
    Second, I do not think the print dialog is defined in a JS file. In CR 10 I think we built our own print dialog and there is no control over it (e.g.; no exposed APIs).
    I think your best bet will be to create a printer dialog as per your requirements and  launch it from your our own print button.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Modifying the name of the file in the download dialog box

    Hi all!
    I've a javascript page that make a pdf document in the fly and download that document. Everything is fine, but I'd like to know how can I modifying the file name in the download dialog box, i.e., when the page display:
    "You are downloading the file:
    xpto.jsp from ..."
    I want to substitute the "xpto.jsp" by "file.pdf".
    I've already theses lines:
    response.setContentType("Application/pdf");
    response.setHeader("Content-Disposition", "attachment; filename="+ nameFile+";");
    response.setHeader("Content-Length", ""+stp.length);
    but the problem persist.
    Note that in the second window, the Save As window, everything is fine, the nameFile appears in the file name box. The problem it's only in the first window, the File Download window.
    Thanks for any help,
    A. Santos

    I've discover something. When the File Download window it's displayed with the following text:
    "You are downloading the file:
    xpto.jsp from localhost
    Would you like to open the file or save it in your computer?
    button OPEN button SAVE button CANCEL button MORE INFO"
    if I press the OPEN button then another File Download window opens with the rigth text:
    "You are downloading the file:
    file.pdf from..."!!!
    i.e, the text desired!
    So the first window is unnecessary and undesired!
    How can I remove this first File Download window??
    Please help!
    A. Santos

  • How to edit the find-and-replace dialog in Dreamweaver 8

    For over 13 years I have been a happy user of Macromedia Dreamweaver 8. And I still see no reason to use any other program for editting PHP.
    However, 1 thing has been bugging me for years. In the find-and-replace dialog there is a select "Find in". The options are in a dropdown.
    I want this select to be a multiselector (not in functionality, but just so I don't need to click to get the dropdown, but just one click to select).
    I read in the help at 'Customizing the appearance of dialog boxes' at point 4
    On your disk, find the appropriate HTM file in the Configuration/Objects, Configuration/ Commands, or Configuration/Behaviors folder.
    I've been searching but can not find the code for that dialog, althou it should be easy. Also did a search for that 'save' image, because once I find that, I can find this form, but its not in the macromedia folder.
    how to edit the find-and-replace dialog in Dreamweaver 8?

    It's looks less like an image and more like a form drop list to me.
    Yes its a dropdown list. But to find the code for that select I tried to find the htm file that code is on by searching for the save-image which is also on that page (next to the yellow folder). I did a search on all folders in c:/programfiles/macromedia and that image is not in there. If I could find the image name, I could search the code for that and should find that htm (or javascript) which is outputting it, then the select must be near to that.
    I also searched the code for the various texts on the page and got many hits, but not from the dialog page. I can't search dll files, so maybe thats where that code is in.

  • Where the string "failed" is created in steps in the main sequence to fill into Parameter.Result PostUUT in the NI teststand II courese example 4-1 Modifying callback.seq

    For PostUUT in  the NI teststand II  courese example 4-1 Modifying callback.seq, there are two steps, one is Test Passed,
    the other is Test Failed, both set each preconditions, for example, Parameters.Result.Status == "Failed"  in the test failed step, if the step failed in the main sequence,the string "failed " is filled into Parameters.Result.Status
     but I can't find where the string "failed" is created in steps in the main sequence. 
     Because I can't find any expression in any steps  to fill into Parameters.Result of  the test failed step in the PostUUT. 
    In fact, when running if step fails, the string "failed " is filled into Parameters.Result.Status 
     Would you please  explain for it ? 
    thanks,

    Hi,
    Look at the Sequential Model Sequence File, and either the sequence SinglePass of Test UUTs for the step that invokes the step Post UUT.
    Then look at the Parameter List for the SequenceCall for that step. you will find your answer.
    Regards
    Ray Farmer

  • When I type something in the Google or Youtube dialog box I can't erase it or edit it. Unable to backspace either. Cursor won't work.

    When I type something in the Google or YouTube dialog box I can't tab backwards or edit the words. Cursor seems to get stuck and won't work.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Feed already submitted message on a new podcast feed?!?

    Hi all, I successfully submitted a podcast last year - here's the feed http://www.carlturner.net/media/Podcasts/feeds/podcast01.xml Come to submit a second podcast based on the code of the first feed http://www.carlturner.net/media/Podcasts/feeds/pod

  • Incorrect functionality of Embedded tag in html page, displaying object on top of all layers of Adobe air application native window

    Title Incorrect functionality of embed tag in html loader for adobe air development Description Problem Description: If we had loaded youtube.com video url in a view stack and navigate to other index of stack or away from we UI screen within the same

  • MDM web dynpro in BPM process

    This is my first development in BPM, so please be charitable and understanding.... I have following error in my process: Error: Build stopped due to an error: com.sap.glx.paradigmInterface.bpmn.compiler.BPMNCompilerException: [BPM.rt_c_bpmn.000024] I

  • What is the latest OS for curve 8520

    I am using blackberry 8520 V5.0.0.1096 (bundle 1807,platform 5.2.0.113),I would like to know if there is new OS above this.Thanks Solved! Go to Solution.

  • Random quiting and closing

    I was having problems yesterday. Heres an unneccesary story detailing everything. I was downloading a video from iTunes (and playing music), and converting a video with MPEG streamclip. (I deal with music and video primarily) For some reason when I o