SyMenu Forum

SyMenu

 

VVV_Easy_Symenu

all messages by user

16/02/2019
Topic:
My SyMenu "wish list"

VVV_Easy_Symenu
VVV_Easy_Symenu
Thank you very much worship
17/02/2019
Topic:
My SyMenu "wish list"

VVV_Easy_Symenu
VVV_Easy_Symenu
And abusing your benevolence: Now we have a filter for the Status, Would be possible a filter for the banner too?
22/02/2019
Topic:
My SyMenu "wish list"

VVV_Easy_Symenu
VVV_Easy_Symenu
Very ambitious, Gian ...
Perhaps you should open a survey before dedicating so much work.
22/03/2019
Topic:
AIMPPortable 4.51.2084 download error

VVV_Easy_Symenu
VVV_Easy_Symenu
Other reason that confirms my preference of using the original app authors links ... even if maybe a little lost of portability (config files in %LOCALAPPDATA%, etc.) smile

Perhaps this helps: http://www.portablefreeware.com/index.php?id=1444

edited by VVV_Easy_Symenu on 22/03/2019
05/06/2019
Topic:
Bug in the "Get New Apps" and some others problems

VVV_Easy_Symenu
VVV_Easy_Symenu
Mikhoul wrote:
The "Restart to UEFI" program is at version 1.05 when the last version is at 1.07 ( https://www.touslesdrivers.com/index.php?v_page=23&v_code=57812 )


Thank for the alert. I just had changed the SPS version. BTW I was not able to find this version in with the AsRock page search (only apears the 1.06) but I have profit the touslesdrivers link.

I profit the post for one bug "Get New Apps" alert: I see the new "AUT" banner over the app icon (thank you very much Gian smile ) but ... only with the "All" radio button check.
If you try to apply some status filter radio button this kind of app always disapear, even with it has the good Status for the filter (is easy to reproduce over one of this kind of app).
23/07/2019
Topic:
Portable Programs to Add [Suggestions]

VVV_Easy_Symenu
VVV_Easy_Symenu
If I have understood correctly MPC-HC has finished developing in (last 1.7.13 64-bit):
https://mpc-hc.org/

and now continues the development of new versions in (last 1.8.7):
https://github.com/clsid2/mpc-hc/releases

and you want that the SyMenu App follows this new fork. Isn't it?
07/09/2019
Topic:
Portable Programs to Add [Suggestions]

VVV_Easy_Symenu
VVV_Easy_Symenu
DONE: From september 2019 in Media Player Classic - HC follow clsid2 fork: https://github.com/clsid2
28/09/2019
Topic:
A silly but easy SPS Builder feature

VVV_Easy_Symenu
VVV_Easy_Symenu
Hello,

this a request for a silly but easy and usefull SPS Builder feature: Add one little button (maybe after the current of "three points") for open the Test SPS folder directly from SPS Builder.
I know this is not a great feature but I often need see the downloaded SPS test files and I always must go out, open the explorer and search in deep in the navigator tree.

Thank you in avance.

edited by VVV_Easy_Symenu on 28/09/2019
30/04/2020
Topic:
TrIDNet-1.95.Defs.24042020 Error - Internet needed

VVV_Easy_Symenu
VVV_Easy_Symenu
Hello,
Fixed with "find / i" in TrIDNet 1.95 Defs.20200428. Thank you very much for the alert and the solution.


BTW, with your knowledge, have you ever thought being a publisher of the SPS App?
I said that because the TrIDNet SPS App adaptation is one of the most complicated to understand. You may take a look in: SPS Builder code snippets
09/05/2020
Topic:
TrIDNet-1.95.Defs.24042020 Error - Internet needed

VVV_Easy_Symenu
VVV_Easy_Symenu
I just uploaded MuseScore (x64) to UGM (it will probably be visible tomorrow) in the category "Others - Specialized Editors".
It's a FOSS application, that's what I like a lot.
It seems the typical development with QT5 so I think would work well but not completely Stealth (record data in% AppDATA%)
Enjoy of it.
10/05/2020
Topic:
TrIDNet-1.95.Defs.24042020 Error - Internet needed

VVV_Easy_Symenu
VVV_Easy_Symenu
Done (with a little changes) and I'm going to include it in the SPS Builder code snippets post.
10/05/2020
Topic:
SPS Builder code snippets

VVV_Easy_Symenu
VVV_Easy_Symenu
Updated with


MuseScore X64:
MuseScore is the typical FOSS application developed with QT5 that it is practically portable in itself but not stealth by the folders it uses to save the configurations:

%APPDATA%\MuseScore, %LOCALAPPDATA%\MuseScore,
%USERPROFILE%\Documents\MuseScore and %USERPROFILE%\Desktop (is used as default in Open Foldeer Dialog)

the solution is to use the change of system variables that SyMenu has, reconfiguring USERPROFILE operating system variable. This is this is done in the section Scrip After Install:
MakeDir ".\USERPROFILE_PORTABLE"
MakeDir ".\USERPROFILE_PORTABLE\AppData"
MakeDir ".\USERPROFILE_PORTABLE\AppData\Local"
MakeDir ".\USERPROFILE_PORTABLE\AppData\Roaming"
MakeDir ".\USERPROFILE_PORTABLE\Documents"
MakeDir ".\USERPROFILE_PORTABLE\Desktop"
AddVar USERPROFILE=..\..\USERPROFILE_PORTABLE
DelFile *.msi

Some remarks:

1. In the 'MakeDir' stataments we use ".\USERPROFILE_PORTABLE" because the statement is going to be executed by installer and the reference is the install folder, MuseScore_ (x64) _sps\.
2. In the 'AddVar' stataments we use "..\..\USERPROFILE_PORTABLE" because the statement is going to be executed in every each application launch so the the reference is the folder of the Main Exe File, in this case MuseScore_ (x64) _sps\MuseScore 3\bin\ MuseScore3.exe

3. Normally it's not necessary to create all the folders because the program does it by itself but it helps to understand the user the clarification of the following point.
4. In the Not Sealth section is included one useful information for the user:

"You can move an installed configuration from %APPDATA%\MuseScore, %LOCALAPPDATA%\MuseScore and %USERPROFILE%\Documents\MuseScore to the equivalent in the SPS App MuseScore folder "USERPROFILE_PORTABLE"
21/05/2020
Topic:
TrIDNet-1.95.Defs.24042020 Error - Internet needed

VVV_Easy_Symenu
VVV_Easy_Symenu
@B.Wettengel, the uploaded MuseScore (x64) to UGM SyMenu Suite works fine in your PC?
31/05/2020
Topic:
KeyCastOW 2.0.2.3 by Brook Hong: SPS Version

VVV_Easy_Symenu
VVV_Easy_Symenu
Two new alternatives mirrors added for the build of last versions:


2.0.2.4 (21 May 2019)
https://chocolatey.org/packages/keycastow
2.0.2.5 (23 Mar 2020)
https://github.com/aj-ash/KeyCastOW/releases

The "censured" link by the author because the Windows Defender alert:
https://github.com/brookhong/brookhong.github.io/blob/0bc07364162e69d6a0329cfd08ea8333f188a113/assets/downloads/keycastow.zip
31/05/2020
Topic:
SPS Builder code snippets

VVV_Easy_Symenu
VVV_Easy_Symenu
Updated with


KeyCastOW:
Now the build is dowloaded from well know Chocolatey.org.
"Chocolatey is a software management solution unlike anything else you've ever experienced on Windows. Chocolatey brings the concepts of true package management to allow you to version things, manage dependencies and installation order, better inventory management, and other features."


The "nupkg" package is a zip archive and, in this case, you can get easily the original program.
01/12/2020
Topic:
SPS builder 1.45 issue with 135% zoom

VVV_Easy_Symenu
VVV_Easy_Symenu
Hello,

I have a problem with SPS builder 1.45: In windows screen personal zoom 135% I don't see all the fields on the left (in 100% desktop scale factor no problem)



Environment: Windows x64 with .NET 5.0 Runtime (required for this version of SPS builder)


Can someone reproduce this issue?
01/12/2020
Topic:
Translation of Control Panel Applets

VVV_Easy_Symenu
VVV_Easy_Symenu
Perhaps there is another approach to the problem: using Windows' own languages. I am not an expert but I leave a link that can inspire someone:

Managing Windows Languages and Language Packs - Dennis Span
01/12/2020
Topic:
SPS builder 1.45 issue with 135% zoom

VVV_Easy_Symenu
VVV_Easy_Symenu
Thank you, Gian.
01/12/2020
Topic:
SPS builder 1.45 issue with 135% zoom

VVV_Easy_Symenu
VVV_Easy_Symenu
Ups!
Same problem with 1.44.
(Don't worry Gian, I can use SPS Builder changing the zoom to 100%)

edited by VVV_Easy_Symenu on 01/12/2020

UGMFree © 2002-2024
PayPal BTC TON