With both MOOSE 4.6 release and 4.7 dev the number of available fonts seems to be limited to DejaVu Sans, and Accuny in 4.6. How do I load system truetype fonts? Is this related to one of the 1.4 bugs?
Stephan
Hi,
today I deliver a moose one-click image downloaded from the moose ci and
the vm was crashing on start. the OS was Windows 7 64-bit.
Any idea / know problem?
Cheers,
Fabrizio
Guillermo wrote:
>It is a really great idea since stackoverflow is searchable on google,
>therefore people can find answers easily.
For that the mailing list works just as well.
>Besides one feature of stackoverflow is that answers get voted on by users,
>therefore the most popular answers bubble up naturally.
That is no longer the case. The first year that worked pretty well, but
if you take a look at more current questions you'll see that Stackoverflow
is basically dying. The gamification is no longer working. Quality of the
questions is getting pretty bad: very detailed questions with less and less
relevance. The refusal to deal with questions relevant for software and
team development is also not helping.
Another point is that often popular answers are simply wrong. There is a very
large cargo culture visible. Just take a look at the OODB questions.
It is a pity that nobody tried to visualize the number of answers, votes
and comments the questions get over time, and the size of the different
communities.
It's not that I don't like the format, or the gamification. In our Seaside/
smalltalk workshop we use an example that looks a lot like it.
Stephan
Status: New
Owner: ----
CC: chisvasi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 864 by tu...(a)tudorgirba.com: Updating a browser should preserve
the visual selection in morphic
http://code.google.com/p/moose-technology/issues/detail?id=864
The following snippet should work.
browser := GLMFinder new.
browser show: [ :a | a list ].
browser openOn: ($a to: $d).
browser panes first presentations selection: $b.
browser update.
And at the end $b should continue to be selected.
Hi!
Some asked for this on some point.
A new event is generated every 100 nodes that are layouted:
-=-=-=-=-=-=-=-=-=-=-=-=
| view rawView statusBar |
rawView := ROView new.
view := ROMondrianViewBuilder view: rawView.
"-------------"
"-------------"
statusBar := ROElement new + ROLabel + ROBox white.
view stack add: statusBar.
statusBar translateTo: 0 @ 480.
view interaction on: ROMouseEnter do: [ :event |
statusBar model: event element model.
].
view shape rectangle size: 10.
view nodes: (1 to: 1500).
view horizontalLineLayout
on: ROLayoutStep do: [ :evt |
statusBar model: evt currentIteration printString, ' / ', evt maxInterations printString.
World doOneCycleNow.
view raw signalUpdate.
].
"-------------"
"-------------"
"Below is the initiation of the menu and opening the visualization"
ROEaselMorphic new populateMenuOn: view.
view open
-=-=-=-=-=-=-=-=-=-=-=-=
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: ----
CC: anquetil...(a)gmail.com, eitch...(a)gmail.com
Labels: Type-Defect Priority-Medium Maintainability Milestone-4.7
New issue 866 by tu...(a)tudorgirba.com: MalKontractorTest should be moved
into Moose-Tests-Algos-Kontractor
http://code.google.com/p/moose-technology/issues/detail?id=866
Right now it resides in the same package as the implementation.
Status: New
Owner: ----
CC: esteba...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 799 by tudor.gi...(a)gmail.com: Editing code in Glamour must be
faster
http://code.google.com/p/moose-technology/issues/detail?id=799
Launch the following browser, and then try to type more code. It is dead
slow. Using the same fragment in the workspace is fast. This means that we
are probably using the PluggableTextMorph in a wrong way. The problem
appeared since Pharo 1.4.
GLMWrapper new
show: [:a | a text ];
openOn: 'GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.'