Re: [Tutor] How to add extra Vbox fields dynamically

2010-06-20 Thread Lang Hurst
OK, figured that was probably bad etiquette, but there doesn't seem to be close to the same traffic. Mea culpa. I won't do it again. I think most of my issues have to do with the gtk part, so I'll post there for the most part. Thanks. Timo wrote: On 20-06-10 04:04, Lang Hurst wrote: OK, I

Re: [Tutor] How to add extra Vbox fields dynamically

2010-06-20 Thread Timo
On 20-06-10 04:04, Lang Hurst wrote: OK, I just did the ugliest hack, from someone who only seems to do ugly hacks. I set up a bunch of textview areas and defaulted them to 'not visible'. Then as I loop through my query results, I make them visible one at a time. Well, it works perfect, but

Re: [Tutor] How to add extra Vbox fields dynamically

2010-06-19 Thread Lang Hurst
OK, I just did the ugliest hack, from someone who only seems to do ugly hacks. I set up a bunch of textview areas and defaulted them to 'not visible'. Then as I loop through my query results, I make them visible one at a time. Well, it works perfect, but it just doesn't seem right for some r

[Tutor] How to add extra Vbox fields dynamically

2010-06-19 Thread Lang Hurst
I hope that I'm asking this in the right place. I don't have too much trouble hacking together command line stuff, but the GUI part is a struggle for me. I created a UI in glade. It has a couple of Vboxes for information. The final box is filled with a TextView. In my program, I'm connecti