help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] GtkComboBox doesn't understand me...


From: Joachim Jaeckel
Subject: Re: [Help-smalltalk] GtkComboBox doesn't understand me...
Date: Sat, 30 May 2009 22:04:53 +0200
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hello Paolo,

thanks for your answer!

I think you need to connect the text of the combobox to column 0 of the
model?  (See example-tree.st).

But isn't that, which I did with:
"setOop: iterator column: 0 value: 'One'." ?

Or am I wrong?

Regarding the other question, you can look for the implementor of
"narrow" in the bindings and change that to GObject.  But it may not be
the problem, I need to look at it -- will get back to you next week.

Don't worry, the main thing is, that I'll will get through it with a solution that is suitable.


B.T.W.: did today some work for the company I work for and after writing code like this:

for (Object result: nqResults) {
        int prVtNr = ((Integer) ((Vector)result).get(0)).intValue();

I know, that smalltalk is attracting me more and more each day I dig into it. ('till now, I didn't know it better...)

Regards,
Joachim.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]