From: Jan R. G. <jr...@gm...> - 2005-02-15 00:19:31
|
On Fri, 28 Jan 2005 15:18:53 +0800, Jan Rienyer Gadil <jr...@gm...> wrote: > i'm currently using python 2.3(enthought edition) on win 2000/xp. > i'm using boa constructor on the GUI part and matplotlib 0.71 on > plotting the graph. > > i am using an MDIParentFrame. one of the child frame will be used for > the table part. then another child frame will be used to show the > graph, how am i going to do this? will i just import the child frame > containing the tables and then i'll be able to just get the data from > the table and use it to plot a graph? > how am i going to assign to a variable each input to the table? > can you please show me a sample code to do this? > i'm a little lost since i'm a bit new to python. > > also, how am i going to assign to a variable anything that a user > inputs to a wxTxtCtrl? > > any help would greatly be appreciated. thanks and more power > anybody could help me on this? |