Authorization question - other menu button

Hello,
Does anyone know which authorization object control the button "other menu" in the SAP easy access screen (the first screen when you enter the SAP system)
Thank you,
David

Hi,
I checked in detail and the authorization is checked in
function module 'SMTR_NAVIGATION_PFCG_ACCESS'. This sets the ALLOW_PFCG_ACCESS = 'X' which activates the button.
You can put a break-point in that function module and start a new session : then you see can why the user is not authorized ( it's not necessary a simple authority check as you will see from the code  )
regards
Dirk

Similar Messages

  • Question about Menu buttons

    Hello all,
    I am in the middle of a project that has 3 menus 2 of wich have 10+ buttons.
    My problem is that 2 of the menus it is trickey to get the DVD player to select certain buttons.
    For some reason the selection jumps around in unecpected ways.
    The buttons are numbered properly but it makes no differance.
    Any ideas?

    At the bottom of the menu window there is a button that shows the button routing.  You can change to manual routing and adjust as needed.
    The actual number of the buttons doesn't matter.  (Button 1 can go "right" to button 5, etc.)

  • SAP SECURITY OTHER MENU

    Hi All,
    When I got to know that Other Menu is related with PFCG Transaction.
    But when I assigned the T-C PFCG to one of the user as this user is not able to view the Other Menu Button so what might be the cause of not getting appeared for this user.
    With Regards,
    Prashanth

    Hi,
    Please check the below link which might give you an idea. Also, after having assigned the Tcode, did you give acess to all the objects of PFCG or just addedd the tcode and left it. Try using SU53.
    Authorization question - other menu button
    Regards,
    Sharath

  • Menu button jumps to wrong submenu

    Hi, I'd consider myself an advanced DVDSP user, I've used my own problem solving on this one and was hoping it is a known program glitch...anyone seen it before?
    My main menu has four buttons linking to sub menus. When one of those buttons is selected it will play the video transition properly but then jump to a menu that has the background of a different menu, but the buttons are all screwed up. The buttons jump to various places throughout the DVD with no rhme or reason.
    After my problem solving didn't turn anything up, I crossed it off as a freak incident and rebuilt the menu...which solved the problem. But then the same thing happened to another menu.
    One noticible detail...everything works great in the inspector, the problem only occurs upon building it and viewing the video_TS folder in DVD Player or from the burned disc on a standard player.
    Any thoughts?
    I've got to finish this up and record to DLT...I'm a little nervous about getting back the pressed discs with some random problem that didn't show up elsewhere.
    Thanks!
    Dual 1.8 GHz G5   Mac OS X (10.4.6)  

    You still don't have an answer?? Give us a chance! This is a voluntary group you know - all users of the software just like you. Between your first post in this thread and the second is less than half an hour.
    To answer your impatient question, the menu button is supposed to go from menu to track and from track to menu. It doesn't jump about randomly at all, it simply moves from one domain to the other. If yours is jumping randomly then you really need to examine that bit and sort out why first of all.
    If you really want to disable the remote control menu button whilst in a menu, have a look in the user operations of the property inspector in the advanced tab. You can disable menu calls there. Mind you, it will make your disc somewhat unusual and go against a few established conventions... better to teach your viewers how to use the navigation than to simply disable it for them.

  • ALV Grid: exclude a menu button

    Hello,
    I have a strange problem here:
    I'm excluding several buttons and menu buttons from the default alv grid toolbar. But one the the menu buttons doesn't behave like the others.
    cl_gui_alv_grid=>mc_fc_views
    and
    cl_gui_alv_grid=>mc_mb_view
    both remove the menu entries but not the button itself !
    Other menu buttons like
    cl_gui_alv_grid=>mc_mb_subtot
    are removed properly.
    Any ideas on this one ?
    Best regards,
    Patrick Baer

    The suggestion i am going to give you is not a nice one, but would work.
    i had one alv where i had removed all the standard buttons. and the following is the contents  of the exclusion table.
    place all of them into the exclusion table and remove one by one from the exclusion table to check out.
    append cl_gui_alv_grid=>mc_fc_auf                   to exl_tab.
      append cl_gui_alv_grid=>mc_fc_average               to exl_tab.
      append cl_gui_alv_grid=>mc_fc_back_classic          to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_abc              to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_chain            to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_crbatch          to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_crweb            to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_lineitems        to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_master_data      to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_more             to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_report           to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_xint             to exl_tab.
      append cl_gui_alv_grid=>mc_fc_call_xxl              to exl_tab.
      append cl_gui_alv_grid=>mc_fc_check to exl_tab.
      append cl_gui_alv_grid=>mc_fc_col_invisible to exl_tab.
      append cl_gui_alv_grid=>mc_fc_col_optimize to exl_tab.
      append cl_gui_alv_grid=>mc_fc_current_variant to exl_tab.
      append cl_gui_alv_grid=>mc_fc_data_save to exl_tab.
      append cl_gui_alv_grid=>mc_fc_delete_filter to exl_tab.
      append cl_gui_alv_grid=>mc_fc_deselect_all to exl_tab.
      append cl_gui_alv_grid=>mc_fc_detail to exl_tab.
      append cl_gui_alv_grid=>mc_fc_excl_all to exl_tab.
      append cl_gui_alv_grid=>mc_fc_expcrdata to exl_tab.
      append cl_gui_alv_grid=>mc_fc_expcrdesig to exl_tab.
      append cl_gui_alv_grid=>mc_fc_expcrtempl to exl_tab.
      append cl_gui_alv_grid=>mc_fc_expmdb to exl_tab.
      append cl_gui_alv_grid=>mc_fc_extend to exl_tab.
      append cl_gui_alv_grid=>mc_fc_f4 to exl_tab.
      append cl_gui_alv_grid=>mc_fc_filter to exl_tab.
      append cl_gui_alv_grid=>mc_fc_find to exl_tab.
      append cl_gui_alv_grid=>mc_fc_fix_columns to exl_tab.
      append cl_gui_alv_grid=>mc_fc_graph to exl_tab.
      append cl_gui_alv_grid=>mc_fc_help to exl_tab.
      append cl_gui_alv_grid=>mc_fc_html to exl_tab.
      append cl_gui_alv_grid=>mc_fc_info to exl_tab.
      append cl_gui_alv_grid=>mc_fc_load_variant to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_append_row to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_copy to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_copy_row to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_cut to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_delete_row to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_insert_row to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_move_row to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_paste to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_paste_new_row to exl_tab.
      append cl_gui_alv_grid=>mc_fc_loc_undo to exl_tab.
      append cl_gui_alv_grid=>mc_fc_maintain_variant to exl_tab.
      append cl_gui_alv_grid=>mc_fc_maximum to exl_tab.
      append cl_gui_alv_grid=>mc_fc_minimum to exl_tab.
      append cl_gui_alv_grid=>mc_fc_pc_file      to exl_tab.
      append cl_gui_alv_grid=>mc_fc_print        to exl_tab.
      append cl_gui_alv_grid=>mc_fc_print_back   to exl_tab.
      append cl_gui_alv_grid=>mc_fc_print_prev   to exl_tab.
      append cl_gui_alv_grid=>mc_fc_refresh      to exl_tab.
      append cl_gui_alv_grid=>mc_fc_reprep       to exl_tab.
      append cl_gui_alv_grid=>mc_fc_save_variant to exl_tab.
      append cl_gui_alv_grid=>mc_fc_select_all   to exl_tab.
      append cl_gui_alv_grid=>mc_fc_send         to exl_tab.
      append cl_gui_alv_grid=>mc_fc_separator    to exl_tab.
      append cl_gui_alv_grid=>mc_fc_sort         to exl_tab.
      append cl_gui_alv_grid=>mc_fc_sort_asc     to exl_tab.
      append cl_gui_alv_grid=>mc_fc_sort_dsc to exl_tab.
      append cl_gui_alv_grid=>mc_fc_subtot        to exl_tab.
      append cl_gui_alv_grid=>mc_fc_sum           to exl_tab.
      append cl_gui_alv_grid=>mc_fc_to_office     to exl_tab.
      append cl_gui_alv_grid=>mc_fc_to_rep_tree   to exl_tab.
      append cl_gui_alv_grid=>mc_fc_unfix_columns to exl_tab.
      append cl_gui_alv_grid=>mc_fc_views         to exl_tab.
      append cl_gui_alv_grid=>mc_fc_view_crystal  to exl_tab.
      append cl_gui_alv_grid=>mc_fc_view_excel    to exl_tab.
      append cl_gui_alv_grid=>mc_fc_view_grid     to exl_tab.
      append cl_gui_alv_grid=>mc_fc_word_processor to exl_tab.
      append cl_gui_alv_grid=>mc_lystyle_drag_drop_rows to exl_tab.
      append cl_gui_alv_grid=>mc_lystyle_no_delete_rows to exl_tab.
      append cl_gui_alv_grid=>mc_lystyle_no_insert_rows to exl_tab.
      append cl_gui_alv_grid=>mc_lystyle_no_insert_rows to exl_tab.
      append cl_gui_alv_grid=>mc_ly_drag_drop_rows to exl_tab.
      append cl_gui_alv_grid=>mc_ly_no_delete_rows to exl_tab.
      append cl_gui_alv_grid=>mc_ly_no_insert_rows to exl_tab.
      append cl_gui_alv_grid=>mc_mb_export         to exl_tab.
      append cl_gui_alv_grid=>mc_mb_view           to exl_tab.
      append cl_gui_alv_grid=>mc_mb_sum            to exl_tab.
      append cl_gui_alv_grid=>mc_mb_subtot         to exl_tab.
      append cl_gui_alv_grid=>mc_mb_filter         to exl_tab.
      append cl_gui_alv_grid=>mc_mb_variant        to exl_tab.
      append cl_gui_alv_grid=>mc_mb_paste          to exl_tab.
      append cl_gui_alv_grid=>mc_style4_link       to exl_tab.
      append cl_gui_alv_grid=>mc_style4_link_no to exl_tab.
      append cl_gui_alv_grid=>mc_style_button            to exl_tab.
      append cl_gui_alv_grid=>mc_style_disabled          to exl_tab.
      append cl_gui_alv_grid=>mc_style_enabled           to exl_tab.
      append cl_gui_alv_grid=>mc_style_f4                to exl_tab.
      append cl_gui_alv_grid=>mc_style_f4_no             to exl_tab.
      append cl_gui_alv_grid=>mc_style_no_delete_row     to exl_tab.
    Regards
    Raja

  • Can you change the color of menu buttons dynamically?

    Post Author: DanH
    CA Forum: Xcelsius and Live Office
    Hello, Newbie Here,
    Built my first Xcelsious front end and linked to two personnel databases.  Everything works just fine.  The outputs on this particular visualization generate completion statistics for 12 divisions and a 13th for combined.  Don't know enough about the software yet to know whether I can make the menu buttons appear in red for those that have not accomplished a 100% compliance to the task being tracked?  This would make it visually easier for upper management to click directly on the division menu buttons in red, rather than have to click on all of them to see which divisions haven't achieved completion.  Also, wouldn't hurt to be able to turn the other menu buttons green for those that have completed.  Any ideas are appreciated, really scratching my head at the moment.
    Thanx,
    Dan

    Post Author: amr_foci
    CA Forum: Xcelsius and Live Office
    i dont think you can change the objects' color on runtime for the crytsal xcelsius

  • HT202213 where is the menu button at store to authorize a new computer?

    Where is the menu button at Itunes store to authorize a new computer? Got an Iphone5 and want to sync my Music!!!!! Please HELP!!! I am using a PC computer.
    Thanks,
    Linda

    Authorization and Deauthorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.
    More On De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.

  • Menu button unresponsive - other buttons work fine!

    I've tried resetting and restoring according to the Apple instructions on the web ( http://www.apple.com/support/ ), with no success.
    I can play music, scroll up and down menus and other navigation, but since I can't use the Menu button, I can't navigate UP levels through the menu system. So what I have to do is go through the songs in my selected menu area, then when it completes it returns to the menu and I can then navigate DOWN to where I want.
    Is my menu button broken?

    dunno if you'll ever read this as it was a while since your original post, but my centre button is broken: it is stuck into the ipod and won't click properly- do you think that there is a similar problem to what happened to yours?
    I'm in the UK and not too sure to send it to get fixed though!
    Any help appreciated

  • Clickwheel/Menu buttons stopped working + ASP/Warranty question

    Today, my year old 2nd gen nano's clickwheel and menu button stopped working. The hold button works, Itunes sees the thing, disconnecting the headphones does what it supposed to do and everything appears to be in order, except for the buttons. Neither resetting, nor restoring the software did resolve the issue and I am left with a small, elegant, brushed aluminium finished brick with music in it.
    Luckily, an Apple ASP isn't particulary far from where I live and I could and probably should bring it there. However, I am currently in a country that is not the one I bought the Ipod in and my purchase receipt and anything else that might have came with it is some 3000 km away.
    Does anyone know if bringing just the player to an ASP (it does have a serial number) has any remote chance of getting a warranty repair? And, if not, is it worth it even bothering with the repair, in terms of cost?

    Hi Kevinsen and welcome to the BlackBerry Support Community Forums!
    I would suggest performing a backup of your BlackBerry® smartphone then reloading the software as shown in the article below:
    KB11320 - How to perform a clean reload of the BlackBerry Device Software using BlackBerry Desktop M...
    or
    KB19915 - How to perform a clean reload of BlackBerry smartphone application software using BlackBer...
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Menu/Button Question

    I'm building a menu in Encore CS5 and am trying to fix it so that when a button is selected the text changes color and a selection tool next to the text appears (both seperate colors).
    I've managed to do this by having both as seperate highlights, but the overlay of the text is obviously really low quality and makes the text look awful.  Unfortunately the client wants this functuality, so I thought I'd look at using multiple menus, but not really sure where to start.
    Is there a tutorial or something that can show me how to work it so when you press down on the remote, instead of going to the next button, it jumps to another menu (that way I can change text colors without using highlights)?
    Sorry, I'm a bit of a beginner at Encore.  I used to use DVD Studio Pro and knew how to do this in that program, but don't have access to it anymore.
    Thanks for all your help.

    Each button in menu 1 is linked to a different menu, which is identical except for the highlight for that button position. The "up/down" (any navigation action that movies the position into the button) results in the button activating (i.e. not the "select behavior, but the activate behavior of that button in that menu). The link is its other menu, where it looks "selected." On that menu it is linked to its movie, so that hitting enter plays the movie.
    Sorry I can't find the tutorial I thought someone did on this.
    Edit: fyi, this does not work on a computer using the mouse, because a mouseover does not select the button. If your software player has a "remote," this will work.

  • General Error or Crash using menu button on chapter playlists

    This is my first complex project in 2.0 - I needed to have approx 120 clips playable individually from a series of still menus. Given the 99 timeline limit, I created a number of timelines and placed batches of clips on them. I'm then using individual chapter playlists to reference each clip. The chapter playlist is linked from a menu button.
    When using the menu remote button when a chapter playlist is playing, I either get an 'abnormal condition' error, or occasionally, Encore crashes with no message at all. Tried this with no menus, timelines and playlists open but same errors.
    More detail:
    PAL 16:9 project
    28 timelines
    65 chapter playlists
    15 still menus
    approx 120 mpv clips and associated wavs (mpv encoded with cinemacraft encoder sp)
    Settings for one of the clips giving problems:
    Timeline - end action not set, menu remote - return to last menu, all ops permitted, no chapter end actions
    Chapter playlist - end action - return to last menu, override not set, menu remote - return to last menu, all ops permitted.
    I think I can stop the errors and crashes if I disable the menu remote button - but I don't really want to do this.
    Any ideas what's going on? Is it a bug(S)?
    Thanks,
    Paul.

    Paul.
    The trouble I had was the "Abnormal Condition" error when hitting the menu remote button in preview.
    There was no problem with Prev/Next buttons though.
    I tried burning a disc too, just to check if it would burn true & just played up in preview - but no dice. What happened was the player froze up solid after pressing the menu remote.
    I did create another project where the chapter playlists numbered around 28 from a single timeline, and this actually worked as it should do, so I suspect an issue in Encore's internal stacks where this is all addressed.
    I had to use a different application in the end.
    I believe the reason yours is still failing is simply because despite having 5 timelines, you are still well over the number of chapter playlists that seem to be available.
    It's a nasty bug - but apparently a fix is in the works. Hopefully we will see this as a maintenance release - we got these with both earlier versions (1.01 from 1.0, and 1.5.1 from 1.5) so I am hoping it will happen.
    There are a couple of issues I have noticed - although this is so far the only one I cannot work around in my projects.
    One thing has just occurred to me that might help you here.
    Instead iof using a chapter playlist to reference each clip, save these for multiple clips that need to be accessed, and from your chapter menu, just point directly to the clip in question.
    Set an end action for each clip to revert back to the menu that called it, and create just a single chapter playlist for a "Play All" situation.
    This will greatly reduce the number of chapter playlists you are running - and should do the job for you.

  • How to use menu button on apple remote with mac mini

    I purchased a late 2012 mac mini and the silver remote. The remote automatically opens iTunes, plays and pauses songs, adjust the volume, and skips forwards or backwards just fine. I had no trouble linking it the the Mac Mini either. So we have established it is working and comunicating fine with my Mac. My question is: what the heck is the "menu" botton for and can I use it with my Mac Mini? I'm using OS X 10.9.2.

    The Menu button does nothing
    https://discussions.apple.com/thread/4143595
    There are apps that will help using the remote. See:
    http://andymurkin.wordpress.com/2013/10/07/fun-with-the-apple-ir-remote-part-1-m aking-it-work/

  • DON'T HAVE A HELP TAB IN MY MENU BUTTON. CANT EVEN COPY A URL IN MY ADDRESS BAR OR REFRESH IT ?

    how on earth can you help people when all you do is direct them to another page to click on something that doesn't help. this new version is awful . i cannot even put a url address in my address bar, nor can i refresh the address bar as it won't highlight at all. i keep going to all sorts of help pages and they are no help at all. i have used firefox for years and never had so much trouble with anything. the worse thing is your support and not being able to talk to any about anything. as it is i have to go all over just to find maybe an answer to this.i am using a background theme that i used before the new updated version and had no problems with it. if your themes are not compatible then why have them ??? the address bar problem is not present if i get rid of the theme and use the plain boring theme that you have . all i want to know is why this issue is happening with the theme i am using. and if possible it would be nice to get an answer in my email so i don't have to click on a dozen help pages trying to find it . thank you ..
    <sub>edit by a moderator: if you want to be able to discuss the issue with someone, don't do it in a shouting format (all uppercase), as this is considered rude on the internet - therefore i have converted your text into normal characters. in addition i have removed your address from public display since you will be notified per mail once somebody replies to the thread anyway. (philipp)</sub>

    '''What is your support question?''' This? <br />CANT EVEN COPY A URL IN MY ADDRESS BAR OR REFRESH IT ?
    A number of other users have mentioned a similar problem. <br />
    Chances are that you have an add-on installed that isn't completely compatible with Firefox 29. '''You''' need to figure out the culprit and disable it until an update for that add-on is available.
    If so, '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''

  • Adobe Pro 9.0 crashes on menu button clicks in Citrix

    This bug is occuring while using Adobe Acrobat Professional 9.0 using Citrix MetaFrame Presentation server as a remote application. I have already posted this on the Citrix forums, but it might be worth a shot posting here to see if anyone can help.
    This may sound like an oddball problem, and it is, but Adobe Acrobat 9.0  crashes whenever you click on any of the quick menu options. We have  found a few ways around this issue, but some of the features eventually
    bring you to a command that as soon as you click on it, the program crashes.
    There is no error message, the program just disappears. I am able  to run Adobe Pro just fine on the console, with all of the buttons  working normally. But when accessed through the MetaFrame Presentation Server, it seems like the connection isn't functioning at 100%. Sometimes even right-clicking on a certain box will close the program.
    One specific example, (the reason I can no longer dodge the problem) is the "Combine PDFs" feature. Obviously, clicking the "Combine" menu button will crash the program. But the same action is accessible  through the file menu. However once you have that command open, the  "Add File" button is the only way to select which files you wish to  combine, and this button crashes the program. Now that I have no choice  being that there is a feature our users need but cannot use, I am  posting this question because my need is dire.
    I have done many hours of research on this issue, and haven't had any luck. I've already tried completely uninstalling and reinstalling Adobe Pro, making sure it has the latest updates, etc. Any help with this issue would be greatly appreciated. Thanks in advance,

    frstrsystemI make a fix, here it is:
    1) I launch acropro 9 on the server, I go to the view->toolbars->tasks menu to  the "tasks" toolbar (which cause the crash).
    2) on the server, run regedit and go to current user\software\adobe\adobe acrobat\9.0 and export this hive on a file like acrobat9_user.reg
    3) create a acro9pro.cmd file with
    regedit /S n:\scripts\acrobat9pro_user.reg
    @start "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\" Acrobat.exe
    save this file on the server
    publish your app and call the CMD instead of the acrobat file
    trick; you can map drive into the cmd so that user can access network shares and not only the server on.

  • How do I make a "Title Menu Button" that is an Arrow?

    I am using DVD 08 with iMovie 06.
    I set my chapters using iMovie 06. When I shared with iDVD 08 everything looked OK.
    I normally do six scenes however this time I wanted eight. In the past when using iDVD 08 (or iDVD 06) there is always a blue arrow in the scene selection menu that when selected would take you back to the main menu.
    For some reason I do not have the Blue arrow. I was able to create a new "Title Menu Button" but none of the options I can find is the default blue arrow.
    If iDVD defaults to the blue arrow in this location why can't I find it as one of the many choices iDVD gives for a Title Menu Button?

    Hello, Ziatron,
    I use the same, iM6 with iDVD 8.
    I am not sure I follow you. You mean that you make 6 or 8 chapter markers for this movie?
    What theme are you using? If you use a theme that places 6 scenes on a submenu, iDVD will automatically create a second submenu with the remaining 2 scenes. Each submenu has 2 arrows to allow you to go back to the previous menu, or to the next submenu, except the last submenu which has only 1 arrow to go back to the previous menu.
    If you want all 8 scenes on the first submenu, you can go to the submenu with the last 2 scenes and select them, then 'Copy' then go back to the first submenu and 'Paste' them. You may have to reposition the scene titles to accomodate the new ones. Be sure to go back once again to the submenu and delete the copied scenes. When you do that, go back to the previous submenu where all 8 scenes are, and you will see that the forward arrow to the last submenu is no longer present, since there are no longer any scenes to be in a separate submenu.
    I have made over 100 movies, each with many scenes, but I don't have any submenus that show an arrow to return to the main menu, unless there is only one submenu.
    If you want to add an entire submenu....say of extra photos/videos/etc. you can use the + button on the lower left of the iDVD screen to add. A folder will appear on the menu to which you have added the submenu, and when you open the folder, you will see the new submenu, with its return arrow.
    You can change the folder icon to just a title using the 'Buttons' tab, but you cannot create navigation arrows yourself.
    Please post back if I am missing your question.

Maybe you are looking for

  • How can I get back into my application aftermath invoking Start up page of index.htm ?

    Gorgeous Hello All, If anyone of you can please provide me a solution for the following, will help me in plentious and galore. Am using Adobe RoboHelp, Version 10 and IE version being 10. A hurdle :- I have a application which has been developed in A

  • Is it possible to import data into an existing table?

    Hi.. everyone. Is it possible to import data into an existing table by using import utility? The exported table and the existing table have the same name and table schema. I want to append "new data(exported from oracle8.0.5)" to "an existing partiti

  • Jumpstart finish script question

    Does anyone know if it is possible to write a jumpstart finish script in perl? I guess this is equivalent to asking if there is a perl interpreter on the mini-root? Trying to script modifications to /etc/vfstab with sh/sed/awk is making me feel ill..

  • Short Dump...Bottleneck pushed it out of the local program buffer

    Hello!! We have had a dump in production. The message is: While the program was running, the program "SAPLV07A" had to be reloaded because a bottleneck pushed it out of the local program buffer. However, the database was found to contain an already c

  • Opening dynamic files in ActiveX control

    Hi, I wana to open my files in activex control (file name is store in database) and i want to change the file in activex as i change my record.Plz help me how i can do that. Thanx in Advance. Zahid Mahmood.