"HUH???" and/or "wiki broken, VERY broken?" was [Re: Plotting3D surfaces] Richard Owlett wrote: Gerald W. Lester wrote: S-Y. Chen wrote: Dear All, I am trying to find a convenient way to plot a 3D surface (or object) in tk. Just wondering if there is any example or open source module for this ? Any help will be greatly appreciated. ... 11 Apr 2010 01:32
Best way to sort array data. I have an array with multiple entries and I am wondering what would be the correct & best way to sort them. $foo(arr,1)...$foo(arr,99) Is there a way to use lsort on all the different items in the array? -- Best Regards, Keith http://home.comcast.net/~kilowattradio/ I'm Your Huckle Berry ht... 13 Apr 2010 12:48
"HUH???" and/or "wiki broken, VERY broken?" was [Re: Plotting 3D surfaces] On 2010-04-10, Richard Owlett <rowlett(a)pcnetinc.com> wrote: Gerald W. Lester wrote: S-Y. Chen wrote: Dear All, I am trying to find a convenient way to plot a 3D surface (or object) in tk. Just wondering if there is any example or open source module for this ? Any help will be ... 10 Apr 2010 19:00
Compiling Rivet on Ubuntu Server 10.04 Hi All, Been having a bit of a night miare with getting Rivet to compile and install on my new Ubuntu Server at work. Here is what I have done: Running 10.04 in a VM: These commands give you a full apache mysql setup. ------------------------------------------------------------------------------------------... 11 Apr 2010 09:01
Plotting 3D surfaces Dear All, I am trying to find a convenient way to plot a 3D surface (or object) in tk. Just wondering if there is any example or open source module for this ? Any help will be greatly appreciated. Regards S-Y. Chen ... 11 Apr 2010 16:47
toplevel and parent I see in some internal tk scripts the idiom toplevel .foo.top. How does this differ from just toplevel .top? Is there some window manager voodoo going on? Thanks, Keith ... 12 Apr 2010 14:46
tcl for tomtom?? I have used MapWelt, moving map application on linux ubuntu and on a wince pda. http://home.versatel.nl/pwelten/mapweltmain.html But: some problems with the wince: gps antenna gets locked by software, while a linux computer can have more programs that reads from gpsd, so there no problem... Is somebody "... 18 Apr 2010 14:09
Problem with ; character with eval command ttk::button $t.h.0 -text "Programming Locations Manual Web Page" -command \ {eval exec $browser \ "http://web.com/Programming?sortcol=table\x3Bup=\x23Programming_general_locations" \ &} I have tried the above command also with: "http://web.com/Programming?sortcol=table\;up=\#Programming_general_locations" ... 10 Apr 2010 22:18
How to change the font of an entire application? I want to give the user of my project the possibility to change the font size of the application so that according to the platform and the graphic equipment he is using he can choose the font and the size he likes. Is it possible to change the font of the entire application at one blow, for example in changing... 13 Apr 2010 17:19
ttk notebook generate event I'm running the script ttk::notebook .nb ..nb add [label .nb.l1 -text hello] -text a ..nb add [label .nb.l2 -text world] -text b pack .nb focus .nb puts [.nb select] event generate .nb <Key-Right> puts [.nb select] and expect that the second output should display ".nb.l2", yet it shows ".nb.l1" still. I.e... 10 Apr 2010 15:42 |