TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Page Details
First published by
Nonki Takahashi
When:
26 Jul 2013 8:19 PM
Last revision by
Ed Price - MSFT
(aMicrosof)
When:
13 Sep 2013 11:06 PM
Revisions:
14
Comments:
10
Options
Revision #11
Wiki
>
TechNet Articles
>
Small Basic: Shapes Editor
>
Revision #11
Small Basic: Shapes Editor
You are currently reviewing an older revision of this page.
Go to current version
Table of Contents
Overview
Output
Usage
Import
Pen and Brush
Shapes
Cut, Copy and Paste
Save and Open
History
Known Issues
See Also
Overview
This article introduces a Small Basic program called "Shapes". This is a program for editing picture with Small Basic Shapes objects.
Output
Output of "Shapes" program is a Small Basic program which shows picture you created. So you can modify the output program to move and rotate the picture. Program
RQB683-3
is a sample output program.
Usage
These instructions are for Shapes 1.5b.
Import
Import as program ID XFZ657-15, remove comment from lines with File objects and save the program as "Shapes1_5b.smallbasic".
Pen and Brush
Click Pen Width menu and change the pen width. Click Pen Color menu and select pen color. Click Brush Color menu and select brush color.
Shapes
Click Rectangle, Ellipse, Triangle or Line menu and drag on the window to draw these shapes. Created shapes can be re-sized or rotated to drag one of the pinches on the shape. Click twice on the menu to add shapes consecutively.
Cut, Copy and Paste
Select a shape and click Cut menu to cut the shape, Copy menu to copy the shape. After cut or copy, click Paste menu to paste the shape. Cut and Paste will change the shape z-order also.
Save and Open
Click Save menu to save shapes to a Small Basic file. On the textbox on Save popup window, push Ctrl+A and Ctrl+C to copy the source code, paste it to Small Basic IDE or your text editor and save it as a Small Basic program.
Click Open menu to read shapes from saved file. On the textbox on Open popup window, enter filename of the saved shapes program.
History
Following list shows typical versions of Shapes editor.
Version
Released
Program ID
Description
0.72
2012-09-11
XFZ657-7
Oldest version which is introduced in Small Basic Forum.
0.8
2012-09-12
XFZ657-8
Supported re-sizing shapes.
0.9
2012-09-14
XFZ657-9
Supported rotating shapes.
1.0
2012-09-15
XFZ657-10
Supported copy and paste. [*]
1.12
2012-09-18
XFZ657-11
Supported file input.
[**]
1.2
2012-09-20
XFZ657-12
Supported shortcut keys. [**]
1.31
2012-09-20
TLW744-0
Supported palette loading and consecutive shapes addition.
[**]
1.42
2012-10-16
TLW744-3
Supported cursor keys and new UI for shapes menu. [**]
1.5b
2013-03-30
XFZ657-15
Supported to run output program in remote.
[*] A part if this program is published as GTV460. This part outputs move and rotation code. You can insert GTV460 in WriteShapes subroutine if you need.
[**] A part if this program is published as GTV460-0. This part outputs move and rotation code. You can insert GTV460-0 in WriteShapes subroutine if you need.
Known Issues
Following list shows known issues of Shapes 1.5b.
"Shapes" runs properly in local environment (with Small Basic IDE).
See Also
Shapes Editor for Small Basic
(an article in Small Basic Forum)
Shapes Editor - Small Basic Featured Program
(an article in official Small Basic Blog)
Revert to this revision