StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
SJqingtan  
#1 Posted : Wednesday, September 15, 2021 6:59:23 AM(UTC)
SJqingtan

Rank: Member

Reputation:

Groups: Approved
Joined: 9/3/2021(UTC)
Posts: 12
China
Location: 北京

1. The software starts silently.
Every time the software is turned on, there will be a startup animation, which feels very annoying. After the software sets the password, you need to enter the password before you can start using it. The experience is not friendly. I hope that opening the password will not prevent the use of the software.
2. Hide the software tray
Hidden tray can achieve a seamless feeling,
Rob  
#2 Posted : Wednesday, September 15, 2021 1:56:26 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
1a. There is a reason for the loading/splash screen, which is to ensure that S+ is able to meet the requirements to call the AllowSetForegroundWindow API:

  • The process is the foreground process.
  • The process was started by the foreground process.
  • The process received the last input event.
  • There is no foreground process.
  • The foreground process is being debugged.
  • The foreground is not locked (see LockSetForegroundWindow).
  • The foreground lock time-out has expired (see SPI_GETFOREGROUNDLOCKTIMEOUT in SystemParametersInfo).
  • No menus are active.

Without this, S+ will not be able to change the active window. This is also to ensure that a user is aware S+ is running - S+ has a lot of power and could be used maliciously, so the starting screen at least lets someone know the app is being loaded.

1b. The password is required to decrypt the settings file, so it must prompt or S+ cannot load. This is for security purposes, if you do not want the prompt, you can simply clear the password.

2. You can call sp.ToggleTrayIcon(); to toggle the tray icon visibility
SJqingtan  
#3 Posted : Friday, September 17, 2021 1:46:25 AM(UTC)
SJqingtan

Rank: Member

Reputation:

Groups: Approved
Joined: 9/3/2021(UTC)
Posts: 12
China
Location: 北京

What I mean is: Can this function be developed on the program?
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.