Re: [Pharo-dev] problem while parsing xml

2013-12-26 Thread Hernán Morales Durand
I am not sure because XML changed a lot, but this method entityURIFromRelative: aRelativeUri andBase: aBaseUri ^ ((self httpClient beginsWithSupportedURLProtocol: aRelativeUri) ifTrue: [self httpClient] ifFalse: [self fileClient]) combineRelative: aRelativeUri

Re: [Pharo-dev] Nautilus: tab key change focus

2013-12-26 Thread GOUBIER Thierry
Have you tried Ctrl+Tab in the filter? I remember that text fields would catch the tab for themselves, and probably shift+tab as well, but we could force that filter to switch by using an onKeyCombination: Character tab asKeyCombination do: [ "setFocusToPackageListMorph" ] on the filter. With t

Re: [Pharo-dev] float printing glitch?

2013-12-26 Thread Nicolas Cellier
2013/12/26 Sven Van Caekenberghe > I’ll have a look, but I don’t like the extra > Stream>>#print:maxDecimalPlaces: method, there are too many already and it > does not bring any additional functionality. > Feel free to skip it, it's not absolutely necessary. > > On 26 Dec 2013, at 16:46, Stéph

Re: [Pharo-dev] [OT]: Looking for Bill Schwab

2013-12-26 Thread Sven Van Caekenberghe
That is indeed really sad to hear and a bit shocking that we only learn about this now. On 26 Dec 2013, at 16:22, b...@openinworld.com wrote: > Esteban A. Maringolo wrote: >> 2013/12/26 Sean P. DeNigris >> : >> >> >>> I sent a message through Nabble to the address at anest.ufl.edu, which wa

Re: [Pharo-dev] float printing glitch?

2013-12-26 Thread Sven Van Caekenberghe
I’ll have a look, but I don’t like the extra Stream>>#print:maxDecimalPlaces: method, there are too many already and it does not bring any additional functionality. On 26 Dec 2013, at 16:46, Stéphane Ducasse wrote: > > On 25 Dec 2013, at 23:56, Nicolas Cellier > wrote: > >> >> 2013/12/25

Re: [Pharo-dev] Relation tower is coming for Roassal

2013-12-26 Thread Hernán Morales Durand
Hi Tudor, Thanks for the clarification. Can you comment or point a link for the mechanism to transform my data for Roassal? Because if you want to visualize big data like population or association studies input is sometimes millions of rows. Of course I am not asking you to write my parsers :) Che

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-26 Thread Esteban Lorenzano
On 26 Dec 2013, at 16:44, Stéphane Ducasse wrote: > This sounds really exciting :) > >> That sounds very interesting. I dream of a virtual world environment such as >> Second Life, highly dynamic and completely open source. > > Croquet was going in that direction and this is good to improve t

Re: [Pharo-dev] Relation tower is coming for Roassal

2013-12-26 Thread Tudor Girba
Hi Hernán, The input should be independent from the visualization engine. Roassal offers you a way of transforming your objects into a visualization and it should not be responsible for the input formats. Cheers, Doru On Thu, Dec 26, 2013 at 9:28 PM, Hernán Morales Durand < hernan.mora...@gmail

Re: [Pharo-dev] Relation tower is coming for Roassal

2013-12-26 Thread Hernán Morales Durand
Hi Alexandre and Ricardo, I am glad to see your advances in Roassal visualization! I wonder which input formats do you plan to support? Your relation tower can be used to visualize the crossover percentages between haplotype blocks. For example, here are some Haplotypes drawings from Haploview (h

Re: [Pharo-dev] Nautilus: tab key change focus

2013-12-26 Thread Juraj Kubelka
Hi Thierry, thank you. Actually I have started with an issue with package filter input. When it has a focus, there is no way to change a focus with key press. Like tab, or down arrow key, or anything. And I also find out the tab order is strange. When package list has focus, tab change focus to

Re: [Pharo-dev] Nautilus: tab key change focus

2013-12-26 Thread GOUBIER Thierry
Hi Jura, it's implemented at the Morphic level; it follow the chain of owners / submorphs and should correctly tab to all morphs in the window, except when going through text fields which will catch the tab for themselves (but Ctrl+tab should work). To change the order, you may have a look at

Re: [Pharo-dev] [OT]: Looking for Bill Schwab

2013-12-26 Thread Sean P. DeNigris
Ben Coman wrote > It would seem there is unfortunate news. > http://www.legacy.com/obituaries/gainesville/obituary.aspx?pid=159883187 Thank you. It's a bit shocking that it happened a year ago. I figured he was off hacking and would come back to show us something cool :) I will miss his valuable

[Pharo-dev] [pharo-project/pharo-core] c6adb0: 30663

2013-12-26 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: c6adb033b0a42acbfe45195541a3de56f5814a9b https://github.com/pharo-project/pharo-core/commit/c6adb033b0a42acbfe45195541a3de56f5814a9b Author: Jenkins Build Server Date: 2013-12-26 (Thu, 26 Dec 2013

[Pharo-dev] [pharo-project/pharo-core]

2013-12-26 Thread GitHub
Branch: refs/tags/30663 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] MessageBrowser doesn't play well with RGCommentDefinition as search results

