Re: [Pharo-users] [Tiny ANN]: SlowEntryCompletion

2016-06-18 Thread Stephan Eggermont
On 17-06-16 20:40, Sean P. DeNigris wrote: I had a situation where the completion items were being pulled from the Internet (Google Places), and the lag was unacceptable, so I created a subclass which only updates at a specified interval. Here it is in case you find it useful (MIT license): https

Re: [Pharo-users] [Tiny ANN]: SlowEntryCompletion

2016-06-18 Thread Sean P. DeNigris
Stephan Eggermont wrote > Is that something to add to the spec selectentity widget? Possibly. I'm still playing with it, though. In Magritte, there is no hook to change the EntryCompletion class, so instead I created a DynamicOptions class. That got me thinking that maybe an object could be passed

Re: [Pharo-users] Seamless

2016-06-18 Thread francescoagati
Hi, i am testing with seamless on pharo 5 and all works really good. the only problem i see if i try to save the state of the image. if there is a connection active the vm freeze and stop to work. the only think i can do is quit and reopen it losing all changes. -- View this message in context:

Re: [Pharo-users] Seamless

2016-06-18 Thread stepharo
thanks for the report Denis is on vacation and he will certainly reply to you. Le 18/6/16 à 21:45, francescoagati a écrit : Hi, i am testing with seamless on pharo 5 and all works really good. the only problem i see if i try to save the state of the image. if there is a connection active the v