Need HELP! Anyone Know This Issue?

Hello!
I shot some videos yesterday fine.  Today I went to record some videos, and when toggling to the menu to select the correct white balance ( daylight, cloudy, flourescent, etc ) the whole white balance menu is GRAYED OUT!  I can select nothing...
Any ideas?  I restarted, removed the memory card, etc, no luck!
My camera is a Cannon Vixia HF S100  
Thank you in advance.
-Randall B

Hi Honestbest333,
This menu option should be available in any of the camcorder settings except Special Scenes such as the Portrait, Sports, Night modes.
If your camcorder is not set to one of these modes, please contact us.
Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Similar Messages

  • I cant connect to the itunes store and the support team didnt really help anyone facing this issue with ipad mini!!! I need help

    I cant connect to the itunes store and the support team didnt really help anyone facing this issue with ipad mini!!! I need help

    Here's the troubleshooter.
    Can't connect to the iTunes Store

  • Operate C# to modify PPT's hyperlink, while configuring the hyperlink's text to display attribute, the address value will be assigned as null. Anyone know this issue? Any solution?

    operate C# to modify PPT's hyperlink, while configuring the hyperlink's text to display attribute, the address value will be assigned as null.  Anyone know this issue? Any solution?
    How to reproduce the issue:
    1.Create a new PPT slide in Office2010.
    2. Insert a certain text/characters, such as Mircosoft blablabla,
    3. Insert an URL right after the text part , TextToDisplay is the “Test”,Address is the "Url".
    4. The content in the ppt is ”Microsoft Test“,here "Test" is the hyperlink which we would like to convert. Please execute the code we list below.
    5. The problem will be reproduced by the above steps.
    PPT.Application ap = new PPT.Application();
    PPT.Presentation pre = null;
    pre = ap.Presentations.Open(mFileName, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse);
    foreach (PPT.Slide mSlide in pre.Slides)
    PPT.Hyperlinks links = mSlide.Hyperlinks;
    for (int i = 1; i <= links.Count; i++)
    PPT.Hyperlink mLink = links[i];
    mLink.TextToDisplay = mLink.TextToDisplay.Replace(mLink.TextToDisplay,"url");
    mLink.Address = mLink.Address.Replace(mLink.Address, "url");
    Modify texttodisplay, the address vaule will be assigned as null. Anyone knows how to solve it?
    Does it caused by a PPT API's Limitation?

    I've tried the below code and it works, you can refer this article:
    https://msdn.microsoft.com/en-us/library/office/ff745021.aspx
    to find that the hyperlink needs to be associated with a text range, and thats what I did in the code below with the help of the link sent by Tony.
    Microsoft.Office.Interop.PowerPoint.Application ap = new Application();
    Microsoft.Office.Interop.PowerPoint.Presentation pre = null;
    pre = ap.Presentations.Open(@"C:\Users\Fouad\Desktop\abcc.pptx", Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse);
    foreach (Microsoft.Office.Interop.PowerPoint.Slide mSlide in pre.Slides)
    Microsoft.Office.Interop.PowerPoint.Hyperlinks links = mSlide.Hyperlinks;
    Microsoft.Office.Interop.PowerPoint.Shape textShape = mSlide.Shapes[1];
    for (int i = 1; i <= links.Count; i++)
    Microsoft.Office.Interop.PowerPoint.Hyperlink mLink = links[i];
    Microsoft.Office.Interop.PowerPoint.TextRange range1 = textShape.TextFrame.TextRange;
    TextRange oTxtRng = range1.Find(((Microsoft.Office.Interop.PowerPoint.Hyperlink)mLink).TextToDisplay,After:range1.Start,WholeWords:Microsoft.Office.Core.MsoTriState.msoTrue);
    oTxtRng.Replace(((Microsoft.Office.Interop.PowerPoint.Hyperlink)mLink).TextToDisplay, "url");
    oTxtRng.ActionSettings[Microsoft.Office.Interop.PowerPoint.PpMouseActivation.ppMouseClick].Hyperlink.Address = "http://www.microsoft.com";
    Fouad Roumieh

  • I am unable to use Iboost app, when i try to use it, I get an error "iBoost App is damaged" and reinstall from app store. I get the same error even after installing a fresh copy. Need help to resovle this issue.

    “iBoostUp.app” is damaged and can’t be opened. Delete “iBoostUp.app” and download it again from the App Store.
    Because of the above error, i am not able to use iboostup application. I have even tried to reinstall from app store, but the issue still continues.
    Need help.

    Perhaps the damaged file is an auxiliary file outside the app bundle and stored elsewhere on your Mac. Try deleting the app and all it files with an app for that purpose. Afree one is AppCleaner;
    http://www.freemacsoft.net/appcleaner/

  • I need help badly on this issue with OGG

    Hi can i get help on this issue? We have set up Active-Active GG on Test Environment.
    While testing Golden Gate on Test environment we observed that test module level caching is not working as expected. Generally if a ban number is previously launched then on any subsequent execution of the same ban we should see test modules with timestamps in red color ( which basically indicates it’s been executed previously and no fresh tests are run provided no test module failed with test error ).
    Now with GG setup we can see that the Data is getting replicated on both the Data centers but still when we re-launch the ban at second datacenter it does not show us as being cached(i mean since after executing test the DB is updated but on second data center still it tries to re-execute again and again but it doest get cached).
    These both environments work fine as a standalone caching but not replicating the test results.
    Any idea people?

    Hi Mike, i have not architectured my application, i am contractor who came to implement Golden Gate in our environment, this is first time i am observing this kind of issue of caching not happening, it is replicating data fine but the cached results once we give any BAN on one side it populates data and it is replicating that data(records) fine, but when we give same BAN on other Datacenter it is executing tests and populating data agiain, which is undesirable.
    Can you please tell me from whom i can find out what will be the root cause of this issue, and which team to contact.
    By the way thanks for your response, i can give you some log file info which we foud in our application server while working on Golden Gate:
    Here are more logs details:
    1. Application retrieves data from non-replicated data:
    2011-07-11 16:20:29,921|DEBUG| |SIBJMSRAThreadPool : 3|com.test.testViewPlatform.requestEngineExtension.initApplication.InitApplicationRequestHandler|processCachedResult()::Model 'HistoricalInformation' was cached. Returning cached results
    2. Application retrieved data from replicated data:
    2011-07-11 16:22:01,684|WARN | |SIBJMSRAThreadPool : 1|com.test.testViewPlatform.requestEngineExtension.initApplication.InitApplicationRequestHandler|loadCachedModels()::An unexpected Exception occured while attempting to get cached results for Test 'HistoricalInformation'. The exception follows:
    java.lang.RuntimeException: Error deserializing EvaluatedTEST value :
    Caused by:
    org.xml.sax.SAXParseException: Content is not allowed in prolog.
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
         at motive.ecotest.evaluation.EvaluatedTEST.deserializeValue(EvaluatedTEST.java:113)
         ... 17 more

  • Does anyone know this issue....?

    I have recently tried to Boot Camp my Mac OSX Lion. It's not working.
    I have bought an Windows 7 Home Premium ISO-file on the web, and burnt it onto a blank CD.
    Although, whenever I hit "Install" it asks me to do, what I just did.
    Is anyone aware of this?
    Cheers.

    It's the blank CD thing. Windows 7 will only fit on DVD size, or for some they have the option of USB flash media.

  • I try to create an html for IPad. The html page contains an element overlapping a video, now it works as for view but the focus is still with video. This denies the event of overlapping element from occuring. Can please anyone help to solve this issue?

    I try to create an html for IPad. The html page contains an element overlapping a video, now it works as for view but the focus is still with video. This denies the event of overlapping element from occuring. Can please anyone help to solve this issue?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[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 [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Im trying to reset my security questions but the reset info isnt reaching my email did anyone hve this issue and know how to fix it?

    Im trying to reset my security questions but the reset info isnt reaching my email did anyone hve this issue and know how to fix it?

    You need to contact Apple to get the questions reset, which can be done by clicking here and picking a method for your country, or if that's not an option, by filling out and submitting this form.
    (95949)

  • Hi, Firefox keeps crashing, the crash signature is ProcessBoundaryCells. I tried searching Mozilla, but there are no supporting articles. If anyone can please help me fix this issue, that would be great. Thanks

    Hi, Firefox on my desktop keeps crashing at just random moments. Sometimes not very often at all, but other times it can happen a few times within an hour.
    My Desktop Window Manager also crashes regularly and the dialogue box always pops up saying its stopped working. However, this doesn't seem to effect anything.
    It could be realated though, as I just had this desktop built a few weeks ago and a few times it's crashed as well as programs.
    If anyone can help me fix this issue with Firefox, that would be great. Thanks in advance.

    Hi,
    I updated the Flash plugin, but I still keep getting crashes.
    I will try to disable the hardware acceleration in the Flash Player as you recommended and hopefully this will work.
    Although the last crash report I got has a different problem then before,
    https://crash-stats.mozilla.com/report/index/6c5d8c66-6789-4b52-94e4-61cdf2110530
    Signature: BuildArgArray
    If you can please offer any more advice that would be great, thanks.

  • HT201210 (The iPhone "Named" cannot be restored at this time because the iPhone software update server could not be contacted or is temporarily unavailable.) can anyone help me with this issue, every time i try to restore it will come up like this error m

    (The iPhone "Named" cannot be restored at this time because the iPhone software update server could not be contacted or is temporarily unavailable.)
    can anyone help me with this issue, every time i try to restore it will come up like this error message.

    Restore the iPhone when connected to iTunes by cable.
    Still the same TS1275?
    Is your iPhone jailbroken?
    Or
    Has your computer ever been used to jailbrake or downgrade (Tinyumbrella) any iPhone?

  • When i update my IOS7 i lost my all pic from my IPAD2 how to get back those pic? and i don,t think so i did kept back up before i did that. can anyone help me for this issue?

    When i update my IOS7 i lost my all pic from my IPAD2 can anyone suggest how to get back those pic? and i don,t think so i did kept back up before i update ios7. can anyone help me for this issue?

    The photo's in your camera roll would be in a backup, if you have one (iCloud or iTunes).  If you did not keep a backup somewhere, they are gone.  Sorry, but that is the way of any data - if you don't have a backup of it somewhere, there is nothing to restore it from.
    All other photo's should be on your computer somewhere anyway - whereever you had them to sync to the device originally.

  • What to do when my iPhone is asking for password of old apple I.D. when I don't have it and have created a new applie i.d.  Can anyone please help me on this issue?

    Can anyone please help me on this issue "What to do when my iPhone is asking for password of old apple I.D. when I don't have it and have created a new applie i.d."??

    Sir, Thank you very much for your prompt response.  I have already done this.  But the problem is still persisting.  Actually, I want to upgrade my WhattsApp application and as soon as I click the upgrade button in App Store, it asks for the password of previous apple i.d., which I don't have as I have bought this phone from somebody.  There is no option for log out or log in.  It there any other way out to upgrade the WhatsApp ????

  • Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Yes but there's no point doing it here. As the Terms of Use make quite clear this is a User to User forum. It's Users like you talking to other Users. It's not a channel to communicate with Apple.
    Regards
    TD

  • Hi i got a mac mini but when i connect it to my smartax mt882 modem via ethernet it says device not connected can anyone solve this issue it work fine with the usb connection but the ethernet is giving me problems plz help

    hi i got a mac mini but when i connect it to my smartax mt882 modem via ethernet it says device not connected can anyone solve this issue it work fine with the usb connection but the ethernet is giving me problems plz help

    Hello, give this a try...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.5, 10.6, 10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x/10.8.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    For 10.5/10.6/10.7/10.8, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    (There may be better or faster DNS numbers in your area, but these should be a good test).
    Click OK.

  • I unable to see my network messages after upgrading to ios6 on my iphone4,can anyone help me for this issue?

    I unable to see my network messages after upgrading to ios6 on my iphone4,can anyone help me for this issue?

    Try to perform SMC and PRAM resets:
    http://support.apple.com/kb/HT3964
    http://support.apple.com/kb/ht1379
    Then try a safe boot:
    http://support.apple.com/kb/HT1564
    Ciao.

Maybe you are looking for

  • Mac Wi-Fi disconnects after in sleep mode or shut down

    Whenever I shut down or sleep my iMac and log back in, the Wi-Fi is not connected.  In Network Preferences, it states that the Mac has a self-assigned IP.  When I complete Network Diagnostics two or three times, the Wi-Fi will connect.  I am connecte

  • Workflow error in CUP 5.3

    Hello everybody I have a workflow that is setup with two paths - one standard and one detour the problem that i'm having is this:  i have created a request with two roles, one with a role approver and one without.  At the very end of the approval sta

  • How to get the user view

    Hi, Can anyone say how to get the user view of a user logged in through admin interface. I have tried to get the roles of logged in user as below: <ref>waveset.roles</ref> it did not work.. Please suggest

  • Getting error msg while using SFP tcode to use intaractive ADOBE forms

    Hi All, I wanna make use of Adobe intractive forms in one application. when i use transaction SFP and click on the layout tab i get following error message. Could not start Layout Designer (see long text) Message no. FPUIFB086 Diagnosis The forms des

  • LR2.2 memory leak bug problems worse than LR2.1

    When LR2.1 would lock up I could restart it and only lose my last few develop module changes. When LR2.2 locks up, and I restart it I lose all the changes I made during the session that locked up. I'm going back to LR2.1 until they figure this out.