[Pharo-users] UFFI with asynchronous callbacks

2017-10-23 Thread Jan Cada
Hi, I would like to connect fingerprint reader to pharo - so far I am able to use C library to connect to it using UFFI, however the problem is that I can wait for fingerprint indefinitely ( blocking call to library) or register call-back for moment when fingerprint is available. The registra

[Pharo-users] Slots in Pharo 5

2016-09-28 Thread Jan Cada
Hi, I started to play with slots and I am observing odd behaviour after the class structure gets changed. I am having classes: Object subclass: #CTA slots: { #x. #b => ToManyRelationSlot inverse: #a inClass: #CTB } classVariables: { } category: ‘ClassTest' and Obje

Re: [Pharo-users] Slots in Pharo 5

2016-09-28 Thread Jan Cada
; > It looks like bug. Could you open issue? > > 2016-09-28 15:36 GMT+02:00 Jan Cada mailto:j...@cada.cz>>: > Hi, > > I started to play with slots and I am observing odd behaviour after the class > structure gets changed. > > I am having classes: