- Up arrow in R3RoassalExample>>#exampleSphereLayout ->MessageNotUnderstood:
KeyboardEvent>>direction
- R3RoassalExample examples (seemingly especially the "nice colors" ones)
intermittently crash the VM with "line 11: 58266 Abort trap: 6" to the
console (Mac 10.9.3)
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Roassal-3D-Bugs-was-Roassal-Easel-Red-X-of-Death-tp47…
Sent from the Moose mailing list archive at Nabble.com.
Hi,
Can you load Roassal2 in the recent Pharo4 (40226) ? I use this script:
Gofer new smalltalkhubUser: 'ObjectProfile'
project: 'Roassal2';
package: 'ConfigurationOfRoassal2';
load.
(Smalltalk at: #ConfigurationOfRoassal2) load.
And after a particular time, the image consume 100% of CPU, it does not do anything visible and I cannot stop it by (CMD+.).
Thank you for any comment,
Juraj
Hi guys
we will organize an official Pharo Sprint at Lille Friday 26 as
mentioned in the calendar http://pharo.org/contribute-events
Let us know if you plan to join. We will take care of the logistic :)
Stef
Hi,
I want to know if is possible to label the Edges in Roassal. For example, i
have two box and one Edges between both. I want put a text on this Edges.
Thanks
--
*ATREVI D. Fabrice*
*Master en Informatique A l'Institut de la Francophonie pour l'Informatique
(IFI/Hanoï)*
Hi,
I don’t know is there was already any discussion about this, but in vanilla Pharo when you right-click some entity in code, you get a browser, implementors or similar oren on it. In GTools a context menu pops up. Is browsing functionality re-mapped to some other shortcut, or just none uses it?
Uko
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1086 by ukodrag: Nonexistent MalCustomObjectTraverser referenced
https://code.google.com/p/moose-technology/issues/detail?id=1086
Object>>#deepGraph: from Moose-Algos-GraphObjectTraverser references
nonexistent MalCustomObjectTraverser
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
I've been working in a data acquisition scenario today and GToolkit proved
to be of immense help.
Working in the live application, looking around for data (including file
contents), and inspecting it all + live debugging is really a sweet
experience.
With CommandShell I may not have to leave the environment...
Phil
Hi!
Just to share the result of a 30 minutes coding session.
Charter has grown with a double bar charter.
| b |
b := RTDoubleBarBuilder new.
b points: RTSVGEntity withAllSubclasses.
b value1: #numberOfMethods.
b value2: #numberOfVariables.
b open
produces the following:
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi guys - I was really amazed by the advances I saw being made in Moose at ESUG and so I’ve downloaded the latest 2292 image (using Pharo Launcher) to give things a spin.
Can I first check that this is the image I should use? I checked out the stable 4.9 version - but it doesn’t seem to have the playground that I observed people using at ESUG and seemed slicker? I should also say that I don’t mind if its a bit wobbly, as I figure I might as well help test the latest version.
Assuming this is the right version - I notice that on OSX when I press Shift-Enter (to spotlight search code), it doesn’t give me any auto-completed items like it does in Pharo (e.g. Typing “Order” doesn’t start showing any classes). I noticed this was broken in a version I downloaded at ESUG as well, so I took the latest just to check.
Tim