Re: Gtkmm web front-end.

2013-08-13 Thread sourav
Yes I use Gtkmm. The problem with any click event on the web front-end which does not change the view (for example a button to increment some counter ) is that, if the mouse cursor is not moved after the first click, the click event does get fired for subsequent time. Click event gets fired for

Re: Gtkmm web front-end.

2013-07-31 Thread Murray Cumming
On Mon, 2013-07-29 at 02:33 -0700, sourav wrote: Hi, We have developed an application for an embedded device. Everythings runs fine until I encountered this irritating bug on the web frontend. -- we are running the web frontend also for the application and when a button is being clicked, on

Re: Gtkmm web front-end.

2013-07-31 Thread L. D. James
On Wed, 2013-07-31 at 09:40 +0200, Murray Cumming wrote: On Mon, 2013-07-29 at 02:33 -0700, sourav wrote: Hi, We have developed an application for an embedded device. Everythings runs fine until I encountered this irritating bug on the web frontend. -- we are running the web frontend