Selection Menu for VM, possible?

Hi all,
I pretty new at this, but after weeks of trial and error, I am able to get the SRSS 4.2 and ESX4U1 to display my vm desktop to a DTU. Now I want to dig a little deeper.
Question, is it possible in SRSS 4.2 to be able to create a "selection menu" when the DTU connects to the server? What I want is this, when a DTU or card session is connected to the server it will display a "selection menu" of all available vm for the user to choose which vm they want to start up. I am currently in an environment that the user will need to use multiple vm and it would really help out if we could present to the user with a "selection menu" to choose from.

Did you look at using [Sun VDI|http://wikis.sun.com/display/VDI3dot1/How+to+Access+Desktops+Using+a+Sun+Ray+Client+%28with+a+VDI+Desktop+Selector%29] instead of plain SRSS?

Similar Messages

  • Any way to create a simple report selection menu for end user?

    Hello.  We purchased two full versions of Crystal Reports 2008, version 12.3.1.684.  One copy is for me, where I create reports and the second copy is for an end user who runs them.  I would like to create a basic menu so when he starts his copy of Crystal Reports it will open with this simple report menu.  Is there a way to do this?

    I would suggest you invest in small viewer tools for your user.  The viewers can house the reports you create and your user can view them without accidently affecting the design structure of your report.  With some viewers, you can even customize the report menu.  You can begin with this website:
    [http://www.kenhamady.com/bookmarks.html]
    I hope this helps,
    Regards,
    Zack H.

  • HT1725 When I click on a Movie I get the following "You have already purchased this item but it has not been downloaded. To download it, select Check For Available Downloads from the Store menu." Then get err = 11111

    iTunes quit unexpectedly during the download of a movie.  When I click on that movie now I get the following message: "You have already purchased this item but it has not been downloaded. To download it, select Check For Available Downloads from the Store menu."
    I follow the instructions, but the download still doesn't resume - err = 11111
    Any advice?

    Yeah, I am going to blast my iPhone for the 4th time today and pray this goes away. I had 6 apps showing updates, the 6 badge icon shows on the App Store on my iPhone and, having run them all, the 6 apps have two copies each on my iPhone: one that is the old version of the app and will not run and the other is a faded version of the app with an empty progress bar on the icon. Click those and you get an error message about connecting to iTunes, etc. as described in the article I linked to above.
    It gets stranger than this. If I install a completely NEW app, the 6 that are stuck mid-update heal themselves and appear with the new version only, however now completely different apps (Hold Em for instance - which I did not update and didn't need an update) will not launch "app name Cannot Launch" message comes up.
    Agh!

  • Setting the Default Value for a dynamic select menu

    Hi I have a php page with 2 forms on it, one feeds the other to achieve a drill down (manufacturer > model). In the second select menu I have a default static value "Select Aircraft Model", I want to set a value for the first dynamic select menu to read "Select Aircraft Manufacturer". When I add a static value to my list it tells me I alreay have a dynamic behavior on this menu and to choose a different one. I have included the code for both menus. Thank you in advance, I know this must be a stupid question, but it's got me stumped.
    Tom
    //This is the menu I want to add the default static value to//
    <td width="667"><select name="airMake" style="width: 200px;"onchange="this.form.submit();" id="airMake">
            <?php
    do {
    ?>
            <option value="<?php echo $row_rsAirManufacturer['aircraft_manufacturer']?>"<?php if (!(strcmp($row_rsAirManufacturer['aircraft_manufacturer'], ((isset($_POST["airMake"]))?$_POST["airMake"]:"")))) {echo "selected=\"selected\"";} ?>><?php echo $row_rsAirManufacturer['aircraft_manufacturer']?></option>
            <?php
    } while ($row_rsAirManufacturer = mysql_fetch_assoc($rsAirManufacturer));
      $rows = mysql_num_rows($rsAirManufacturer);
      if($rows > 0) {
          mysql_data_seek($rsAirManufacturer, 0);
          $row_rsAirManufacturer = mysql_fetch_assoc($rsAirManufacturer);
    ?>
          </select>
          </td>
      </tr>
    </table></form>
        <form action="quoteResult.php" method="post" name="quoteForm">
          <table width="100%" border="0" cellpadding="5px">
            <tr>
              <td width="260"style="color: #000; text-align: right;">Aircraft Model:</td>
              <td colspan="2"><span id="spryselect2">
    //This is the menu that works correctly//
                <select name="airModel" style="width: 200px;" id="airModel">
                  <option value="" <?php if (!(strcmp("", ((isset($_POST["airMakeField"]))?$_POST["airMakeField"]:"")))) {echo "selected=\"selected\"";} ?>></option>
                  <?php
    do { 
    ?>
                  <option value="<?php echo $row_rsAirModel['aircraft_model']?>"<?php if (!(strcmp($row_rsAirModel['aircraft_model'], ((isset($_POST["airMakeField"]))?$_POST["airMakeField"]:"")))) {echo "selected=\"selected\"";} ?>><?php echo $row_rsAirModel['aircraft_model']?>Select Aircraft Model</option>
                  <?php
    } while ($row_rsAirModel = mysql_fetch_assoc($rsAirModel));
      $rows = mysql_num_rows($rsAirModel);
      if($rows > 0) {
          mysql_data_seek($rsAirModel, 0);
          $row_rsAirModel = mysql_fetch_assoc($rsAirModel);
    ?>
                  </select>

    Change this -
    <select name="airMake" style="width: 200px;"onchange="this.form.submit();" id="airMake">
    to this -
    <select name="airMake" style="width: 200px;"onchange="this.form.submit();" id="airMake">
    <option value="-1">Select Aircraft Manufacturer</option>
    Then if the value of 'airMake' is -1 you know that no choice was made.

  • Is it possible to change values in pagination select list for a report?

    The values showing up in my pagination select list for a report are 10,15,20,30,50,100,200,500,1000,5000.
    Is it possible to not have this list show the 1000 and 5000 values? I've tried setting various row values in the layout and pagination section of the report, but nothing changes in the select list. Is there a way to change this, or is it set up in a template somewhere that I can change?
    APEX version 3.0
    Thanks

    Figured this one out. Using the P1_ROWS item, added a static LOV with the correct values to override the one APEX was providing. The P1_ROWS item goes in the Number of Rows (Item) field in the layout and pagination section of the report.

  • Spry select menu validation not working for all menus

    This is VERY strange...I have two menus which show depending on the selection in another menu.  The other, or main, menu has the spry validation working fine.  So does the validation for one of the other 'child' menus.  But the other child menu validation does not work, despite the fact that the code is nearly identical for both except for the spry ids and select ids (of course).  You can see the form working at:
    https://registrations.ucc.usyd.edu.au/profile.php
    If you select, say, Arts faculty from the faculty menu, then you will get another menu for schools.  Validation works for these when the submit button is pressed.  However, if you select 'Not Faculty' from the faculty menu another menu will show instead of the school menu.  This is the menu that is not validating.
    I have attached my php page for the code in this form.
    The same problem exists for other menus that are in hidden divs further down the page.
    Any help appreciated!!!!

    Your key is the "suitcase fusion for a font manager" line.
    There is a bug where you won't be able to create a button if you have a bad font, or a duplicate font, installed.
    First try shutting off all of the fonts you have open with Suitcase, and see if that helps. If so, open one suitcase at a time until you figure out which font is the culprit.
    If shutting off all but the basic System fonts does not help, you might have to reinstall your system, or somehow update your core System fonts. I don't know how to do that, but there was a recent article at http://www.tidbits.com/ that discussed fonts and their maintenance. But ultimately it's a font problem.

  • Setting a secondary option for JSF select menu

    Hi,
    Is it possible to set a second option to be selected in my selectOneListBox if the first one doesn't exist? Currently I have
    <h:selectOneListbox id="elementSelect" value="" size="1" required="false" onchange="loadElements()">
    <f:selectItems value="#{NPSAppConfig.elements}"/>
    </h:selectOneListbox>
    and sometimes I have a delete action that causes elements of that select menu to disappear (causing 'Validation Error "elementSelect": Value is not a valid option.' errors), in which case I'd like the default first option to be selected.
    Any thoughts and insights are appreciated, - Dave

    I don't fully understand how you have designed the flow of your action logic, but at least the backing bean must be notified of the delete action. Keep this in mind if you're deleting items using Javascript.

  • ABAP Web Dynpro ALV: event for "tabel selection menu" needed

    Hi all,
    we need to react on the "table selection menue" control in our ALV grids. We found, that event "lead_select" is triggerd, if single lines are selected and if "delete selection" from the table selection menu is used.
    But if the "select all" item is used, the event is not triggered.
    Is there another event we can use? Does anybody know a sensible workaround for this problem?
    Thanks  and regards
    Joachim

    Hello Joachim,
    perhaps it's better to post your question in the WebDynpro ABAP forum:
    Web Dynpro ABAP
    Best regards
    Stephan

  • MSS Time Approval - multiple (different) selection options for manager?

    Hi all
    I am setting up MSS Time Approval delegation in ERP2005 without workflow, leave request, nor portal development environment set up.
    In this case, the customer needs to have multiple selection options for who to approve:
    1. The manager's direct reports (standard functionality)
    2. All subordinates, all levels down
    3. Delegate's (manager or non-manager) view of a particular (other) manager's direct reports
    3b. This might extend to a set of different delegation selections
    4. Add or remove certain individuals
    Now, getting 3. and 4. to work was simple using the BAdI (I think the enhancement spot is named APPR_CUST), method ...-edit_selection, but I am having difficulties with 2. and 3b. Now I am thinking along these lines, and I would greatly appreciate your input:
    A. It seems that the MSS "Approve working time" app only loads the data selection at the entry into this screen (INIT command from portal), using the start perspective determined for example by the IMG for defining the approval profile <-> view. My debugging suggests that the view change from the drop down menu (CHANGE_PERSPECTIVE command) only picks a different way to present the same data set.
    Could anybody please confirm or contradict this conclusion?
    B. Is it possible to present the entire "Approve working time" section in MSS in multiple different copies so that they would all generate an INIT command? Or is it possible to copy and modify the entire MSS tab, resulting in an ESS tab, one MSS, one "D"SS, one "A"SS (well, not suggesting that the top manager is one, but you get the drift...) and so on?
    If either of this were possible, it would be simple to make two modifications, one at the beginning of the FM called by the portal and one at the FM that returns the start perspective.
    So far I have been trying to catch and alter the CHANGE_PERSPECTIVE command into an INIT in the back end, but the Time Approval functionality is a bit too complex for me to feel entirely comfortable with this approach.
    Your input is much appreciated!
    Kind regards
    Niclas Arndt

    We too are using MSS for time approval of time entered via ESS.  We are on ECC 6.0 for the backend (no enhancement packs, at least not yet), currently sp stack 10 with hrsp 24, and EP 7.0 with stack 10 for the ESS/MSS business packages.  We are using the standard MSS UWL functionality for the approval, so it is workflow-based in my understanding.
    In other parts of MSS, the managers can see a few levels deep in the organization structure, based upon the definition we gave for their structural profiles.  For instance, in the team calendar/overview, or other team information, they have a choice for multiple levels or only direct reports.  However, in the time approval application, only direct reports are shown, so if a manager goes on vacation, at present the only way to cover time approvals for that manager's employees appears to be to temporarily assign a new 'chief' to that org unit, so HR involvement becomes necessary.  The manager doesn't have any method for delegating the approval or other MSS authorities.  We were hoping that by allowing multiple levels in the structural profile, such approvals would "roll up" to the next level, i.e. the manager's supervisor, so the next level manager could act as a backup to his/her managers on vacation.  That doesn't work, however.
    We have heard that a delegation feature for MSS will be available in an upcoming release, but I haven't found any information regarding whether that requires an upgrade, an enhancement pack, a later service pack level, or what or when that functionality will be available.  Does anyone know anything about that?
    Regards,
    Matt

  • Scene Selection Menu Question

    I will try and make this question as unconfusing as possible. I have a DVD with a basic menu screen. It offers to play the whole film or go to the scene selection menu. When I go to the scene selection menu obviously I have the option to do just that. When I select a scene (or chapter) it will play it. My question is, if I have picked the wrong scene or I just want to go back to the scene selection menu, how do I make that happen? If I press menu it will just take me back to the main menu. It seems tedious to do it that way to keep having to go back to the main menu then to the scene selections menu. In short
    What do I need to do to make the dvd go back to the scene selections menu when it was the last one selected?

    What do I need to do to make the dvd go back to the scene selections menu when it was the last one selected?
    You can also program the remote control's functions specifically for your DVD. It's not easy to understand in the manual but it's all explained. For instance, you could program the TITLE or MENU keys to return specifically to the scene selection menu. The problem with changing the programming is that's how the key will work for your entire disk unless, of course, you can figure out how to use the user memory registers and write a little script that will have conditionals.
    bogiesan

  • Selecting codecs for HD

    I was working on an HD project the other day. When I imported the first video into FCP It automatically changed my sequence settings to 1280x720 and the aspect ratio(dropdown) defaulted to 720p which was all good. However when I selected my output codec from the dropdown, I selected DV/DVC Pro NTSC. Is this what I should have selected or should I have selected an HD codec, possibly 720p to coincide with the aspect ratio. It looked fine. I saved this out as a 1280x720 HD Quicktime.
    My questions are is FCP intuitive enough to pick up 720p and highlight it in the dropdown menu for codec selection?or if this is not the case how do you select the proper codec?
    Has anyone found anything in a google search or a book that lists codecs and what and when to use?
    Thanks
    Jeff

    Bookmark and download Flash from here, DO NOT trust any website telling you to install anything or follow their links.
    Flash update
    http://get.adobe.com/flashplayer/
    Silverlight update
    http://www.microsoft.com/silverlight/get-started/install/default.aspx
    There is a FlashBack trojan making the rounds which tries to con people into installing it by looking like it's the real thing.
    Make sure your Flash (and Silverlight) is current by running these checks
    http://flashbuilder.eu/flash-player-version.html
    https://www.mozilla.org/en-US/plugincheck/
    You Mac likely will come across sites and content that won't play in Quicktime or in your web browser unless you install additonal codecs
    You can get them here
    Perian
    http://perian.org/
    VLC
    http://www.videolan.org/vlc/download-macosx.html
    Flip4Mac $29
    http://www.telestream.net/flip4mac-wmv/overview.htm
    How to install
    When you click a link, a download of the installer file occurs to your Downloads Folder usually located next to your Trash Can or in your Users Folder.
    Open the folder and double click (or File: Open) the download and icon can appear on your desktop which you open and inside is a installer package which you double click on to launch the installer.
    OS X will check the download to make sure you intended to start it and that it's not malware it knows about.
    Follow the installer instructions to install the software onto your computer and quit when finished.
    Some require the browsers to be closed first, others require the machine to be restarted to enable the software.
    Once the install is completed, remove any and all downloads from your Download folder, it's safer to keep this folder empty so you can keep track of what appears in there.
    Drive by downloads of malware can occur and reside in the Downloads folder, mixing in with files residing there and await your click to install.
    For backup, restore, performance and other tips I've got, read here
    https://discussions.apple.com/message/16276201#16276201

  • Can an autosuggest cfinput be controlled/filtered by a select menu?

    I'm working on a search service where there are going to be at least 3 types of searches, each of which can be made easier by using an autosuggest.  Is it possible to change the binding/returned values for the autosuggest based on what the user has selected in a select menu?

    Yes, its fairly straightforward to pass more values to the CFC doing the autosuggest:
    <cfform>
    Art:
    <select name="addThis" id="addThis">
    <option>Yes</option>
    <option>Test</option>
    </select>
    <cfinput type="text"
            name="artname"
            autosuggest="cfc:art.lookupArt({cfautosuggestvalue}, {addThis})">
    </cfform>
    This will pass the value of addThis to the lookupArt function in art.cfc

  • Ability to create a dvd menu (for wedding) with "start" function?

    hi there
    i hope you can help.
    i urgently need to create some a dvd menu for a wedding. i have the picture and i wanted some kind of effect and the options to have a 'start' option...so it plays when the user presses 'start' .. is this possible to do in elements.
    i am going to have main wedding video file in a .mov file...and i wanted to to add an intro at the beginning of the video..
    can you please help? this is really stressing me out..

    Travis,
    The navigational functions in PrE's DVD-Video authoring module are very limited.
    Pretty much, one can choose a Menu Set (both a Main Menu and a Scene Selection Menu), and then with the addition of a Menu Marker, and Scene Markers, let PrE create the linear navigation. One can modify many Menu Sets, but only to a limited level.
    For more intricate navigation, I strongly recommend another program, just for the authoring. Many users sing the praises of Sony's DVD Architect, which has a much better feature-set, than does PrE. I use Adobe Encore, but it is ONLY available with PrPro, and not as a stand-alone any more.
    Steve Grisetti, our MOD here, has written a great book on DVD Architect, in the Muvipix.com series, and if you do go with that program, I highly recommend his book.
    Good luck,
    Hunt

  • Adding Selection menu has caused burning problems

    I'm using iMovie9 version 8.0.4 with iDVD version 7.0.4. I first burned a project with only the Play button. Was able to change the title (ie, used a different title in iDVD than the one used in iMovie) with no problem. However, after adding chapter markers and having a Scene Selection menu I find that if I change the title of the DVD (the Play button) it will spit out the blank DVD when I try to burn. If I allow it to keep the title imported with the iMovie project it will do a burn. Has anyone else experienced this? I don't see a way to change the title of the iMovie project to match the one I want to use in iDVD without creating a new iMovie project. I thought of doing that then...what? importing my existing project to the new one and renaming it? Is that possible? Don't want proceed any farther without getting some advice because I fear losing the project that I have put so much work into and having to start anew. Any suggestions?

    Ah. File/Save as Disc Image. Too easy. After waiting about an hour I fired up the MacBook and tried again. Burn went fine. So I guess the limit, at least on this computer, is two consecutive discs. However, back to my original problem of changing the title in iDVD so that it differs from the one in iMovie. At that particular juncture I hadn't tried to burn any discs. I simply opened iDVD, changed the title, (same project I had burned the day previously using the same title from iMovie) tried to burn and the disc was rejected. If no one else has had a problem with a burn after changing the title when there is a Scene Selection menu, then maybe it's something else. However, it burned OK after I changed the title in iMovie to match the one I wanted to use in iDVD then republished (had to make a few minor changes first in iMovie because it wouldn't allow me to publish the same movie again with only a title change). I really appreciate your help and will give you "Helpful" credit for your responses but can't mark this solved until I'm certain that there isn't some kind of eccentric incompatibility issue using iMovie9 version 8.0.4 with iDVD version 7.0.4 involving the title change. Many thanks to you and all the people who have been so helpful in the forum.

  • Need Different Selection screen for different Queries in a Workbook

    Hi,
    I have created a workbook with Multiple tabs in BI 7.0.  Each Tab has different Queries and each query has different Selection screens (Variable Selections).
    When i open the workbook and refresh it, the selection screen is appearing only for one query.  All the queries are refreshed by this single selection screen, though each query has different Variable selections.  What i need is a seperate selection screen i.e seperate Variable selection appearing for each queries, when i refresh each one of them.
    Is it possible to do this?  If anybody has tried this, help me in solving this issue.  Thanks for ur time.
    Regards,
    Murali

    Murali,
    If you un-check the 'Display Duplicate Variables Only Once' this WILL solve your problem.
    When you Refresh, you should be presented with a single variable selection dialog box, but it should contain an area for each Query (DataProvider) that is embedded in the Workbook.
    This is the case if the queries are all on the same tab, or on different tabs.
    However, if you have multiple tabs each with a query on it, each query must have it's own DataProvider. If all queries are based on the same DataProvider, it will not work as the Workbook only 'sees' one Query for which it needs variable input.
    If you REALLY want multiple variable selection dialog boxes, then maybe the best way to do this is to have the queries in separate Workbooks.
    If you don't want the User to have to open 5 queries manually, you could use a Macro in each Workbook that runs on opening, to open the next Workbook in the sequence.
    I hope this makes sense!
    Regards
    Steve

Maybe you are looking for

  • Cannot get Dashboard to open

    Hello. I'm quite new to all this so be nice.  I upgraded to Lion recently and notice I now cannot for the life of me get the Dashboard to open up.  I've read all sorts of advice, in particular about deleting .plist files relating to Dashboard and hav

  • References broken message

    I recently created a slide show in Imovie and wanted to burn it which sends it to Idvd to burn. After I burned it I decided I wanted to change the beginning, (the default curtain thing with circus music, menu page) So I went into the themes drawer an

  • Downloading photos

    How do recipients download photos from Showcase?  This does not seem to be possible but was possible with the previous program Photoshop.com

  • Where can I download I Movie for OS X 10.8.5?

    Hi, Where can I download I Movie for OS X 10.8.5 that is safe? Thanks Ted

  • I suspect I have issues with Rosetta, after 10.9.10 update

    Hi, Lately i havent been to use some software with rosetta, including scanner software, sketchbook pro. and today, i was trying to install my copy of photoshop 7.01 but it doesnt even start. the issues are all the same: the icon bounces onc or twice