Re: any ideas for a fix?

2014-08-21 Thread Marcus Karlsson
On Tue, Aug 19, 2014 at 06:43:22PM -0700, Gary Kline wrote: = Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. guys, last time I encloused this leftJ* code, it output a 700 by 900 label with label1,

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Thu, Aug 21, 2014 at 01:01:24PM +0200, Marcus Karlsson wrote: On Tue, Aug 19, 2014 at 06:43:22PM -0700, Gary Kline wrote: = Organization: Thought

Re: any ideas for a fix?

2014-08-21 Thread Colomban Wendling
Le 21/08/2014 22:30, Gary Kline a écrit : [...] { printf (For-Loop(): main with tt = (%d)\n, tt); label[tt] = gtk_label_new (1: This is the file name named talk.1.txt); gtk_misc_set_alignment (GTK_MISC (label[tt]), 0, 0.5); // left label[tt] = gtk_label_new (2:

Re: any ideas for a fix?

2014-08-21 Thread Phil Wolff
You're trying to use each label in three places, and you can't do that. Try this: int main (int argc, char *argv[]) { GtkWidget *window, *vbox; // Labels go in here, vertically orientated. //GtkWidget *label1, *label2, *label3; GtkWidget *label1[32], *label2[32], *label3[32]; int tt

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Thu, Aug 21, 2014 at 01:41:46PM -0700, Phil Wolff wrote: You're trying to use each label in three places, and you can't do that. Try this:

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. I still only get this:: For-Loop(): main with tt = (0) For-Loop(): main with tt = (1) (leftJ:22024): Gtk-WARNING **: Attempting to add a widget with type

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Thu, Aug 21, 2014 at 10:44:41PM +0200, Colomban Wendling wrote: Le 21/08/2014 22:30, Gary Kline a écrit : [...] { printf (For-Loop(): main

any ideas for a fix?

2014-08-19 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. guys, last time I encloused this leftJ* code, it output a 700 by 900 label with label1, label2, label3. in labelWidgets.h I've got a *label[32], and use a