Garbage reminder

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by inpowers, Sep 6, 2008.

Thread Status:
Not open for further replies.
  1. inpowers

    inpowers

    Joined:
    Jul 1, 2007
    Messages:
    44
    Likes Received:
    0
    Location:
    Sydney
    I have a garbage reminder setup in my CTC logic witch works a treat.
    The only problem is that the Garbage Reminder page will only stay visible for 300 seconds and then it goes back to the screen saver.
    What I would like it to do if possible is to stay on the Garbage Reminder page until I have touch the DONE button.
    I then can go back into its normal running state until the next Garbage Reminder is due.
    This is the logic that I have used can I add anything to it to keep the page up.

    once (DayOfWeek = "Wednesday") and
    (Time = "7:30:00 PM") then
    begin
    ShowPage("Garbage Reminder");
    end;

    Thanks
    Regards
    Rob
     
    inpowers, Sep 6, 2008
    #1
  2. inpowers

    Lucky555

    Joined:
    Aug 13, 2007
    Messages:
    229
    Likes Received:
    0
    You probably need to look at your "project" page timout times.....

    Or do what I do - make the garbage the miss'es job, then you dont need to worry about it...
     
    Lucky555, Sep 6, 2008
    #2
  3. inpowers

    tobex

    Joined:
    Nov 3, 2006
    Messages:
    728
    Likes Received:
    0
    Location:
    Sydney, Australia
    I found another use for your source code.
     
    tobex, Sep 6, 2008
    #3
  4. inpowers

    amberelectrics

    Joined:
    Aug 29, 2007
    Messages:
    114
    Likes Received:
    0
    Look at the page properties for your "Garbage" page. Set "Page Time-out" to "Never Time-out" save and export, should be donald done.

    Just a pointer, make sure your done button is working or it will be stuck til you upload a correction.

    Cheers

    Simon
     
    amberelectrics, Sep 6, 2008
    #4
  5. inpowers

    inpowers

    Joined:
    Jul 1, 2007
    Messages:
    44
    Likes Received:
    0
    Location:
    Sydney
    Hi Lucky
    my Misses does take out the garbage but I am the idiot you has to keep telling her it garbage nights.

    Yep the time out page work thanks amberelectrics
    I appreciate it know I don't have to remind her any more.

    Regards
    Rob
     
    inpowers, Sep 7, 2008
    #5
  6. inpowers

    amberelectrics

    Joined:
    Aug 29, 2007
    Messages:
    114
    Likes Received:
    0
    So long as Im helping someone get there misses to do the chores, its all good :)

    P.S. Can only write this as my wife never looks on here, the official line is "Yes Dear"
     
    amberelectrics, Sep 7, 2008
    #6
  7. inpowers

    inpowers

    Joined:
    Jul 1, 2007
    Messages:
    44
    Likes Received:
    0
    Location:
    Sydney
    LOL

    Dont forget "You look fantastic":D :D
     
    inpowers, Sep 8, 2008
    #7
  8. inpowers

    ICS-GS

    Joined:
    Nov 1, 2004
    Messages:
    347
    Likes Received:
    0
    Location:
    SE Melbourne
    I'm a little confused? did you say that you can program the missus to take the garbage out via PICED? I can't find it in the help files anywhere!:D
     
    ICS-GS, Sep 8, 2008
    #8
  9. inpowers

    amberelectrics

    Joined:
    Aug 29, 2007
    Messages:
    114
    Likes Received:
    0
    Never mind the help files, its how you plug her in that can be an issue, beware you dont plug into the wrong socket.
     
    amberelectrics, Sep 8, 2008
    #9
  10. inpowers

    tobex

    Joined:
    Nov 3, 2006
    Messages:
    728
    Likes Received:
    0
    Location:
    Sydney, Australia
    Most guys have a secret desire to see a woman with reversed polarity.
     
    tobex, Sep 9, 2008
    #10
  11. inpowers

    Darpa

    Joined:
    Apr 30, 2006
    Messages:
    426
    Likes Received:
    0
    Location:
    Australia
    :eek: thats a new spin on things....
     
    Darpa, Sep 9, 2008
    #11
  12. inpowers

    amberelectrics

    Joined:
    Aug 29, 2007
    Messages:
    114
    Likes Received:
    0
    Now that works in all sorts of ways LOL
     
    amberelectrics, Sep 9, 2008
    #12
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
Loading...
Thread Status:
Not open for further replies.