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(*)

DiskImage:
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




_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to