Hi!
I have installed NBOpenGL from http://smalltalkhub.com/#!/~PharoExtras/NBOpenGL
I have loaded Version 2.0 using the configuration
The method NBMacGlAPI>>glApiCall: fnSpec index: fnIndex attributes: attributes context: contextToRetry refers to the class NBCallFailureHandler, which is not existing
Apparently NBSTIvarLoader is also missing...
I guess ConfigurationOfNBOpenGL is not loading everything...
It would be nice to fix this.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On 8 June 2013 10:29, Stephan Eggermont <stephan(a)stack.nl> wrote:
> Thank you Igor,
>
> This allowed me to successfully load, debug & run SourceCity on an 10.6.8 Mac.
>
i just updated the config, to fix an issue when using in 3.0 image,
which miss ShortPointArray.
(but it is used only by my demo)
> Steps taken:
>> just tried in latest 2.0 image.
>>
>> Pharo2.0
>> Latest update: #20606
>>
>> Gofer new
>> smalltalkhubUser: 'PharoExtras' project: 'NBOpenGL';
>> package: 'ConfigurationOfNBOpenGL';
>> load.
>>
>> (ConfigurationOfNBOpenGL project version: '2.0') load
>>
>> GLTTRenderingDemo new openInWorld
>
> Load the individual SourceCity packages from smalltalkhub:
>
> SourceCity-Core
> SourceCity-Importer
> SourceCity-Layout
> SourceCity-Tools
>
> remove
> display bindRenderBuffers
> from
> SourceCityGLVizualisationBuilder>fillRenderingList:pickingMode:
> SourceCityGLVizualisationRenderer>render
>
> see it work:
> SourceCity exampleRpackage
>
> Next step: fix code & configuration
>
> Stephan
>
>
>
> On 7 jun 2013, at 23:34, Igor Stasenko wrote:
>
>> On 7 June 2013 21:07, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
>>> Hi!
>>>
>>> I have installed NBOpenGL from http://smalltalkhub.com/#!/~PharoExtras/NBOpenGL
>>> I have loaded Version 2.0 using the configuration
>>>
>>> The method NBMacGlAPI>>glApiCall: fnSpec index: fnIndex attributes: attributes context: contextToRetry refers to the class NBCallFailureHandler, which is not existing
>>>
>>> Apparently NBSTIvarLoader is also missing...
>>> I guess ConfigurationOfNBOpenGL is not loading everything...
>>> It would be nice to fix this.
>>
>> just tried in latest 2.0 image.
>>
>> Pharo2.0
>> Latest update: #20606
>>
>> Gofer new
>> smalltalkhubUser: 'PharoExtras' project: 'NBOpenGL';
>> package: 'ConfigurationOfNBOpenGL';
>> load.
>>
>> (ConfigurationOfNBOpenGL project version: '2.0') load
>>
>> GLTTRenderingDemo new openInWorld
>>
>> everything loads and works.
>> (it takes 5 minutes to load though... )
>>
>>>
>>> Cheers,
>>> Alexandre
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>> _______________________________________________
>> Moose-dev mailing list
>> Moose-dev(a)iam.unibe.ch
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
--
Best regards,
Igor Stasenko.
Hi,
I am on holidays for the next two weeks, and as a consequence, I will be less responsive. I am looking forward to a ton of new things to catch up with when I come back :).
Cheers,
Doru
--
www.tudorgirba.com
"We cannot reach the flow of things unless we let go."
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.8
New issue 946 by tu...(a)tudorgirba.com: MorphTreeMorph truncates labels
http://code.google.com/p/moose-technology/issues/detail?id=946
Here is how to reproduce:
1. Download a Moose 4.8 image
2. Install the moose fonts and theme:
MooseImageSetupCommandLineHandler new
installFonts;
installGLMWhitespaceTheme.
3. Open a GTInspector
Smalltalk explore
You will see that some letters appear on the next row (like sessio + n).
--
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
On 8 jun 2013, at 10:30, pharo-dev-request(a)lists.pharo.org wrote:
> display bindRenderBuffers
And they need to go in
fillRenderingList: anOpenGLList drawDependencies: aBuilding
too.
I was not successful in committing to smalltalkhub (500)
Stephan
Hi!
Milton, an excellent engineer from Object Profile, just produced the following:
Sunburst is a visualization particular efficient at visualizing hierarchical domain.
It naturally uses Athens.
We will show more at esug :-)
Milton & Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hello,
I have installed the package CollectionExtension to my Pharo3.0 image (i
have the latest image) but there is a test that it stopped working.
There is a bug in Collection>>includesAllOf:
if i do "#(#1 #2) includesAllOf: #(#1 #1)" it returns false.
Do i have to install something else?
I know that in the latest image of moose this bug was fix.
Thanks!
You can find an example in GLMBasicExamples>>tableWithCustomWidth
Doru
On Fri, Jun 7, 2013 at 12:55 PM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
> Hi,
>
> I do not know where it should have been integrated from :).
>
> In any case, I added the method now.
>
> So, now you can
>
> Cheers,
> Doru
>
>
>
>
> On Jun 7, 2013, at 8:43 AM, Esteban Lorenzano <estebanlm(a)gmail.com> wrote:
>
> Hi,
>
> thats there since a bit more than a year ;)
> Take a look at GLMTableColumn>>#width and
> GLMMorphicListRenderer>>#treeMorphFor:and:
>
> the only thing that is missing is:
>
> GLMTablePresentation>>#column: aBlockOrString evaluated: aBlock width:
> aNumber
> self addColumn: (GLMTableColumn new
> title: aBlockOrString;
> computation: aBlock;
> width: aNumber;
> yourself)
>
> I do not know why that method was never integrated, btw :)
>
> Esteban
>
>
> On Jun 6, 2013, at 9:56 PM, Hernan Wilkinson <hernan.wilkinson(a)10pines.com>
> wrote:
>
> :-) I'll try to do it if I have time....
>
>
> On Thu, Jun 6, 2013 at 4:43 PM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
> Hi Hernan,
>
> Unfortunately, you cannot :(. But, it would be a nice addition if someone
> would add the capability :)
>
> Doru
>
>
> On Thu, Jun 6, 2013 at 8:56 PM, Hernan Wilkinson <
> hernan.wilkinson(a)gmail.com> wrote:
> Hi,
> I'm creating a table with two column using glamour and I want the first
> column size to be greater than the second one...in other words, how can I
> control the width of the columns in a table?
>
> Thanks!
> Hernan.
>
> --
> Hernán Wilkinson
> Agile Software Development, Teaching & Coaching
> Phone: +54 - 011 - 6091 - 3125
> Mobile: +54 - 911 - 4470 - 7207
> email: hernan.wilkinson(a)10Pines.com
> site: http://www.10Pines.com
> Address: Alem 693, Floor 5 B, Buenos Aires, Argentina
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
>
> --
> Hernán Wilkinson
> Agile Software Development, Teaching & Coaching
> Phone: +54 - 011 - 6091 - 3125
> Mobile: +54 - 911 - 4470 - 7207
> email: hernan.wilkinson(a)10Pines.com
> site: http://www.10Pines.com
> Address: Alem 693, Floor 5 B, Buenos Aires, Argentina
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> --
> www.tudorgirba.com
>
> "In a world where everything is moving ever faster,
> one might have better chances to win by moving slower."
>
>
>
>
--
www.tudorgirba.com
"Every thing has its own flow"