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: thomas m. <tho...@gm...> - 2006-08-22 10:08:12
|
hi all, i guess the answer is simple but ... how do I change the default application font ? didn't find some sort of ASTheme.setCurrentFont ... but maybe all I need is some insight on how fonts are handled at application level ... also I would like to know if the ASTheme class has an equivalent in cocoa ... I am looking in cocoa documentation as much as I can to understand actionstep but could not figure out this one. thanks in advance thomas |
From: Scott H. <sc...@af...> - 2006-08-14 22:55:21
|
I actually have an idea for how this might be accomplished to make it a bit easier on you. What I would do is override createMovieClips() and create an additional shape movieclip to work with (using createBoundsMovieClip()). Look at how we override createMovieClips elsewhere to get a good impression of how this should work (look how the boolean return value is used). Be sure to set the "view" property of this shape movieclip to "this". Now, in drawRect() draw your irregular shape on the shape clip. Here's the interesting part. Override mouseDown() to check the event's "flashObject" property. This property is the MovieClip or TextField the mouse is currently over. If it isn't the shape MovieClip, return immediately. If it is, call super.mouseDown(). The only problem with this approach is that mouse tracking won't be constrained to the irregular area, but I imagine this probably isn't a huge problem. If it is, tell me and we can figure something out using this same approach, probably with a hitTest in an NSButtonCell subclass. Scott On 14/08/06, Ewan McDougall <mr...@mr...> wrote: > Great, > > thanks for the advice, now all I need is a NSBezierPath to draw my > shape and check if it contains the currentPoint ( of the mouse). I'll > create a stub and implement the functions I need immediately, then > after I've finished writing my app I can implement it fully. Has > anybody started work on this yet? > > Cheers, > > Ewan > > On 12 Aug 2006, at 15:06, Ray Chuan wrote: > > > Hi, > > instead of looking for another method, you should concentrate on > > improving the subclassing method, because there is more than meets the > > eye. > > > > Look at NSCell.continueTrackingAtInView, where you can put more > > specific bounds-checking/hit-tests, instead of overriding > > trackMouseInRectOfViewUntilMouseUp. > > > > On 8/12/06, Ewan McDougall <mr...@mr...> wrote: > >> Hello, > >> > >> I need to use non-regular shapes for a number of buttons. Is the best > >> way of doing so to subclass the NSButtonCell class, override the > >> drawing functions and then use this in an extended NSButton class for > >> each differently shaped button? Is there another way that is > >> considered better practice? > >> > >> The buttons will be transparent and used as 'hotspots' on top of > >> video. http://www.futilegames.org/ > >> > >> Cheers, > >> > >> Ewan > >> > >> > >> --------------------------------------------------------------------- > >> ---- > >> Using Tomcat but need to do more? Need to support web services, > >> security? > >> Get stuff done quickly with pre-integrated technology to make your > >> job easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache > >> Geronimo > >> http://sel.as-us.falkag.net/sel? > >> cmd=lnk&kid=120709&bid=263057&dat=121642 > >> _______________________________________________ > >> actionstep-core mailing list > >> act...@li... > >> https://lists.sourceforge.net/lists/listinfo/actionstep-core > >> > > > > > > -- > > Cheers, > > Ray Chuan > > > > ---------------------------------------------------------------------- > > --- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel? > > cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > actionstep-core mailing list > > act...@li... > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > |
From: Ewan M. <mr...@mr...> - 2006-08-14 20:57:02
|
Great, thanks for the advice, now all I need is a NSBezierPath to draw my shape and check if it contains the currentPoint ( of the mouse). I'll create a stub and implement the functions I need immediately, then after I've finished writing my app I can implement it fully. Has anybody started work on this yet? Cheers, Ewan On 12 Aug 2006, at 15:06, Ray Chuan wrote: > Hi, > instead of looking for another method, you should concentrate on > improving the subclassing method, because there is more than meets the > eye. > > Look at NSCell.continueTrackingAtInView, where you can put more > specific bounds-checking/hit-tests, instead of overriding > trackMouseInRectOfViewUntilMouseUp. > > On 8/12/06, Ewan McDougall <mr...@mr...> wrote: >> Hello, >> >> I need to use non-regular shapes for a number of buttons. Is the best >> way of doing so to subclass the NSButtonCell class, override the >> drawing functions and then use this in an extended NSButton class for >> each differently shaped button? Is there another way that is >> considered better practice? >> >> The buttons will be transparent and used as 'hotspots' on top of >> video. http://www.futilegames.org/ >> >> Cheers, >> >> Ewan >> >> >> --------------------------------------------------------------------- >> ---- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> actionstep-core mailing list >> act...@li... >> https://lists.sourceforge.net/lists/listinfo/actionstep-core >> > > > -- > Cheers, > Ray Chuan > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core |
From: Ray C. <rc...@gm...> - 2006-08-12 14:06:18
|
Hi, instead of looking for another method, you should concentrate on improving the subclassing method, because there is more than meets the eye. Look at NSCell.continueTrackingAtInView, where you can put more specific bounds-checking/hit-tests, instead of overriding trackMouseInRectOfViewUntilMouseUp. On 8/12/06, Ewan McDougall <mr...@mr...> wrote: > Hello, > > I need to use non-regular shapes for a number of buttons. Is the best > way of doing so to subclass the NSButtonCell class, override the > drawing functions and then use this in an extended NSButton class for > each differently shaped button? Is there another way that is > considered better practice? > > The buttons will be transparent and used as 'hotspots' on top of > video. http://www.futilegames.org/ > > Cheers, > > Ewan > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > -- Cheers, Ray Chuan |
From: Ewan M. <mr...@mr...> - 2006-08-12 10:43:34
|
Hello, I need to use non-regular shapes for a number of buttons. Is the best way of doing so to subclass the NSButtonCell class, override the drawing functions and then use this in an extended NSButton class for each differently shaped button? Is there another way that is considered better practice? The buttons will be transparent and used as 'hotspots' on top of video. http://www.futilegames.org/ Cheers, Ewan |
From: Tiago V. <tia...@gm...> - 2006-07-28 07:51:06
|
Inconveniencing !? hell no, just wanted to know the status, please dont get pressed by me, Im not paying nothing here ;) keep up the good work -- Cheers Tiago Janz |
From: Tiago V. <tia...@gm...> - 2006-07-28 07:45:18
|
I did my question with a xml example cause was the method used in the ASTestTree, is there any other way out of the box? Is it ASTreeCell initImageCell() ? -- Cheers Tiago Janz |
From: Scott H. <sc...@af...> - 2006-07-27 22:59:14
|
Really sorry. I've had to halt development while I finish up a contract. I'll get back to it soon, I promise. Hope it's not inconveniencing you too much. Scott On 26/07/06, Tiago Vale <tia...@gm...> wrote: > Any news on this? > > On 5/17/06, Tiago Vale <tia...@gm...> wrote: > > > > 2 of them are pet projects and the other its for my job. > > > > Digital Aquarium (pet) > > Kindda of portable aquarium database where it will have fish, invertebrate > and plants files with photos. It can create and manage tanks profiles. > > > > > > Katalog (pet, some day will be comercial, who knows!!!) > > > > > > This one is only in my mind but I will start it today since it uses most > of the classes of Digital Aquarium, It will be, once again, a portable > database with read only access since it will be distributed in a cd. Its > intended to be a products catalog. > > > > > > rpkStats (comercial) > > > > Its a php project that manages and displays all sort of statistics of a > given access control (car parks, industrial campus, etc). > > ActionStep will replace all GUI and javascript voodoo in the project. > > > > > > > > > > > > > > On 5/17/06, Scott Hyndman < Sc...@af...> wrote: > > > Alright, well it's priority then. > > > > > > I'm interested...what are the projects? > > > > > > Scott > > > > > > -----Original Message----- > > > From: act...@li... on > behalf of Tiago Vale > > > Sent: Tue 5/16/2006 12:28 PM > > > To: act...@li... > > > Cc: > > > Subject: Re: [actionstep-core] NSTableView > > > > > > Im anxiously waiting, I have 3 projects holding still. > > > > > > > > > Keep up the good work > > > > > > On 5/16/06, Scott Hyndman < Sc...@af...> wrote: > > > > > > > > Very very close. Just wait a little longer :) > > > > > > > > Scott > > > > > > > > -----Original Message----- > > > > From: act...@li... > on behalf of Tiago > > > > Vale > > > > Sent: Tue 5/16/2006 12:00 PM > > > > To: ActionStep > > > > Cc: > > > > Subject: [actionstep-core] NSTableView > > > > > > > > Hi everyone, > > > > > > > > I saw that Scott is updating the SVN source, so I tought to myself, Is > the > > > > a > > > > NSTableView ready to pop up? > > > > > > > > > > > > > > > > -- > > > > Cheers Tiago Janz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Cheers Tiago Janz > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Cheers Tiago Janz > > > > -- > Cheers Tiago Janz > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > |
From: Scott H. <sc...@af...> - 2006-07-27 22:57:19
|
Oh, are you talking about specifically with the XML tree provider? Scott On 27/07/06, Scott Hyndman <sc...@af...> wrote: > yes, it is. Take a look at the ASTreeItem class. Items can have images > independent of the branch images. > > On 26/07/06, Tiago Vale <tia...@gm...> wrote: > > Is it possible to set a image per Item and mantain the NSTreeBranchImages > > such as > > > > > > <item name="foo" image="NSImage">; > > > > > > > > > > > > > > On 6/9/06, Scott Hyndman <sc...@af...> wrote: > > > It's in SVN. > > > > > > org.actionstep.ASTreeView > > > > > > You can see it at work with ASTestTree. > > > > > > Scott > > > > > > On 6/9/06, Steve Mason <sm...@gm...> wrote: > > > > > > > > Yea if you can put it in, I'll certainly spend some time with it. I > > probably > > > > won't have time until the end of June though. > > > > > > > > > > > > re: ASTree: > > > > > > > > > How many rows will this thing need to handle? > > > > > > > > Less than a thousand - less than a few hundred in most cases. I built my > > own > > > > tree display system a few months ago, and it needed to be able to handle > > > > large data sets. The solution I came up with was to execute each > > iteration > > > > per frame instead of trying to churn through it all in one go. I am not > > sure > > > > if that approach is compatible with how AS works, fundamentally, but the > > > > result was actually kindof cool because you could see the tree build, > > and > > > > there was no hit on the cpu at all. > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > > > > > > > s,Mason > > > > http://www.smason.com > > > > aim NyStv > > > > > > > > > > > > _______________________________________________ > > > > actionstep-core mailing list > > > > act...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > actionstep-core mailing list > > > act...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > > > > > > > > -- > > Cheers Tiago Janz > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > _______________________________________________ > > actionstep-core mailing list > > act...@li... > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > > > > |
From: Scott H. <sc...@af...> - 2006-07-27 22:56:48
|
yes, it is. Take a look at the ASTreeItem class. Items can have images independent of the branch images. On 26/07/06, Tiago Vale <tia...@gm...> wrote: > Is it possible to set a image per Item and mantain the NSTreeBranchImages > such as > > > <item name="foo" image="NSImage">; > > > > > > > On 6/9/06, Scott Hyndman <sc...@af...> wrote: > > It's in SVN. > > > > org.actionstep.ASTreeView > > > > You can see it at work with ASTestTree. > > > > Scott > > > > On 6/9/06, Steve Mason <sm...@gm...> wrote: > > > > > > Yea if you can put it in, I'll certainly spend some time with it. I > probably > > > won't have time until the end of June though. > > > > > > > > > re: ASTree: > > > > > > > How many rows will this thing need to handle? > > > > > > Less than a thousand - less than a few hundred in most cases. I built my > own > > > tree display system a few months ago, and it needed to be able to handle > > > large data sets. The solution I came up with was to execute each > iteration > > > per frame instead of trying to churn through it all in one go. I am not > sure > > > if that approach is compatible with how AS works, fundamentally, but the > > > result was actually kindof cool because you could see the tree build, > and > > > there was no hit on the cpu at all. > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > > s,Mason > > > http://www.smason.com > > > aim NyStv > > > > > > > > > _______________________________________________ > > > actionstep-core mailing list > > > act...@li... > > > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > > > > > > > > > > > > _______________________________________________ > > actionstep-core mailing list > > act...@li... > > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > > > -- > Cheers Tiago Janz > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > |
From: Ray C. <rc...@gm...> - 2006-07-27 22:54:51
|
Hi, probably you could provide the output when running mtasc -v for your compiled library and your final swf. I suspect that the inheritance chain is broken, or there may be some overlap in classes (not sure if this is a problem). On 7/26/06, cornel <tc...@gm...> wrote: > hi > > > check if NSView inheritance is there. > > I've found another post about this, and i tried this: > > var base:Object = ASAnimatedTabView.prototype; > var uber:Object = NSView; > > // see if broken > trace("Is inheritance broken? "+(base.__proto__==Object.prototype)); > > It traces false. > > > > What is in the library and what is not? > > I've decompiled the actionstep library using swfmill, anf the > ASAnimated TabView is there. > I'm really out of ideas now. I would appreciate any help. > > cornel > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > -- Cheers, Ray Chuan |
From: Tiago V. <tia...@gm...> - 2006-07-26 16:01:25
|
Is it possible to set a image per Item and mantain the NSTreeBranchImages such as <item name="foo" image="NSImage">; On 6/9/06, Scott Hyndman <sc...@af...> wrote: > > It's in SVN. > > org.actionstep.ASTreeView > > You can see it at work with ASTestTree. > > Scott > > On 6/9/06, Steve Mason <sm...@gm...> wrote: > > > > Yea if you can put it in, I'll certainly spend some time with it. I > probably > > won't have time until the end of June though. > > > > > > re: ASTree: > > > > > How many rows will this thing need to handle? > > > > Less than a thousand - less than a few hundred in most cases. I built my > own > > tree display system a few months ago, and it needed to be able to handle > > large data sets. The solution I came up with was to execute each > iteration > > per frame instead of trying to churn through it all in one go. I am not > sure > > if that approach is compatible with how AS works, fundamentally, but the > > result was actually kindof cool because you could see the tree build, > and > > there was no hit on the cpu at all. > > > > > > > > > > > > > > -- > > > > > > > > > > s,Mason > > http://www.smason.com > > aim NyStv > > > > > > _______________________________________________ > > actionstep-core mailing list > > act...@li... > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > > > > > > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > -- Cheers Tiago Janz |
From: Tiago V. <tia...@gm...> - 2006-07-26 10:48:23
|
Any news on this? On 5/17/06, Tiago Vale <tia...@gm...> wrote: > > 2 of them are pet projects and the other its for my job. > > Digital Aquarium (pet) > Kindda of portable aquarium database where it will have fish, invertebrate > and plants files with photos. It can create and manage tanks profiles. > > > Katalog (pet, some day will be comercial, who knows!!!) > > > This one is only in my mind but I will start it today since it uses most > of the classes of Digital Aquarium, It will be, once again, a portable > database with read only access since it will be distributed in a cd. Its > intended to be a products catalog. > > > rpkStats (comercial) > > Its a php project that manages and displays all sort of statistics of a > given access control (car parks, industrial campus, etc). > ActionStep will replace all GUI and javascript voodoo in the project. > > > > > > On 5/17/06, Scott Hyndman <Sc...@af...> wrote: > > > > Alright, well it's priority then. > > > > I'm interested...what are the projects? > > > > Scott > > > > -----Original Message----- > > From: act...@li... on behalf of Tiago > > Vale > > Sent: Tue 5/16/2006 12:28 PM > > To: act...@li... > > Cc: > > Subject: Re: [actionstep-core] NSTableView > > > > Im anxiously waiting, I have 3 projects holding still. > > > > > > Keep up the good work > > > > On 5/16/06, Scott Hyndman <Sc...@af...> wrote: > > > > > > Very very close. Just wait a little longer :) > > > > > > Scott > > > > > > -----Original Message----- > > > From: act...@li... on behalf of Tiago > > > Vale > > > Sent: Tue 5/16/2006 12:00 PM > > > To: ActionStep > > > Cc: > > > Subject: [actionstep-core] NSTableView > > > > > > Hi everyone, > > > > > > I saw that Scott is updating the SVN source, so I tought to myself, Is > > the > > > a > > > NSTableView ready to pop up? > > > > > > > > > > > > -- > > > Cheers Tiago Janz > > > > > > > > > > > > > > > > > > > > > -- > > Cheers Tiago Janz > > > > > > > > > > > > > -- > Cheers Tiago Janz > -- Cheers Tiago Janz |
From: cornel <tc...@gm...> - 2006-07-25 21:15:30
|
hi > check if NSView inheritance is there. I've found another post about this, and i tried this: var base:Object = ASAnimatedTabView.prototype; var uber:Object = NSView; // see if broken trace("Is inheritance broken? "+(base.__proto__==Object.prototype)); It traces false. > What is in the library and what is not? I've decompiled the actionstep library using swfmill, anf the ASAnimated TabView is there. I'm really out of ideas now. I would appreciate any help. cornel |
From: Ray C. <rc...@gm...> - 2006-07-23 04:52:27
|
Hi, check if NSView inheritance is there. What is in the library and what is not? On 7/21/06, cornel <tc...@gm...> wrote: > hi > > Is there any reason why the animated tab view test wouldnt work with > dynamically loaded actionstep library? I got the window displayed, but > without the tabview. What could be wrong? > > thak you > cornel > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > -- Cheers, Ray Chuan |
From: cornel <tc...@gm...> - 2006-07-20 22:25:01
|
hi Is there any reason why the animated tab view test wouldnt work with dynamically loaded actionstep library? I got the window displayed, but without the tabview. What could be wrong? thak you cornel |
From: Scott H. <sc...@af...> - 2006-07-18 19:54:16
|
:) No problem. On 18/07/06, cornel <tc...@gm...> wrote: > that's embarassing; i need more sleep:) > thank you. > > On 18/07/06, Scott Hyndman <sc...@af...> wrote: > > NSTabView.selectedTabViewItem() > > > > On 18/07/06, cornel <tc...@gm...> wrote: > > > hi again > > > > > > I was looking for some method to tell me the currently selected tab > > > item, but couldnt find any. Anyone has any suggestion? > > > > > > thanks > > > cornel > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > > opinions on IT & business topics through brief surveys -- and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > actionstep-core mailing list > > > act...@li... > > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > actionstep-core mailing list > > act...@li... > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > |
From: cornel <tc...@gm...> - 2006-07-18 19:50:20
|
that's embarassing; i need more sleep:) thank you. On 18/07/06, Scott Hyndman <sc...@af...> wrote: > NSTabView.selectedTabViewItem() > > On 18/07/06, cornel <tc...@gm...> wrote: > > hi again > > > > I was looking for some method to tell me the currently selected tab > > item, but couldnt find any. Anyone has any suggestion? > > > > thanks > > cornel > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > actionstep-core mailing list > > act...@li... > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > |
From: Scott H. <sc...@af...> - 2006-07-18 19:43:27
|
NSTabView.selectedTabViewItem() On 18/07/06, cornel <tc...@gm...> wrote: > hi again > > I was looking for some method to tell me the currently selected tab > item, but couldnt find any. Anyone has any suggestion? > > thanks > cornel > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > |
From: cornel <tc...@gm...> - 2006-07-18 19:41:00
|
hi again I was looking for some method to tell me the currently selected tab item, but couldnt find any. Anyone has any suggestion? thanks cornel |
From: cornel <tc...@gm...> - 2006-07-18 18:39:14
|
hi Ray thank you for your reply. > > something like this will not (nothing happens): > > iview1.mouseDown()=function(){iview2.setImage(iview1.image());} actually this code does work, i've tried it with a minimal program and it works perfectly. so i guess the bug is somewhere else in my code. cornel On 18/07/06, Ray Chuan <rc...@gm...> wrote: > Hi, > > On 7/18/06, cornel <tc...@gm...> wrote: > > hi all > > > > in a program i work on i have 2 imageviews; in the 1st i load an image. > > > > something like this will work (the 2nd imageview displays the 1st's image): > > iview2.setImage(iview1.image()); > > > > something like this will not (nothing happens): > > iview1.mouseDown()=function(){iview2.setImage(iview1.image());} > > 1. Are you sure using the event handler is being triggered? Add a > trace inside to see if it is. > > 2. Are you using the right event handler? This is ActionStep, not > plain old Flash. You should be doing (in the anonymous style): > > iview2.setAction("trigger"); > iview2.setTarget({ > trigger: function(){iview2.setImage(iview1.image()) > }); > > 3. Is the scope correct? As in, are the variables iview1/2 defined? > > > any idea why is that? > > thank you > > cornel > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > actionstep-core mailing list > > act...@li... > > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > > > -- > Cheers, > Ray Chuan > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > |
From: Ray C. <rc...@gm...> - 2006-07-18 04:53:36
|
Hi, On 7/18/06, cornel <tc...@gm...> wrote: > hi all > > in a program i work on i have 2 imageviews; in the 1st i load an image. > > something like this will work (the 2nd imageview displays the 1st's image): > iview2.setImage(iview1.image()); > > something like this will not (nothing happens): > iview1.mouseDown()=function(){iview2.setImage(iview1.image());} 1. Are you sure using the event handler is being triggered? Add a trace inside to see if it is. 2. Are you using the right event handler? This is ActionStep, not plain old Flash. You should be doing (in the anonymous style): iview2.setAction("trigger"); iview2.setTarget({ trigger: function(){iview2.setImage(iview1.image()) }); 3. Is the scope correct? As in, are the variables iview1/2 defined? > any idea why is that? > thank you > cornel > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > -- Cheers, Ray Chuan |
From: cornel <tc...@gm...> - 2006-07-17 18:34:34
|
hi all in a program i work on i have 2 imageviews; in the 1st i load an image. something like this will work (the 2nd imageview displays the 1st's image): iview2.setImage(iview1.image()); something like this will not (nothing happens): iview1.mouseDown()=function(){iview2.setImage(iview1.image());} any idea why is that? thank you cornel |
From: Ray C. <rc...@gm...> - 2006-07-17 12:37:07
|
Hi, thanks for pointing that out, it has been fixed. On 7/17/06, thomas mery <tho...@gm...> wrote: > Hi all, > > > shouldn't the call to setRoot menu in the setMainMenu function in > NSApplication in the first part of the function > > if (m_menu != null && m_menu != m) { > m_menu.close(); > m_menu.window().setLevel( NSWindow.NSSubmenuWindowLevel); > m_menu.setRoot(false);//here ... > } > > be > > m_menu.setRoot(false,this); > > since NSMenu setRoot checks if the second argument is an instance of > NSApplication > > i've had pblems with the ASTestMenu.as so I dug a little and adding 'this' > made the second menu (of the second window) appear as it should (and did ... > ) > > any one on this ? > > tia > > thomas > > -- > ---------------------------------------------------------- > http://www.myspace.com/thomasmery > http://www.thomas-mery.net > http://www.shif-t.net > http://www.doradorovitch.com > ---------------------------------------------------------- > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > -- Cheers, Ray Chuan |
From: thomas m. <tho...@gm...> - 2006-07-16 23:35:46
|
Hi all, shouldn't the call to setRoot menu in the setMainMenu function in NSApplication in the first part of the function if (m_menu != null && m_menu != m) { m_menu.close(); m_menu.window().setLevel(NSWindow.NSSubmenuWindowLevel); m_menu.setRoot(false);//here ... } be m_menu.setRoot(false,this); since NSMenu setRoot checks if the second argument is an instance of NSApplication i've had pblems with the ASTestMenu.as so I dug a little and adding 'this' made the second menu (of the second window) appear as it should (and did ... ) any one on this ? tia thomas -- ---------------------------------------------------------- http://www.myspace.com/thomasmery http://www.thomas-mery.net http://www.shif-t.net http://www.doradorovitch.com ---------------------------------------------------------- |