You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(116) |
Sep
(146) |
Oct
(78) |
Nov
(69) |
Dec
(70) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(188) |
Feb
(142) |
Mar
(143) |
Apr
(131) |
May
(97) |
Jun
(221) |
Jul
(127) |
Aug
(89) |
Sep
(83) |
Oct
(66) |
Nov
(47) |
Dec
(70) |
2003 |
Jan
(77) |
Feb
(91) |
Mar
(103) |
Apr
(98) |
May
(134) |
Jun
(47) |
Jul
(74) |
Aug
(71) |
Sep
(48) |
Oct
(23) |
Nov
(37) |
Dec
(13) |
2004 |
Jan
(24) |
Feb
(15) |
Mar
(52) |
Apr
(119) |
May
(49) |
Jun
(41) |
Jul
(34) |
Aug
(91) |
Sep
(169) |
Oct
(38) |
Nov
(32) |
Dec
(47) |
2005 |
Jan
(61) |
Feb
(47) |
Mar
(101) |
Apr
(130) |
May
(51) |
Jun
(65) |
Jul
(71) |
Aug
(96) |
Sep
(28) |
Oct
(20) |
Nov
(39) |
Dec
(62) |
2006 |
Jan
(13) |
Feb
(19) |
Mar
(18) |
Apr
(34) |
May
(39) |
Jun
(50) |
Jul
(63) |
Aug
(18) |
Sep
(37) |
Oct
(14) |
Nov
(56) |
Dec
(32) |
2007 |
Jan
(30) |
Feb
(13) |
Mar
(25) |
Apr
(3) |
May
(15) |
Jun
(42) |
Jul
(5) |
Aug
(17) |
Sep
(6) |
Oct
(25) |
Nov
(49) |
Dec
(10) |
2008 |
Jan
(12) |
Feb
|
Mar
(17) |
Apr
(18) |
May
(12) |
Jun
(2) |
Jul
(2) |
Aug
(6) |
Sep
(4) |
Oct
(15) |
Nov
(45) |
Dec
(9) |
2009 |
Jan
(1) |
Feb
(3) |
Mar
(18) |
Apr
(8) |
May
(3) |
Jun
|
Jul
(13) |
Aug
(2) |
Sep
(1) |
Oct
(9) |
Nov
(13) |
Dec
|
2010 |
Jan
(2) |
Feb
(3) |
Mar
(9) |
Apr
(10) |
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(1) |
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
(10) |
Apr
(44) |
May
(9) |
Jun
(22) |
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(3) |
Aug
(8) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael R. <MRe...@be...> - 2005-01-03 01:25:28
|
Can anyone tell me if there are any plans for integrating database aware = widgets into pythoncard? (Along the lines of PyQt, etc.) Thanks, Michael |
From: Andy T. <an...@ha...> - 2005-01-03 00:05:04
|
Dr. Brooks wrote: > I have a question about PythonCard. > I would like to have a PythonCard interface call a python script that > monitors a video image looking for motion. While both scripts run well > independently ,I can not get the Card program to open the PythonVideo > script. > Does anybody have an idea about this problems' solution? Thanks > PS I am new to both Python and PythonCard so please explain your > answer in simple words. > We probably need a bit more information to help you out. How are you calling your PythonVideo script? What errors, if anything, are you seeing when your PythonCard application tries to call it? Perhaps you can put a copy of the appropriate block of code from your PythonCard application in an email. Along with any error or informational messages that you see. Regards, Andy -- ----------------------------------------------------------------------- From the desk of Andrew J Todd esq. "So I curtailed my Walpoling activities, sallied forth and infiltrated your place of purveyance to negotiate the vending of some cheesy comestibles." - Monty Python. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.7 - Release Date: 30/12/04 |
From: Dr. B. <dr....@gm...> - 2005-01-02 22:21:32
|
I have a question about PythonCard. I would like to have a PythonCard interface call a python script that monitors a video image looking for motion. While both scripts run well independently ,I can not get the Card program to open the PythonVideo script. Does anybody have an idea about this problems' solution? Thanks PS I am new to both Python and PythonCard so please explain your answer in simple words. -- G. Byron Brooks EE MD |
From: Andy T. <an...@ha...> - 2005-01-01 07:13:10
|
Tony Maniaci wrote: > Does anyone have an example py2exe for a Pythoncard app? Where is the > rsrc file included in the setup.py? > Thanks and Happy New Year 2005 > Take a look at the minimalStandalone sample shipped with Pythoncard. It comes with an example setup.py that should get you started. Regards, Andy -- ----------------------------------------------------------------------- From the desk of Andrew J Todd esq. "So I curtailed my Walpoling activities, sallied forth and infiltrated your place of purveyance to negotiate the vending of some cheesy comestibles." - Monty Python. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.7 - Release Date: 30/12/04 |
From: Tony M. <tma...@tr...> - 2004-12-31 23:58:01
|
Does anyone have an example py2exe for a Pythoncard app? Where is the rsrc file included in the setup.py? Thanks and Happy New Year 2005 |
From: Tony M. <tma...@tr...> - 2004-12-30 22:39:23
|
Is there a way in Pythoncard to specify a frame/panel instead of an independent window? |
From: Andy T. <an...@ha...> - 2004-12-30 21:19:41
|
Michael Webster wrote: > > Does the code editor that comes with Pythoncard do code completion? I > can't seem to get it to work if it does. > Not currently, as far as I'm aware. Information about the codeEditor is in the wiki at http://wiki.wxpython.org/index.cgi/PythonCardEditor The wxStyledTextCtrl does support auto-completion but beyond that I know very little. If you want to provide a patch to add it to the codeEditor you will be more than welcome ;-) Regards, Andy -- ----------------------------------------------------------------------- From the desk of Andrew J Todd esq. "So I curtailed my Walpoling activities, sallied forth and infiltrated your place of purveyance to negotiate the vending of some cheesy comestibles." - Monty Python. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.6 - Release Date: 28/12/04 |
From: Kenneth P. <pro...@sk...> - 2004-12-30 17:43:22
|
> I'm getting a dependency on wxPython2.4 that I should not be seeing. If I > install 2.4 I get that I am not using 2.5.3 which is also installed. Did you read README.Debian or NEWS? You have to set $PYTHONPATH to get the correct version of wxPython. I also mentioned this in my original note to the list. I wish there was another way, but there isn't, because the 2.5.3 version of wxPython is installed in a non-standard location. KEN -- Kenneth J. Pronovici <pro...@ie...> Personal Homepage: http://www.skyjammer.com/~pronovic/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759 |
From: John <joh...@jo...> - 2004-12-30 13:53:40
|
I'm getting a dependency on wxPython2.4 that I should not be seeing. If I install 2.4 I get that I am not using 2.5.3 which is also installed. ~$ codeEditor Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/PythonCard/tools/codeEditor/codeEditor.py", line 12, in ? from PythonCard import about, configuration, dialog, log, menu, model, resource, util File "/usr/lib/python2.3/site-packages/PythonCard/about.py", line 8, in ? import wx File "/usr/lib/python2.3/site-packages/wx/__init__.py", line 45, in ? from wxPython import wx File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 20, in ? import wxc ImportError: libwx_gtk-2.4.so.0: cannot open shared object file: No such file or directory On Tue, 28 Dec 2004, Kenneth Pronovici wrote: > On Tue, Dec 21, 2004 at 01:31:40PM -0500, John wrote: > > All I'm seeing is .7.3.1 even in unstable. Am I missing something? > > Thanks, > > -john > > It always takes a few days for things to propogate out to the various > mirrors after I upload. As of today, I see the correct version in > unstable: > > http://packages.debian.org/pythoncard > > Let me know if you still have problems. > > KEN > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > -john --------------------------------------------------------- All paid jobs absorb and degrade the mind. --Aristotle |
From: <and...@ne...> - 2004-12-30 02:53:52
|
Check this file: user.config.txt located in c:\windows\temp\pythoncard_config\resourceeditor You can open it with a text editor (for example Notepad). Change de parameters in propertyEditorWindow.position': (xxx, xxx), (some programs , like antivirus, assign values out of your screen); like: propertyEditorWindow.position': (0, 0) Andres Collazos Escandon ----------------------------------- From: Pete <peteab@bt...> Strange problem: Property Editor running but no window appearing (Win98) 2004-12-28 08:03 Hello, I have been using Pythoncard on my old Win98 system for some weeks with no problems. However, just recently, I have found that the Property Editor window no longer appears. It is running and appears on the task bar, but no window appears. The main resourceEditor window appears and works correctly. Toggling Property Editor view (Control+P) doesn"t help. I have tried a complete reinstall of Python-2.3.4, wxPython2.5-win32-ansi-2.5.3.1-py23, and PythonCard-0.8.1.win32, but the same thing happens. This is so fustrating as everything has been working fine for several weeks. I can only guess that some Windows system resource, required by the Property Editor, has been deleted or is corrupted blocking the startup of this window. Has anyone seen a similar problem? Is there a way to get a trace log from the Property Editor to help determine why this app is hanging? Thanks for your time. Regards, Pete __________________________________________________________________ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp |
From: Ruben M. <rmc...@ya...> - 2004-12-28 22:18:23
|
I stand corrected. Thank you for the clear explanation Alex. -Ruben --- Alex Tweedly <al...@tw...> wrote: > Ruben Marquez wrote: > > >This is more a Python question than a PythonCard > >question, but out of curiosity I did a quick search > on > >Comp.Lang.Python and found a possible solution: > > > >http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/f719f4199542b53f/26b0f980d3e12c4a?q=capture+key+press&_done=%2Fgroup%2Fcomp.lang.python%2Fsearch%3Fgroup%3Dcomp.lang.python%26q%3Dcapture+key+press%26qt_g%3D1%26searchnow%3DSearch+this+group%26&_doneTitle=Back+to+Search&&d#26b0f980d3e12c4a > > > >I haven't tested it. Hope it helps. > > > > > No, it really is a PythonCard question. > > The thread you found is about console IO (or rather, > standard input) for > non-GUI applications. Detecting and handling input > (such as "key" > events) within wxPython (and PythonCard) is > completely different. > > I believe the KEY events aren't handled for a grid > component, so you > need to do it directly in wxPython. As a simple > example, I added the > following at the end of on_initialize in the > simplegrid.py sample that > came with PythonCard. > > > ## try binding key_down > mygrid.Bind(wx.EVT_KEY_DOWN, self.OnKeyDown) > > def OnKeyDown(self, evt): > if evt.KeyCode() == wx.WXK_DELETE: > print "Delete was pressed" > evt.Skip() > return > > and it does properly detect "delete" when pressed > after selecting a > row/column (and doesn't detect it when the delete > is pressed within a > cell editor). > > You can find some more examples in the wxPython Demo > samples if you need > it ... > > -- Alex. > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.298 / Virus Database: 265.6.4 - Release > Date: 22/12/2004 > > __________________________________ Do you Yahoo!? Send a seasonal email greeting and help others. Do good. http://celebrity.mail.yahoo.com |
From: Alex T. <al...@tw...> - 2004-12-28 17:27:31
|
Ruben Marquez wrote: >This is more a Python question than a PythonCard >question, but out of curiosity I did a quick search on >Comp.Lang.Python and found a possible solution: > >http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/f719f4199542b53f/26b0f980d3e12c4a?q=capture+key+press&_done=%2Fgroup%2Fcomp.lang.python%2Fsearch%3Fgroup%3Dcomp.lang.python%26q%3Dcapture+key+press%26qt_g%3D1%26searchnow%3DSearch+this+group%26&_doneTitle=Back+to+Search&&d#26b0f980d3e12c4a > >I haven't tested it. Hope it helps. > > No, it really is a PythonCard question. The thread you found is about console IO (or rather, standard input) for non-GUI applications. Detecting and handling input (such as "key" events) within wxPython (and PythonCard) is completely different. I believe the KEY events aren't handled for a grid component, so you need to do it directly in wxPython. As a simple example, I added the following at the end of on_initialize in the simplegrid.py sample that came with PythonCard. ## try binding key_down mygrid.Bind(wx.EVT_KEY_DOWN, self.OnKeyDown) def OnKeyDown(self, evt): if evt.KeyCode() == wx.WXK_DELETE: print "Delete was pressed" evt.Skip() return and it does properly detect "delete" when pressed after selecting a row/column (and doesn't detect it when the delete is pressed within a cell editor). You can find some more examples in the wxPython Demo samples if you need it ... -- Alex. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.4 - Release Date: 22/12/2004 |
From: Kenneth P. <pro...@sk...> - 2004-12-28 17:07:52
|
On Tue, Dec 21, 2004 at 01:31:40PM -0500, John wrote: > All I'm seeing is .7.3.1 even in unstable. Am I missing something? > Thanks, > -john It always takes a few days for things to propogate out to the various mirrors after I upload. As of today, I see the correct version in unstable: http://packages.debian.org/pythoncard Let me know if you still have problems. KEN |
From: Pete <pe...@bt...> - 2004-12-28 16:03:24
|
Hello, I have been using Pythoncard on my old Win98 system for some weeks with = no problems.=20 However, just recently, I have found that the Property Editor window no = longer appears.=20 It is running and appears on the task bar, but no window appears. The = main resourceEditor=20 window appears and works correctly. Toggling Property Editor view (Control+P) doesn't help. I have tried a complete reinstall of Python-2.3.4, = wxPython2.5-win32-ansi-2.5.3.1-py23, and PythonCard-0.8.1.win32, but the same thing happens. This is so fustrating as everything has been working fine for several = weeks. I can only guess that some Windows system resource, required by the = Property Editor, has been deleted or is corrupted blocking the startup of this window. Has anyone seen a similar problem? Is there a way to get a trace log from the Property Editor to help = determine why this app is hanging? Thanks for your time. Regards, Pete |
From: Ruben M. <rmc...@ya...> - 2004-12-28 15:58:12
|
This is more a Python question than a PythonCard question, but out of curiosity I did a quick search on Comp.Lang.Python and found a possible solution: http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/f719f4199542b53f/26b0f980d3e12c4a?q=capture+key+press&_done=%2Fgroup%2Fcomp.lang.python%2Fsearch%3Fgroup%3Dcomp.lang.python%26q%3Dcapture+key+press%26qt_g%3D1%26searchnow%3DSearch+this+group%26&_doneTitle=Back+to+Search&&d#26b0f980d3e12c4a I haven't tested it. Hope it helps. -Ruben --- Aaron Howard <arc...@gm...> wrote: > On Wed, 2004-12-22 at 12:34 -0500, Aaron Howard > wrote: > > Alternatively, I would like to create a context > menu so the user can > > select the row, then right click to have a menu > pop up with a delete > > option. > > > > FWIW, I have this part working now. I found some > example code which got > me going in the right direction. I'd still like to > capture a delete key > press when a row is selected to trigger the deletion > that way. > > -Aaron > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo |
From: Andy T. <an...@ha...> - 2004-12-27 21:50:45
|
Dave Fulker wrote: > Hi, > > I'm completely new to Python and am running PythonCard-0.8.1 (with > wxPython) under Mac OS X (Panther, Version 10.3.7). Thanks to all those > responsible... > > I've successfully used CodeEditor to construct and run a simple script, > but the process is less than ideal because the 'Run with Interpreter' > command behaves exactly like the 'Run' command. I.e., I get no feedback > other than that the application does not appear or, if I'm lucky, it > appears but may or may not work. > > Can someone point me to configuration problems or other errors I may > have introduced to yield this behavior? > > Alternatively, can someone suggest a good Python development > environment that works well with PythonCard under OS X? > > Thanks, > Dave Fulker > The MacPython add-ons provide the best Python development environment for the Mac. See http://homepages.cwi.nl/~jack/macpython/. Check out the other packages you can download with the package manager. The Python manuals in a help file are particularly good. As for the difference between 'run' and 'run with interpreter' I'll look into it. We're probably not spawning a terminal session properly, or need specific instructions to integrate with the MacPython IDE if it's installed. Regards, Andy -- ----------------------------------------------------------------------- From the desk of Andrew J Todd esq. "So I curtailed my Walpoling activities, sallied forth and infiltrated your place of purveyance to negotiate the vending of some cheesy comestibles." - Monty Python. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.5 - Release Date: 26/12/04 |
From: Kevin W. <sw...@wo...> - 2004-12-27 16:57:17
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 |> Alternatively, can someone suggest a good Python development |> environment that works well with PythonCard under OS X? You might want to try Eric3--a very powerful and comprehensive Python IDE. It requires PyQt to be installed, but I've put together a large binary installer for all this stuff--see http://www.wordtech-software.com/pyqt-mac.html I'm also working on putting together a bundle of Stani's Python Editor (SPE) which is also based on wxPython. It used to be very buggy on the Mac but now works well--I'm working with the developer to iron out a few small bugs. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:sw...@wo... Alex Tweedly wrote: | Dave Fulker wrote: | |> Hi, |> |> I'm completely new to Python and am running PythonCard-0.8.1 (with |> wxPython) under Mac OS X (Panther, Version 10.3.7). Thanks to all |> those responsible... |> |> I've successfully used CodeEditor to construct and run a simple |> script, but the process is less than ideal because the 'Run with |> Interpreter' command behaves exactly like the 'Run' command. I.e., I |> get no feedback other than that the application does not appear or, if |> I'm lucky, it appears but may or may not work. |> |> Can someone point me to configuration problems or other errors I may |> have introduced to yield this behavior? |> |> | Sorry - no ideas. | |> |> | I use Wing-IDE for debugging Pythoncard (on Windows), and I know it also | runs on OSX, apparently well (though I haven't used it there myself). | It's not free, though it's pretty reasonably priced for personal use. | | I use the Pythoncard editor most of the time - the experimental one | called oneEditor/tabcodeEditor - but on the relatively rare occasions I | need actual debugging with breakpoints etc. I switch to Wing-IDE. | | -- Alex. | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB0D7lJmdQs+6YVcoRArDVAJ9Bil+shLZA7iVUoPCQaTzbEMGYDgCghx1K /PsSi0L07m2h2qIi+ASJ0fg= =yJJD -----END PGP SIGNATURE----- |
From: Alex T. <al...@tw...> - 2004-12-27 16:46:19
|
Dave Fulker wrote: >Hi, > >I'm completely new to Python and am running PythonCard-0.8.1 (with >wxPython) under Mac OS X (Panther, Version 10.3.7). Thanks to all those >responsible... > >I've successfully used CodeEditor to construct and run a simple script, >but the process is less than ideal because the 'Run with Interpreter' >command behaves exactly like the 'Run' command. I.e., I get no feedback >other than that the application does not appear or, if I'm lucky, it >appears but may or may not work. > >Can someone point me to configuration problems or other errors I may >have introduced to yield this behavior? > > Sorry - no ideas. >Alternatively, can someone suggest a good Python development >environment that works well with PythonCard under OS X? > > I use Wing-IDE for debugging Pythoncard (on Windows), and I know it also runs on OSX, apparently well (though I haven't used it there myself). It's not free, though it's pretty reasonably priced for personal use. I use the Pythoncard editor most of the time - the experimental one called oneEditor/tabcodeEditor - but on the relatively rare occasions I need actual debugging with breakpoints etc. I switch to Wing-IDE. -- Alex. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.4 - Release Date: 22/12/2004 |
From: Dave F. <dav...@gm...> - 2004-12-26 18:17:53
|
Hi, I'm completely new to Python and am running PythonCard-0.8.1 (with wxPython) under Mac OS X (Panther, Version 10.3.7). Thanks to all those responsible... I've successfully used CodeEditor to construct and run a simple script, but the process is less than ideal because the 'Run with Interpreter' command behaves exactly like the 'Run' command. I.e., I get no feedback other than that the application does not appear or, if I'm lucky, it appears but may or may not work. Can someone point me to configuration problems or other errors I may have introduced to yield this behavior? Alternatively, can someone suggest a good Python development environment that works well with PythonCard under OS X? Thanks, Dave Fulker |
From: Aaron H. <arc...@gm...> - 2004-12-23 17:46:36
|
On Wed, 2004-12-22 at 12:34 -0500, Aaron Howard wrote: > Alternatively, I would like to create a context menu so the user can > select the row, then right click to have a menu pop up with a delete > option. > FWIW, I have this part working now. I found some example code which got me going in the right direction. I'd still like to capture a delete key press when a row is selected to trigger the deletion that way. -Aaron |
From: Aaron H. <arc...@gm...> - 2004-12-22 17:32:56
|
Anybody... I have an app I'm developing using PythonCard. On my form, I have a grid that I'd like to allow the user to select a row and delete it. I thought I'd just capture a keyPress event and delete the row when the user presses a certain key...but I can't capture a keyPress event on a grid. I get the showEditor and hideEditor events. And I see from simpleGrid.py that there's a event.GetControl() to return the text edit control but how then do I capture a keyPress event on it? The way I envision this working is the user clicks on row label(s) to rangeSelect, then presses the Delete key to delete the row(s). But I can't figure out how to capture the keyPress on the grid. Alternatively, I would like to create a context menu so the user can select the row, then right click to have a menu pop up with a delete option. Can anybody point me towards some information that will help me accomplish either method? -Aaron |
From: John <joh...@jo...> - 2004-12-21 18:31:47
|
All I'm seeing is .7.3.1 even in unstable. Am I missing something? Thanks, -john On Sun, 19 Dec 2004, Kenneth Pronovici wrote: > I just wanted to let people know that I've finally been able to put > together a Debian package for 0.8.x. This obviously got held off a long > time, and I apologize for that. First, there was no suitable 2.5.x > wxWidgets package in Debian. Then, even though 2.5.3.2 became available > in mid-November, I didn't realize it was there until today. > > Anyway, the new package has roughly the same form as the old 0.7.3.1 > package did. The main difference is that you'll have to add a special > wx-2.5.3-gtk2-unicode directory to your $PYTHONPATH to resolve wxPython > properly. I don't like this, but I don't seem to have an alternative > right now. See README.Debian for details. > > Most everything seems to work, at least from what I've been able to > test. A few of the samples (worldclock and moderator, in particular) > didn't seem to behave quite properly, but I haven't quantified the > problems as of yet. > > As always, please file bug reports using Debian's 'reportbug' tool, and > feel free to write me with questions. I'll be out-of-town most of the > next two weeks, but I will be able to check my email every few days or > so. > > Thanks, > > KEN > > -- > Kenneth J. Pronovici <pro...@de...> > -john --------------------------------------------------------- Holding on to anger is like grasping a hot coal with the intent of throwing it at someone else; you are the one who gets burned. Buddha (563 BC - 483 BC) |
From: Kenneth P. <pro...@sk...> - 2004-12-21 18:04:19
|
On Tue, Dec 21, 2004 at 09:53:08AM +0000, Phil Edwards wrote: > > Kenneth Pronovici wrote: > > > I just wanted to let people know that I've finally been able to put > > > together a Debian package for 0.8.x. This obviously got held off a long > > Gulp! I'd better extract the digit and see about getting the Mandrake RPMs > updated, then.... Heh. I hadn't realized anyone was slower than me. :-) KEN |
From: Phil E. <ph...@li...> - 2004-12-21 09:53:26
|
> Kenneth Pronovici wrote: > > I just wanted to let people know that I've finally been able to put > > together a Debian package for 0.8.x. This obviously got held off a long Gulp! I'd better extract the digit and see about getting the Mandrake RPMs updated, then.... -- Regards Phil Edwards Brighton, UK |
From: Michael W. <mwe...@co...> - 2004-12-21 01:13:27
|
Does the code editor that comes with Pythoncard do code completion? I can't seem to get it to work if it does. -- Michael Webster CombiMatrix Corporation Software Department (425) 493-2266 |