How to hide sleeping hours on iCal 5

hi
'really hide and no grey zone'
i try to use John's script (https://discussions.apple.com/message/8941330?messageID=8941330&amp%3b#8941330?m essageID=8941330&amp%3b)
but it seems over on iCal 5
thks for yours lights

Read here:
http://howto.cnet.com/8301-11310_39-57561631-285/how-to-hide-purchased-apps-usin g-itunes/
I don't know if "syncing", after you hide the purchases in iTunes, will also hide them on your phone, but give it a shot...see what happens. I have not tested yet.

Similar Messages

  • How can I hide early morning hours in iCal?

    how can I hide early morning hours in ical??? i'm sleeping at those hours and i really don't need to see them. it would give me a lot more space to see what really matters if i could define myself what hours i would like ical to show. i saw an old post that is locked and doesn't help. also searched the web and didn't find anything. i would be great to solve this very annoying problem. thanks!

    yes, it seems so. i guess we can't modify that.  =/  maybe some crazy script or programming thing... or something like that would do it, though.

  • Hide night hrs in iCal week view?

    I am trying to hide my sleeping hours from view in iCal. I go to preferences>advanced> and select 8 to 6 with 12 viewable hours, but the grayed out sleeping hours are taking up the top third of my calendar. Can't you customize it not to display those? I am wondering if I have missed an iCal upgrade?

    How did you resolve this? I've been trying to figure it out all day!!

  • How to Hide when input password ?

    How to Hide input char when input password
         if (passwd.trim().equals("")) {
              System.out.print("What is your password: ");
              try     { while     (System.in.available() == 0) {
              passwd = new BufferedReader(new     InputStreamReader(System.in)).readLine();
              catch (IOException e) {passwd =     "<"     + e     + ">";}

    Hi,
    I've taken this from a article by Qusay H. Mahmoud .
    This can help you.
    -----File: PasswordApp.java-------
    import java.io.*;
    * @author Qusay H. Mahmoud
    public class PasswordApp {
       public static void main(String argv[]) {
          PasswordField passfield = new PasswordField();
          String password = null;
          try {
             password = passfield.getPassword("Enter your password: ");
          } catch(IOException ioe) {
             ioe.printStackTrace();
          System.out.println("The password entered is: "+password);
    }-----File: PasswordField.java-------
    import java.io.*;
    * @author Qusay H. Mahmoud
    * This class attempts to erase characters echoed to the console.
    class MaskingThread extends Thread {
       private boolean stop = false;
       private int index;
       private String prompt;
       *@param prompt The prompt displayed to the user
       public MaskingThread(String prompt) {
          this.prompt = prompt;
       * Begin masking until asked to stop.
       public void run() {
          while(!stop) {
             try {
                // attempt masking at this rate
                this.sleep(1);
             }catch (InterruptedException iex) {
                iex.printStackTrace();
             if (!stop) {
                System.out.print("\r" + prompt + " \r" + prompt);
             System.out.flush();
       * Instruct the thread to stop masking.
       public void stopMasking() {
          this.stop = true;
    * This class prompts the user for a password and attempts to mask input with ""
    public class PasswordField {
       *@param prompt The prompt to display to the user.
       *@return The password as entered by the user.
       String getPassword(String prompt) throws IOException {
          // password holder
          String password = "";
          MaskingThread maskingthread = new MaskingThread(prompt);
          Thread thread = new Thread(maskingthread);
          thread.start();
          // block until enter is pressed
          while (true) {
             char c = (char)System.in.read();
             // assume enter pressed, stop masking
             maskingthread.stopMasking();
             if (c == '\r') {
                c = (char)System.in.read();
                if (c == '\n') {
                   break;
                } else {
                   continue;
             } else if (c == '\n') {
                break;
             } else {
                // store the password
                password += c;
          return password;
    }-Manish.

  • Hide morning hours in Calendar

    OS X Calendar starts the morning at 12:00 a.m.; however, I never have anything scheduled between 12:00 a.m. and 7:00 a.m. Is there a way to hide these hours, or to have Calendar open with 7:00 a.m. at the top of the screen? Thanks.

    Thanks for the reply Dimaxum. I'm not interested in whether you see a use for my request or not. I've decided that it would be useful to me (as have many others who have posted on this forum), so I'd like to find a solution. Do you have one?
    There used to be a script for this called Visible Day in iCal, but it is not available for Mavericks. Any advice or suggestions would be helpful.

  • How to hide the pricing conditions specified in pricing procedure of sd.

    dear friends,
    my situation is to hide the conditions specified in the pricing procedure. so that it is not viewed by the some users.can you please tell me how to hide the conditions. so some of the persons, who are having authorization to see the conditions , will be able to see the pricing conditions.
    can you please suggest me how to do this.
    regards,
    g.v.shivakkumar

    Authorisation  issues viz. Role Impementations
    Hide Condition Records Line Item & Header Wise from all the transactions QK / So /  P.I. / Enquiry / Invoice etc. for specific user grps. - in CRETATE / AMEND / DISPLAY / REPORTS all
    Only Display the fields
    regards,
    g.v.shivakkumar

  • How to hide some select-option of Logical Database in report?

    How to hide select-option of  Logical Database in report?eg . In Logical Database 'PNP' , my code is 'GET  PERNR' , excute the report , select-screen is displayed . I want to hide some select-options , such as PNPPERNR-LOW .
    Edited by: rongrong wang  on Mar 26, 2008 9:31 AM

    U need to write code in initialization as
    initialization.
    loop at screen.
    if screen-name = 'PNPPERNR-LOW'.
    screen-active = '0'.
    modify screen.
    endif.
    if screen-name = 'PNPPERNR-HIGH'.
    screen-active = '0'.
    modify screen.
    endif.
    endloop.

  • How to hide dynamic parameters values in the URL with Reports 6i

    Hi,
    I want to know a way of hiding the parameters values when asking for a report through the web.
    Now I'm using the Reports 3.0.5.8 with a Cartridge defined in the Oracle Web Application Server 3.0.1.0.1. When you ask for a report with the parameters DESTYPE = cache and DESFORMAT = pdf, it is fully generated and in the Address or Location box of the browser, you can see http://webserver/cache/report.pdf (where cache is the virtual directory defined in the OWAS in which the .pdfs are cached). So, users cant see the Url used to generate the report.
    Im trying to upgrade this configuration to Reports 6i with Cgi in a web server. I generate reports with no problems. The problem I have is I cant find how to hide the parameters values as before. I mean, when I ask for a report, once its generated I can see http://webserver/cgi-bin/rwcgi60.exe?server=ServerName&report=report.rdf&userid=user/pass@connection&destype=cache&desformat=pdf&P1=value1&P2=value2 in the Location box. It allows user to ask for another report changing the values of the parameters. I use these parameters to execute some query written in the Data Model. For example, imagine that the P1 represents the company id, the user (that is supposed to see only data of its company) can change this id, ask for a new report and see data of another company.
    Ive already tried to use the key mapping option, but its not useful to me because the parameters values are dynamic and its impossible to define different entries in the cgicmd.dat for each possible value. The option of loading the parameter form before running a report is not useful to me either, because there exists specific screens for this purpose.
    Is there any solution?
    Thank you.
    Marma Bonfiglio.

    Hi Rakesh,
      I am using BI  7.0
    The last option I have is 'Hide' for 'Calculate single values as' .
    I have the below options  for 'Calculate single values as'
    1. Normalise  according to Next group  level  Resul.
    2. Normalize according to  Overall Result
    3. Rank number
    4.Olympic Rank Number
    5.Maximum
    6. Minimum
    7.Counter for all detailed values
    8.Counter for all detailed values that are non zero
    9.Moving average
    10.Moving average  That is  Not zero ,null or Error
    11. Hide.
    So could you please tell me where i can find 'suppress result' option for the keyfigure .
    Many thanks

  • How to hide a list from SharePoint tree view pro grammatically.

    Hi,
    I have enabled tree view for a SharePoint 2013 site pro grammatically. 
    I want hide some specific lists from that tree view like Documents, Workflow, Task List, Calender
    Lists which are created default when we create a site.
    How could i do that?

    I know how to hide Quick launch and Enable Tree view with properties in C#.
    My question is 
    hide some specific lists from that tree view like Documents,
    Workflow, Task List, Calender
    Lists which are created default when we create a site.

  • Question on how to Hide the User Name, Password, and Domain fields in the MDT Wizard

    MDT 2012 U1
    Deploying Windows 7 via Offline Media (ISO) to MS Virtual PC's
    I am looking on how to Hide the User Name, Password, and Domain fields which are prepopulated in the MDT wizard via the CS.ini (Not so concerned about the Domain field as I am User Name and Password)
    We do need the Computer Name and OU fields to be seen, so skipping the wizard is not a option
    The client just does not want these fields to be seen by the end users, they dont want them to even know the account name used for adding the machine to the domain, of course the password is not displayed but it must not be displayed either.
    But since we use the fields they must still  be fuctional just not seen.
    Thanks.....
    If this post is helpful please click "Mark for answer", thanks! Kind regards

    You shouldn't have to edit DeployWiz_Definition_ENU.xml. You should only need to add "SkipAdminPassword=YES" to the CS.ini file and your authentication information.
    Example:
    [Settings]
    Priority=Default
    Properties=MyCustomProperty
    [Default]
    OSInstall=Y
    SkipCapture=NO
    SkipAdminPassword=YES
    UserID=<MyUserID>
    UserPassword=<MyPassword>
    UserDomain=<MyDomain.com>
    SkipProductKey=NO
    SkipComputerBackup=YES
    SkipBitLocker=NO
    -Nick O.
    Nick,
    SkipAdminPassword=YES is for:
    You can skip the Administrator Password wizard page by using this property in the
    customsettings.ini.
    I am hidding the Username/Password/and domain field in the computer name Wizard pane which is read from the cs.iniDomainAdmin=xxxxx
    DomainAdminPassword=xxxxx
    DomainAdminDomain=xxxxxx
    JoinDomain=xxxxxx
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • How to hide only pause button on toolbar in run time

    hello,
    I had hide all the buttons like run, run continuous, abort vi and others by navigating to VI Properties and unchecking the corresponding options.
    when i run the vi, all becomes hide except pause button and i didn't find any option for hiding it manually as well as programatically.
    can any one tell me how to hide pause button. i have an urgent requirement for same.
    Thanks & Regards,
    Samriddh Sarbalhi
    Solved!
    Go to Solution.

    wprice wrote:
    I just found that the option called "Show Toolbar When Running" is located under VI Properties > Windows Appearance > Customize. I disabled it and it worked. Thanks!
    So, the option I mentioned is still available, but only at a different place.
    I was shocked on seeing your earlier reply, "There is no such option in LabVIEW 9.0 or higher.". 
    - Partha
    LabVIEW - Wires that catch bugs!

  • How to hide Compounding object in report

    Hi friends
    We want to display region in our reports , But when I execute the query region is coming along with county (eg: US/TX , US/CA etc..) ...this is because of country is a compunding object of region...Can any body let me know how to hide country ...We just want to show TX,CA etc..
    regards

    Please search...this has been answered many times here.

  • How to hide Bottom Line in Report ?

    Hi everyone,
    We are working on Reports 11gr2 64-bit.
    In every report, when text is completed on a page, a horizonal line (i.e. bottom line) at the end of the every page is shown and printed unnecessarily.
    But creates problem in printed stationary, specially in Cheque-printing.
    Kindly advise me how to hide this bottom-line, specially in printing.
    Thanks.
    Dev.
    Edited by: ocpdev on Apr 5, 2013 6:29 PM

    HI
    Is these reports are developed on 11g or migrated from earlier version.
    Anyhow, to test it, - create a report from scratch on 11g and run it, Also check the Footer for any Lines on it.
    I hope you can identify the issue by redoing the thing for testing
    Best of luck
    ocpdev wrote:
    Hi everyone,
    We are working on Reports 11gr2 64-bit.
    In every report, when text is completed on a page, a horizonal line (i.e. bottom line) at the end of the every page is shown and printed unnecessarily.
    But creates problem in printed stationary, specially in Cheque-printing.
    Kindly advise me how to hide this bottom-line, specially in printing.
    Thanks.
    Dev.
    Edited by: ocpdev on Apr 5, 2013 6:29 PM

  • How to hide remote IP address in header for roaming users

    Sun Java(tm) System Messaging Server 7.3-11.01 64bit (built Sep 1 2009)
    libimta.so 7.3-11.01 64bit (built 19:54:45, Sep 1 2009)
    Using /opt/sun/comms/messaging64/config/imta.cnf (compiled)
    Hello everyone,
    We have a new messaging server and have been struggling in our effort to figure out how to hide the remote IP address of users who send email from a remote location. When a roaming user sends out an email from a remote location using SMTP AUTH to authenticate, the messaging server includes the remote ISP's dynamic IP address in the header of the email, which in turn results in some recipient mail servers blocking the mail message as spam. What we want to do is have messaging server rewrite or remove the roaming user's dynamic email address so the header does not reflect a user working remotely. The net effect would be the header not reflecting any external address and the messaging appearing to have originated internally.
    Any assistance on this would be greatly appreciated. Thanks in advance.

    MarketData.com wrote:
    We have a new messaging server and have been struggling in our effort to figure out how to hide the remote IP address of users who send email from a remote location. When a roaming user sends out an email from a remote location using SMTP AUTH to authenticate, the messaging server includes the remote ISP's dynamic IP address in the header of the email, which in turn results in some recipient mail servers blocking the mail message as spam.How often is this occurring (messages being blocked as "spam" due to the content of an existing Received header)?
    What spam software is being used that blocks these messages?
    Very large organisations/ISP's use Sun Messaging Server and this is the first time I have heard of this occurring.
    What we want to do is have messaging server rewrite or remove the roaming user's dynamic email address so the header does not reflect a user working remotely. The net effect would be the header not reflecting any external address and the messaging appearing to have originated internally.Removing the IP address information is going to be extremely difficult. The standards are quite clear that the Received: header should include the IP address information.
    RFC 2821 (SMTP), Section 4.4 Trace Information:
       When an SMTP server receives a message for delivery or further
       processing, it MUST insert trace ("time stamp" or "Received")
       information at the beginning of the message content, as discussed in
       section 4.1.1.4.
       This line MUST be structured as follows:
       -  The FROM field, which MUST be supplied in an SMTP environment,
          SHOULD contain both (1) the name of the source host as presented
          in the EHLO command and (2) an address literal containing the IP
          address of the source, determined from the TCP connection.Regards,
    Shane.

  • How to hide the data in particular table in oracle 10g

    How to hide the data in particular table in oracle 10g
    i want steps

    If its on Report u can  always hide the column - Keyfigure or Selection - Display - Hide......y do u want to have it on the report if it is to be hided in the first place?

Maybe you are looking for

  • Installation OEM on Windows XP

    Sequence of installation I have done: 1. Format c: 2. Install new Windows XP 3. Update the system 4. download OEM 10g from Oracle 5. setup OEM 10g with a new Database - setup failed with in this point: Configuration assistant "OMS Configuration" fail

  • I can't export whole the records ! Please help I'm in a dire situation.

    Hi there... My problem is when I click Export/Audio Mix Down then AA only mix some lines not all! I've recorded the vocals as 48000 HZ should I change the HZ? I don't know what to do! Even when I mixdown whole the tracks in Session then it becomes lo

  • Using OT fonts in Encapsulated Postscript

    Hello, I'm writing an Ecapsulated Postscript file which inculdes text. I've found that any font name that includes spaces fail. For instance, the following PS command works fine: /Ariel findfont setfont While this does not: /Bookman Old Style findfon

  • Algebra problems with a report

    I am creating a db for my small business that keeps track of costs, expenses, and clients. I am a stickler for detail to the point of being obsessive compulsive. This is the basics of what I need: Sale of item - % of our commission - expenses by clie

  • Geographical attributes are stored in SAP equipment/functional master data?

    Hi gurus, I Need to Understand how the  typical geographical/spatial attributes are stored in SAP equipment/functional master, and how they are stored. Is it through enhancement with customer fields or through classification? Please through some ligh