2013-12-26 Thread Nicolai Hess
Hi, I am about to file in a whole bunch of issues regarding MessageBrowser. All are related to search result of the kind RGCommentDefinition. These are collected by SystemNavigation or doing a search: "class comments with it" or "method source with it". Most of you may not recognize these bugs, a

Re: [Pharo-dev] [OT]: Looking for Bill Schwab

2013-12-26 Thread Sebastian Sastre
Indeed, I have pleasant memories of the Dolphin Smalltalk days and his comments on the list He did many cool things On Dec 26, 2013, at 1:57 PM, Stéphane Ducasse wrote: > Thanks. This is surprising, he was really young and this is sad. > > Stef > > I used to enjoy Bill's perspective on

[Pharo-dev] Nautilus: tab key change focus

2013-12-26 Thread Juraj Kubelka
Hi, Can someone give me any glue how tab-key-order and handling works in Nautilus? I am trying to fix the tab order in Nautilus but I do not see how it is implemented. Thanks, Jura

Re: [Pharo-dev] [OT]: Looking for Bill Schwab

2013-12-26 Thread Stéphane Ducasse
Thanks. This is surprising, he was really young and this is sad. Stef I used to enjoy Bill's perspective on things coming to Pharo from Dolphin. It would seem there is unfortunate news. > http://www.legacy.com/obituaries/gainesville/obituary.aspx?pid=159883187 > > Wilhelm "Bill" K. Schwab Ph.

Re: [Pharo-dev] PackageTreeNautilus (undestroyable?)

2013-12-26 Thread Stéphane Ducasse
https://pharo.fogbugz.com/default.asp?12513 On 19 Dec 2013, at 22:25, Nicolai Hess wrote: > Hi, > > I recently noticed a awful big number of Announcer instances (thousends). > I traced them back to PackageTreeNautilus. I closed the unsaved image > and reopened pharo. > I couldn't reproduce th

Re: [Pharo-dev] [squeak-dev] Re: Why Color rgb components are on 10 bits?

2013-12-26 Thread Stéphane Ducasse
> > Thanks for the discussion. Now do you have an idea about the speed gain? > > Absolutely no idea. > BitBlt is rich enough (color maps or direct color components, depths, > endianness) to make this unpredictable by simply analyzing sender chain in > source code (it's too deep and convoluted)

Re: [Pharo-dev] float printing glitch?

2013-12-26 Thread Stéphane Ducasse
On 25 Dec 2013, at 23:56, Nicolas Cellier wrote: > > 2013/12/25 Nicolas Cellier > > 2013/12/25 Stéphane Ducasse > thanks nicolas. > I will give a try. > > > I just made a quick pass in Squeak, analyzed senders of roundTo: and modified > a few whose sole intention was printing. > This nee

Re: [Pharo-dev] float printing glitch?

2013-12-26 Thread Stéphane Ducasse
On 25 Dec 2013, at 23:39, Nicolas Cellier wrote: > > 2013/12/25 Stéphane Ducasse > thanks nicolas. > I will give a try. > > > I just made a quick pass in Squeak, analyzed senders of roundTo: and modified > a few whose sole intention was printing. > This need to be redone in Pharo. If you

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-26 Thread Stéphane Ducasse
This sounds really exciting :) > That sounds very interesting. I dream of a virtual world environment such as > Second Life, highly dynamic and completely open source. Croquet was going in that direction and this is good to improve the infrastructure of Pharo in that direction. Better interacti

