gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] Gnucap Integrated waveform displayer Details


From: Abhinav singh
Subject: Re: [Gnucap-devel] Gnucap Integrated waveform displayer Details
Date: Thu, 5 Jun 2014 20:23:01 +0530

Hello,

Today while searching for the solution of mentioned problem i came across
multithreading in c++. There's the link of this at the bottom.
There is a solution of this problem also available in the gtk manual which
also based upon multithreading but that is valid if our main program is
also a gtk application which is not so.
There is two loops running at same time one our main gnucap loop and other
will get started when created window get displayed. So if we somehow fork
or extend something like mention in the link then we can able to solve the
problem.

http://codebase.eu/tutorial/posix-threads-c/

Thanks,
Abhinav


On Wed, Jun 4, 2014 at 11:16 PM, Felix Salfelder <address@hidden>
wrote:

> On Wed, Jun 04, 2014 at 11:06:21PM +0530, Abhinav singh wrote:
> > >> .plot windowtitle="transient" <= create window #1
> > By above .plot command what you want whether to run a plot window or
> > create a window instance and store it into the list without running
> > it?
>
> i meant to create and show the window.
>
> > In current situation if i execute above instruction i get a plot
> > window open up with first plot command and user have to close this
> > plot window inorder to proceed to next command and so on.
>
> the plot windows and the command prompt should be independent of each
> other. there must be some way to implement it, maybe the gtk manual has
> a hint on how to do this.
>
> regards
> felix
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]