RE: USE_CLASS_COMBO

2001-03-16 Thread Juergen Vigna


On 15-Mar-2001 Angus Leeming wrote:
 Jrgen,

Good Morning Angus!

 
 is this #ifdef still needed in FormDocument.C, or can I nuke it?
 It seems to me that comboxes work fine... was this something to do with 
 comboxes in tabbed folders; problem now resolved.


#ifdef USE_CLASS_COMBO
 unsigned int tc = combo_doc_class-get() - 1;
#else
 int tc = fl_get_choice(ob) - 1;
#endif

No this was only needed in the begining because Lars had some thoughts
it wouldn't work out right ;)

  Jrgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jrgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

The secret of success is sincerity.  Once you can fake that, you've got
it made.
-- Jean Giraudoux




Re: USE_CLASS_COMBO

2001-03-16 Thread Lars Gullik Bjønnes

Juergen Vigna [EMAIL PROTECTED] writes:

| On 15-Mar-2001 Angus Leeming wrote:
|  Jrgen,
| 
| Good Morning Angus!
| 
|  
|  is this #ifdef still needed in FormDocument.C, or can I nuke it?
|  It seems to me that comboxes work fine... was this something to do with 
|  comboxes in tabbed folders; problem now resolved.
| 
| 
| #ifdef USE_CLASS_COMBO
|  unsigned int tc = combo_doc_class-get() - 1;
| #else
|  int tc = fl_get_choice(ob) - 1;
| #endif
| 
| No this was only needed in the begining because Lars had some thoughts
| it wouldn't work out right ;)

I can't remember having thouts like that...

Lgb



Re: USE_CLASS_COMBO

2001-03-16 Thread Juergen Vigna


On 16-Mar-2001 Lars Gullik Bjnnes wrote:

 I can't remember having thouts like that...

Well it was quite some time ago and you're not getting any younger!

   Jrgen

P.S.: I have a feeling in my fingers which wanted to put a smily on the
  end of the above line but I can't today!

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jrgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

PENGUINICITY!!




Re: USE_CLASS_COMBO

2001-03-16 Thread Lars Gullik Bjønnes

Juergen Vigna [EMAIL PROTECTED] writes:

| P.S.: I have a feeling in my fingers which wanted to put a smily on the
|   end of the above line but I can't today!

but you did in the mail before.

Lgb



Re: USE_CLASS_COMBO

2001-03-16 Thread Juergen Vigna


On 16-Mar-2001 Lars Gullik Bjnnes wrote:

 but you did in the mail before.

Well you know you're not the only one getting white hairs!

 Jrgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jrgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

If I had a Q-TIP, I could prevent th' collapse of NEGOTIATIONS!!




RE: USE_CLASS_COMBO

2001-03-16 Thread Juergen Vigna


On 15-Mar-2001 Angus Leeming wrote:
> Jürgen,

Good Morning Angus!

> 
> is this #ifdef still needed in FormDocument.C, or can I nuke it?
> It seems to me that comboxes work fine... was this something to do with 
> comboxes in tabbed folders; problem now resolved.


>#ifdef USE_CLASS_COMBO
> unsigned int tc = combo_doc_class->get() - 1;
>#else
> int tc = fl_get_choice(ob) - 1;
>#endif

No this was only needed in the begining because Lars had some thoughts
it wouldn't work out right ;)

  Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

The secret of success is sincerity.  Once you can fake that, you've got
it made.
-- Jean Giraudoux




Re: USE_CLASS_COMBO

2001-03-16 Thread Lars Gullik Bjønnes

Juergen Vigna <[EMAIL PROTECTED]> writes:

| On 15-Mar-2001 Angus Leeming wrote:
| > Jürgen,
| 
| Good Morning Angus!
| 
| > 
| > is this #ifdef still needed in FormDocument.C, or can I nuke it?
| > It seems to me that comboxes work fine... was this something to do with 
| > comboxes in tabbed folders; problem now resolved.
| 
| 
| >#ifdef USE_CLASS_COMBO
| > unsigned int tc = combo_doc_class->get() - 1;
| >#else
| > int tc = fl_get_choice(ob) - 1;
| >#endif
| 
| No this was only needed in the begining because Lars had some thoughts
| it wouldn't work out right ;)

I can't remember having thouts like that...

Lgb



Re: USE_CLASS_COMBO

2001-03-16 Thread Juergen Vigna


On 16-Mar-2001 Lars Gullik Bjønnes wrote:

> I can't remember having thouts like that...

Well it was quite some time ago and you're not getting any younger!

   Jürgen

P.S.: I have a feeling in my fingers which wanted to put a smily on the
  end of the above line but I can't today!

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

PENGUINICITY!!




Re: USE_CLASS_COMBO

2001-03-16 Thread Lars Gullik Bjønnes

Juergen Vigna <[EMAIL PROTECTED]> writes:

| P.S.: I have a feeling in my fingers which wanted to put a smily on the
|   end of the above line but I can't today!

but you did in the mail before.

Lgb



Re: USE_CLASS_COMBO

2001-03-16 Thread Juergen Vigna


On 16-Mar-2001 Lars Gullik Bjønnes wrote:

> but you did in the mail before.

Well you know you're not the only one getting white hairs!

 Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

If I had a Q-TIP, I could prevent th' collapse of NEGOTIATIONS!!