Re: Multiple windows??

2000-02-20 Thread Christoph Egger



On Sat, 19 Feb 2000, Andreas Beck wrote:

  What you need is LibGWT and LibWMH.
  Unfortunetly, both are quite unusable. 
 
 Huh ? LibGWT doesn't work AFAIK,

That is, what I said.

 but LibWMH works perfectly for me.

OK - the demo of LibWMH works (in an earlier cvs-snapshot), but AFAIK it's
still at pre-alpha-state...

 Where do you have problems ?

LibWMH doesn't compile. Look:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DBUILDING_LIBGGIWMH -I../include -g -O2
-D_REENTRANT -D_THREAD_SAFE -g -Wall -Wstrict-prototypes
-Wp,-MD,.deps/init.pp -c  -fPIC -DPIC init.c -o init.lo
init.c:40: `GGIWMHCONFFILE' undeclared here (not in a function)
init.c:41: `GGIWMHTAGLEN' undeclared here (not in a function)
init.c:41: initializer element is not constant
make[2]: *** [init.lo] Error 1
make[2]: Leaving directory `/home/programmer/ggi/degas/lib/libwmh/ggiwmh'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/programmer/ggi/degas/lib/libwmh'
make: *** [all-recursive-am] Error 2


Christoph Egger
E-Mail: [EMAIL PROTECTED]



Re: Multiple windows??

2000-02-20 Thread Andreas Beck

  but LibWMH works perfectly for me.
  Where do you have problems ?
 LibWMH doesn't compile. Look:

Huh ? Please make clean, ./configure and retry. It _does_ compile for me. 
I just checked. 

If that doesn't do the trick, there might be an issue with autoconf and 
friends. Marcus - you're the autoconf expert - could you check that out ? 

Also tell me, when you have implemented the "GrabMouse" control command, so 
that I can add an appropriate function in LibWMH to make use of it.

CU, ANdy

-- 
= Andreas Beck|  Email :  [EMAIL PROTECTED] =



Re: Multiple windows??

2000-02-19 Thread Mardy

Hi.

Andreas Beck ha scritto:
 
   Is it possible with GGI to create a window (if the target supports it,
  for example X)?
 
 Sure. That is what LibGGI does on windowed targets.

Hmmm... maybe you misunderstood (my fault!). I meant creating another
window, beside the application main window. For instance, creating a
window that prompts the user to select a file, and things like that.

Bye,
Mardy



Re: Multiple windows??

2000-02-19 Thread Christoph Egger



On Sat, 19 Feb 2000, Mardy wrote:

 Hi.
 
 Andreas Beck ha scritto:
  
Is it possible with GGI to create a window (if the target supports it,
   for example X)?
  
  Sure. That is what LibGGI does on windowed targets.
 
 Hmmm... maybe you misunderstood (my fault!). I meant creating another
 window, beside the application main window. For instance, creating a
 window that prompts the user to select a file, and things like that.

What you need is LibGWT and LibWMH.

Unfortunetly, both are quite unusable. And the development seems to me to
be stopped. :-( Don't know, why...


Christoph Egger
E-Mail: [EMAIL PROTECTED]



Re: Multiple windows??

2000-02-19 Thread Andreas Beck

Is it possible with GGI to create a window (if the target supports it,
   for example X)?
  Sure. That is what LibGGI does on windowed targets.

 Hmmm... maybe you misunderstood (my fault!). I meant creating another
 window, beside the application main window. 

No problem - just call ggiOpen as often as you like. For placing windows and
stuff you can use the LibWMH extensions if you want.

 For instance, creating a window that prompts the user to select a file, 
 and things like that.

Yeah - no problem.

CU, ANdy

-- 
= Andreas Beck|  Email :  [EMAIL PROTECTED] =



Re: Multiple windows??

2000-02-18 Thread Andreas Beck

  Is it possible with GGI to create a window (if the target supports it,
 for example X)? 

Sure. That is what LibGGI does on windowed targets.

 And if not, would it ever be possible to run gdk apps over ggi?

In principle yes. Just need to port gdk to use GGI.

CU, ANdy

-- 
= Andreas Beck|  Email :  [EMAIL PROTECTED] =