It is currently October 9th, 2024, 3:59 am
Snip and Pin to Screen
-
- Posts: 119
- Joined: November 3rd, 2019, 12:00 am
Snip and Pin to Screen
Snip and Pin to Screen
What is Snip and Pin to Screen?
- Snip and Pin to Screen is a Rainmeter skin for Microsoft Windows.
- It is a kind of screenshot (screen capture) tool.
- It is a simple image viewer.
What isn't Snip and Pin to Screen?
- It is not a video recorder.
- It is not a graphics editor.
- It does not have a slideshow functionality.
This skin consists of three parts.
Viewer
- Use the mouse scroll wheel on the viewer to change pictures
- Drag & drop an image file on the viewer to display
Download
π¦ SnipAndPinToScreen.rmskin (2 MB, GitHub.com)
SHA256 56881c607f5b2a9405b1dc16c50e07f10d5996986222af9fb9395191f183ff42
Changelog
2022-12-14 (YYYY-MM-DD)
Viewer: Added more color filter options.
2022-11-18
Icon: Added Snip and Pin to Screen\Skin.noTrayIcon.ini.
Icon: Updated TrayIcon.dll plugin (from 155 KB to 1.22 MB, same version number, new file)
Icon: Updated Apps and Open folder menu default items.
Icon: Fixed Changing tray icon functionality was not working.
Viewer: Added Rounded corners option for images.
Viewer: Added Border options.
Viewer: Added Color filter options.
Viewer: Fixed Settings > Show button was not working.
Update Note: Rainmeter Skin Installer window, check β TrayIcon.dll and [Install] (same version number 1.1.0.0, new file)
2022-10-22
Initial release.
Documents
π Snip and Pin to Screen Home
π‘ The default location of the skin installed.
C:\Users\%UserName%\Documents\Rainmeter\Skins\Snip and Pin to Screen
Screenshots are saved in
C:\Users\%UserName%\Pictures\Snip and Pin to Screen
βοΈ Settings are saved in
Snip and Pin to Screen\Config.inc
Snip and Pin to Screen\@Resources\Languages\Preferences.#LOCALE_NAME#.inc
π‘ On the high resolution monitors like 2560x1440(WQHD), 3840x2160(4K) PC, you need to follow the few steps.
See Excluding the Rainmeter.exe from Windows automatic scaling
Acknowledgments
Snip and Pin to Screen has been created as a Rainmeter skin, inspired by atto (Windows app, c++) by beckorz
App
Rainmeter by Developer team, Brian, jsmorley, Community
Plugin
RunCommand, FileView, HotKey.dll by Brian
ConfigActive, ImageSize by jsmorley
Mouse.dll by NighthawkSLO
Drag&Drop, ConfigActive by TheAzack9
TrayIcon, Focus by deathcrafter
FileChoose by Setsukka
Addon
nircmd.exe (64 bit) by NirSoft , SHA256 7160db2b7a6680480e64f0845512d203a575f807831faf9a652aaef0988f876c
filever.exe (32 bit) by Microsoft, SHA256 FF361B98D12F9E1B0F16AAF6248C0431BBDA7AA49912521C6865DFE68C675F30
Fonts
tabler Icons, Material Icons, Fira Mono
Code
Advanced custom skin context menus by jsmorley
Win10 AppliedDPI Registry Value for Scaling (Single Monitor) by eclectic-tech
You do not have the required permissions to view the files attached to this post.
Last edited by nek on January 23rd, 2023, 11:29 am, edited 8 times in total.
-
- Moderator
- Posts: 1318
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
-
- Posts: 119
- Joined: November 3rd, 2019, 12:00 am
Re: Snip and Pin to Screen
Thanks again!
For some reasons, minimum requirements of Windows version is 10
- Plugin FileChoose UseNewStyle=1 is for Win10 or greater.
- Context menu > Apps > MS Paint 3D Screen snip Snip & Sketch MS Photos may not work on the old Windows OS.
-
- Posts: 523
- Joined: May 4th, 2020, 3:01 pm
- Location: Ankara, TURKEY
Re: Snip and Pin to Screen
It's a really good skin
I have a question.
Rainmeter crashes because I use a hotkey on another skin.
I think same hotkey.
How can I remove the hotkey?
I couldn't follow it because there are too many ini files.
I don't know where i going from here, but i promise it won't be boring...
-
- Posts: 119
- Joined: November 3rd, 2019, 12:00 am
Re: Snip and Pin to Screen
Hi tass_co
1. Snip and Pin to Screen\Capture\Select.ini Line 53-58 Comment out the code
2. Snip and Pin to Screen\Capture\Capture.ini Line 153-243 Comment out the code
3. Snip and Pin to Screen\Capture\Capture.ini Line 477-478 modify the code
π‘ The default location of the skin installed
C:\Users\%UserName%\Documents\Rainmeter\Skins\Snip and Pin to Screen
Hotkey plugin is used while capturing. Could you try this?
1. Snip and Pin to Screen\Capture\Select.ini Line 53-58 Comment out the code
Code: Select all
; [pHotkey_ESCAPE]
; Measure=Plugin
; Plugin=HotKey
; HotKey=ESCAPE
; KeyDownAction=[!DeactivateConfig]
; Disabled=1
Code: Select all
; OnFocusAction=[!CommandMeasure sScript "toggle_hotkey(1)"]
; OnUnfocusAction=[!UpdateMeasure aUnFocus][!CommandMeasure sScript "toggle_hotkey(0)"]
OnUnfocusAction=[!UpdateMeasure aUnFocus]
C:\Users\%UserName%\Documents\Rainmeter\Skins\Snip and Pin to Screen
-
- Posts: 523
- Joined: May 4th, 2020, 3:01 pm
- Location: Ankara, TURKEY
Re: Snip and Pin to Screen
Even though I removed the lines you wrote, the crash continues
I use Shift+Ctrl+Alt+G to activate my own skin and when i used this hotkey Rainmeter is crash...
My Hotkey code lines
Code: Select all
RC=[!CommandMeasure "MeasurePath" "IndexUp"][!CommandMeasure "MeasurePath" "IndexUp"]
.
.
[MeaShow]
Measure=Plugin
Plugin=Hotkey
Hotkey=SHIFT CTRL ALT G
KeyUpAction=#RC#[!Zpos "2"][!Move ([MeaMX]-115) ([MeaMY]-100)]#RC#[!ToggleMeterGroup BtnP]#RC#[!ToggleConfig "PopupDock v5\Player" "Player.ini"][!Move ([MeaMX]-89) ([MeaMY]+105) "PopupDock v5\Player"]#RC#[!SetVariable Again "2"][!SetVariable Again1 "1"][!Update *][!Redraw]
DynamicVariables=1
.
.
You do not have the required permissions to view the files attached to this post.
I don't know where i going from here, but i promise it won't be boring...
-
- Posts: 119
- Joined: November 3rd, 2019, 12:00 am
Re: Snip and Pin to Screen
It seems that loading Snip and Pin to Screen\Skin.ini cause immediately Rainmeter.exe to crash.
Do you see the Snip and Pin to Screen icon on the notification area after the skin is loaded?
Could you replace Skin.ini and Config.inc files under the Rainmeter\Skins\Snip and Pin to Screen and
load the Snip and Pin to Screen\Skin.ini again?
If it works the icon will be appeared at the top-left of the desktop.
The files are modified to...
Snip and Pin to Screen\Skin.ini Line 176-182 Commented out the code | Disabled TrayIcon plugin
Code: Select all
; [pTrayIcon]
; Measure=Plugin
; Plugin=TrayIcon
; IconName=#@#Images\snipinw_#ICON_TYPE#.ico
; ToolTipText=Snip and Pin to Screen#CRLF##TOOLTIP_TEXT#
; LeftMouseUpAction=[!UpdateMeasure aStartCapture]
; RightMouseUpAction=[!UpdateMeasure aMenuBuilder][!SkinCustomMenu]
Code: Select all
SETTINGS_STATE=6
If Rainmeter.exe still keeps crashing and you have enough time, please follow the few steps.
- Save the current skin layout. | Manage Rainmeter > Layouts tab > β Exclude unloaded skins, Name: something > [Save]
- Unload the skins as possible. (Minimize which skin are related to crashing issues)
- Manage Rainmeter > Settings tab > β Debug mode, β Log to file
- About Rainmeter > Version tab > [Copy to clipbooard]
You do not have the required permissions to view the files attached to this post.
Last edited by nek on October 26th, 2022, 5:56 am, edited 1 time in total.
-
- Posts: 523
- Joined: May 4th, 2020, 3:01 pm
- Location: Ankara, TURKEY
Re: Snip and Pin to Screen
There is no problem loading. I can use your skin normally. When i pressing the Hotkey button, freezes and eventually Rainmeter crashes (The screen goes black as when taking a screenshot).
I think the problem is related to Hotkey or Capture application.
For this, I wanted to cancel the Hotkey and try, but the result was negative
You do not have the required permissions to view the files attached to this post.
I don't know where i going from here, but i promise it won't be boring...
-
- Posts: 119
- Joined: November 3rd, 2019, 12:00 am
Re: Snip and Pin to Screen
Could you try this? 0. Unload Snip and Pin to Screen\Skin.ini, Snip and Pin to Screen\Viewer.1\Skin.ini
1. Load Snip and Pin to Screen.noHotKeys\Skin.Mini.ini and press SHIFT CTRL ALT G
2. Load Snip and Pin to Screen.noHotKeys\Skin.ini and press SHIFT CTRL ALT G
Let me know 1. and 2. cause Rainmeter.exe crashing.
and more info.
About Rainmeter > Version tab > [Copy to clipbooard]
You do not have the required permissions to view the files attached to this post.
-
- Posts: 523
- Joined: May 4th, 2020, 3:01 pm
- Location: Ankara, TURKEY
Re: Snip and Pin to Screen
Crashes continue in steps 1. and 2.nek wrote: βOctober 24th, 2022, 2:51 pm Could you try this?
Snip and Pin to Screen.noHotKeys.zip
0. Unload Snip and Pin to Screen\Skin.ini, Snip and Pin to Screen\Viewer.1\Skin.ini
1. Load Snip and Pin to Screen.noHotKeys\Skin.Mini.ini and press SHIFT CTRL ALT G
2. Load Snip and Pin to Screen.noHotKeys\Skin.ini and press SHIFT CTRL ALT G
Let me know 1. and 2. cause Rainmeter.exe crashing.
and more info.
About Rainmeter > Version tab > [Copy to clipbooard]
Also changing the hotkey combination did not change the result either.
Code: Select all
Rainmeter 4.5.16.3687 (64-bit)
Language: English (1033)
Build time: 2022-09-20 16:53:41
Windows 10 Pro 21H2 (build 19044.2130) 64-bit - Turkish (1055)
Path: C:\Program Files\Rainmeter\
SkinPath: C:\Users\Hasan Tahsin\Documents\Rainmeter\Skins\
SettingsPath: C:\Users\Hasan Tahsin\AppData\Roaming\Rainmeter\
IniFile: C:\Users\Hasan Tahsin\AppData\Roaming\Rainmeter\Rainmeter.ini
I don't know where i going from here, but i promise it won't be boring...