[Pharo-dev] Doubt in Pharo

2014-07-22 Thread Dokania, Harshit
Hello, I am creating an Object Relational Mapper in pharo using sqlite. While creating database I am using a dictionary for columns of Database. This gives me Keys as column name and values as Data type of those. So suppose Employee is the the table name, with ID->Integer, Name->Text, Salary->

[Pharo-dev] transformmorph and submorph bounds

2014-07-22 Thread Tudor Girba
Hi, In GTInspector we use a TransformMorph inside the pager morph. It works fine, but spawning completion from a text morph that is placed inside this transform morph, the completion morphs appears in the wrong place. The issue comes from submorphBounds apparently not being right (this is what th

Re: [Pharo-dev] TextMorph: No Emphasis?

2014-07-22 Thread Tudor Girba
Strange indeed. Rubric supports this well: (RubEditingArea new updateTextWith: (Text string: 'hi there' attribute: TextEmphasis underlined)) openInWindow. Cheers, Doru [image: Inline image 1] On Wed, Jul 23, 2014 at 6:23 AM, Sean P. DeNigris wrote: > I was surprised that the following does n

[Pharo-dev] TextMorph: No Emphasis?

2014-07-22 Thread Sean P. DeNigris
I was surprised that the following does not show an underline: (TextMorph new contents: (Text string: 'hi there' attribute: (TextEmphasis underlined))) openInHand. ... especially since the first line in TM's class comment is "TextMorphs support display of text with emphasis" Any ideas? p.s. the

Re: [Pharo-dev] Suspending a Process

2014-07-22 Thread Ben Coman
b...@openinworld.com wrote: I thought this might be interesting to learn, so I've gave it a go.  I  had some success at the end, but I'll give a progressive report. First I thought I'd try moving the update of StringMorph outside the worker-process using a Morph's #step method as foll

Re: [Pharo-dev] the basic image in the Zeroconf scripts

2014-07-22 Thread Esteban A. Maringolo
2014-07-22 19:38 GMT-03:00 p...@highoctane.be : > And without any buzz to it. > > Meh. I thought about "Base" but it's even shorter. Regards!

Re: [Pharo-dev] the basic image in the Zeroconf scripts

2014-07-22 Thread p...@highoctane.be
And without any buzz to it. Meh. Le 23 juil. 2014 00:03, "Esteban A. Maringolo" a écrit : > 2014-07-22 18:31 GMT-03:00 Sebastian Sastre >: > > Sound great! > > a very noncreative > > "minimal" > > +1 "minimal" > > Simple and to the point. > >

Re: [Pharo-dev] the basic image in the Zeroconf scripts

2014-07-22 Thread Esteban A. Maringolo
2014-07-22 18:31 GMT-03:00 Sebastian Sastre : > Sound great! > a very noncreative > "minimal" +1 "minimal" Simple and to the point.

Re: [Pharo-dev] the basic image in the Zeroconf scripts

2014-07-22 Thread Sebastian Sastre
Sound great! a very noncreative "minimal" is what I would expect for the smallest Pharo image I can find in the Internet sebastian o/ > On 22/07/2014, at 12:52, Pavel Krivanek wrote: > > Hi, > > the shrinked image [1] reached the state when it is able to eval code, accept > configurations

Re: [Pharo-dev] the basic image in the Zeroconf scripts

2014-07-22 Thread p...@highoctane.be
"Shrink" with a picture of Freud would be fun for an essential image with deep introspective abilities. Essence Essential Id Primal for sure the thing of being headless and able to load things on a base sounds kind of matching that theme. Phil Le 22 juil. 2014 18:52, "Nicolai Hess" a écrit :

Re: [Pharo-dev] RIP PackageInfo

2014-07-22 Thread Cédrick Béler
Muchas Felicidades / Félicitations (*) * Congratulations for this one :o) Can’t wait to get my head around Pharo again as the progress seems huge these days What I’ve just read with the EntreprisePharo stuff is exciting too… Thanks a lot, Cédrick Le 22 juil. 2014 à 16:53, Tudor Girba a é

Re: [Pharo-dev] WhatsUp from: 2014-07-21 until: 2014-07-31

2014-07-22 Thread Alexandre Bergel
Last week: Been working on the new edition of Deep into Pharo. Not much is left to do. Next week: Starting the book "Agile Visualization”. The website will soon be online :-) -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,

Re: [Pharo-dev] Suspending a Process

2014-07-22 Thread btc
I thought this might be interesting to learn, so I've gave it a go.  I  had some success at the end, but I'll give a progressive report. First I thought I'd try moving the update of StringMorph outside the worker-process using a Morph's #step method as follows... Morph subclass: #BackgroundWo

Re: [Pharo-dev] the basic image in the Zeroconf scripts

