[Pharo-project] Bigger cursor
Or directly try: "CursorWithAlpha biggerNormal showWhile:[Sensor waitButton]" Look at the method #biggerNormal how to encode an own. -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone
I am assuming that Hilaire means the mouse-pointer-cursor, rather than, say, the text insertion point, of course ;-) Likely a correct assuption I think. Regards, Gary ----- Original Message ----- From: "Torsten Bergmann" <astares@gmx.de> To: <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 07, 2011 4:34 PM Subject: [Pharo-project] Bigger cursor
Or directly try:
"CursorWithAlpha biggerNormal showWhile:[Sensor waitButton]"
Look at the method #biggerNormal how to encode an own.
-- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone
I wonder why there is no immediate response when a button is pressed... (Windows VM, at least). Not down to the #waitButton, as far as I can tell. Perhaps the event loop is being partially starved by the delay, quite odd. Regards, Gary ----- Original Message ----- From: "Torsten Bergmann" <astares@gmx.de> To: <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 07, 2011 4:34 PM Subject: [Pharo-project] Bigger cursor
Or directly try:
"CursorWithAlpha biggerNormal showWhile:[Sensor waitButton]"
Look at the method #biggerNormal how to encode an own.
-- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone
Me I have a primitive fail on linux Other can confirm? Hilaire Le 07/03/2011 17:48, Gary Chambers a écrit :
I wonder why there is no immediate response when a button is pressed... (Windows VM, at least).
Not down to the #waitButton, as far as I can tell. Perhaps the event loop is being partially starved by the delay, quite odd.
Regards, Gary
----- Original Message ----- From: "Torsten Bergmann" <astares@gmx.de> To: <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 07, 2011 4:34 PM Subject: [Pharo-project] Bigger cursor
Or directly try:
"CursorWithAlpha biggerNormal showWhile:[Sensor waitButton]"
Look at the method #biggerNormal how to encode an own.
-- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone
-- Education 0.2 -- http://blog.ofset.org/hilaire
Ditto on our Pharo1.2 MBagger deployment... Regards, Gary ----- Original Message ----- From: "Hilaire Fernandes" <hilaire.fernandes@gmail.com> To: <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 07, 2011 5:00 PM Subject: Re: [Pharo-project] Bigger cursor
Me I have a primitive fail on linux
Other can confirm?
Hilaire
Le 07/03/2011 17:48, Gary Chambers a écrit :
I wonder why there is no immediate response when a button is pressed... (Windows VM, at least).
Not down to the #waitButton, as far as I can tell. Perhaps the event loop is being partially starved by the delay, quite odd.
Regards, Gary
----- Original Message ----- From: "Torsten Bergmann" <astares@gmx.de> To: <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 07, 2011 4:34 PM Subject: [Pharo-project] Bigger cursor
Or directly try:
"CursorWithAlpha biggerNormal showWhile:[Sensor waitButton]"
Look at the method #biggerNormal how to encode an own.
-- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone
-- Education 0.2 -- http://blog.ofset.org/hilaire
So a linux vm issue ? Le 07/03/2011 21:14, Stéphane Ducasse a écrit :
works really well on mac 5.7b3
On Mar 7, 2011, at 5:34 PM, Torsten Bergmann wrote:
CursorWithAlpha biggerNormal showWhile:[Sensor waitButton]
-- Education 0.2 -- http://blog.ofset.org/hilaire
It works on the standard VM, but not Cog. This is a primitive in the VM (not a plugin), #primitiveBeCursor. I cannot see anything wrong with the Cog version, but there must be something different about it (???) Dave On Wed, Mar 09, 2011 at 01:38:09PM +0100, Hilaire Fernandes wrote:
So a linux vm issue ?
Le 07/03/2011 21:14, St?phane Ducasse a ?crit :
works really well on mac 5.7b3
On Mar 7, 2011, at 5:34 PM, Torsten Bergmann wrote:
CursorWithAlpha biggerNormal showWhile:[Sensor waitButton]
participants (5)
-
David T. Lewis -
Gary Chambers -
Hilaire Fernandes -
Stéphane Ducasse -
Torsten Bergmann