Page 1 of 1
Easier Update
Posted: 06 Dec 2022 23:50
by Zaphire
Has any of the XYplorer programmers thought of a better/easier way of updating to new versions.
Many other programs allow you to just click a prompt offering a new version.
It then downloads. You agree to prompts and it installs over the top of the previous version.
With many frequent new versions continulaay having to download and manually install becomes tedious!
Thank you!
Re: Easier Update
Posted: 07 Dec 2022 00:02
by highend
What?
Configuration | General | Startup & Exit | [x] Check for updates on startup

- 1.png (4.65 KiB) Viewed 1455 times

- 2.png (4.07 KiB) Viewed 1455 times
2 x "OK" button is tedious? oO
Re: Easier Update
Posted: 07 Dec 2022 05:06
by WirlyWirly
You can check for updates at startup as highend suggested or from the menu bar you can click
Help|Online Support|Check for Updates
Alternatively, you can run the
update()
function, which I find very handy and quick to access when assigned to a custom toolbar button. It's a simple one-liner, but check the help document for more options...
On left click
::update 1 + 128;
Here's a little icon I made for the button, I think it looks pretty neat...

Re: Easier Update
Posted: 08 Dec 2022 03:19
by phred
WirlyWirly wrote: ↑07 Dec 2022 05:06
On left click
::update 1 + 128;
This is indeed very helpful. Right now, using it with the syntax you provided, it's returning a new beta version. What would I use to have it only check for non-beta releases? There is one currently available (23.80.0200.)
Thanks.
Re: Easier Update
Posted: 08 Dec 2022 04:20
by jupe
You can lookup any scripting command in the help file to get an explanation + examples, which should save you from having to ask each time. update 128;
Re: Easier Update
Posted: 08 Dec 2022 04:59
by phred
Found it in the scripting help file. Thanks.
Re: Easier Update
Posted: 08 Feb 2023 19:25
by Filehero
Lovely icon!