2014-07-22 Thread Nicolai Hess
2014-07-22 17:52 GMT+02:00 Pavel Krivanek : > Hi, > > the shrinked image [1] reached the state when it is able to eval code, > accept configurations via command line [2] etc. I think it is time to more > deeply join it with the Pharo release workflow to make it easier for people > to use it in the

Re: [Pharo-dev] First attempt at submitting a simple contribution

2014-07-22 Thread Nicolai Hess
2014-07-22 17:48 GMT+02:00 Tim Mackinnon : > Hi guys - I’ve tried to submit a very simple contribution for Pharo. I > followed the steps in the video about submitting on Fogbugz - although I > wonder if I missed a step by not asking for commit rights to the > Pharo40Inbox? As I already had a small

[Pharo-dev] the basic image in the Zeroconf scripts

2014-07-22 Thread Pavel Krivanek
Hi, the shrinked image [1] reached the state when it is able to eval code, accept configurations via command line [2] etc. I think it is time to more deeply join it with the Pharo release workflow to make it easier for people to use it in their projects and improve it. Would be nice to to test if

[Pharo-dev] First attempt at submitting a simple contribution

2014-07-22 Thread Tim Mackinnon
Hi guys - I’ve tried to submit a very simple contribution for Pharo. I followed the steps in the video about submitting on Fogbugz - although I wonder if I missed a step by not asking for commit rights to the Pharo40Inbox? As I already had a smalltalk hub account - it asked for that name and pa

Re: [Pharo-dev] WhatsUp from: 2014-07-21 until: 2014-07-31

2014-07-22 Thread Esteban A. Maringolo
2014-07-22 12:19 GMT-03:00 Paul DeBruicker : > Did you know it was already part of the JQueryWidgetBox package? > http://smalltalkhub.com/#!/~Seaside/JQueryWidgetBox > at least up to Full calendar version 1.6 ish. Yes I did. But I couldn't make it work. And I didn't want to build new softwar

Re: [Pharo-dev] WhatsUp from: 2014-07-21 until: 2014-07-31

2014-07-22 Thread Paul DeBruicker
Did you know it was already part of the JQueryWidgetBox package? http://smalltalkhub.com/#!/~Seaside/JQueryWidgetBox at least up to Full calendar version 1.6 ish. Esteban A. Maringolo wrote > 2014-07-21 2:00 GMT-03:00 < > seaside@.inria > >: >> Hi! We're sending this automatic emai

Re: [Pharo-dev] RIP PackageInfo

2014-07-22 Thread Tudor Girba
Yupeee! Thank you! Doru On Mon, Jul 21, 2014 at 3:53 PM, stepharo wrote: > Finally! Let us savor this moment. > Yes it was a boring but important task. > We have some other trolls to kill :) > > Stef > > > On 21/7/14 15:32, Esteban Lorenzano wrote: > >> Today I finally managed to accomplish th

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Sean P. DeNigris
Clara Allende wrote > Finally the metaLink-based breakpoints are "ready"... All sounds very exciting! Thank you!! - Cheers, Sean -- View this message in context: http://forum.world.st/SmartBreakpoints-alpha-release-tp4769266p4769371.html Sent from the Pharo Smalltalk Developers mailing lis

Re: [Pharo-dev] WhatsUp from: 2014-07-21 until: 2014-07-31

2014-07-22 Thread Sean P. DeNigris
Esteban A. Maringolo wrote > Successfully integrated FullCalendar... within Pharo Cool :) - Cheers, Sean -- View this message in context: http://forum.world.st/WhatsUp-from-2014-07-21-until-2014-07-31-tp4768945p4769369.html Sent from the Pharo Smalltalk Developers mailing list archive at N

Re: [Pharo-dev] RIP PackageInfo

2014-07-22 Thread Sean P. DeNigris
Max Leske wrote > whoop whoop! +1 :) - Cheers, Sean -- View this message in context: http://forum.world.st/RIP-PackageInfo-tp4769085p4769368.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Clara Allende
Fixed! Thanks for the feedback (and for spotting my bugs ^^) 2014-07-22 15:28 GMT+02:00 Clara Allende : > Wow :O > Ok, I will investigate it. > > > 2014-07-22 15:23 GMT+02:00 Nicolai Hess : > > Yes, this works now. >> >> >> But I just found out, that a methods version list is empty after adding

[Pharo-dev] [pharo-project/pharo-core] f357ce: 40115

2014-07-22 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: f357ceecd7294ab27f3af5569c580ab70e3f2e87 https://github.com/pharo-project/pharo-core/commit/f357ceecd7294ab27f3af5569c580ab70e3f2e87 Author: Jenkins Build Server Date: 2014-07-22 (Tue, 22 Jul 2014

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

