[Pharo-users] PetitParser map

2018-09-07 Thread Hartmut Krasemann
What can I do there? -- signatur Hartmut Krasemann Königsberger Str. 41 c D 22869 Schenefeld Tel. 040.8307097 Mobil 0171.6451283 krasem...@acm.org

Re: [Pharo-users] How to add a contextual menu to a Spec

2017-05-24 Thread Hartmut Krasemann
et: self selectedItem selector: #inspect . item enablementSelector: [ self selectedItem isNotNil ] . ^m Hartmut -- signatur Hartmut Krasemann Königsberger Str. 41 c D 22869 Schenefeld Tel. 040.8307097 Mobil 0171.6451283 krasem...@acm.org

Re: [Pharo-users] SPEC: accept by Tab ?

2017-05-12 Thread Hartmut Krasemann
eyCombination toAction: textinputField acceptBlock Tx On Sat, May 6, 2017 at 10:22 PM, Hartmut Krasemann mailto:hartmut.krasem...@t-online.de>> wrote: Hi, maybe someone can give me a hint. I use SPEC for an elaborate GUI with the need to switch autoaccept of inputFiel

[Pharo-users] SPEC: accept by Tab ?

2017-05-06 Thread Hartmut Krasemann
cceptBlock did not work. What should I do? Thanks for a hint -- signatur Hartmut Krasemann Königsberger Str. 41 c D 22869 Schenefeld Tel. 040.8307097 Mobil 0171.6451283 krasem...@acm.org

[Pharo-users] PetitParser question parsing HTML meta tags

2017-03-31 Thread Hartmut Krasemann
f htmlString3 " with htmlString1 ^'' etc.. you may want to read http://www.lukas-renggli.ch/blog/petitparser-1 good luck Hartmut This is kind of a "I'm tired of thinking about this and not making much progress for the amount of time I'm putting in question" but

Re: [Pharo-users] [State Machine] Implementation for pharo (sergio ruiz)

2017-02-17 Thread Hartmut Krasemann
thods) explore example and tests have fun -- signatur Hartmut Krasemann Königsberger Str. 41 c D 22869 Schenefeld Tel. 040.8307097 Mobil 0171.6451283 krasem...@acm.org

[Pharo-users] a bug in Spec that I wont fix

2016-07-06 Thread Hartmut Krasemann
der := nil asValueHolder. > in ButtonModel>>initialize has to be removed. Since I do not yet work with Pharo 5 I propose that somebody working with Pharo 5 would fix this. Thanks -- signatur Hartmut Krasemann Königsberger Str. 41 c D 22869 Schenefeld Tel. 040.8307097 Mobil 0171.64

[Pharo-users] auch ne Kalkulationsgrundlage ...

2015-12-12 Thread Hartmut Krasemann
n/listinfo/pharo-users_lists.pharo.org -- End of Pharo-users Digest, Vol 32, Issue 69 *** -- signatur Hartmut Krasemann Königsberger Str. 41 c D 22869 Schenefeld Tel. 040.8307097 Mobil 0171.6451283 krasem...@acm.org smime.p7s Description: S/MIME Cryptographic Signature

[Pharo-users] right-aligned Spec labels ?

2015-06-16 Thread Hartmut
how 2 right-align a label text in Spec ? I assigned a Text instance to a label with textAlignment rightFlush: self /labelKey/ label: (/key/ asText addAttribute: TextAlignment rightFlush). However, LabelModel ignores the TextAlignment. Can it be done? and how? Thanks -- Hartmut Krasemann

Re: [Pharo-users] Spec with dynamic tabs

2015-04-08 Thread Hartmut
ok, I put it on my list. Hartmut Am 07.04.15 um 21:14 schrieb Peter Uhnák: Can you add an issue for Pharo 5 so it doesn't get lost? Currently a lot of effort is focused on Pharo 4 release (this week-ish), so nobody might have time to look at this now. Peter On Thu, Apr 2, 2015 at 5:

Re: [Pharo-users] Association postcopy (Pharo 3)

2015-04-06 Thread Hartmut
o be copied, but that is your responsibility, not that of the data structure. Think about it, this copying does not happen in arrays or ordered collections either. Does that make sense ? Yes, thanks -- Hartmut Krasemann
 Königsberger Str. 41 c 
D 22869 Schenefeld
 Tel. 040.8307097
 Mobil 017

[Pharo-users] Association postcopy (Pharo 3)

2015-04-05 Thread Hartmut
hecked an older version of Squeak and VisualWorks 7 and found that also there Association misses a postCopy. My workaround for a Dictionary copy reads "... associationsDo: [ :a | a value: a value copy ] ". Does anybody know why Association does not contain this code in a postCopy m

[Pharo-users] Pharo 3.0 Refactoring

2015-04-03 Thread Hartmut
To whom it may concern while refactoring I try to push down an instance variable. The Debugger complains that the pushed instance variable were there two times: TopVO ist the subclass ... -- Hartmut Krasemann
 Königsberger Str. 41 c 
D 22869 Schenefeld
 Tel. 040.8307097
 Mobil 0171.6451283

[Pharo-users] Spec with dynamic tabs

2015-04-02 Thread Hartmut
teManager Now you can dynamically change the widgets in the fourth tab. Cheers, Hartmut -- Hartmut Krasemann
 Königsberger Str. 41 c 
D 22869 Schenefeld
 Tel. 040.8307097
 Mobil 0171.6451283
 krasem...@acm.org smime.p7s Description: S/MIME Cryptographic Signature

Re: [Pharo-users] recover lost changes

2015-02-12 Thread Hartmut
aClass = aClass. Browsing (scoped to Nautilus) senders of #selectedClass is a good start. HTH 1. the repairs the ChangesLog and 2. I can identify (and eventually remove) the empty class comments written by the meta class Hartmut -- Hartmut Krasemann
 Königsberger Str. 41 c 
D 22869 Schenefeld
 T

[Pharo-users] recover lost changes

2015-02-10 Thread Hartmut
: With the same exception in other images the comment is missing after file-in. Is this known? What does the exception mean? -- Hartmut Krasemann
 Königsberger Str. 41 c 
D 22869 Schenefeld
 Tel. 040.8307097
 Mobil 0171.6451283
 krasem...@acm.org smime.p7s Description: S/MIME Cryptographic Signature

Re: [Pharo-users] PetitParser and PPBrowser in Pharo 3.0

2014-12-31 Thread Hartmut
Hi Doru, Thanks for such a quick response. I had to change the fonts for Default AND for Button to a TrueTypeFont. PPBrowser now works for me, thanks. Hartmut PS: After loading the script from 'GTToolkit' activateWithoutSaving was still unknown Am 31.12.14 14:14, schrieb Tudor

Re: [Pharo-users] PetitParser and PPBrowser in Pharo 3.0

2014-12-31 Thread Hartmut
, Hartmut Am 16.12.14 14:34, schrieb Jan Kurš: Hi, Anyone experience with Athens can help with the first issue? TRLabelShape>>drawOn: seem to be somehow responsible, but I don't see into this :( Regarding to the second issue, there are some cases, when one really needs a start rul

[Pharo-users] PetitParser and PPBrowser in Pharo 3.0

2014-12-09 Thread Hartmut
erent languages with grammar subsets) Is there an idea to have 1. and/or 2. resolved? Hartmut -- Hartmut Krasemann? Königsberger Str. 41 c ?D 22869 Schenefeld? Tel. 040.8307097? Mobil 0171.6451283? krasem...@acm.org smime.p7s Description: S/MIME Cryptographic Signature