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: Scott H. <sc...@af...> - 2006-07-16 22:27:41
|
I added image support to lists. They work quite well, but still leave a little to be desired. I'm going to be beefing it up over the next couple days. Scott |
From: Zaba Z. <se...@gm...> - 2006-07-16 04:16:00
|
it rocks -- Zaba "...The question it NOT why you should migrate to Linux, but WHY NOT?..." Open Source forever! http://gnu.org -- http://www.linux.org -- http://kde.org That's not all! |
From: cornel <tc...@gm...> - 2006-07-04 19:47:18
|
it is working, thank you On 04/07/06, Scott Hyndman <sc...@af...> wrote: > Sorry about the long reply time, > > If you set setScrollable(false), the buttons shouldn't show. > > Scott > > On 28/06/06, cornel <tc...@gm...> wrote: > > hi again > > > > is there some way to hide the scroll buttons? i'm using an > > ASAnimatedTabView, and they are visible in the background, while the > > tab views are scrolling. > > > > thank you. > > > > cornel > > > > 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: Scott H. <sc...@af...> - 2006-07-03 23:18:39
|
Sorry about the long reply time, If you set setScrollable(false), the buttons shouldn't show. Scott On 28/06/06, cornel <tc...@gm...> wrote: > hi again > > is there some way to hide the scroll buttons? i'm using an > ASAnimatedTabView, and they are visible in the background, while the > tab views are scrolling. > > thank you. > > cornel > > 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: Richard K. <ri...@in...> - 2006-07-02 20:04:00
|
Hey all, We now have the actionstep website on a Typo blog engine: http://www.actionstep.org/ We will be releasing more stuff and communicating through this as we advance the framework. Best, Rich |
From: Ron W. <rwh...@ar...> - 2006-06-29 14:14:14
|
You may want to figure out a release strategy and document it on your web site near the announcement about downloading the Alpha release. If the Alpha release is not a suitable test/development environment, either get rid of it or issue a new alpha release. What is the plan for a beta release? Is there a list of tasks that need to be completed before the next release point is reached? This would at least let us know what does not yet work and what is likely to change. Ron Ray Chuan wrote: > Hi, > I think I've found the problem. I managed to reproduce your problems *exactly*. > > Apparently you are using the alpha release of ActionStep. Please > don't, since at that time the menu implementation was incomplete. > > Please download the latest source using SVN from > > http://svn1.cvsdude.com/osflash/actionstep/trunk > > For more details on using SVN see: > > http://osflash.org/actionstep/tutorials/quick_start_guide > > On 6/28/06, Scott Hyndman <sc...@af...> wrote: > >> Hey, >> >> I think I may have found what is causing this. Would you mind updating >> from SVN and testing? If it still doesn't work, then please whip me up >> the smallest test class that you can that still has these problems. >> Send it over and I'll have it back to you in a jiffy. >> >> Hope this helps, >> Scott >> >> RAY -- If you're reading this, I think this has to do with revision >> 2607, made on the 23rd (to NSCell). >> >> On 27/06/06, Scott Hyndman <sc...@af...> wrote: >> >>> hm...that might be my fault. I'll look into it immediately and post >>> back tonight. >>> >>> Scott >>> >>> On 27/06/06, Ron Wheeler <rwh...@ar...> wrote: >>> >>>> This is the start of a view module. I have started trying to set up the >>>> menus. >>>> It displays the menu on the screen but gives me the traces below when I >>>> try to select something. >>>> When I select an item it highlights in blue but will not let me select >>>> any other item and does not call my menuItemSelected function. >>>> >>>> Any idea about where I am off track. >>>> >>>> Earlier in the code, get a lot of >>>> NSException( NSException: Cannot access bounds movieclip until >>>> NSView is inserted into view hierarchy., null ) >>>> but they do not seem to have an effect on the action that triggers them. >>>> >>>> Ron >>>> >>>> >>>> public function init(tableModelIn:TableModel, >>>> tableUpdateControllerIn:TableUpdateController, >>>> appIn:NSApplication):TableUpdateView { >>>> >>>> >>>> v_tableUpdateController = tableUpdateControllerIn; >>>> v_tableModel = tableModelIn; >>>> app=appIn; >>>> //create and set views >>>> >>>> //window >>>> trace (Flashout.INFO,"create conWindow"); >>>> conWindow = (new NSWindow()).initWithContentRectStyleMask(new >>>> NSRect(50,50,850,500), NSWindow.NSTitledWindowMask | >>>> NSWindow.NSResizableWindowMask | NSWindow.NSClosableWindowMask); >>>> trace (Flashout.INFO,"Set title"); >>>> conWindow.setTitle("Table Maintenance"); >>>> conWindow.setBackgroundColor(NSColor.whiteColor()); //ses the >>>> background colour >>>> trace (Flashout.INFO,"create conView"); >>>> >>>> conView = (new NSView()).initWithFrame(new NSRect(0,0,600,200)); >>>> conWindow.setContentView(conView); >>>> trace (Flashout.INFO,"ready to set up menus"); >>>> this.setUpMenus() >>>> >>>> app.run(); >>>> return this; >>>> } >>>> private function setUpMenus():Void{ >>>> // root menu >>>> var i:Number; >>>> var mainMenu:NSMenu = (new NSMenu()).initWithTitle("Table Update >>>> Menu"); >>>> this.app.setMainMenu(mainMenu); >>>> var self:Object = TableUpdateView; >>>> >>>> // >>>> NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this.v_tableUpdateController, >>>> "notify", null, mainMenu); >>>> >>>> NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this, >>>> "notify", null, mainMenu); >>>> >>>> trace("adding"); >>>> mainMenu.addItemWithTitleActionKeyEquivalent("Plants", >>>> "menuItemSelected"); >>>> mainMenu.addItemWithTitleActionKeyEquivalent("Sections", >>>> "menuItemSelected"); >>>> mainMenu.addItemWithTitleActionKeyEquivalent("Bins", >>>> "menuItemSelected"); >>>> mainMenu.addItemWithTitleActionKeyEquivalent("Quality", >>>> "menuItemSelected"); >>>> mainMenu.addItemWithTitleActionKeyEquivalent("Types", >>>> "menuItemSelected"); >>>> mainMenu.addItemWithTitleActionKeyEquivalent("Variety", >>>> "menuItemSelected"); >>>> >>>> i = mainMenu.itemArray().count(); >>>> while (i--){ >>>> trace(Flashout.INFO,"Setting target for " + i); >>>> mainMenu.itemArray().objectAtIndex(i).setTarget(self); >>>> } >>>> >>>> // app.setMainMenu(mainMenu); >>>> } >>>> >>>> public static function >>>> menuItemSelected(cell:NSMenuItemCell):Void{trace(Flashout.INFO,"a menu >>>> item was selected");} >>>> public static function >>>> notify(n:NSNotification):Void{trace(Flashout.INFO,"notify was called >>>> with "+ASUtils.extern(n.name));} >>>> >>>> NSException( NSException: Cannot access bounds movieclip until >>>> NSView is inserted into view hierarchy., null ) >>>> >>>> [19:19:265] debug: org.actionstep.NSMenuView.mouseTrackingCallback() >>>> >>>> selecting new item... >>>> >>>> [19:19:265] debug: org.actionstep.NSMenuView.setHighlightedItemIndex() >>>> in >>>> >>>> [19:19:905] debug: >>>> org.actionstep.NSEvent.startPeriodicEventsAfterDelayWithPeriod() >>>> >>>> NSException( NSIllegalOperationException: Periodic events are >>>> already being generated. If you would like to change the period, stop >>>> periodic events then start., null ) >>>> >>>> >>>> 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: Ron W. <rwh...@ar...> - 2006-06-29 14:05:09
|
You were right. I had 11 and when I installed 12 it compiled OK except that NSColor lost it colours so I had to go back to ASColors. The menu now works but has moved to across the top which is probably where it should have been in the first place. Much better. Now I will move on to see what I can break next :-) Ron Ray Chuan wrote: > Hi, > it's a problem with mtasc. > > http://lists.motion-twin.com/pipermail/mtasc/2005-December/028912.html > > Try updating your compiler. The latest is 1.12. > > On 6/29/06, Ron Wheeler <rwh...@ar...> wrote: >> It moved. I see it now. Thanks >> >> Now I get >> C:\eclipse\workspace\...\src/org/actionstep/NSAttributedString.as:616: >> characters 2-22 : type error TextFormat have no field letterSpacing >> >> This is new. >> >> Ron >> >> Scott Hyndman wrote: >> > >> http://svn1.cvsdude.com/osflash/actionstep/trunk/src/org/actionstep/menu/ >> >> > >> > It's in there. Just hidden :) >> > >> > >> http://svn1.cvsdude.com/osflash/actionstep/trunk/test/src/org/actionstep/test/ >> >> > >> > >> > And here are the test classes. >> > >> > Scott >> > >> > On 28/06/06, Ron Wheeler <rwh...@ar...> wrote: >> >> http://svn1.cvsdude.com/osflash/actionstep seems to be missing >> >> NSMenuItemCell. >> >> >> >> This appears to be needed in the callback when an item is selected >> from >> >> a menu. >> >> >> >> The test modules also seem to be missing from this repository so I >> can >> >> not see if the menu structure has changed. >> >> >> >> Ron >> >> >> >> 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: Ray C. <rc...@gm...> - 2006-06-29 08:13:53
|
Hi, I think I've found the problem. I managed to reproduce your problems *exactly*. Apparently you are using the alpha release of ActionStep. Please don't, since at that time the menu implementation was incomplete. Please download the latest source using SVN from http://svn1.cvsdude.com/osflash/actionstep/trunk For more details on using SVN see: http://osflash.org/actionstep/tutorials/quick_start_guide On 6/28/06, Scott Hyndman <sc...@af...> wrote: > Hey, > > I think I may have found what is causing this. Would you mind updating > from SVN and testing? If it still doesn't work, then please whip me up > the smallest test class that you can that still has these problems. > Send it over and I'll have it back to you in a jiffy. > > Hope this helps, > Scott > > RAY -- If you're reading this, I think this has to do with revision > 2607, made on the 23rd (to NSCell). > > On 27/06/06, Scott Hyndman <sc...@af...> wrote: > > hm...that might be my fault. I'll look into it immediately and post > > back tonight. > > > > Scott > > > > On 27/06/06, Ron Wheeler <rwh...@ar...> wrote: > > > This is the start of a view module. I have started trying to set up the > > > menus. > > > It displays the menu on the screen but gives me the traces below when I > > > try to select something. > > > When I select an item it highlights in blue but will not let me select > > > any other item and does not call my menuItemSelected function. > > > > > > Any idea about where I am off track. > > > > > > Earlier in the code, get a lot of > > > NSException( NSException: Cannot access bounds movieclip until > > > NSView is inserted into view hierarchy., null ) > > > but they do not seem to have an effect on the action that triggers them. > > > > > > Ron > > > > > > > > > public function init(tableModelIn:TableModel, > > > tableUpdateControllerIn:TableUpdateController, > > > appIn:NSApplication):TableUpdateView { > > > > > > > > > v_tableUpdateController = tableUpdateControllerIn; > > > v_tableModel = tableModelIn; > > > app=appIn; > > > //create and set views > > > > > > //window > > > trace (Flashout.INFO,"create conWindow"); > > > conWindow = (new NSWindow()).initWithContentRectStyleMask(new > > > NSRect(50,50,850,500), NSWindow.NSTitledWindowMask | > > > NSWindow.NSResizableWindowMask | NSWindow.NSClosableWindowMask); > > > trace (Flashout.INFO,"Set title"); > > > conWindow.setTitle("Table Maintenance"); > > > conWindow.setBackgroundColor(NSColor.whiteColor()); //ses the > > > background colour > > > trace (Flashout.INFO,"create conView"); > > > > > > conView = (new NSView()).initWithFrame(new NSRect(0,0,600,200)); > > > conWindow.setContentView(conView); > > > trace (Flashout.INFO,"ready to set up menus"); > > > this.setUpMenus() > > > > > > app.run(); > > > return this; > > > } > > > private function setUpMenus():Void{ > > > // root menu > > > var i:Number; > > > var mainMenu:NSMenu = (new NSMenu()).initWithTitle("Table Update > > > Menu"); > > > this.app.setMainMenu(mainMenu); > > > var self:Object = TableUpdateView; > > > > > > // > > > NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this.v_tableUpdateController, > > > "notify", null, mainMenu); > > > > > > NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this, > > > "notify", null, mainMenu); > > > > > > trace("adding"); > > > mainMenu.addItemWithTitleActionKeyEquivalent("Plants", > > > "menuItemSelected"); > > > mainMenu.addItemWithTitleActionKeyEquivalent("Sections", > > > "menuItemSelected"); > > > mainMenu.addItemWithTitleActionKeyEquivalent("Bins", > > > "menuItemSelected"); > > > mainMenu.addItemWithTitleActionKeyEquivalent("Quality", > > > "menuItemSelected"); > > > mainMenu.addItemWithTitleActionKeyEquivalent("Types", > > > "menuItemSelected"); > > > mainMenu.addItemWithTitleActionKeyEquivalent("Variety", > > > "menuItemSelected"); > > > > > > i = mainMenu.itemArray().count(); > > > while (i--){ > > > trace(Flashout.INFO,"Setting target for " + i); > > > mainMenu.itemArray().objectAtIndex(i).setTarget(self); > > > } > > > > > > // app.setMainMenu(mainMenu); > > > } > > > > > > public static function > > > menuItemSelected(cell:NSMenuItemCell):Void{trace(Flashout.INFO,"a menu > > > item was selected");} > > > public static function > > > notify(n:NSNotification):Void{trace(Flashout.INFO,"notify was called > > > with "+ASUtils.extern(n.name));} > > > > > > NSException( NSException: Cannot access bounds movieclip until > > > NSView is inserted into view hierarchy., null ) > > > > > > [19:19:265] debug: org.actionstep.NSMenuView.mouseTrackingCallback() > > > > > > selecting new item... > > > > > > [19:19:265] debug: org.actionstep.NSMenuView.setHighlightedItemIndex() > > > in > > > > > > [19:19:905] debug: > > > org.actionstep.NSEvent.startPeriodicEventsAfterDelayWithPeriod() > > > > > > NSException( NSIllegalOperationException: Periodic events are > > > already being generated. If you would like to change the period, stop > > > periodic events then start., null ) > > > > > > > > > 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 > -- Ray Chuan |
From: Ray C. <rc...@gm...> - 2006-06-29 03:32:41
|
Hi, it's a problem with mtasc. http://lists.motion-twin.com/pipermail/mtasc/2005-December/028912.html Try updating your compiler. The latest is 1.12. On 6/29/06, Ron Wheeler <rwh...@ar...> wrote: > It moved. I see it now. Thanks > > Now I get > C:\eclipse\workspace\...\src/org/actionstep/NSAttributedString.as:616: > characters 2-22 : type error TextFormat have no field letterSpacing > > This is new. > > Ron > > Scott Hyndman wrote: > > http://svn1.cvsdude.com/osflash/actionstep/trunk/src/org/actionstep/menu/ > > > > It's in there. Just hidden :) > > > > http://svn1.cvsdude.com/osflash/actionstep/trunk/test/src/org/actionstep/test/ > > > > > > And here are the test classes. > > > > Scott > > > > On 28/06/06, Ron Wheeler <rwh...@ar...> wrote: > >> http://svn1.cvsdude.com/osflash/actionstep seems to be missing > >> NSMenuItemCell. > >> > >> This appears to be needed in the callback when an item is selected from > >> a menu. > >> > >> The test modules also seem to be missing from this repository so I can > >> not see if the menu structure has changed. > >> > >> Ron > >> > >> 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 > -- Ray Chuan |
From: cornel <tc...@gm...> - 2006-06-28 21:50:00
|
hi again is there some way to hide the scroll buttons? i'm using an ASAnimatedTabView, and they are visible in the background, while the tab views are scrolling. thank you. cornel |
From: Ron W. <rwh...@ar...> - 2006-06-28 19:29:00
|
It moved. I see it now. Thanks Now I get C:\eclipse\workspace\...\src/org/actionstep/NSAttributedString.as:616: characters 2-22 : type error TextFormat have no field letterSpacing This is new. Ron Scott Hyndman wrote: > http://svn1.cvsdude.com/osflash/actionstep/trunk/src/org/actionstep/menu/ > > It's in there. Just hidden :) > > http://svn1.cvsdude.com/osflash/actionstep/trunk/test/src/org/actionstep/test/ > > > And here are the test classes. > > Scott > > On 28/06/06, Ron Wheeler <rwh...@ar...> wrote: >> http://svn1.cvsdude.com/osflash/actionstep seems to be missing >> NSMenuItemCell. >> >> This appears to be needed in the callback when an item is selected from >> a menu. >> >> The test modules also seem to be missing from this repository so I can >> not see if the menu structure has changed. >> >> Ron >> >> 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: Scott H. <sc...@af...> - 2006-06-28 17:46:47
|
http://svn1.cvsdude.com/osflash/actionstep/trunk/src/org/actionstep/menu/ It's in there. Just hidden :) http://svn1.cvsdude.com/osflash/actionstep/trunk/test/src/org/actionstep/test/ And here are the test classes. Scott On 28/06/06, Ron Wheeler <rwh...@ar...> wrote: > http://svn1.cvsdude.com/osflash/actionstep seems to be missing > NSMenuItemCell. > > This appears to be needed in the callback when an item is selected from > a menu. > > The test modules also seem to be missing from this repository so I can > not see if the menu structure has changed. > > Ron > > 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: Ron W. <rwh...@ar...> - 2006-06-28 16:10:30
|
http://svn1.cvsdude.com/osflash/actionstep seems to be missing NSMenuItemCell. This appears to be needed in the callback when an item is selected from a menu. The test modules also seem to be missing from this repository so I can not see if the menu structure has changed. Ron |
From: thomas m. <tho...@gm...> - 2006-06-28 10:51:06
|
On 6/28/06, Scott Hyndman <sc...@af...> wrote: > > Cocoa works differently in this regard than we do. ASRootWindowView is > our own creation. just checking :) What exactly would you like to do? It's a very flexible class, with > lots of room to override functionality in subclasses. that's what i'm doing right now (subclassing) only the relationship with NSWindow was not that clear and I was tempted to subclass NSWindow instead. things are a little clearer now but are there cases where subclassing NSWindow would be a better approach ? tia thomas Scott > > On 27/06/06, thomas mery <tho...@gm...> wrote: > > Hello all, > > > > trying to create my own windows ... > > > > so I figured I had to subclass ASRootWindowView and initialize my > windows > > with initWithContentRectViewClass in NSWindow > > > > I don't think there is an equivalent in the cocoa appkit so I couldn't > find > > any docs on a class that would resemble ASRootWindowView. > > > > am I mistaken and where would I find docs on this class ? > > > > 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 > > > > > > > > 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 > -- ---------------------------------------------------------- http://www.myspace.com/thomasmery http://www.thomas-mery.net http://www.shif-t.net http://www.doradorovitch.com ---------------------------------------------------------- |
From: Scott H. <sc...@af...> - 2006-06-28 10:50:15
|
Hey, I think I may have found what is causing this. Would you mind updating from SVN and testing? If it still doesn't work, then please whip me up the smallest test class that you can that still has these problems. Send it over and I'll have it back to you in a jiffy. Hope this helps, Scott RAY -- If you're reading this, I think this has to do with revision 2607, made on the 23rd (to NSCell). On 27/06/06, Scott Hyndman <sc...@af...> wrote: > hm...that might be my fault. I'll look into it immediately and post > back tonight. > > Scott > > On 27/06/06, Ron Wheeler <rwh...@ar...> wrote: > > This is the start of a view module. I have started trying to set up the > > menus. > > It displays the menu on the screen but gives me the traces below when I > > try to select something. > > When I select an item it highlights in blue but will not let me select > > any other item and does not call my menuItemSelected function. > > > > Any idea about where I am off track. > > > > Earlier in the code, get a lot of > > NSException( NSException: Cannot access bounds movieclip until > > NSView is inserted into view hierarchy., null ) > > but they do not seem to have an effect on the action that triggers them. > > > > Ron > > > > > > public function init(tableModelIn:TableModel, > > tableUpdateControllerIn:TableUpdateController, > > appIn:NSApplication):TableUpdateView { > > > > > > v_tableUpdateController = tableUpdateControllerIn; > > v_tableModel = tableModelIn; > > app=appIn; > > //create and set views > > > > //window > > trace (Flashout.INFO,"create conWindow"); > > conWindow = (new NSWindow()).initWithContentRectStyleMask(new > > NSRect(50,50,850,500), NSWindow.NSTitledWindowMask | > > NSWindow.NSResizableWindowMask | NSWindow.NSClosableWindowMask); > > trace (Flashout.INFO,"Set title"); > > conWindow.setTitle("Table Maintenance"); > > conWindow.setBackgroundColor(NSColor.whiteColor()); //ses the > > background colour > > trace (Flashout.INFO,"create conView"); > > > > conView = (new NSView()).initWithFrame(new NSRect(0,0,600,200)); > > conWindow.setContentView(conView); > > trace (Flashout.INFO,"ready to set up menus"); > > this.setUpMenus() > > > > app.run(); > > return this; > > } > > private function setUpMenus():Void{ > > // root menu > > var i:Number; > > var mainMenu:NSMenu = (new NSMenu()).initWithTitle("Table Update > > Menu"); > > this.app.setMainMenu(mainMenu); > > var self:Object = TableUpdateView; > > > > // > > NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this.v_tableUpdateController, > > "notify", null, mainMenu); > > > > NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this, > > "notify", null, mainMenu); > > > > trace("adding"); > > mainMenu.addItemWithTitleActionKeyEquivalent("Plants", > > "menuItemSelected"); > > mainMenu.addItemWithTitleActionKeyEquivalent("Sections", > > "menuItemSelected"); > > mainMenu.addItemWithTitleActionKeyEquivalent("Bins", > > "menuItemSelected"); > > mainMenu.addItemWithTitleActionKeyEquivalent("Quality", > > "menuItemSelected"); > > mainMenu.addItemWithTitleActionKeyEquivalent("Types", > > "menuItemSelected"); > > mainMenu.addItemWithTitleActionKeyEquivalent("Variety", > > "menuItemSelected"); > > > > i = mainMenu.itemArray().count(); > > while (i--){ > > trace(Flashout.INFO,"Setting target for " + i); > > mainMenu.itemArray().objectAtIndex(i).setTarget(self); > > } > > > > // app.setMainMenu(mainMenu); > > } > > > > public static function > > menuItemSelected(cell:NSMenuItemCell):Void{trace(Flashout.INFO,"a menu > > item was selected");} > > public static function > > notify(n:NSNotification):Void{trace(Flashout.INFO,"notify was called > > with "+ASUtils.extern(n.name));} > > > > NSException( NSException: Cannot access bounds movieclip until > > NSView is inserted into view hierarchy., null ) > > > > [19:19:265] debug: org.actionstep.NSMenuView.mouseTrackingCallback() > > > > selecting new item... > > > > [19:19:265] debug: org.actionstep.NSMenuView.setHighlightedItemIndex() > > in > > > > [19:19:905] debug: > > org.actionstep.NSEvent.startPeriodicEventsAfterDelayWithPeriod() > > > > NSException( NSIllegalOperationException: Periodic events are > > already being generated. If you would like to change the period, stop > > periodic events then start., null ) > > > > > > 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: Scott H. <sc...@af...> - 2006-06-28 10:45:43
|
Cocoa works differently in this regard than we do. ASRootWindowView is our own creation. What exactly would you like to do? It's a very flexible class, with lots of room to override functionality in subclasses. Scott On 27/06/06, thomas mery <tho...@gm...> wrote: > Hello all, > > trying to create my own windows ... > > so I figured I had to subclass ASRootWindowView and initialize my windows > with initWithContentRectViewClass in NSWindow > > I don't think there is an equivalent in the cocoa appkit so I couldn't find > any docs on a class that would resemble ASRootWindowView. > > am I mistaken and where would I find docs on this class ? > > 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 > > > |
From: Scott H. <sc...@af...> - 2006-06-27 22:53:31
|
hm...that might be my fault. I'll look into it immediately and post back tonight. Scott On 27/06/06, Ron Wheeler <rwh...@ar...> wrote: > This is the start of a view module. I have started trying to set up the > menus. > It displays the menu on the screen but gives me the traces below when I > try to select something. > When I select an item it highlights in blue but will not let me select > any other item and does not call my menuItemSelected function. > > Any idea about where I am off track. > > Earlier in the code, get a lot of > NSException( NSException: Cannot access bounds movieclip until > NSView is inserted into view hierarchy., null ) > but they do not seem to have an effect on the action that triggers them. > > Ron > > > public function init(tableModelIn:TableModel, > tableUpdateControllerIn:TableUpdateController, > appIn:NSApplication):TableUpdateView { > > > v_tableUpdateController = tableUpdateControllerIn; > v_tableModel = tableModelIn; > app=appIn; > //create and set views > > //window > trace (Flashout.INFO,"create conWindow"); > conWindow = (new NSWindow()).initWithContentRectStyleMask(new > NSRect(50,50,850,500), NSWindow.NSTitledWindowMask | > NSWindow.NSResizableWindowMask | NSWindow.NSClosableWindowMask); > trace (Flashout.INFO,"Set title"); > conWindow.setTitle("Table Maintenance"); > conWindow.setBackgroundColor(NSColor.whiteColor()); //ses the > background colour > trace (Flashout.INFO,"create conView"); > > conView = (new NSView()).initWithFrame(new NSRect(0,0,600,200)); > conWindow.setContentView(conView); > trace (Flashout.INFO,"ready to set up menus"); > this.setUpMenus() > > app.run(); > return this; > } > private function setUpMenus():Void{ > // root menu > var i:Number; > var mainMenu:NSMenu = (new NSMenu()).initWithTitle("Table Update > Menu"); > this.app.setMainMenu(mainMenu); > var self:Object = TableUpdateView; > > // > NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this.v_tableUpdateController, > "notify", null, mainMenu); > > NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this, > "notify", null, mainMenu); > > trace("adding"); > mainMenu.addItemWithTitleActionKeyEquivalent("Plants", > "menuItemSelected"); > mainMenu.addItemWithTitleActionKeyEquivalent("Sections", > "menuItemSelected"); > mainMenu.addItemWithTitleActionKeyEquivalent("Bins", > "menuItemSelected"); > mainMenu.addItemWithTitleActionKeyEquivalent("Quality", > "menuItemSelected"); > mainMenu.addItemWithTitleActionKeyEquivalent("Types", > "menuItemSelected"); > mainMenu.addItemWithTitleActionKeyEquivalent("Variety", > "menuItemSelected"); > > i = mainMenu.itemArray().count(); > while (i--){ > trace(Flashout.INFO,"Setting target for " + i); > mainMenu.itemArray().objectAtIndex(i).setTarget(self); > } > > // app.setMainMenu(mainMenu); > } > > public static function > menuItemSelected(cell:NSMenuItemCell):Void{trace(Flashout.INFO,"a menu > item was selected");} > public static function > notify(n:NSNotification):Void{trace(Flashout.INFO,"notify was called > with "+ASUtils.extern(n.name));} > > NSException( NSException: Cannot access bounds movieclip until > NSView is inserted into view hierarchy., null ) > > [19:19:265] debug: org.actionstep.NSMenuView.mouseTrackingCallback() > > selecting new item... > > [19:19:265] debug: org.actionstep.NSMenuView.setHighlightedItemIndex() > in > > [19:19:905] debug: > org.actionstep.NSEvent.startPeriodicEventsAfterDelayWithPeriod() > > NSException( NSIllegalOperationException: Periodic events are > already being generated. If you would like to change the period, stop > periodic events then start., null ) > > > 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: Ron W. <rwh...@ar...> - 2006-06-27 20:54:22
|
This is the start of a view module. I have started trying to set up the menus. It displays the menu on the screen but gives me the traces below when I try to select something. When I select an item it highlights in blue but will not let me select any other item and does not call my menuItemSelected function. Any idea about where I am off track. Earlier in the code, get a lot of NSException( NSException: Cannot access bounds movieclip until NSView is inserted into view hierarchy., null ) but they do not seem to have an effect on the action that triggers them. Ron public function init(tableModelIn:TableModel, tableUpdateControllerIn:TableUpdateController, appIn:NSApplication):TableUpdateView { v_tableUpdateController = tableUpdateControllerIn; v_tableModel = tableModelIn; app=appIn; //create and set views //window trace (Flashout.INFO,"create conWindow"); conWindow = (new NSWindow()).initWithContentRectStyleMask(new NSRect(50,50,850,500), NSWindow.NSTitledWindowMask | NSWindow.NSResizableWindowMask | NSWindow.NSClosableWindowMask); trace (Flashout.INFO,"Set title"); conWindow.setTitle("Table Maintenance"); conWindow.setBackgroundColor(NSColor.whiteColor()); //ses the background colour trace (Flashout.INFO,"create conView"); conView = (new NSView()).initWithFrame(new NSRect(0,0,600,200)); conWindow.setContentView(conView); trace (Flashout.INFO,"ready to set up menus"); this.setUpMenus() app.run(); return this; } private function setUpMenus():Void{ // root menu var i:Number; var mainMenu:NSMenu = (new NSMenu()).initWithTitle("Table Update Menu"); this.app.setMainMenu(mainMenu); var self:Object = TableUpdateView; // NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this.v_tableUpdateController, "notify", null, mainMenu); NSNotificationCenter.defaultCenter().addObserverSelectorNameObject(this, "notify", null, mainMenu); trace("adding"); mainMenu.addItemWithTitleActionKeyEquivalent("Plants", "menuItemSelected"); mainMenu.addItemWithTitleActionKeyEquivalent("Sections", "menuItemSelected"); mainMenu.addItemWithTitleActionKeyEquivalent("Bins", "menuItemSelected"); mainMenu.addItemWithTitleActionKeyEquivalent("Quality", "menuItemSelected"); mainMenu.addItemWithTitleActionKeyEquivalent("Types", "menuItemSelected"); mainMenu.addItemWithTitleActionKeyEquivalent("Variety", "menuItemSelected"); i = mainMenu.itemArray().count(); while (i--){ trace(Flashout.INFO,"Setting target for " + i); mainMenu.itemArray().objectAtIndex(i).setTarget(self); } // app.setMainMenu(mainMenu); } public static function menuItemSelected(cell:NSMenuItemCell):Void{trace(Flashout.INFO,"a menu item was selected");} public static function notify(n:NSNotification):Void{trace(Flashout.INFO,"notify was called with "+ASUtils.extern(n.name));} NSException( NSException: Cannot access bounds movieclip until NSView is inserted into view hierarchy., null ) [19:19:265] debug: org.actionstep.NSMenuView.mouseTrackingCallback() selecting new item... [19:19:265] debug: org.actionstep.NSMenuView.setHighlightedItemIndex() in [19:19:905] debug: org.actionstep.NSEvent.startPeriodicEventsAfterDelayWithPeriod() NSException( NSIllegalOperationException: Periodic events are already being generated. If you would like to change the period, stop periodic events then start., null ) |
From: thomas m. <tho...@gm...> - 2006-06-27 20:40:02
|
Hello all, trying to create my own windows ... so I figured I had to subclass ASRootWindowView and initialize my windows with initWithContentRectViewClass in NSWindow I don't think there is an equivalent in the cocoa appkit so I couldn't find any docs on a class that would resemble ASRootWindowView. am I mistaken and where would I find docs on this class ? tia thomas -- ---------------------------------------------------------- http://www.myspace.com/thomasmery http://www.thomas-mery.net http://www.shif-t.net http://www.doradorovitch.com ---------------------------------------------------------- |
From: Ray C. <rc...@gm...> - 2006-06-27 04:53:52
|
Hi, On 6/27/06, Ron Wheeler <rwh...@ar...> wrote: > I am starting to have a chance to spend some time working with > Actionstep. I have an Eclipse project started and have copied the > Actionstep source library into the project. > I also have the Actionstep distribution set up as a separate project so > that I can reference it and try stuff on unmodified code. > > I have not found any user documentation that concisely describes how to > use Actionstep. The documentation at > http://osflash.org/actionstep/documentation is way too "inside the > beltway" and does not really help anyone get started. That was intentional. > I am trying to employ an MVC architecture and it is not clear if the > sample applications in the Actionscript package are as cleanly designed > as I would like. My application is pretty simple (maintaining a bunch of > code tables) but is partially a learning exercise to see if a more > complex application can be built. > > I am currently trying to get menus to work. The ASTestMenu has some > difficulty with "setMakeMainAndKey" undefined. Some details please. > My menus show up on the screen but are pretty ugly with only partial > outlines. I hope that I can find some documentation about how to make > menus appear in the "right" place and look professional. Finally, some opinion on menus! Well, they are drawn with alphas, so that might explain the "outline" thing. You can skin menus by either: 1) subclass NSMenuView and NSMenuItemCell 2) subclass ASTheme/implement ASThemeProtocol I think there's not much improvement you can make since all the drawing is done using code. You might want to try loading images and use them as part of your skin, and probably add programmatic movement (animation). All of these sounds pretty vague, since I'm quite busy with exams right now (typing this in between papers!) so I can't provide you with details, as much as I would like to. > Any direction would be greatly appreciated. > > Ron > > > > 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 > -- Ray Chuan |
From: Ray C. <rc...@gm...> - 2006-06-27 04:41:50
|
Or maybe add another property, ancestorIsHidden? The other alternative is to make the ancestor view hide all the child views. On 6/26/06, Scott Hyndman <sc...@af...> wrote: > So you're saying every view walks the tree upwards until the root > (unless a hidden ancestor is found) every time displayIfNeeded is > called? I'm not sure that sounds like a good idea. > > Scott > > On 22/06/06, Ray Chuan <rc...@gm...> wrote: > > Hi, > > I've modified -display and -displayIfNeeded to invoke > > -isHiddenOrHasHiddenAncestor instead of simply using m_hidden to check > > if drawing should be carried out. > > > > This is to make the framework more consistent. For example, if you > > have a view as a subview of a window's root view, it shouldn't display > > if the root view is hidden. > > > > -- > > Ray Chuan > > > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > > Fully trained technicians. The highest number of Red Hat certifications in > > the hosting industry. Fanatical Support. Click to learn more > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&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 > -- Ray Chuan |
From: Scott H. <sc...@af...> - 2006-06-27 00:40:21
|
I'd love to help. I just got back to my parents' place, and I'll be home at my apartment tomorrow. I'll email again then. Where are you located Ron? Scott On 26/06/06, Ron Wheeler <rwh...@ar...> wrote: > I am starting to have a chance to spend some time working with > Actionstep. I have an Eclipse project started and have copied the > Actionstep source library into the project. > I also have the Actionstep distribution set up as a separate project so > that I can reference it and try stuff on unmodified code. > > I have not found any user documentation that concisely describes how to > use Actionstep. The documentation at > http://osflash.org/actionstep/documentation is way too "inside the > beltway" and does not really help anyone get started. > > I am trying to employ an MVC architecture and it is not clear if the > sample applications in the Actionscript package are as cleanly designed > as I would like. My application is pretty simple (maintaining a bunch of > code tables) but is partially a learning exercise to see if a more > complex application can be built. > > I am currently trying to get menus to work. The ASTestMenu has some > difficulty with "setMakeMainAndKey" undefined. > > My menus show up on the screen but are pretty ugly with only partial > outlines. I hope that I can find some documentation about how to make > menus appear in the "right" place and look professional. > > Any direction would be greatly appreciated. > > Ron > > > > 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: Ron W. <rwh...@ar...> - 2006-06-26 17:09:31
|
I am starting to have a chance to spend some time working with Actionstep. I have an Eclipse project started and have copied the Actionstep source library into the project. I also have the Actionstep distribution set up as a separate project so that I can reference it and try stuff on unmodified code. I have not found any user documentation that concisely describes how to use Actionstep. The documentation at http://osflash.org/actionstep/documentation is way too "inside the beltway" and does not really help anyone get started. I am trying to employ an MVC architecture and it is not clear if the sample applications in the Actionscript package are as cleanly designed as I would like. My application is pretty simple (maintaining a bunch of code tables) but is partially a learning exercise to see if a more complex application can be built. I am currently trying to get menus to work. The ASTestMenu has some difficulty with "setMakeMainAndKey" undefined. My menus show up on the screen but are pretty ugly with only partial outlines. I hope that I can find some documentation about how to make menus appear in the "right" place and look professional. Any direction would be greatly appreciated. Ron |
From: Scott H. <sc...@af...> - 2006-06-26 08:30:13
|
Cool! On 23/06/06, Ray Chuan <rc...@gm...> wrote: > Hi, > they now work. Check it out in ASTestSheet. > > Try clicking "nested sheet" in "Some Other Window" multiple times. You > would observe that closing them independently of the order of their > creation is possible. > > -- > 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: Scott H. <sc...@af...> - 2006-06-26 08:29:43
|
So you're saying every view walks the tree upwards until the root (unless a hidden ancestor is found) every time displayIfNeeded is called? I'm not sure that sounds like a good idea. Scott On 22/06/06, Ray Chuan <rc...@gm...> wrote: > Hi, > I've modified -display and -displayIfNeeded to invoke > -isHiddenOrHasHiddenAncestor instead of simply using m_hidden to check > if drawing should be carried out. > > This is to make the framework more consistent. For example, if you > have a view as a subview of a window's root view, it shouldn't display > if the root view is hidden. > > -- > Ray Chuan > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > |