2013/11/2 <btc@openinworld.com>
Sergi Reyner wrote:
- Tried and somewhat succeeded in building my GUI with Spec, which apparently doesn't know about images.
As a new framework, sometimes it is just a use-case that has not been considered or prioritized. If you can describe your situation in detail with a simple script that you would "expect" to work, "sometimes" you can be surprised at how fast your needs can be met. Obviously I say sometimes because variable factors are many (problem complexity, other peoples priorities) - but (not to get your hopes up too much) I personally have been surprised at time by the speed of response from the Pharo community. Developers can only see-what-they-see from their own perspective. Users are a great asset to a framework to identify gaps. If you can detail your needs with sample code then I'm sure that would be appreciated. I might even give it a go, even though I am not so intimate with Spec.
cheers -ben
Something like this: initializeWidgets self instantiateModels: { (#listModel -> #ListComposableModel). (#pictureModel -> #AlphaImageModel). } I tried to follow how Spec "thingies" are constructed but somewhere along the chain I lost the trail. Cheers, Sergi