[Pharo-project] Issue 3465 in pharo: Hundson OneClick: Does not show Mac menues
Status: Accepted Owner: marcus.denker Labels: Milestone-1.2-DevImage New issue 3465 by marcus.denker: Hundson OneClick: Does not show Mac menues http://code.google.com/p/pharo/issues/detail?id=3465 The Hundson OneClick does not show Mac menues.
Comment #1 on issue 3465 by marianopeck: Hundson OneClick: Does not show Mac menues http://code.google.com/p/pharo/issues/detail?id=3465 This is related with Cog. The same image works perfectly with a Standard VM. ------- Hi. I am testing a Pharo image from here: https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/lastSuccessfulBuild/a... and the Mac host menu doesn't appear at all. I checked with SmalltalkImage current listLoadedModules SmalltalkImage current listBuiltinModules and MacMenubarPlugin is included. However, evaluating "HostSystemMenusMacOSX new " will throw a 'primDeleteMenu: failed' Why the image doesn't throw any error??? Look in HostSystemMenus >> startUp: resuming resuming ifFalse: [^self]. self clearDefault. [self setDefaultMenuProxyClass] ifError: []. So....indeed, setDefaultMenuProxyClass is throwing an error...but we are puting it under the carpet. Anyway, does someone know why this is not working in Cog? because In the standard VM in works perfect. Cheers Mariano
Updates: Cc: eliot.miranda marianopeck Comment #2 on issue 3465 by Torsten....@astares.de: Hundson OneClick: Does not show Mac menues http://code.google.com/p/pharo/issues/detail?id=3465 Setting Eliot on CC for this issue. Maybe the mac menu support code is only in the standard VM and not yet integrated into Cog VM. Mariano: You should note the exact image (download location) here so Eliot can reproduce it.
Updates: Labels: -Milestone-1.2-DevImage Milestone-1.3 Milestone-1.3 Comment #3 on issue 3465 by marianopeck: Hundson OneClick: Does not show Mac menues http://code.google.com/p/pharo/issues/detail?id=3465 I move this to Pharo 1.3
Updates: Labels: -Milestone-1.3 -Milestone-1.3 Milestone-1.2-DevImage Comment #4 on issue 3465 by marcus.d...@gmail.com: Hundson OneClick: Does not show Mac menues http://code.google.com/p/pharo/issues/detail?id=3465 But the one-click of Hudson does not (yet) use cog.
Updates: Labels: -Milestone-1.2-DevImage Type-ReportDefect Comment #5 on issue 3465 by siguc...@gmail.com: Hundson OneClick: Does not show Mac menues http://code.google.com/p/pharo/issues/detail?id=3465 Note, this bug related to Cog VM only. AFAIK, an official Squeak VM works fine with menus (Squeak 4.2.4b1) This issue is not show stopper for releasing Pharo 1.2 , because its not related to Pharo itself, but to VM. And let me remind you that Cog currently are not officially supported VM, and there are no obligations from Pharo to make sure it works correctly under Cog VM. - removed from 1.2 milestone
participants (1)
-
pharo@googlecode.com