Re: [Pharo-users] glamorous toolkit & pharo

2020-07-09 Thread Offray Vladimir Luna Cárdenas
Hi, Is really good to see these advantages and the new features. My main concern has been always a long term support and the... transportability of previous developments to future versions. There is any roadmap or Long Term Support or will Feenk act kind of like Pharo Pro for GT? Any place to fin

Re: [Pharo-users] Output the method name as a string at runtime

2020-07-09 Thread ASAM
Thanks Ben, in the meantime I come to a solution that looks like your second suggestion. However, I use the already existing methodsignal: withTag: . pduDestruct | result | result := call ffiPDUDestruct. result = T_PDU_ERROR PDU_STATUS_NOERROR ifFalse: [ DPD

[Pharo-users] TaksIt tasks sequence: writing a file and reading it to add its contents to a domain object

2020-07-09 Thread Offray Vladimir Luna Cárdenas
Hi all, I think that TaskIt is addressing a reader I'm not. Maybe I lack the previous background to fully make sense of it. I have been asking on Discord and getting some help to understand the rationale behind TaskIt and why is not doing what I want, but still I can not make it to do it. I want