From: Thomas MENEZ on 22 Apr 2010 16:37 On Apr 21, 9:51 am, Roger O <roger.oberholt...(a)gmail.com> wrote: > On Apr 21, 12:12 am, Thomas MENEZ <menez.tho...(a)gmail.com> wrote: > > Mine complains that it cannot find the xml package. I am fairly > certain is it installed. As the project is saved in xml, should this > be fatal? > > I need to see why it does not find the xml package... Hello Roger. My guess is that you're using Ubuntu where you get this : % package require xml attempt to provide package sgmlparser 1.1 failed: package sgmlparser 1.0 provided instead % Although the xml package is installed. PureTkGUI implements a simplified xml parser/writer to load/save xml files for the time being and should move on to xml package one day. No problem not having the xml package running properly, you can safely disable the warning, which is actually irrelevant, for now. Regards Thomas
From: Roger O on 21 Apr 2010 03:51 On Apr 21, 12:12 am, Thomas MENEZ <menez.tho...(a)gmail.com> wrote: Mine complains that it cannot find the xml package. I am fairly certain is it installed. As the project is saved in xml, should this be fatal? I need to see why it does not find the xml package...
From: oc_forums on 21 Apr 2010 07:46 On 21 avr, 00:01, Thomas MENEZ <menez.tho...(a)gmail.com> wrote: > On Apr 19, 9:19 am, oc_forums <oliviercolin...(a)gmail.com> wrote: > > Hello Olivier > Tutorial #2 has more space now and should not be recovered by any > block. > Which resolution are you using ? > Thomas Ah ! At last an easy question here that I can answer : 1024*768 The tutorial works well and I see everything, I just have to click from time to time, and explained well how to see the created widget and launching a programm with called procedure. Ok thanks; probably you will focus on missing widget as canvas and panedwindowby now ? Thanks again for your work. Olivier
From: tomk on 21 Apr 2010 12:46 On Apr 6, 2:59 pm, Thomas MENEZ <menez.tho...(a)gmail.com> wrote: > Hi all ! > I am very pleased to announce that PureTkGUI v0.10.0 is finally out. > This release brings you an advanced recursive cut/copy/paste feature, > which is very important during GUI design operations as it really > speeds things up. Other features have been added, such as tearoff > menus for widget creation which makes creating widgets a bit less > tedious, and also a more convenient grid geometry configurator. > The whole set of new features and bug fixes shows up in the included > CHANGES file which you have to read. > Last, a brand new full featured website is now online, check it out !http://puretkgui.sourceforge.net It just occurred to me that you didn't mention what prior art you have reviewed. I suspect you have looked at other Tcl/Tk GUI builders but if you haven't you should spend enough time with the following applications to understand their strength and weaknesses. spectcl - http://spectcl.sourceforge.net/ visual tcl - https://sourceforge.net/projects/vtcl/ tkproe - http://tkproe.sourceforge.net/ Regards, Tom K.
From: Larry W. Virden on 21 Apr 2010 13:12
On Apr 20, 5:59 pm, Thomas MENEZ <menez.tho...(a)gmail.com> wrote: > On Apr 19, 7:14 pm, "Larry W. Virden" <lvir...(a)gmail.com> wrote: > > > On Apr 18, 11:00 am, Helmut Giese <hgi...(a)ratiosoft.com> wrote: > > > > Follow-up: Internet Explorer indicates that something is missing (an > > > image?) but clicking on it launches the tutorial. > > > However, using IE 7 on XP, I get about 10 seconds of video and audio, > > and then the wink flash video presentation just stops and nothing else > > happens. I only have this browser available for use, so I can't try > > something else... > > Hi Larry, > I have double checked, tutorial #1 works too. > Did you try to hit reload / ctrl-reload / shift-reload on your > browser ? It might be a flash-plugin related issue. > But it should work by now. > Keep me informed. > Thomas. After a reboot this morning, I read your reply, went back to the web site, and tutorial 1 didn't stop like it was doing before. Either rebooting my machine was sufficient to kick things loose, or something else happened in the intervening hours. Thanks. |