On 15 Jul 2014, at 11:50, Tim Mackinnon wrote:
> Thanks for the tip Ben - yes Cases xxx looks like what I wanted (and I just
> tried it). Its a bit difficult to know this is available so I wanted to add
> it to the Pharo Fogbugz wiki but I can't edit that (it also looks like there
> are other va
That's where the Inspector comes in:
To debug, it is good to insert a self width inspect so that the inspector
opens up and reveals what exactly the width is. OK, it is a number; then
open the browser and look at the number's methods; or in the finder, try 2
. -2 in the examples...
Pharo is excel
The misunderstanding her is based in the error message of the ui.
when you write
^ - self width.
and save, the UI writes this text into the code:
^ only numbers may be negated ->- self width.
More helpful would have been something like: „only literals may be negated with
- use negated instead“.
Am 16.07.2014 um 11:12 schrieb Max Bareis :
> The misunderstanding her is based in the error message of the ui.
> when you write
> ^ - self width.
> and save, the UI writes this text into the code:
> ^ only numbers may be negated ->- self width.
>
> More helpful would have been something like:
Then the browser had helped you, as you would have found that the "-" is a
method for subtraction only. But it takes more time to look inside this
browser... The reward is that you find gold nuggets here and there; for
example, when I saw that there were a "asRomanLitteral" for the integers, I
was
On 16 juil. 2014, at 11:12, Max Bareis wrote:
> The misunderstanding her is based in the error message of the ui.
> when you write
> ^ - self width.
> and save, the UI writes this text into the code:
> ^ only numbers may be negated ->- self width.
>
> More helpful would have been something lik
I think I've figured out what I need to know by watching the video on the
Pharo fogbugz page here - https://pharo.fogbugz.com/default.asp?W68
So I guess I will try that and see what feedback I get.
Tim
--
View this message in context:
http://forum.world.st/Advice-on-making-a-first-contributio
In older versions of Squeak pharo - I think alt-click would cycle you through
halos on objects in the UI.
I have noticed in Pharo 3/4 - if I ctrl+shift click I get a menu that has
many options, one of which is "add halo" - but how do I control which UI
element I will get a halo on? Similarly - the
Thanks Marcus - I will use it carefully and try and improve anything I find
as I relearn things.
--
View this message in context:
http://forum.world.st/Should-I-be-reporting-bugs-in-Pharo-3-0-tp4767284p4768079.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Hi all, need to read email with attachment from pharo.
Exists some example i can use for?
TIA
Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
Metrotec SRL
25 de Mayo 521
Email: pdigonze...@softsargentina.com
pdigonze...@gmail.com
Cel: 5493815982714
Tim Mackinnon wrote
> In older versions of Squeak pharo - I think alt-click would cycle you
> through halos on objects in the UI.
If you hold down shift in addition to this combination, the halos will cycle
in reverse. To restore the non-shift direction, there is a setting (don't
recall the name o
Hi Pablo,
could you be more specific:
- would you like to connect to a mail server and read the mails including the
attachement
(if so which protocols do you need, POP, IMAP and MAPI comes to mind)
- or would you just like to extract it from a saved email file format
Pharo includes support
Tim Mackinnon wrote:
In older versions of Squeak pharo - I think alt-click would cycle you through
halos on objects in the UI.
I have noticed in Pharo 3/4 - if I ctrl+shift click I get a menu that has
many options, one of which is "add halo" - but how do I control which UI
element I will get a h
Ben Coman wrote
> On Windows, the Alt doesn't work upfront
fyi it does if you enable the setting
-
Cheers,
Sean
--
View this message in context:
http://forum.world.st/How-do-I-get-a-halo-on-a-specific-UI-object-in-Pharo-3-4-tp4768078p4768123.html
Sent from the Pharo Smalltalk Users mailing
Hi Tim,
You could also give GTInspector a try for a more fine tuned approach to
finding a morph. Take a look here:
http://www.humane-assessment.com/blog/custom-morph-screenshot-with-gtinspector/
Doru
On Wed, Jul 16, 2014 at 3:25 PM, Tim Mackinnon
wrote:
> In older versions of Squeak pharo -
15 matches
Mail list logo