Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread Felipe Monteiro de Carvalho
On 5/19/06, A.J. Venter <[EMAIL PROTECTED]> wrote: I am looking at the notification window but it's slow going, I have never tried to do a tform descendent component before. I may have to leave it halfway and just create one built-in for my program with hookups where needed, and then later do an

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread A.J. Venter
> > I see now why it works for me, and not for you. I use trayicon > directly, from code and I add the directory where it is to my project, > so it´s really part of my software. The package needed some fixes > Mattias pointed. Mmm, okay, that is indeed an option - will you be fixing the package ?

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread Mattias Gaertner
On Fri, 19 May 2006 13:03:23 +0200 "A.J. Venter" <[EMAIL PROTECTED]> wrote: > > > > > > Heh, fair enough - though technically I was offering to debug this one > > > for you - all I need is a hint on where to look. > > > > If I understood correct, you should first fix the gtk warnings about the >

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread Felipe Monteiro de Carvalho
On 5/19/06, A.J. Venter <[EMAIL PROTECTED]> wrote: > > What doesn't work? TrayIcon gets compiled with wsgtktrayicon instead of wsgtk2trayicon if the project is set to use gtk2 while the IDE is running gtk1. I see now why it works for me, and not for you. I use trayicon directly, from code and I

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread A.J. Venter
> > > > Heh, fair enough - though technically I was offering to debug this one > > for you - all I need is a hint on where to look. > > If I understood correct, you should first fix the gtk warnings about the > theme. Well no other GTK apps are affected by the missing bits, nonetheless I had done

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread Mattias Gaertner
On Fri, 19 May 2006 12:32:13 +0200 "A.J. Venter" <[EMAIL PROTECTED]> wrote: > > > Gtk-WARNING **: Unable to locate theme engine in module_path: "smooth", > > > > This means: your theme uses abilities you don't have. Either install > > another theme, or install the smooth engine. > Yep, I know tha

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread A.J. Venter
> Gtk-WARNING **: Unable to locate theme engine in module_path: "smooth", > > This means: your theme uses abilities you don't have. Either install > another theme, or install the smooth engine. Yep, I know that one, though it should just skip them - either way, I also tested with the gtk2 standar

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread Mattias Gaertner
On Fri, 19 May 2006 11:53:19 +0200 "A.J. Venter" <[EMAIL PROTECTED]> wrote: > > > > > > Doesn't work here. > > > > What doesn't work? > TrayIcon gets compiled with wsgtktrayicon instead of wsgtk2trayicon if the > project is set to use gtk2 while the IDE is running gtk1. When the project is set to

[lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread A.J. Venter
> > > > Doesn't work here. > > What doesn't work? TrayIcon gets compiled with wsgtktrayicon instead of wsgtk2trayicon if the project is set to use gtk2 while the IDE is running gtk1. > > > > Next I recompiled only LCL for Gtk2 (from the IDE), and it worked. > > > > My lazarus hangs when I do that,