Change TOC button on play-bar to read "MENU" instead of "TOC"

Hello!
How can I change the TOC button on the play-bar to read "MENU" instead of "TOC"?
Any help is very much appreciated!
-Chris

Greetings.
Upon reading through your post here:
A Persona specifies the colors for text and background.
You can edit those values for the current Persona on the about:config page in the pref lightweightThemes.usedThemes in accentcolor and textcolor.
lightweightThemes.usedThemes:
[{"id":"1","name":"Persona","accentcolor":"#f8f8f8","textcolor":"#000000","description":"*****","author":"*****","headerURL":"http://getpersonas-cdn.mozilla.net/","footerURL":"http://getpersonas-cdn.mozilla.net/","previewURL":"","iconURL":"","updateURL":""}]
I had an issues regards of the font's color that few of the personas which I had installed; there are persona's background color making the font difficult to see(which the fonts is in its default color: black) or in some other personas that came with its own custom edit font's color that I'm not satisfied with.....
May I ask, does this method that you had given on this thread edits the font's color into any other color ?

Similar Messages

  • Play and pause button and control bar are missing below xfinity player

    when I want to watch a video noticed play and pause button and control bar are missing below xfinity player.

    For the two soundchannel sounds you have, you will need to keep track if and which one is playing so that you can use some logic to stop the sound right after you mark where the sound was (position)  so that you can resume playing it again when the play button is selected.
    So if the stroke sound is started, you could assign a boolean variable named something like 'strokeplaying' to be true (setting the other sounds similar boolean false).  Then, in your pause function you would test to see if strokeplaying is true and if it is, store the position property and stop the channel playing. 
    When play is selected, similarly, you test if that sound is true and if so you restart it using the position value you stored as the starting point.  You do the same for the other sound... remembering that it is possible neither is playing when pause it clicked.

  • How to change the TOC button?

    Hi!
    I´d like to change the TOC button. In former versions its simply with four lines on it, with version 8 it´s labeled with "TOC". Can I get the lines back??
    And how do I change the label for bookmarks? (right beside the small bookmark icon it says "title", but I´d like to label it "content" or something else)
    Thanks!

    Still don´t know how to change the label for bookmarks in TOC ...
    But I found the solution for changing the TOC button: somewhere in the program folder are FLA-files for the different skins. Choose the FLA corresponding to your selected skin, open it with Flash and check the library for the button you want to change. Doubleclick in the library and create anew (I changed the "TOC" into three lines). Export SWF and then take care to put it where the original skin SWF is located. Voilá!
    Hopefully someone can tell me a way to change the label ;-)

  • How can I hoock to IOS Multitask bar buttons (previous, play/pause, next)?

    IOS background_music, multitasking, sdk, 3.2, native_extension,use it and use previous next buttons from IOS Multitasking Bar.
    According to http://ideas.adobe.com/ct/ct_a_view_idea.bix?c=9D564F43-979A-4E35-AA21-85A61B6AB8DE&idea_ id=ABF52F8E-DC76-4CFE-BC3F-34BA103E74B9 it's not possible because of a small limitation in AIR extension library.
    If thi small limitation goes away, this Native Extension will be updated and all this will be possible!
    SoundExtension: https://github.com/mateuszmackowiak/SoundExtension
    Can someone help on that.
    If it's that simple to allow that, could it be done in AIR 3.2 GM?

    First line of this question, please read:
    "Is it possible for my AIR app running on IOS to play music in background an use play/pause and previous, next buttons from IOS Multitasking Bar?"

  • PLAY button and search bar greyed out

    Hello!  I've had an issue the past couple of days where my play bar and the search bar are greyed out. I can still play music, and pause it by clicking next to the track currently playing, but the main controllers at the bottom do not work. This persisted through the update I just ran on Spotify, updating it to the most recent version, 1.0.2.6.g9977a14b. See attached image for how this looks in my client. I have a premium subscription if that makes any difference, and as said, I can still play music. Thanks for the attention,Nuala ETA: And of course another update gets pushed out after I post this message, and I now have a functioning play button again. Never mind this. :) 

    Hello:
    Fantastic glad it got fixed with an update. Rock on \m/

  • Adding a button before the TOC button in a WebHelp Pro navigation bar

    My client wnats to add a "Home " button to the left of the TOC button in the navigation bar. I can ad buttons to the right of the "standard buttons": TOC, Search, Print, and Glossary, but even if I go and edit the skn file and add the "Home" botton before the TOC one, it still displays to the right. Is there anything I am missing?
    Thanks.
    Using RoboHelp 9 and Robohelp Server.
    Thanks

    Hi,
    I don't have RH Server, so this is a bit of a guess but I think one method will work.
    Modify the toolbar order in whstart.js.
    1. In whstart.js, go to line 184 (RH10), it has the text else if (nMsgId == WH_MSG_TOOLBARORDER).
    2. Below the opening bracket add the following code:
    oMsg.oParam = "CUSTOM|toc|glo|idx|fts|blackblock|searchform|banner";
    return false;
    3. Open whskin_tbars.htm and go to the bottom of the file to find a few calls starting with addButton.
    4. Copyt the id of the button (customxxxx) and replace the text CUSTOM in whstart.js.
    Modify whskin_tbars.htm
    1. Open whskin_tbars.htm
    2. Go to the bottom of the file and find a few calls starting with addButton.
    3. Set the lines in the order you want the buttons to appear. (Don't forget the 'blankblock' button to push certain content to the right of the toolbar.
    4. Remove the call to the function ReSortToolbarButtons() from the file whskin_tbars.js.
    If WebHelp does still resort the buttons, try adding return false; as the first code in the function ReSortToolbarButtons() in the file whtbar.js
    Hope this helps,
    Greet,
    Willam

  • Changing TOC font and removing toc button in HTML5 output

    Hey,
    When I view my project on my iPad (therefore presumably the HTML5 output) the font is times new roman rather than my selected Source Sans Pro. Is there anyway around this?
    I would also like to remove the 'TOC' button in the playbar, which I can do easily in the flash version, but not so easily in the html5 version.
    Any suggestions?
    Thanks
    Mike

    The fonts for the TOC are in the CPM.js:
    fontSettings: {
                    level1Settings: {
                        font: 'Myriad Pro',
                        fontSize: 16,
                        bold: false,
                        italic: false,
                        underline: false,
                        color: '#282828',
                        rolloverColor: '#ffffff'
                    level2Settings: {
                        font: 'Myriad Pro',
                        fontSize: 16,
                        bold: false,
                        italic: false,
                        underline: false,
                        color: '#000000',
                        rolloverColor: '#ffffff'
                    level3Settings: {
                        font: 'Myriad Pro',
                        fontSize: 16,
                        bold: false,
                        italic: false,
                        underline: false,
                        color: '#000000',
                        rolloverColor: '#ffffff'
                    level4Settings: {
                        font: 'Myriad Pro',
                        fontSize: 16,
                        bold: false,
                        italic: false,
                        underline: false,
                        color: '#000000',
                        rolloverColor: '#ffffff'
                    level5Settings: {
                        font: 'Myriad Pro',
                        fontSize: 16,
                        bold: false,
                        italic: false,
                        underline: false,
                        color: '#000000',
                        rolloverColor: '#ffffff'

  • Play and plause button and control bar are missing belw xfinity player

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/840891]</blockquote>
    when watching video, can not see play and pause button and control bar, it is missing below xfinity player.

    Ok BE...I took you advice and used a prebuilt skin, but tweeked it to get it looking how I wanted. However, now when I switch between the different videos, the playhead stays at the spot that it previously was. For example, if the playhead is currently 50% through video #1 and I click video #2, the playhead is still sitting at 50%. How would I reset the playhead to the beginning of the new video?
    import fl.video.*;
    var flvPlayer:FLVPlayback = new FLVPlayback();
    addChild(flvPlayer);
    flvPlayer.skin = "MySkin.swf";
    flvPlayer.skinAutoHide = true;
    flvPlayer.skinFadeTime = 300;
    flvPlayer.x=78;
    flvPlayer.y=89;
    flvPlayer.width=640;
    flvPlayer.height=360;
    flvPlayer.source = "flv/Video1.f4v";
    vid1.addEventListener(MouseEvent.CLICK, fl_ClickToSetSource1);
    function fl_ClickToSetSource1(event:MouseEvent):void
    flvPlayer.source = "flv/Video1.f4v";
    vid2.addEventListener(MouseEvent.CLICK, fl_ClickToSetSource2);
    function fl_ClickToSetSource2(event:MouseEvent):void
    flvPlayer.source = "flv/Video2.f4v";
    I know I need to do something in the setSource function, but don't know how.
    Thanks.
    Mike

  • I have asked now twice!!!! Did iTunes make a change that makes AUDIO cd's not read on older cd players? The iTunes AUDIO discs I burn in mixes no longer play in my 2004 Chrysler, 2006 Toyota, or my home cd player. PLEASE HELP.

    I have asked now twice!!!! Did iTunes make a change that makes AUDIO cd's not read on older cd players? The iTunes AUDIO discs I burn in mixes no longer play in my 2004 Chrysler, 2006 Toyota, or my home cd player. PLEASE HELP.

    ByteMeNow wrote:
    Where soes someone go to get offical help wth Apple iTunes?
    You would call Apple Support, for which you would probably be charged for the support.
    Note that just because those CDs work with your old computer doesn't mean that it's still not an issue with those CDs and the burner in your newer system. Some CD brands just don't work well with some optical drives. If you haven't tried a different brand, and if you're using CD-RW trying CD-R, I would suggest you give that a try just to eliminate that possibility.
    Regards.

  • What is the easiest way to remove the fast foward button from the play bar?

    Everytime a user clicks on the fast foward (not the forward) it screws up the audio. It doesnt really serve an purpose in my CBT so I would like to just remove it. Is there an easy way?

    you don't indicate what version you're using, but in Cp5.5 (and I presume it's similar in Cp6), go to Project > Skin Editor, then uncheck the buttons you don't want.

  • ITunes 11.1.2 "Now Playing" bar stuck on Apple logo

    So as the title stats above, whenever I choose a song to play on my iTunes (11.1.2), it wont show up on the "Now Playing" bar in the middle between the "Skip buttons/Volume" and "Search". I also noticed a glitch, if you could call it that. When I slide fours fingers up on my track pad to reveal other apps open, iTunes shows up with the bar actually displaying track info, how long the track is, etc. But when I choose to switch to iTunes the Apple logo just appears and theres no way to fix it. I tried the up and down button to reveal more but nothing shows up either. Here look:
    Keep in mind, theres is a track currently playing:
    and heres proof it does show up but only if I do the "reveal" action:
    So yeah, is it just a typical "update" error? Thank you for the response!

    Yeah, the same thing is happening to me when I upgraded, and I'd really like to have the song title and length/how much is left up in that title bar.
    However, I did out that if you make it full screen, you'll notice in the left side of the title bar is the album/CD cover. If you click on that a small, seperate square pops up and if you then exit full screen, it stays on the desktop. When the next song comes up, it changes. If you scroll over it, then controls that use to be in teh title bar show.
    *Shrug*
    I'd prefer the old way, but maybe it's just a matter of the human adapting to the new software.

  • Need help in controlling a video (play/pause) with the main play bar in Cp7.

    In a presentation, I'm doing an online ordering demo - my slide(s) have a video object, audio clip and may have various text and/or shapes that will transition from time to time. The problem being, if Pause is clicked in the main/TOC play bar, the presentation pauses but the video continues to play, until the end of that video. My video is an .f4v (I've also tried it as an .flv).
    What can i do to allow the main play bar to control the video?

    Insert as Slide video, not as Event video.  Then the playbar will also control the video.

  • How can I alt tag the TOC button that appears at the top of the menu?

    Running the current version of Cp7 on a windows 7 machine.
    A 508 hang up once again: The customer insists on an active TOC for the project file. We've activated the TOC and it works fine, but there's a secondary TOC expand/collapse button located at the top of the slide right here:
    Although I can change the icon for the expand/collapse TOC in the TOC setting menu:
    I can't put an alt tag on the button, meaning that JAWS and other screen readers just reads it as an unnamed button - which would be "bad" if you're trying to pass a 508 compliance test - which I am. I know alt tags don't travel with the image file, and I can't find any way to access the file in Captivate to give it an accessibility name. Anybody have a workaround?
    Justenuf

    You can replace the current image with one of your own choosing.  But even if you make the replacement just a one pixel GIF, I think it will still register somewhere in the screenreader as a button. 
    However, to be fair to Captivate, you can use the TOC button on the playbar to activate the TOC if need be, or you can set up on screen buttons to do that.
    Personally, I wouldn't be using an overlay TOC at all.  I'd be trying for a Separate TOC so that it was available all the time.
    However, I had read somewhere on this forum (a year or so back) about someone else finding that the links on the TOC itself were not completely 508 compliant.  So maybe you're just chasing your tail here if you're trying to achieve perfect 508 compliance.

  • Change the button style in wdj

    Dear all:
    I want to change the button style in wdj application
    When I change the “url to button design bar”to  gif file,preview is fine
    But emphasized buttons is old in wdj application
    My EP versions is 7.4
    Thanks in advance!!!
    Regards
    Blues

    Hi Venki,
    Thanks a lot for the reply.
    If the OTR is static I can go and change text in the Transaction SOTR_EDIT. But in this scenario the button text changes dynamically according to the tab navigation on the Candidate profile page.
    Say If I am in Education Tab, the first button will be the Work Expereince (previous tab name ) and Second button text will be Qualifcation (next tab name). Similary the button text changes when I am in Qualification tab.
    I tried looking in the HRRCF_PROFILE for the OTR related to these buttons I could not find any.
    Any suggestions to solve this will be higly appreciated.
    Regards,
    Sharad P.

  • Hide the Acrobat Reader Menu Bar

     
    For my Livecycle Designer ES document, I only want the Acrobat Reader end users to use my buttons (SAVE, PRINT, EXIT) rather than the Acrobat Reader Menu Bar to access the same functions. My buttons contain various java scripts that are necessary for form completion. If they bypass these buttons using the Acrobat Reader Menu Bar (example: File, Print), then the form will not capture the data properly.
    Is there a way to hide the Acrobat Reader Menu bar for my specific form through a built in function in Livecycle ES or is there a java script that can be used to hide the Reader Menu Bar?
    Thanks,
    Eric

    Hi Eric,
    I am fairly sure that you cannot access the presence of the Menu Bar. I have tried here but can't get it to work.
    An alternative would be to open the form full screen. When you do this the cursor changes into a click advance (to next page), but you can also turn this off.
    An example is here: https://acrobat.com/#d=JK2I24ZgmsvMr6BtCQNMOg
    I appreciate that the user can elect not to go into full screen or can escape out of it, but it is a rough workaround.
    The following in the docReady event should work:
    app.execMenuItem("FullScreen");
    app.fs.clickAdvances = false;
    Good luck,
    Niall

Maybe you are looking for

  • 21 inch apple crt studio montor sharpness

    Just bought a used 21" monitor (the one with the grey back and 4 usb connection son the side). Blown away by the amount of settings. It looks great but the corners seem a little less than sharp. Is this just age or are there settings I should be mess

  • Need to swith allmy AP from 1 WLC to the backup one

    Hello, I have 2 WLC: 1 primary and 1 bckp. How can i do to switch temporarly all my APs which are attached to the Primary to the Backup WLC? a reboot is it the only way? In fact i need to add the Country code for Japan, and in order to do that, i nee

  • Merge XML

    I have 2 Strings representing xml: (The first String) <bookshelf> <book><title>1st Book</title> <book><title>2nd Book</title> <book><title>3rd Book</title> <bookshelf> (The second String) <bookshelf> <book><title>4th Book</title> <book><title>5th Boo

  • How do I do 2 sided printing of a PDF document?

    How do I do 2 sided printing with a PDF document? I am using a HP Photosmart 6520 printer.

  • FM 'REUSE_ALV_GRID_DISPLAY_LVC' : display zero value as '0.00' howto?

    Hi, this is weird: I have a couple of CURRENCY values in my display structure. Whenever it is zero, the field is displayed as space, even in detail view. There is no NO_ZERO set in field catalog. Ist it possible to display zero values as '0.00'? - Th