• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
ANN: StepTalk 0.12
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Exposing Methods in a Framework
  • Next by Date: Re: Simple Graphs
  • Previous by thread: Re: DADiskEject and Resource Busy errors
  • Next by thread: Many-to-many coredata fetch request
  • Index(es):
    • Date
    • Thread