Re: [Tutor] Help

2010-05-15 Thread Dave Angel
(You forgot to post to the list. Normally, you can just do a reply-all to get both the list, and the person who last responded. You also top-posted, rather than putting your new message at the end. I'll now continue at the end.) she haohao wrote: > I am stuck because i dont know how do i extract a

Re: [Tutor] Help

2010-05-15 Thread Alan Gauld
"she haohao" wrote Question is how can i sort the file so that it looks like this: Chr17 9 4.5 5.5 chr1 10 6 2.5 4.4 chr10 6 9 3.5 4.5 I have no idea! How would you do it manually? In what way is this considered s

Re: [Tutor] Help

2010-05-15 Thread Dave Angel
she haohao wrote: > Hi, > > I have some questions that I am unable to figure out. > > Let say I have a file name peaks.txt. > > Chr17 9 4.5 5.5 > chr10 6 9 3.5 4.5 > chr1 10 6 2.5 4.4 > > Question is how can i sort the fi

Re: [Tutor] ttk printing (was Re: application with tabs)

2010-05-15 Thread Steve Willoughby
On Sat, May 15, 2010 at 10:56:02PM +, ALAN GAULD wrote: > > > Well at least with troff you can do arbitrarily complex graphics etc > (albeit with great difficulty using pic!) but in HTML you are much Like many things, the learning curve does pay off if one's willing to take it. > Being abl

Re: [Tutor] ttk printing (was Re: application with tabs)

2010-05-15 Thread ALAN GAULD
> > HTML is the modern equivalent to troff... > > Yeah, but like troff, it's wholly inadequate for a lot of applications, Well at least with troff you can do arbitrarily complex graphics etc (albeit with great difficulty using pic!) but in HTML you are much more limited and often have to resort

Re: [Tutor] ttk printing (was Re: application with tabs)

2010-05-15 Thread Steve Willoughby
On Sat, May 15, 2010 at 11:22:00PM +0100, Alan Gauld wrote: > > "ALAN GAULD" wrote > > >For most of my GUI needs printing is rarely an > >issue and if I do need to print I generate an HTML document > > I meant to add that this is similar to the traditional way of priniting > in Unix which was t

Re: [Tutor] ttk printing (was Re: application with tabs)

2010-05-15 Thread Alan Gauld
"ALAN GAULD" wrote For most of my GUI needs printing is rarely an issue and if I do need to print I generate an HTML document I meant to add that this is similar to the traditional way of priniting in Unix which was to generate a [gnt]roff document and then send it to print via lpr. HTML is

[Tutor] Help

2010-05-15 Thread she haohao
Hi, I have some questions that I am unable to figure out. Let say I have a file name peaks.txt. Chr17 9 4.5 5.5 chr10 6 9 3.5 4.5 chr1 10 6 2.5 4.4 Question is how can i sort the file so that it looks like this:

Re: [Tutor] ttk printing (was Re: application with tabs)

2010-05-15 Thread ALAN GAULD
Printing is always a pain from GUIs and wxWidgets support for it is a striong argument in its favour. For most of my GUI needs printing is rarely an issue and if I do need to print I gmerate an HTML document and print that via the browser. But thats not a great solution where precision is neede

[Tutor] ttk printing (was Re: application with tabs)

2010-05-15 Thread Steve Willoughby
I've been seeing Alan and others advocate the new themed widgets for Tkinter and it looks pretty cool, but in what I've seen in an admittedly cursory glance I don't see that there's yet much in the way of printing support for apps (other than getting raw PostScript for what's on a canvas) which is

Re: [Tutor] application with tabs

2010-05-15 Thread Alan Gauld
"Luke Paireepinart" wrote in message And a new TKGui builder that includes support for Python - I haven't tried this yet... http://puretkgui.sourceforge.net/ I've now had a play and it looks promising but does not currently support Tkinter - option is greyed out. It is still at version 0.10

Re: [Tutor] First steps for C++/Qt developers

2010-05-15 Thread steve
Hi, Sorry, I couldn't reply any earlier. Anyways, Alan explained it quite well. I just wanted to explain why I prefer cherrypy ... On 05/15/2010 05:21 AM, Alan Gauld wrote: "M. Bashir Al-Noimi" wrote > Although, I personally am a bit biased towards: > http://www.cherrypy.org/ In simpl