RE: GUIRuntime init ?

2000-09-11 Thread Juergen Vigna


On 09-Sep-2000 John Levon wrote:
 
 This seems the nicest solution (?). Alternatively a static init() method
 could be added to GUIRunTime ?
 

Done! And tested for xforms, kde AND gnome :)

   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

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

FORTRAN is a good example of a language which is easier to parse
using ad hoc techniques.
-- D. Gries
[What's good about it?  Ed.]




Re: GUIRuntime init ?

2000-09-11 Thread Marko Vendelin


Juergen, Gnome implementation has a tiny bug: the strings app_id and
app_version should be static too due to a "feature" of Gnome--.

Marko






RE: GUIRuntime init ?

2000-09-11 Thread Juergen Vigna


On 09-Sep-2000 John Levon wrote:
> 
> This seems the nicest solution (?). Alternatively a static init() method
> could be added to GUIRunTime ?
> 

Done! And tested for xforms, kde AND gnome :)

   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

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

FORTRAN is a good example of a language which is easier to parse
using ad hoc techniques.
-- D. Gries
[What's good about it?  Ed.]




Re: GUIRuntime init ?

2000-09-11 Thread Marko Vendelin


Juergen, Gnome implementation has a tiny bug: the strings app_id and
app_version should be static too due to a "feature" of Gnome--.

Marko






Re: GUIRuntime init ?

2000-09-09 Thread Marko Vendelin



On Sat, 9 Sep 2000, John Levon wrote:

 My question is what would break if this was moved into the ctor
 for LyXGUI, making GUIRuntime a non-static, with LyXGUI storing a pointer
 to it ?
 
 Would the Gnome stuff break ? Marko ?

no problem. it should be very similar to kde.

marko






Re: GUIRuntime init ?

2000-09-09 Thread Marko Vendelin



On Sat, 9 Sep 2000, John Levon wrote:

> My question is what would break if this was moved into the ctor
> for LyXGUI, making GUIRuntime a non-static, with LyXGUI storing a pointer
> to it ?
> 
> Would the Gnome stuff break ? Marko ?

no problem. it should be very similar to kde.

marko