HTML window on page not keeping the correct address.

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by Trevor, Jul 29, 2026 at 11:13 PM.

  1. Trevor

    Trevor

    Joined:
    Nov 22, 2018
    Messages:
    581
    Likes Received:
    47
    Location:
    Melbourne Victoria
    Hi All,
    I'm just playing around with my test project and I'm having an issue with adding a HTML window.
    I use PICED version 4.13.1
    My test project is running on my Windows 11 PC, it is connected to the internet and can see the weather page when loaded just after entering the HTML address, but after doing a project save and closing and reopening it the HTML address changes, it now has in place of most of the HTML address part of the project directory location...
    See examples below

    This works ok when first loaded...
    https://reg.bom.gov.au/products/national_radar_sat.loop.shtml

    But after restating the project it changes to this...
    C:\Clipsal\PICED\Projects\Test Project\//reg.bom.gov.au/products/national_radar_sat.loop.shtml
    and naturally it says that it can't find that.

    Has anyone else seen this, and how can i stop this from happening

    Note, it does the same thing in Schedule Plus.
     
    Last edited: Jul 29, 2026 at 11:30 PM
    Trevor, Jul 29, 2026 at 11:13 PM
    #1
  2. Trevor

    Ashley

    Joined:
    Dec 1, 2005
    Messages:
    1,664
    Likes Received:
    226
    Location:
    Adelaide, Australia
    Looks like a bug to me. It saves the correct URL in the ctd file but changes it on start up.

    Updating the URL in logic in the initialization section fixes it for me:


    Code:
     SetCompStringProp("Page 14", "Weather", "HTML URL", '//reg.bom.gov.au/products/national_radar_sat.loop.shtml');
     
    Ashley, Jul 30, 2026 at 2:51 AM
    #2
  3. Trevor

    Trevor

    Joined:
    Nov 22, 2018
    Messages:
    581
    Likes Received:
    47
    Location:
    Melbourne Victoria
    Cheers Ash,
    As always, a perfect solution from you. Thanks.
     
    Trevor, Jul 30, 2026 at 2:53 AM
    #3
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.