From: Phil E. <ph...@li...> - 2004-08-24 15:54:35
|
First problem I've come across since upgrading everything, although I think this was also a problem on 0.7.x...Platform is Mandrake Linux 10, Python 2.3.3, wxPythonGTK2-py2.3-2.5.2.7 installed from RPM and Pythoncard-0.8.1 out of CVS. I can't select list components in the resource editor. I'm not seeing any mouseEnter, mouseLeave or mouseMove events being generated when running with the '-m' command line option. I haven't done any further investigation yet, can anyone confirm this on another Linux install? -- Regards Phil Edwards Brighton, UK |
From: Kevin A. <al...@se...> - 2004-08-24 19:40:58
|
On Aug 24, 2004, at 8:53 AM, Phil Edwards wrote: > First problem I've come across since upgrading everything, although I > think > this was also a problem on 0.7.x...Platform is Mandrake Linux 10, > Python > 2.3.3, wxPythonGTK2-py2.3-2.5.2.7 installed from RPM and > Pythoncard-0.8.1 out > of CVS. > > I can't select list components in the resource editor. I'm not seeing > any > mouseEnter, mouseLeave or mouseMove events being generated when > running with > the '-m' command line option. > > I haven't done any further investigation yet, can anyone confirm this > on > another Linux install? > Do you see any mouse events for a List component in the other samples? If not, I wonder if the underlying wx.ListBox on GTK has those events? ka |
From: Phil E. <ph...@li...> - 2004-08-26 13:30:25
|
On Tuesday 24 Aug 2004 20:40, Kevin Altis wrote: > Do you see any mouse events for a List component in the other samples? > If not, I wonder if the underlying wx.ListBox on GTK has those events? I'm seeing all the usual suspects (enter, leave, move, select) when running the 'proof' sample and interacting with the list component there. -- Regards Phil Edwards Brighton, UK |
From: Kevin A. <al...@se...> - 2004-08-26 17:43:47
|
On Aug 26, 2004, at 6:29 AM, Phil Edwards wrote: > On Tuesday 24 Aug 2004 20:40, Kevin Altis wrote: > >> Do you see any mouse events for a List component in the other samples? >> If not, I wonder if the underlying wx.ListBox on GTK has those events? > > I'm seeing all the usual suspects (enter, leave, move, select) when > running > the 'proof' sample and interacting with the list component there. > Just an FYI that Phil and I are going to try and debug this issue on his system later today. I'm assuming that dragging components is completely broken on GTK and nobody else had been testing release 0.8 on Linux/GTK which is why this was missed. However, in case this is specific to Phil's system I would like to get confirmation from other Linux users that dragging components, resizing with the resourceEditor, does or doesn't work with release 0.8 on your system. Please provide details of which Linux distro you're using in case that matters. If it is broken, then I will do a 0.8.0.1 bug-fix release ASAP after we figure out a fix... ka |
From: Steve C. <stn...@xm...> - 2004-09-02 04:41:43
|
Kevin Altis wrote: > On Aug 26, 2004, at 6:29 AM, Phil Edwards wrote: > > >On Tuesday 24 Aug 2004 20:40, Kevin Altis wrote: > > > >>Do you see any mouse events for a List component in the other samples? > >>If not, I wonder if the underlying wx.ListBox on GTK has those events? > > > >I'm seeing all the usual suspects (enter, leave, move, select) when > >running > >the 'proof' sample and interacting with the list component there. > > > Just an FYI that Phil and I are going to try and debug this issue on > his system later today. I'm assuming that dragging components is > completely broken on GTK and nobody else had been testing release 0.8 > on Linux/GTK which is why this was missed. However, in case this is > specific to Phil's system I would like to get confirmation from other > Linux users that dragging components, resizing with the resourceEditor, > does or doesn't work with release 0.8 on your system. Please provide > details of which Linux distro you're using in case that matters. > > If it is broken, then I will do a 0.8.0.1 bug-fix release ASAP after we > figure out a fix... Sorry for chiming in so late here... Finally had a chance to upgrade to 0.8 Looks like I'm seeing the same issue as Phil I'm using: * Mandrake 10.0 * python 2.3.3 * wxPython via wxPythonGTK-py2.3-2.5.2.8-RH9.i386.rpm * PythonCard 0.8 (from sf download page, not CVS) Which I guess doesn't provide too great a data point since it's pretty much identical to Phil's setup. -Steve |
From: <gre...@co...> - 2004-09-02 04:47:43
|
Hi, I'm new to the list. I was just curious if there is any documentation where I can find a list of every possible event for every possible widget? Or at least the most commonly used ones. I looked all over online. Thanks, Greg |
From: Steve C. <stn...@xm...> - 2004-09-02 05:11:40
|
> Hi, > > I'm new to the list. I was just curious if there is any documentation > where I can find a list of every possible event for every possible > widget? Or at least the most commonly used ones. I looked all over online. > > Thanks, Run the widgets sample program, select 'Create Component Docs' from the File menu. It should output .html files for each component listing the attributes and events. -Steve |
From: <gre...@co...> - 2004-09-02 05:17:44
|
Steve, I ran samples.py but only the 'exit' command was in the file menu. Am I using the wrong version? Here's all that version info: PythonCard version: 0.8 wxPython version: 2.5.2.7 Python version: 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit (Intel)] Platform: win32 Thanks, Greg Steve Christensen wrote: >>Hi, >> >>I'm new to the list. I was just curious if there is any documentation >>where I can find a list of every possible event for every possible >>widget? Or at least the most commonly used ones. I looked all over online. >> >>Thanks, > > > Run the widgets sample program, select 'Create Component Docs' from the > File menu. It should output .html files for each component listing the > attributes and events. > > > -Steve > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |
From: Steve C. <stn...@xm...> - 2004-09-02 05:52:06
|
Steve Christensen wrote: > > Sorry for chiming in so late here... Finally had a chance to upgrade to > 0.8 > > Looks like I'm seeing the same issue as Phil Sorry for replying to myself, but thought I should clarify that... The thread here on the mailing list says it's only the List Component, but the entry in the sf.net bug tracker says it's all components. On my system, I can select/move everything but List components. However, I can use the Property Editor to select the List, then move the resize-handles to move the list across the canvas. -Steve |
From: Kevin A. <al...@se...> - 2004-09-09 00:00:22
|
Phil and I were finally able to get together to work on this problem. It appears that the problem is limited to GTK2. There isn't anything I can do about this, so the ball is in the wxWidgets court now. If you use a GTK 1 build of wxWidgets the problem should go away. You can track the bug below, but if the problem is resolved in wxWidgets I'll post a follow-up. http://sourceforge.net/tracker/index.php? func=detail&aid=1024777&group_id=9863&atid=109863 ka On Aug 24, 2004, at 8:53 AM, Phil Edwards wrote: > First problem I've come across since upgrading everything, although I > think > this was also a problem on 0.7.x...Platform is Mandrake Linux 10, > Python > 2.3.3, wxPythonGTK2-py2.3-2.5.2.7 installed from RPM and > Pythoncard-0.8.1 out > of CVS. > > I can't select list components in the resource editor. I'm not seeing > any > mouseEnter, mouseLeave or mouseMove events being generated when > running with > the '-m' command line option. > > I haven't done any further investigation yet, can anyone confirm this > on > another Linux install? |