Re: How to catch touch screen signal??

2007-07-19 Thread Saroj Kumar
Hi Sarath, I hope you have touch-screen driver, where you can catch the sensor signal. The only thing you have to do is, read the x-y location according to your buttons in the screen, route sensor signals to the button click signal. Correct me if anything wrong. Reagrds, Saroj On 7/20/07, [EMAI

Re: glade_xml_signal_autoconnect cannot find functions NOT in shared libs?

2007-07-19 Thread Ivan Baldo
Hello. El 19/07/07 17:19, [EMAIL PROTECTED] escribió: > I am trying to rough out my first GTK app, and am trying to use > glade_xml_signal_autoconnect to handle hooking up the signals. > > I can successfully hook up the signals contained withing libgtk, however, > any attempt to connect function

Re: glade_xml_signal_autoconnect cannot find functions NOT in shared libs?

2007-07-19 Thread david . hagood
> I remember libglade's FAQ/howto has a clue on this topic: there's a link > option or something that tells the executable to export it's symbols so > they can be seen by the dynamic loader. I don't remember what it is, > but I remember your symptoms. > > > // Wally Yes, --export-dynamic, which

Re: glade_xml_signal_autoconnect cannot find functions NOT in shared libs?

2007-07-19 Thread wallace . owen
I remember libglade's FAQ/howto has a clue on this topic: there's a link option or something that tells the executable to export it's symbols so they can be seen by the dynamic loader. I don't remember what it is, but I remember your symptoms. // Wally On Thu, 2007-07-19 at 15:19 -0500, [EMAI

Re: How to catch touch screen signal??

2007-07-19 Thread Jonathan Winterflood
Hi, It is extremely likely thet the system will see the touchscreen as a mouse, Just try running the GTk example programs (or any program for that matter) and it shoud _just work_ Jonathan On 7/19/07, Sharath Jagannath <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am writing an embedded applicati

glade_xml_signal_autoconnect cannot find functions NOT in shared libs?

2007-07-19 Thread david . hagood
I am trying to rough out my first GTK app, and am trying to use glade_xml_signal_autoconnect to handle hooking up the signals. I can successfully hook up the signals contained withing libgtk, however, any attempt to connect functions that are defined within my app fails with a "libglade-WARNING **

Re: Graphing widget (oscilloscope-like)?

2007-07-19 Thread Jon Harrop
On Tuesday 17 July 2007 17:27:20 [EMAIL PROTECTED] wrote: > (I'm about to use bad language here, be forewarned): the license is > important, as this will be going into code that is, unfortunately, > proprietary - as such GPL is out, but LGPL is acceptable. We have a commercial high-performance har

How to catch touch screen signal??

2007-07-19 Thread Sharath Jagannath
Hi, I am writing an embedded application using GTK+ and have to catch the touch screen signal, since the device has only touch screen as user I/O and also can I use the gtk without mouse or keyboard interface. I am very new to the gtk, can anybody please help me :-) Thanks and regards,

Help required : How to enable touch screen mode, using gtk2.0

2007-07-19 Thread sharath jagannath
Hi, I am writing an application for embedded device having montavista linux and using gtk2.0.Can anybody help me in getting gtk working for touchscreen and i also need to know how to catch touchscreen events. I am very new to the gtk.Hope will get reply soon, I need it very badly. Thanks and Rega

GSlice and g_thead_init

2007-07-19 Thread Lucas Stephanou
Hi All, What I can do about this: ***MEMORY-WARNING***: zenity[2067]: GSlice: g_thread_init() must be called before all other GLib functions; memory corruption due to late invocation of g_thread_init() has been detected; this program is likely to crash, leak or unexpectedly abort soon.. It's hap