You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(72) |
Jun
(97) |
Jul
(194) |
Aug
(209) |
Sep
(57) |
Oct
(119) |
Nov
(58) |
Dec
(186) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(227) |
Feb
(209) |
Mar
(90) |
Apr
(46) |
May
(20) |
Jun
(114) |
Jul
(25) |
Aug
(41) |
Sep
(42) |
Oct
(14) |
Nov
(1) |
Dec
|
2007 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Ron W. <rwh...@ar...> - 2005-05-17 01:42:21
|
It sounds like you are taking the right approach and thinking about t= he=20 future in a very constructive way. If I am understanding the context correctly, I think that we will be= =20 happy that you designed it to be easy to customize without getting in= to=20 a big mess when we have to use a client's color scheme in a project. Ron Scott Hyndman wrote: >I have just added ASDrawerProtocol, which is a class that must be >implemented by Drawers, which are classes that provide primitive-lev= el >drawing functions to controls. Replacing the current Drawer is done = by >setting the ASDrawer.current property to a new class that implements >this protocol. > >To any developers that are writing controls. PLEASE do not placing a= ny >movieclip drawing API functions directly in your control / cell code= . >Instead, use the ASDrawer.current drawer. If the protocol does not o= ffer >to some method you need, please extend it, as well as our default dr= awer >(ASDrawer). > >If we don't start doing these things early, it will be a bitch to cl= ean >up later. > >I also have some gripes about colours (the NSColor object specifical= ly). >We have not implemented any of the static methods that return colour >constants to be used by controls (see section beginning with "Creati= ng a >system color" at >http://developer.apple.com/documentation/Cocoa/Reference/Application= Kit/ >ObjC_classic/Classes/NSColor.html#//apple_ref/doc/uid/20000353-BCIHA= FHF >). It is EXTREMELY important that we do this, and exclusively use th= ese >colour values in our controls, for this reason: > >I propose that we provide setters for this colours, resulting in eas= y to >change, global colour settings. This will be the most common avenue >(read: simplest) for an application developer to change the look of >controls globally. > >How's all that sound? > >/Scott > > > >------------------------------------------------------- >This SF.Net email is sponsored by Oracle Space Sweepstakes >Want to be the first software developer in space? >Enter now for the Oracle Space Sweepstakes! >http://ads.osdn.com/?ad_idt12&alloc_id=16344&op=CCk >_______________________________________________ >actionstep-core mailing list >act...@li... >https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > =20 > |
From: Scott H. <Sc...@af...> - 2005-05-17 01:33:51
|
I have just added ASDrawerProtocol, which is a class that must be = implemented by Drawers, which are classes that provide primitive-level = drawing functions to controls. Replacing the current Drawer is done by = setting the ASDrawer.current property to a new class that implements = this protocol. To any developers that are writing controls. PLEASE do not placing any = movieclip drawing API functions directly in your control / cell code. = Instead, use the ASDrawer.current drawer. If the protocol does not offer = to some method you need, please extend it, as well as our default drawer = (ASDrawer). If we don't start doing these things early, it will be a bitch to clean = up later. I also have some gripes about colours (the NSColor object specifically). = We have not implemented any of the static methods that return colour = constants to be used by controls (see section beginning with "Creating a = system color" at = http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/O= bjC_classic/Classes/NSColor.html#//apple_ref/doc/uid/20000353-BCIHAFHF = ). It is EXTREMELY important that we do this, and exclusively use these = colour values in our controls, for this reason: I propose that we provide setters for this colours, resulting in easy to = change, global colour settings. This will be the most common avenue = (read: simplest) for an application developer to change the look of = controls globally. How's all that sound? /Scott |
From: Scott H. <Sc...@af...> - 2005-05-17 00:47:08
|
I have just added ASDrawerProtocol, which is a class that must be implemented by Drawers, which are classes that provide primitive-level drawing functions to controls. Replacing the current Drawer is done by setting the ASDrawer.current property to a new class that implements this protocol. To any developers that are writing controls. PLEASE do not placing any movieclip drawing API functions directly in your control / cell code. Instead, use the ASDrawer.current drawer. If the protocol does not offer to some method you need, please extend it, as well as our default drawer (ASDrawer). If we don't start doing these things early, it will be a bitch to clean up later. I also have some gripes about colours (the NSColor object specifically). We have not implemented any of the static methods that return colour constants to be used by controls (see section beginning with "Creating a system color" at http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ ObjC_classic/Classes/NSColor.html#//apple_ref/doc/uid/20000353-BCIHAFHF ). It is EXTREMELY important that we do this, and exclusively use these colour values in our controls, for this reason: I propose that we provide setters for this colours, resulting in easy to change, global colour settings. This will be the most common avenue (read: simplest) for an application developer to change the look of controls globally. How's all that sound? /Scott |
From: Scott H. <Sc...@af...> - 2005-05-14 17:02:19
|
Actually, you know what Rich, this raises an interesting issue. Should all initWith methods be overridden in subclasses? Like in some cases, there can be quite a few, and they may not directly apply to the subclass. -----Original Message----- From: act...@li... [mailto:act...@li...] On Behalf Of Scott Hyndman Sent: Saturday, May 14, 2005 12:42 PM To: act...@li... Subject: RE: [actionstep-core] NSBox.initWithFrame Oops, thanks! -----Original Message----- From: act...@li... [mailto:act...@li...] On Behalf Of Ray Chuan Sent: Saturday, May 14, 2005 2:25 AM To: act...@li... Subject: [actionstep-core] NSBox.initWithFrame Hi, NSBox.initWithFrame returns an instance of itself: return this this should thus be an instance of NSBox, not NSView, as specified in the function signature. ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_ids93&alloc_id=16281&op=3Dick _______________________________________________ actionstep-core mailing list act...@li... https://lists.sourceforge.net/lists/listinfo/actionstep-core ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_ids93&alloc_id=16281&op=3Dick _______________________________________________ actionstep-core mailing list act...@li... https://lists.sourceforge.net/lists/listinfo/actionstep-core |
From: Scott H. <Sc...@af...> - 2005-05-14 16:42:31
|
Oops, thanks! -----Original Message----- From: act...@li... [mailto:act...@li...] On Behalf Of Ray Chuan Sent: Saturday, May 14, 2005 2:25 AM To: act...@li... Subject: [actionstep-core] NSBox.initWithFrame Hi, NSBox.initWithFrame returns an instance of itself: return this this should thus be an instance of NSBox, not NSView, as specified in the function signature. ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_ids93&alloc_id=16281&op=3Dick _______________________________________________ actionstep-core mailing list act...@li... https://lists.sourceforge.net/lists/listinfo/actionstep-core |
From: Richard K. <ri...@in...> - 2005-05-14 13:27:36
|
Yeah, the ActionStep.as file is really just a test main class that we =20= are using. I experiment with it and change stuff as I am building =20 new controls. I was testing moving views back and forth, which is =20 why there are two views to begin with. Best, Rich On May 14, 2005, at 2:38 AM, Ray Chuan wrote: > Hi, > I have a suggestion to make. The current org.actionstep.ActionStep > will make a swf with 2 views, but only 1 view is used at first. So, > hide the second view: > > //... > view1 =3D (new ASTestView()).initWithFrame(new NSRect(0,0,250,500)); > view2 =3D (new ASTestView()).initWithFrame(new NSRect(0,0,250,500)); > view2.setHidden(true); > //... > > Now there isn't 2 grey boxes. > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_ids93&alloc_id=16281&op=3Dclick > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > |
From: Richard K. <ri...@in...> - 2005-05-14 13:26:12
|
Done...thanks! On May 14, 2005, at 2:24 AM, Ray Chuan wrote: > Hi, > NSBox.initWithFrame returns an instance of itself: > > return this > > this should thus be an instance of NSBox, not NSView, as specified in > the function signature. > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_ids93&alloc_id=16281&op=3Dclick > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > |
From: Tom C. <to...@in...> - 2005-05-14 13:20:35
|
On Sat, 2005-05-14 at 08:32 -0400, Tom Copeland wrote: > Note that the list archives haven't been created yet... hopefully they > will be soon. They're up now: http://sourceforge.net/mailarchive/forum.php?forum_id=45091 Yours, Tom |
From: Tom C. <to...@in...> - 2005-05-14 12:39:13
|
Hi all - CVS commits are now triggering a "commit diff" email to this new email list: http://lists.sourceforge.net/lists/listinfo/actionstep-commits Here's an example of a commit diff: ========================================= Update of /cvsroot/actionstep/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17819 Modified Files: README Log Message: commits list test, actionscript module Index: README =================================================================== RCS file: /cvsroot/actionstep/actionstep/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 4 May 2005 23:29:58 -0000 1.2 --- README 14 May 2005 12:30:28 -0000 1.3 *************** *** 71,72 **** --- 71,74 ---- companies cannot release source due to customer requirements. The license can be found in the LICENSE file. + + TEST TEST TEST ========================================= Note that the list archives haven't been created yet... hopefully they will be soon. But the messages are going to the list, so all's well in that regard. Share and Enjoy! Yours, Tom |
From: Ray C. <rc...@gm...> - 2005-05-14 07:24:50
|
Hi, NSBox.initWithFrame returns an instance of itself: return this this should thus be an instance of NSBox, not NSView, as specified in the function signature. |
From: Ray C. <rc...@gm...> - 2005-05-14 06:45:32
|
Hi, I have a suggestion to make. The current org.actionstep.ActionStep will make a swf with 2 views, but only 1 view is used at first. So, hide the second view: //... view1 =3D (new ASTestView()).initWithFrame(new NSRect(0,0,250,500)); view2 =3D (new ASTestView()).initWithFrame(new NSRect(0,0,250,500)); view2.setHidden(true); //... Now there isn't 2 grey boxes. |
From: Scott H. <Sc...@af...> - 2005-05-10 14:51:44
|
Last night I made a bunch of updates. The first version of NSMatrix is in there (it can render, but not do much else), as well as basic versions of NSForm and NSFormCell. Once NSFormCell can draw itself, NSForm should work. /Scott |
From: Joan G. <jg...@jo...> - 2005-05-07 08:30:47
|
Hi list, just wanted to say that I'm so excited about this project and that I've got great expectations. I've been browsing the OpenStep AppKit and it's quite a huge piece of software. I really think this could be the definitive framework... I hope to see new messages as working versions are uploaded so we can test it and see how it works. Cheers! -- -------------------------- http://www.joangarnet.com/ http://www.subflash.com/ -------------------------- |
From: Scott H. <Sc...@af...> - 2005-05-06 20:45:29
|
Sounds good. -----Original Message----- From: act...@li... [mailto:act...@li...] On Behalf Of Richard Kilmer Sent: Friday, May 06, 2005 4:35 PM To: act...@li... Subject: [actionstep-core] NSRect methods... All, We have many Classes that are basically there to represent what in =20 Objective-C are defined as C structs. NSRect is one of those. They =20 also have many global functions (in C) to manipulate those. I am =20 therefore implementing those global functions a NSRect instance =20 functions in our NSRect class. I think this makes sense going =20 forward where we have global C functions we just implement them on =20 the appropriate ActionStep class. For example the global function NSIsEmptyRect(*rect) is implemented =20 as a function on NSRect: class class org.actionstep.NSRect extends NSObject { ... public function isEmptyRect():Boolean { return (size.width =3D=3D 0) && (size.height =3D=3D 0); } } So then you can do: var myRect:NSRect =3D new NSRect(0,0,0,0); TRACE(myRect.isEmptyRect()); =3D> true Anyway, just a pattern to follow... -rich ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 _______________________________________________ actionstep-core mailing list act...@li... https://lists.sourceforge.net/lists/listinfo/actionstep-core |
From: Richard K. <ri...@in...> - 2005-05-06 20:34:52
|
All, We have many Classes that are basically there to represent what in Objective-C are defined as C structs. NSRect is one of those. They also have many global functions (in C) to manipulate those. I am therefore implementing those global functions a NSRect instance functions in our NSRect class. I think this makes sense going forward where we have global C functions we just implement them on the appropriate ActionStep class. For example the global function NSIsEmptyRect(*rect) is implemented as a function on NSRect: class class org.actionstep.NSRect extends NSObject { ... public function isEmptyRect():Boolean { return (size.width == 0) && (size.height == 0); } } So then you can do: var myRect:NSRect = new NSRect(0,0,0,0); TRACE(myRect.isEmptyRect()); => true Anyway, just a pattern to follow... -rich |
From: Richard K. <ri...@in...> - 2005-05-06 20:26:57
|
On May 6, 2005, at 4:18 PM, Jos Yule wrote: > Scott Hyndman wrote: > <snip> > >> ASEventLoop now generates modifierFlags that are much more complete. >> However, you guys should take a look, because I don't even know what >> some of those keys are. Like that NSAlphaKeyMask or >> something...wtf is >> that? Is the NSFunctionKeyMask ORed in when ANY function key other >> than >> F1 is pressed? Maybe you could fill this in Rich. >> > > This actally brings up a good question - what documentation are you > guys building this lib from? I've been tring to find some thing to > read - tutorials, docs, whatever, to get my head around the > library. Do you have any suggestions? http://developer.apple.com/documentation/Cocoa/Reference/ ApplicationKit/ObjC_classic/index.html#//apple_ref/doc/uid/20001093 That is Apple's AppKit docs, and you can download anything as PDF too. Also, this is their overview: http://developer.apple.com/documentation/Cocoa/Reference/ ApplicationKit/ObjC_classic/Intro/IntroAppKit.html#//apple_ref/doc/ uid/20000689 Best, Rich > > Thanks! > j > > > -- > jos yule > Digital Hyakugei > > mailto:jo...@th... > http://www.theorganization.net > > jabber:hya...@ja... > msn:hya...@ho... > yahoo:digital_hyakugei > aim:josyule > icq:295196397 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 great > events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > |
From: Jos Y. <jo...@th...> - 2005-05-06 20:17:10
|
Scott Hyndman wrote: <snip> > ASEventLoop now generates modifierFlags that are much more complete. > However, you guys should take a look, because I don't even know what > some of those keys are. Like that NSAlphaKeyMask or something...wtf is > that? Is the NSFunctionKeyMask ORed in when ANY function key other than > F1 is pressed? Maybe you could fill this in Rich. > This actally brings up a good question - what documentation are you guys building this lib from? I've been tring to find some thing to read - tutorials, docs, whatever, to get my head around the library. Do you have any suggestions? Thanks! j -- jos yule Digital Hyakugei mailto:jo...@th... http://www.theorganization.net jabber:hya...@ja... msn:hya...@ho... yahoo:digital_hyakugei aim:josyule icq:295196397 |
From: Scott H. <Sc...@af...> - 2005-05-06 20:08:36
|
n/t |
From: Scott H. <Sc...@af...> - 2005-05-06 19:34:57
|
Just wanted to let you guys know I made some big changes last night. It's looking like I should have NSMatrix rendering pretty soon in a decent state. Then we'll have all sorts of new goodies to show off. But there's some tough logic in there, and many opportunities to make mistakes that could seriously affect performance, so I'm being really careful. I've implemented about 85% of the methods, but I still haven't written any drawing code. I'm referring to the GnuStep code when I have questions that need answering. Man is Objective-C weird looking. :) I also made some updates to NSArray, making it kind of a hybrid of NSArray and NSMutableArray (didn't see any need for both). NSColor has also been updated, to include some methods for creating from RGBA values. ASEventLoop now generates modifierFlags that are much more complete. However, you guys should take a look, because I don't even know what some of those keys are. Like that NSAlphaKeyMask or something...wtf is that? Is the NSFunctionKeyMask ORed in when ANY function key other than F1 is pressed? Maybe you could fill this in Rich. /Scott -----Original Message----- From: act...@li... [mailto:act...@li...] On Behalf Of Richard Kilmer Sent: Friday, May 06, 2005 1:22 AM To: act...@li... Subject: [actionstep-core] NSTextCell a bit broken in CVS I will fix tomorrow...just so folks know... -rich ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 _______________________________________________ actionstep-core mailing list act...@li... https://lists.sourceforge.net/lists/listinfo/actionstep-core |
From: Richard K. <ri...@in...> - 2005-05-06 05:21:48
|
I will fix tomorrow...just so folks know... -rich |
From: Daniel A. <dan...@us...> - 2005-05-05 14:14:22
|
It's working ok with mtasc 1.05. Thanks for your help :) Daniel -----Mensaje original----- De: Scott Hyndman [mailto:act...@li...] En nombre de Scott Hyndman Enviado el: jueves, 05 de mayo de 2005 14:41 Para: act...@li... Asunto: RE: [actionstep-core] type error compiling actionstep I just did a fresh fetch, and it builds fine for me. Try doing the same. Keep in mind though, there is a good chance the CVS build will be breaking sometimes, because that's just the nature of team development. Everyone hates it when someone screws up and checks in broken code, but it does happen (although that doesn't seem to be the case here). /Scott -----Original Message----- From: act...@li... on behalf of Daniel Aguilar Sent: Thu 5/5/2005 5:22 AM To: act...@li... Cc: Subject: [actionstep-core] type error compiling actionstep Hi everyone, I've tried to compile following the instructions downloaded from cvs but i get errors: From the commandline i run this: mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate -trace org.actionstep.ASDebugger.trace -pack org/actionstep -main org/actionstep/ActionStep And i get this: org/actionstep/NSCell.as:555: characters 7-92 : type error Number should be Boolean Any clue what the problem can be? Thanks lot and regards, Daniel Aguilar ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ actionstep-core mailing list act...@li... https://lists.sourceforge.net/lists/listinfo/actionstep-core |
From: Daniel A. <dan...@us...> - 2005-05-05 14:13:36
|
Hi, thanks, you're right. I upgraded to 1.05 and it works like a charm ;) Regards -----Mensaje original----- De: act...@li... [mailto:act...@li...] En nombre de Jos Enviado el: jueves, 05 de mayo de 2005 13:42 Para: act...@li... Asunto: Re: [actionstep-core] type error compiling actionstep Do you have the latest version of MTASC? I've had no problems getting that file to compile on a win2k box. j -- jos yule Digital Hyakugei mailto:jo...@th... http://www.theorganization.net aim:josyule msn:hya...@ho... ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ actionstep-core mailing list act...@li... https://lists.sourceforge.net/lists/listinfo/actionstep-core |
From: Scott H. <Sc...@af...> - 2005-05-05 12:41:38
|
I just did a fresh fetch, and it builds fine for me. Try doing the same. Keep in mind though, there is a good chance the CVS build will be = breaking sometimes, because that's just the nature of team development. = Everyone hates it when someone screws up and checks in broken code, but = it does happen (although that doesn't seem to be the case here). /Scott -----Original Message----- From: act...@li... on behalf of Daniel = Aguilar Sent: Thu 5/5/2005 5:22 AM To: act...@li... Cc:=09 Subject: [actionstep-core] type error compiling actionstep Hi everyone, I've tried to compile following the instructions downloaded from cvs but = i get errors: From the commandline i run this: mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate -trace org.actionstep.ASDebugger.trace -pack org/actionstep -main org/actionstep/ActionStep And i get this: org/actionstep/NSCell.as:555: characters 7-92 : type error Number should = be Boolean Any clue what the problem can be? Thanks lot and regards, Daniel Aguilar ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, = 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 _______________________________________________ actionstep-core mailing list act...@li... https://lists.sourceforge.net/lists/listinfo/actionstep-core |
From: Jos <jo...@th...> - 2005-05-05 11:43:03
|
Do you have the latest version of MTASC? I've had no problems getting that file to compile on a win2k box. j -- jos yule Digital Hyakugei mailto:jo...@th... http://www.theorganization.net aim:josyule msn:hya...@ho... |
From: Daniel A. <dan...@us...> - 2005-05-05 09:22:42
|
Hi everyone, I've tried to compile following the instructions downloaded from cvs but i get errors: From the commandline i run this: mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate -trace org.actionstep.ASDebugger.trace -pack org/actionstep -main org/actionstep/ActionStep And i get this: org/actionstep/NSCell.as:555: characters 7-92 : type error Number should be Boolean Any clue what the problem can be? Thanks lot and regards, Daniel Aguilar |