Re: [Pharo-dev] Trouble while defining a customized tab in GT inspector

2014-11-02 Thread Luc Fabresse
Hi Doru, Thanks for your answer. It worked as you suggested, but I had to copy three methods of ObjectVariablesBrowser (evaluatorIn:, printStringOf: and stringWithoutInitialCommentFrom:) to reproduce the evaluator part of the tab. I am not really happy with that but perhaps there is no other way.

Re: [Pharo-dev] Trouble while defining a customized tab in GT inspector

2014-11-01 Thread Tudor Girba
Hi, Sorry for the late reply. Indeed the ObjectVariablesBrowser does not work with another object then the one of the tab. If you want to define a custom tab, you should simply create a table with the desired variables. For example, take a look at MorphgtInspectorMorphExtensionIn:. This one

[Pharo-dev] Trouble while defining a customized tab in GT inspector

2014-10-29 Thread Luc Fabresse
Hi all, I try to play with the GT inspector (thx Andrei and Doru for the great hands on session @ ESUG'14!). In short, I try to add a customized tab for Persons objects using a PersonUI facade and a subclass of GTObjectVariablesBrowser (ok I can explain why if needed ;-)). Like that: