ANN: StepTalk 0.12
ANN: StepTalk 0.12
- Subject: ANN: StepTalk 0.12
- From: Stefan Urbanek <email@hidden>
- Date: Wed, 31 May 2006 07:53:07 +0200
Hi,
I am glad to announce StepTalk 0.12 on Mac OS X.
SCREENSHOT of StepTalking application:
http://stefan.agentfarms.net/Download/GNUstep/StepTalk/
StepTalking-0.12.jpg
NEWS
- StepTalkKit framework
- conversation window with:
- default context, if not provided any
- customisable toolbar
- script history - recall previous scripts either from toolbar
or by keyboard
- language selection
- views for custom script input/output: script input view, transcript
view (implemented)
- AppKit bundle is included
- source is reorganised into more logical groups
- Foundation and AppKit now advertise all public Cocoa classes
- constants from Foundation and AppKit are generated from simple
constants list file instead of .m source file (the .m file is being
generated)
You can reuse the window for your application this way:
And this is how you will be able to use it in your applications.
STContext *context; /* Assume this exists and is set up */
STConversationWindow *window;
window = [[STConversationWindow alloc] init];
[window setContext:context];
[window makeKeyAndOrderFront:nil];
If you do not set the window's context, default one is used - local
to the window.
DOWNLOAD
Disk Image:
http://stefan.agentfarms.net/Download/GNUstep/StepTalk/StepTalk-0.12.dmg
ZIP sources (XCode):
http://stefan.agentfarms.net/Download/GNUstep/StepTalk/StepTalk-0.12-
src.zip
MORE INFORMATION
http://steptalk.blogspot.com/
Enjoy,
Stefan Urbanek
--
http://stefan.agentfarms.net
First they ignore you, then they laugh at you, then they fight you,
then you win.
- Mahatma Gandhi
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden