Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensmock/os-windows
Extensions for Pharo-OS-Windows.
https://github.com/opensmock/os-windows
clipboard dialog-window extension extensions file-dialog opensmock os-windows pharo smalltalk smock window windows
Last synced: about 1 month ago
JSON representation
Extensions for Pharo-OS-Windows.
- Host: GitHub
- URL: https://github.com/opensmock/os-windows
- Owner: OpenSmock
- License: mit
- Created: 2023-03-17T12:19:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T12:05:55.000Z (4 months ago)
- Last Synced: 2024-10-09T13:06:59.549Z (about 1 month ago)
- Topics: clipboard, dialog-window, extension, extensions, file-dialog, opensmock, os-windows, pharo, smalltalk, smock, window, windows
- Language: Smalltalk
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS-Windows
Extensions for Pharo-OS-Windows in OpenSmock which includes:
- Clipboard access and management
- WinFileDialog access (request files with extensions)
- WinMessageBox extensions to open Warning and Error popup![image](https://user-images.githubusercontent.com/49183340/226132625-dad3f936-8eb6-4781-967d-0a5c40a68575.png)
![image](https://user-images.githubusercontent.com/49183340/226132585-3609265b-d492-4042-a095-3b70ba78d349.png)
![image](https://user-images.githubusercontent.com/49183340/226132506-835d4ef0-e16d-475c-8e90-4aee066cad07.png) ![image](https://user-images.githubusercontent.com/49183340/226132548-27197af6-b6c1-4a0f-b63b-04a5a676f25a.png)
## Installing
```smalltalk
Metacello new
repository: 'github://OpenSmock/OS-Windows:main';
baseline: 'OSWindowsOpenSmock' ;
load.
```# Dependencies
[Pharo-OS-Windows](https://github.com/astares/Pharo-OS-Windows)