wazirx

PancakeSwap

trezor.io/start

Toobit Exchange

https://toobit-exchange.com

Trezor Suite

Trezor Live

trezor.io/start

wazirx exchange

https://wazirxexchange.com

ledger live

https://ledger-live-app.com

Toobit

Orion Stars

https://orionstars.asia

Trezor Bridge

https://trezorbridge.org

trezor.io/start

Trezor Wallet

https://trezorwallet.online

trezor.io/start

Close all Views with GISDK – Winwaed Blog
Site icon Winwaed Blog

Close all Views with GISDK

Thanks to Paul Lucassen and Stewart Berry, here is a short piece of GISDK macro code to close all Data View windows:

{window_list} = GetWindows("Editor")

for i = 1 to window_list.length do
  CloseEditor(window_list[i])
end

To use this code, open the Immediate Execution window in Maptitude (far right button on the GISDK Toolbox with the lightning bolt), and paste the above code into it.

Alternatively, you could also create a short compiled macro so that it was always available in a new Tools menu item.

Exit mobile version