[Pharo-users] Pharo 3.0: Settings browser
Dear all, i am missing the fields and file-dialogs for "Logo image file name" and for "Desktop background image file name" in the Appearance Section. Looks like a bug. I can open a ticket. BW, Volkert
Re: [Pharo-users] Pharo 3.0: Settings browser
On 17 May 2014, at 10:39, volk...@nivoba.de wrote: > Dear all, > > i am missing the fields and file-dialogs for "Logo image file name" and for > "Desktop background image file name" in > the Appearance Section. > > Looks like a bug. I can open a ticket. it is. Please can you open bug report? thanks, Esteban > > BW, > Volkert > > >
Re: [Pharo-users] Pharo 3.0: Settings browser
Am 17.05.2014 10:58, schrieb Esteban Lorenzano: On 17 May 2014, at 10:39, volk...@nivoba.de wrote: Dear all, i am missing the fields and file-dialogs for "Logo image file name" and for "Desktop background image file name" in the Appearance Section. Looks like a bug. I can open a ticket. it is. Please can you open bug report? thanks, Esteban Done BW, Volkert
Re: [Pharo-users] Pharo3, what refactoring in morph mouse event?
Just for the record. This problem was not related to mouse event, but to the AthensWrapMorph; now it needs a layout to properly install its child morph (it was the not the case previously) Le 11/05/2014 10:26, Hilaire Fernandes a écrit : > Indeed, I tracked the changes done to Morph and PasteUpMorph since last > September and I did not see any possible related changes. > Now I should look at the StandardWindow as the DrGeo canvas is a > pasteupmoprh plugged in a StandardWindow. > > Thanks > > Hilaire -- Dr. Geo http://drgeo.eu
[Pharo-users] Scroll wheel handling in Pharo 3.0
I have a puzzle in using the scroll wheel in Pharo 3.0. Lately I have been playing with Moose 4.8, which I think is Pharo 2.0 plus some extras, and with a fresh download of Pharo 3.0. In the Moose image, if I open a system browser, for example, I find that the scroll wheel will scroll whichever pane the cursor is in. In Pharo 3.0, it is necessary to make a pane active, by clicking in it, before it can be scrolled. I find the first possibility more convenient; for example, if I click in the categories pane to make it active, it almost always has the effect of making a selection from among the visible categories, which is not what I want. Is there any easy way of fixing the Pharo 3 image so that it will have the effect of scrolling the pane - or the window - which contains the cursor? I have searched the settings browser headings, but I could not find anything that looked relevant. Some years ago, I poked into the innards of Dolphin Smalltalk and tweaked it to produce the effect I want. It was not a major change, so it might be educational for me to try the same trick in Pharo. Still, as there is a version that does what I want, I thought I would ask if it can be done just by changing a setting. Thanks for any advice Peter Kenny
Re: [Pharo-users] Slots
So Pharo 3 is out, slots are listed in changelog, but how to use them? Any examples (those in paper don't work)? -- View this message in context: http://forum.world.st/Slots-tp4679183p4759385.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Re: [Pharo-users] Slots
+1 on the question actually, I think it may help with some hacky stuff that I am doing right now for my research :-) On May 17, 2014, at 5:10 PM, webwarrior wrote: > So Pharo 3 is out, slots are listed in changelog, but how to use them? Any > examples (those in paper don't work)? > > > > -- > View this message in context: > http://forum.world.st/Slots-tp4679183p4759385.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > ---> Save our in-boxes! http://emailcharter.org <--- Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile
Re: [Pharo-users] Scroll wheel handling in Pharo 3.0
The mouse wheel event is not really good and we planned to addressed it but the planned and allocated resources left and we lost the money. So we will have to schedule it again. On 17/5/14 18:00, PBK Research wrote: I have a puzzle in using the scroll wheel in Pharo 3.0. Lately I have been playing with Moose 4.8, which I think is Pharo 2.0 plus some extras, and with a fresh download of Pharo 3.0. In the Moose image, if I open a system browser, for example, I find that the scroll wheel will scroll whichever pane the cursor is in. In Pharo 3.0, it is necessary to make a pane active, by clicking in it, before it can be scrolled. I find the first possibility more convenient; for example, if I click in the categories pane to make it active, it almost always has the effect of making a selection from among the visible categories, which is not what I want. Is there any easy way of fixing the Pharo 3 image so that it will have the effect of scrolling the pane - or the window - which contains the cursor? I have searched the settings browser headings, but I could not find anything that looked relevant. Some years ago, I poked into the innards of Dolphin Smalltalk and tweaked it to produce the effect I want. It was not a major change, so it might be educational for me to try the same trick in Pharo. Yes and remember that Pharo is not ours but yours. Stef Still, as there is a version that does what I want, I thought I would ask if it can be done just by changing a setting. Thanks for any advice Peter Kenny