Hi wincrazy,
Thanks for your suggestion , i am posting a simple layout as an attachment,
please do find the layout and guide me if we can do
like this.In the layout , A is a textcontrol and i want A to display
captured realtime signals as a listing without any formating, it will be
displayed through execution of another file using subprocess.Now B and C has
to have a grid properties where i can click on each row and catch the event
on each row.And moreover B and C will also be retreived from executing
another file.
This is my idea of my layout.Please do guide me if my post is still not a
bit clear.
Thanks for ur concern.
Anil ph
On Tue, Jul 27, 2010 at 5:20 AM, WinCrazy <pas...@verizon.net> wrote:
> Do you want an interactive GUI or only a graphical display output ?
> From what you have written it seems that you want just a continually
> changing display output.
> A simple hand drawn sketch done with something like Paint in MS
> Windows or its equivalents on MACs or *nix platforms would go a long
> way to describe just what it is you want. From that drawing very
> specific suggestions can be made.
> Ray Pasco
> On Jul 26, 4:07 pm, Anil Sharma <ph.anilsha...@gmail.com> wrote:
> > Thanks robin for the reply,
> > I have learnt a bit of wxpython like sizers,subprocess and a bit of
> > threading... will it be possible that wxpython can solve my
> requirement.Is
> > this that wxpython can be use for the realtime GUI application system
> like
> > signal capturing and also updating in realtime environment.Also my system
> is
> > to run for a very long period of time ... like it is to be continously
> > running capturing information like we have in atmospheric study softwares
> > where we have to make the system running always.Please do kindly help me
> out
> > from my doubts and problem.
> > Thanks in advance ,
> > regards,
> > Anil ph
> > On Tue, Jul 27, 2010 at 12:41 AM, Robin Dunn <ro...@alldunn.com> wrote:
> > > [[ NOTE: This group prefers bottom-posting. See
> > >http://idallen.com/topposting.htmland
> > >http://www.caliburn.nl/topposting.html\]]
> > > On 7/24/10 7:58 AM, Anil Sharma wrote:
> > >> Thanks Che for your immediate reply , i would like to update
> continous
> > >> plot as well as text listing output continously in a textControl or
> any
> > >> other datastructure which will support continous data updation on it.I
> > >> am also worried about if we continously update an output in a
> > >> textcontrol will there be any problem like buffer overrun in the
> > >> Textcontrol...
> > > Yes, there are limits on the size of the content that a wx.TextCtrl can
> > > hold, however if you use one of the wx.TE_RICH style flags you will
> probably
> > > run out of memory before you reach it. Also, after there is a certain
> > > (large) amount of data in the ctrl then the update speed will likely
> get
> > > slower and slower... Probably a better approach would be to just
> display
> > > the last N lines either in a wx.ListCtrl or a custom read-only widget
> that
> > > is able to draw text from a list. Then once you reach your max number
> of
> > > lines you just remove some from the start when adding new lines to the
> end
> > > and then tell the widget to refresh.
> > > Hope i have made my posting a bit clearer.Please do
> > >> suggest me if my posting still is not much clear.i will try to make it
> > >> more clearer.
> > >> And i have lucid ubuntu, and i have installed wxPython using command
> > >> line, can you please guide me where can i find the demo.
> > > It should be in the wx-examples package, or you can get it from the
> > > wxPython web site (although if you have 2.8.10.1 installed then you'll
> need
> > > to go back to that version of the demo too because of some incompatible
> > > changes in the wx.lib.agw APIs.)
> > > will wxpython can do my work ...
> > > Probably, unless you need a super high rate of data processing and
> display
> > > refresh.
> > > this is also another doubt in my
> > >> head..please tolerate me if i have asked many illogical thinks, i am
> > >> just a beginner in python and wxPython.
> > >How to Learn wxPython - wxPyWiki
> > > --
> > > Robin Dunn
> > > Software Craftsman
> > >http://wxPython.org
> > > --
> > > To unsubscribe, send email to
> wxPython-users+unsubscribe@googlegroups.com<wxPython-users%2Bunsubscribe@googlegroups.com>
> <wxPython-users%2Bunsubscribe@googlegroups.com<wxPython-users%252Bunsubscribe@googlegroups.com>
> > > or visithttp://groups.google.com/group/wxPython-users?hl=en
> --
> To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com<wxPython-users%2Bunsubscribe@googlegroups.com>
> or visithttp://groups.google.com/group/wxPython-users?hl=en
likethis
14KViewDownload