Ben Coman wrote:
Friedrich Dominicus wrote:Bernat Romagosa <tibabenfortlapala...@gmail.com> writes:ouch, I added a . in the middle, sorry! elements := #('eins' 'zwei' 'drei' 'vier'). elements do: [ :element | (Delay forSeconds: 2) wait ] displayingProgress: [ :element | 'Working on', element asString ]. 2014-03-18 9:55 GMT+01:00 Bernat Romagosa <tibabenfortlapala...@gmail.com>: Without having tried it, I think you're missing a #wait message in there: elements := #('eins' 'zwei' 'drei' 'vier'). elements do: [ :element | (Delay forSeconds: 2) wait ]. displayingProgress: [ :element | 'Working on', element asString ].Sorry even with that I do not see the 'Working on ' message. It's just a progress bar with nothing else. No "Working on" anywhere. Regards Friedrich Friedrich, Peter, Bernat, I've uploaded slice 13101 to the Pharo30Inbox. Could you review and comment on the issue tracker whether that is satisfactory. cheers -ben |
- [Pharo-users] What's wrong whith this code? Friedrich Dominicus
- Re: [Pharo-users] What's wrong whith this code? Bernat Romagosa
- Re: [Pharo-users] What's wrong whith this cod... Bernat Romagosa
- Re: [Pharo-users] What's wrong whith this... Friedrich Dominicus
- Re: [Pharo-users] What's wrong whith ... Nicolai Hess
- Re: [Pharo-users] What's wrong w... PBK Research
- Re: [Pharo-users] What's wrong with t... Ben Coman
- Re: [Pharo-users] What's wrong w... Nicolai Hess
- Re: [Pharo-users] What's wro... Sean P. DeNigris
- Re: [Pharo-users] What's wrong w... Ben Coman
- Re: [Pharo-users] What's wrong whith this code? PBK Research