Re: [Pharo-dev] [OT]: Looking for Bill Schwab

2013-12-26 Thread btc
Esteban A. Maringolo wrote: 2013/12/26 Sean P. DeNigris : I sent a message through Nabble to the address at anest.ufl.edu, which was returned "The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem

Re: [Pharo-dev] Fogbugz new milestones

2013-12-26 Thread Marcus Denker
On 26 Dec 2013, at 15:37, Ben Coman wrote: > With the code freeze for Pharo 3.0 and potentially the milestone on some more > invasive Fogbugz cases being pushed back, probably its better to set most of > those to Pharo 4.0 or 3.1 rather than just 'later' and losing them among the > historical

[Pharo-dev] [pharo-project/pharo-core]

2013-12-26 Thread GitHub
Branch: refs/tags/30662 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] bb8477: 30662

2013-12-26 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: bb84775086e4ba25cbb798ea59d64c818f03349c https://github.com/pharo-project/pharo-core/commit/bb84775086e4ba25cbb798ea59d64c818f03349c Author: Jenkins Build Server Date: 2013-12-26 (Thu, 26 Dec 2013

Re: [Pharo-dev] [OT]: Looking for Bill Schwab

2013-12-26 Thread Esteban A. Maringolo
2013/12/26 Sean P. DeNigris : > I sent a message through Nabble to the address at anest.ufl.edu, which was > returned "The e-mail address you entered couldn't be found. Please check the > recipient's e-mail address and try to resend the message. If the problem > continues, please contact your helpd

[Pharo-dev] [OT]: Looking for Bill Schwab

2013-12-26 Thread Sean P. DeNigris
I sent a message through Nabble to the address at anest.ufl.edu, which was returned "The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk." - Cheers, Sean -- View th

Re: [Pharo-dev] Easy issue to fix: 12063

2013-12-26 Thread btc
Stéphane Ducasse wrote: \That wasn't a report of a bug. It was just tracking my progress as I tried to understand it - but point taken - it is easier for reviewers if there is not too much irrelevant details.  btw, What do you think about Finder > Search > Source   being inclusiv

[Pharo-dev] Fogbugz new milestones

2013-12-26 Thread Ben Coman
With the code freeze for Pharo 3.0 and potentially the milestone on some more invasive Fogbugz cases being pushed back, probably its better to set most of those to Pharo 4.0 or 3.1 rather than just 'later' and losing them among the historical ones carried forward from the old issue tracker (eve

[Pharo-dev] [pharo-project/pharo-core]

2013-12-26 Thread GitHub
Branch: refs/tags/30661 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] b223be: 30661

2013-12-26 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: b223be7b30edcf6a35dfa043fb1a4b66e750fdb4 https://github.com/pharo-project/pharo-core/commit/b223be7b30edcf6a35dfa043fb1a4b66e750fdb4 Author: Jenkins Build Server Date: 2013-12-26 (Thu, 26 Dec 2013

[Pharo-dev] [pharo-project/pharo-core]

2013-12-26 Thread GitHub
Branch: refs/tags/30660 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 2df65c: 30660

2013-12-26 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 2df65cb8b1b6cb3946da8d165098080449e3d5dd https://github.com/pharo-project/pharo-core/commit/2df65cb8b1b6cb3946da8d165098080449e3d5dd Author: Jenkins Build Server Date: 2013-12-26 (Thu, 26 Dec 2013

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-26 Thread Denis Kudriashov
2013/12/26 Ronie Salgado > Stef > > That sounds very interesting. I dream of a virtual world environment such > as Second Life, highly dynamic and completely open source. What about Croquet?

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-26 Thread Alexandre Bergel
Thanks Ronie for these explanation Alexandre On Dec 26, 2013, at 7:52 AM, Ronie Salgado wrote: > Alex, > > libSDL and libSDL2 are low-level multi-media libraries designed for games. > Those libraries are best suited for basic pixel blitting, some lines and rect > in a cross platform way. Bo

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-26 Thread Igor Stasenko
On 26 December 2013 07:52, Ronie Salgado wrote: > Alex, > > libSDL and libSDL2 are low-level multi-media libraries designed for games. > Those libraries are best suited for basic pixel blitting, some lines and > rect in a cross platform way. Both libraries allows you to use a custom > software re