Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1070 by damien.c...(a)gmail.com: Group 'UI' depends on PPBrowser
without loading it
http://code.google.com/p/moose-technology/issues/detail?id=1070
Execute this in Pharo 3:
(ConfigurationOfMoose project version: #development) load: 'UI'
Then you can't open the World menu anymore. PPBrowser is missing.
--
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
Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-5.0
New issue 1089 by tu...(a)tudorgirba.com: Roassal should export PNG
https://code.google.com/p/moose-technology/issues/detail?id=1089
We have a first draft of RTPNGExporter, but the problem is that it provides
only the visible part of the morph.
The problem is here:
exportToFile
PNGReadWriter
putForm: view view canvas morph imageForm
onFileNamed: self fileName
--
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
Status: New
Owner: ----
CC: chisvasi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-5.0
New issue 1096 by tu...(a)tudorgirba.com: Glamour Table presentation does not
have horizontal scrollbars
https://code.google.com/p/moose-technology/issues/detail?id=1096
Until we find a better way to provide access to the contents in wide tables
and lists, we have to re-enable the horizontal scrollbars
--
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
Hi,
We have gone through most of the Roassal problems, but we still have a
couple of issues left.
First, we need to be able to export to PNG. Right now, the implementation
exports only the visible part of the morph, but it should export the whole
canvas. Ideally, we should use the Athens ability of exporting PNGs:
https://code.google.com/p/moose-technology/issues/detail?id=1089
Then, we still have a couple of visualizations left to port:
PPParser>>visualizeStructureInGraphOn:
PPParser>>viewAllNamedParsersWithSelection:previewing:on:
Any takers?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-4.3 Component-Famix
Component-SmalltalkImporter
New issue 528 by jannik.l...(a)gmail.com: Remove Category Importer
http://code.google.com/p/moose-technology/issues/detail?id=528
With RPackage, Category importer is useless,
We should remove it.
They are some referecnes in examples in DSM.
Hello,
My project has a maven structure and inFamix generates the MSE file without
identifying the libraries and the types of java.lang.
The error persists even putting a lib folder in the root directory or the
libraries in the root directory.
I use Moose 5.0 and inFamix (inFusion_1.6.1). I use the following command:
inFamix -lang java -path c:\dev\workspace\sigest -mse sigest.mse
Here is a part of my MSE file:
How can I fix this?
[]'s
--
View this message in context: http://forum.world.st/inFamix-generates-the-MSE-file-without-identifying-th…
Sent from the Moose mailing list archive at Nabble.com.
Jan wrote:
>I do not understand,...is it supposed to be failure, or is it marked as failure so that we don't see the failures in a build?
It is not supposed to fail, but it has been doing for a long time.
>As long as I know, at least the Henry45 fails because of a missing PPContext object and this is definitely not expected...
No. It fails, and it then returns a nil PPContext. That is an additional problem.
Stephan
Hello.
I’m trying to use Force based layout to position some elements. I expected to get the image like this.
Using this code http://ws.stfx.eu/LACEUL5X6K1S <http://ws.stfx.eu/LACEUL5X6K1S> I got something different and I don’t know why.
It looks like all elements attract instead of repel each other. Does somebody know why it is like that?
Best regards,
Natalia