2014-07-22 Thread GitHub
Branch: refs/tags/40115 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Clara Allende
Wow :O Ok, I will investigate it. 2014-07-22 15:23 GMT+02:00 Nicolai Hess : > Yes, this works now. > > > But I just found out, that a methods version list is empty after adding a > break point. > Just go to a method (for example FileList>>initialize). Show the version > of this methdo. > Add a

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Nicolai Hess
Yes, this works now. But I just found out, that a methods version list is empty after adding a break point. Just go to a method (for example FileList>>initialize). Show the version of this methdo. Add a break point. Now the version list is empty. 2014-07-22 14:53 GMT+02:00 Clara Allende : >

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Clara Allende
Ok, same that I did :) So I've spotted this one: I was using an old version of Spec-Debugger, which uses a deprecated method. Can you try again now? I've just commited the fix and updated the configuration. Thanks again :D 2014-07-22 14:40 GMT+02:00 Nicolai Hess : > No real use case, I just re

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Tudor Girba
First of all: Excellent job! About the editor: I would indeed suggest adopting Rubric as a solution for now (until the new Text widget comes around). We use it extensively in GT and I can attest that it is better than PluggableTextMorph. Doru On Tue, Jul 22, 2014 at 2:05 PM, Marcus Denker wrot

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Nicolai Hess
No real use case, I just read your blog entry, installed your package and choosed a random method and add a breakpoint :) 2014-07-22 14:32 GMT+02:00 Clara Allende : > I have downloaded a new fresh image (40114) and I get a deprecation > warning. So I will check it out, but could you tell me

Re: [Pharo-dev] future of Nautilus (the non package tree version)

2014-07-22 Thread Nicolai Hess
2014-07-22 14:28 GMT+02:00 Esteban Lorenzano : > > On 22 Jul 2014, at 14:26, Nicolai Hess wrote: > > From time to time it happens that we introduce bugs in the "old" Nautilus > browser if we do changes for the default browser (PackageTreeNautilus) > For example: > 13640

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Clara Allende
I have downloaded a new fresh image (40114) and I get a deprecation warning. So I will check it out, but could you tell me your use case as well (maybe send me an email so we don't spam the list)? Thanks! 2014-07-22 14:23 GMT+02:00 Clara Allende : > Weird, I tried loading it in 40111 and it was

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Nicolai Hess
2014-07-22 14:23 GMT+02:00 Clara Allende : > Weird, I tried loading it in 40111 and it was working. > Was it a fresh image? > Yes, the deprecation warning is: ToolRegistry>>userManager has been deprecated. > > > 2014-07-22 14:16 GMT+02:00 Nicolai Hess : > > The current version from >> Gofer i

Re: [Pharo-dev] future of Nautilus (the non package tree version)

2014-07-22 Thread Esteban Lorenzano
On 22 Jul 2014, at 14:26, Nicolai Hess wrote: > From time to time it happens that we introduce bugs in the "old" Nautilus > browser if we do changes for the default browser (PackageTreeNautilus) > For example: > 13640 > no menu on package pane in Nautilus (the non package tree nautilus) > > Is

[Pharo-dev] future of Nautilus (the non package tree version)

2014-07-22 Thread Nicolai Hess
>From time to time it happens that we introduce bugs in the "old" Nautilus browser if we do changes for the default browser (PackageTreeNautilus) For example: 13640 no menu on package pane in Nautilus (the non package tree nautilus) Is a working "old"

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Clara Allende
Weird, I tried loading it in 40111 and it was working. Was it a fresh image? 2014-07-22 14:16 GMT+02:00 Nicolai Hess : > The current version from > Gofer it > smalltalkhubUser: 'ClaraAllende' project: 'SmartBreakpoints'; > configurationOf: 'SmartBreakpoints'; > loadStable . > > raise

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Nicolai Hess
The current version from Gofer it smalltalkhubUser: 'ClaraAllende' project: 'SmartBreakpoints'; configurationOf: 'SmartBreakpoints'; loadStable . raises some deprecation warnings and missing classOrMetaClass selector with pharo 40111 can you put a link on your blog for a working pharo

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Marcus Denker
On 22 Jul 2014, at 13:57, stepharo wrote: > > On 22/7/14 10:41, Clara Allende wrote: >> Hi guys! >> Finally the metaLink-based breakpoints are "ready". I have made some >> explanations on my blog, but basically now you have the option "break here" >> in SmartSuggestions menu. >> So it's stil

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread stepharo
On 22/7/14 10:41, Clara Allende wrote: Hi guys! Finally the metaLink-based breakpoints are "ready". I have made some explanations on my blog , but basically now you have the option "break here" in SmartSuggesti

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Marcus Denker
On 22 Jul 2014, at 10:41, Clara Allende wrote: > Hi guys! > Finally the metaLink-based breakpoints are "ready". I have made some > explanations on my blog, but basically now you have the option "break here" > in SmartSuggestions menu. > So it's still experimental, and even though I have some

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

2014-07-22 Thread GitHub
Branch: refs/tags/40114 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 73be77: 40114

2014-07-22 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 73be77d747679c87bceacf48434fc66f9df1f589 https://github.com/pharo-project/pharo-core/commit/73be77d747679c87bceacf48434fc66f9df1f589 Author: Jenkins Build Server Date: 2014-07-22 (Tue, 22 Jul 2014

Re: [Pharo-dev] Updated DrGeo page on wikipedia

2014-07-22 Thread Nicolai Hess
2014-07-22 9:44 GMT+02:00 kilon alios : > Why this guilty ? who is better to talk about a software than its best > contributor or one of the best / most active contributors ? > > Been biased is a choice. You can choose to be biased , which means > letting your emotions overcome your reasoning. Th

Re: [Pharo-dev] we need you on http://pharo.org/about

2014-07-22 Thread Esteban Lorenzano
before we start a infinite thread: do not reply here. send me a 70x70 photo instead. thanks, Esteban ps: there is no “great contributors”, just all of us, doing our best :) On 22 Jul 2014, at 10:54, Serge Stinckwich wrote: > Yes, if you can add me also ;-) > Maybe not a great contributors

