Issue 14192 - I would like to contribute example code
Summary: I would like to contribute example code
Status: CLOSED WONT_FIX
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Other All
: P3 Trivial
Target Milestone: ---
Assignee: jsc
QA Contact: issues@api
URL: http://kosh.datateamsys.com/~danny/OO...
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-07 03:31 UTC by dannyb
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description dannyb 2003-05-07 03:31:40 UTC
I would like to contribute example code.	

http://kosh.datateamsys.com/~danny/OOo/StarBasic/BouncingBall-20030503-1.sxd

Download the bouncing ball at above url.

Please e-mail me:  danny@datateamsys.com
Please do not publish this e-mail address.

Here is what I've got:

* Maze generator program in Java.  Run the JAR file, it brings up a swing 
dialog where you fill out some parameters.  It then connects to a running OOo, 
creates a Draw document with however many pages of mazes you specified, of 
whatever complexity you specified.

* Tutorial document that provides a Turtle Graphics API written in StarBasic.  
Then goes on to describe how to write code in StarBasic to generate various 
geometric shapes: polygons, stars, and spirals.  The tutorial is done in 
Writer.  It has numerous live buttons that you can click to immediately run 
example code.

Here is another piece of code I submitted as part of a bug report....

http://kosh.datateamsys.com/~danny/OOo/BugAttachment/ColorWheel-20030502-4.sxd

Both the ColorWheel and BouncingBalls have some libraries that contain other 
test routines that you should run as example code as well.

Danny
Comment 1 jsc 2003-05-16 09:52:38 UTC
thanks, i will verify the examples and will insert them either into
the SDK or in the planned examples collection on api.openoffice.org.
Comment 2 jsc 2003-05-16 09:57:02 UTC
change status
Comment 3 jsc 2003-07-02 13:03:32 UTC
JSC set target to OOo2.0
Comment 4 jsc 2003-09-29 16:29:11 UTC
JSC: change status to started, which means accepted
Comment 5 jsc 2004-04-26 12:07:28 UTC
We will put only restricted examples into the SDK to ensure that the SDK becomes
not to big and that the necessary examples are provided. But it is possible to
put any kind of example in our example collection on api.openoffice.org.
Comment 6 jsc 2004-05-17 16:27:49 UTC
won't fix