From: Vania S. <van...@gm...> - 2006-03-07 18:33:42
|
I believe I see from time to time mentions that you are working on an updated version. Is this still in the works? And is there a "snapshot" link somewhere to the currently active version? I don't have CVS and was hoping to get a working updated version without downloading each file individually.... I hope development hasn't stopped. I consider PythonCard to be an excellent tool and framework, and it is currently my preferred choice of Python UI. Vania |
From: Vania S. <va...@pa...> - 2006-03-07 18:55:40
|
I believe I see from time to time mentions that you are working on an updated version. Is this still in the works? And is there a "snapshot" link somewhere to the currently active version? I don't have CVS and was hoping to get a working updated version without downloading each file individually.... I hope development hasn't stopped. I consider PythonCard to be an excellent tool and framework, and it is currently my preferred choice of Python UI. Vania |
From: Alex T. <al...@tw...> - 2006-03-18 17:07:17
|
Vania Smrkovski wrote: > I believe I see from time to time mentions that you are working on an > updated version. Is this still in the works? And is there a > "snapshot" link somewhere to the currently active version? I don't > have CVS and was hoping to get a working updated version without > downloading each file individually.... Yes, a new version is in the works. I'm afraid it will be next weekend before I get a chance to do much to it - but with luck it should be done by the end of this month. (Note - this will be the first time I've tried to do a release - so that might turn out to be an optimistic schedule). Unfortunately there is no snapshot version available. There are free versions of CVS available for all platforms, and it's fairly easy to get it going for anonymous access. > > I hope development hasn't stopped. I consider PythonCard to be an > excellent tool and framework, and it is currently my preferred choice > of Python UI. > Nope, hasn't stopped, though it has been quiet for a while. -- Alex Tweedly http://www.tweedly.net -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.2.5/284 - Release Date: 17/03/2006 |
From: David B. <dav...@al...> - 2006-03-20 09:54:35
|
Will this fix the unicode issues with ResourceEditor and mulitcolumnlists? On 3/18/06, Alex Tweedly <al...@tw...> wrote: > > Vania Smrkovski wrote: > > > I believe I see from time to time mentions that you are working on an > > updated version. Is this still in the works? And is there a > > "snapshot" link somewhere to the currently active version? I don't > > have CVS and was hoping to get a working updated version without > > downloading each file individually.... > > Yes, a new version is in the works. I'm afraid it will be next weekend > before I get a chance to do much to it - but with luck it should be done > by the end of this month. (Note - this will be the first time I've tried > to do a release - so that might turn out to be an optimistic schedule). > > Unfortunately there is no snapshot version available. There are free > versions of CVS available for all platforms, and it's fairly easy to get > it going for anonymous access. > > > > > I hope development hasn't stopped. I consider PythonCard to be an > > excellent tool and framework, and it is currently my preferred choice > > of Python UI. > > > > Nope, hasn't stopped, though it has been quiet for a while. > > -- > Alex Tweedly http://www.tweedly.net > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.385 / Virus Database: 268.2.5/284 - Release Date: 17/03/2006 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |
From: Alex T. <al...@tw...> - 2006-03-20 23:25:23
|
David Bain wrote: > Will this fix the unicode issues with ResourceEditor and mulitcolumnlists? > Short answer : don't know. Long answer : what I will do is basically to package up the current CVS (making changes on;y to handle the changes in version numbers, etc.) So any problems that exist in CVS-latest will still exist. I know there was a recent fix to the resourceEditor for unicode issues, but I don't recall any fix (or any problems being discussed) re. Unicode and multicolumnlists). -- Alex Tweedly http://www.tweedly.net -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.2.5/284 - Release Date: 17/03/2006 |