Re: [Pharo-dev] we need you on http://pharo.org/about

2014-07-22 Thread Serge Stinckwich
Yes, if you can add me also ;-) Maybe not a great contributors on Pharo-core, but I contribute some tests, bug reports. Regards, On Tue, Jul 22, 2014 at 10:16 AM, stepharo wrote: > hi > > Are you on http://pharo.org/about? if not please do it because this is so > great to > see all the pharo con

[Pharo-dev] SmartBreakpoints alpha release

2014-07-22 Thread Clara Allende
Hi guys! Finally the metaLink-based breakpoints are "ready". I have made some explanations on my blog , but basically now you have the option "break here" in SmartSuggestions menu. So it's still experimental, and eve

Re: [Pharo-dev] we need you on http://pharo.org/about

2014-07-22 Thread Max Leske
On 22.07.2014, at 10:27, Andrei Chis wrote: > I am missing :) We’ll organize a search party! :p > > > Cheers, > Andrei > > > On Tue, Jul 22, 2014 at 10:16 AM, stepharo wrote: > hi > > Are you on http://pharo.org/about? if not please do it because this is so > great to > see all the phar

Re: [Pharo-dev] we need you on http://pharo.org/about

2014-07-22 Thread Andrei Chis
I am missing :) Cheers, Andrei On Tue, Jul 22, 2014 at 10:16 AM, stepharo wrote: > hi > > Are you on http://pharo.org/about? if not please do it because this is so > great to > see all the pharo contributors. > > Stef > > >

[Pharo-dev] we need you on http://pharo.org/about

2014-07-22 Thread stepharo
hi Are you on http://pharo.org/about? if not please do it because this is so great to see all the pharo contributors. Stef

[Pharo-dev] [pharo-project/pharo-core] e53ecd: 40113

2014-07-22 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: e53ecdad0eef782cafa315194cde13a7b2e68d58 https://github.com/pharo-project/pharo-core/commit/e53ecdad0eef782cafa315194cde13a7b2e68d58 Author: Jenkins Build Server Date: 2014-07-22 (Tue, 22 Jul 2014

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

2014-07-22 Thread GitHub
Branch: refs/tags/40113 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] How to close all inspector windows ?

2014-07-22 Thread kilon alios
Thanks Ben , I will try to give it a look to see if I can fix this. Limiting the size of the bar to its default look and adding a spinner is probably the best choice. But I don't promise anything , I usually fail to understand the deep internals of Pharo , especially Morphic. On Mon, Jul 21, 2014

Re: [Pharo-dev] Updated DrGeo page on wikipedia

2014-07-22 Thread kilon alios
Why this guilty ? who is better to talk about a software than its best contributor or one of the best / most active contributors ? Been biased is a choice. You can choose to be biased , which means letting your emotions overcome your reasoning. The fact that you are the author of the project does

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

2014-07-22 Thread GitHub
Branch: refs/tags/40112 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] ba1fbb: 40112

2014-07-22 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: ba1fbb36ed0017efaeb26d6c7edfa3656d1734fb https://github.com/pharo-project/pharo-core/commit/ba1fbb36ed0017efaeb26d6c7edfa3656d1734fb Author: Jenkins Build Server Date: 2014-07-22 (Tue, 22 Jul 2014

Re: [Pharo-dev] Updated DrGeo page on wikipedia

2014-07-22 Thread stepharo
I got the same feeling about Pharo :) Stef On 22/7/14 06:29, Hilaire wrote: Hi, I finally decided to update myself the Dr. Geo wikipedia page, although I don't really like doing so, as the author I may not have the appropriate neutral tone needed for wikipedia articles. Anyway I was sick to