Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluem/pashua-binding-rexx
Rexx binding for Pashua
https://github.com/bluem/pashua-binding-rexx
Last synced: 23 days ago
JSON representation
Rexx binding for Pashua
- Host: GitHub
- URL: https://github.com/bluem/pashua-binding-rexx
- Owner: BlueM
- License: other
- Created: 2014-08-18T12:49:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T11:12:21.000Z (over 6 years ago)
- Last Synced: 2024-10-15T09:14:51.666Z (2 months ago)
- Language: REXX
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Overview
===========This is a Rexx language binding (glue code) for using Pashua with Rexx. Pashua is a Mac OS X application for using native GUI dialog windows in various programming languages.
This code can be found in a GitHub repository at https://github.com/BlueM/Pashua-Binding-Rexx. For examples in other programming languages, see https://github.com/BlueM/Pashua-Bindings.
Other related links:
* [Pashua homepage](https://www.bluem.net/jump/pashua)
* [Pashua repository on GitHub](https://github.com/BlueM/Pashua)Usage
======
This repository contains a single source file (`example.rexx`), which contains code for handling the communication with Pashua as well as an example dialog.Compatibility
=============
This code requires Regina 3.2 or 3.3.It is compatible with Pashua 0.10. It will work with earlier versions of Pashua, but non-ASCII characters will not be displayed correctly, as any versions before 0.10 required an argument for marking input as UTF-8.
Author
=========
The Rexx code was written by Bruce Woller, with some modifications by Carsten Blüm.License
=========
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.