-
John kindly provided the fix shown in the attachment multisellist_fixed.py. Thanks a lot, John.
I didn't test it.
Regards,
Michele.
2009-12-30 20:29:46 UTC by mcaramel
-
Example for exercising tree control (enhanced to support drag-n-drop of items with scrolling) in Pythoncard. The code is based on the "TreeCtrl with automatic scrolling while dragging" sample code found in:
http://wiki.wxpython.org/TreeControls
"The following sample script demonstrates how to achieve automatic scrolling while dragging an item beyond the visible area of a tree control. In...
2009-11-16 17:32:22 UTC by ecs1749
-
The attached file contains all of the mods needed to support adding PDFWindow & FlashWindow wrappers to Pythoncard running under Windows.
1) 2 files go to the components directory
2) 2 sample aps
3) Mod to layouteditor and associated files
For FlashWindow, that's all you need. For PDFWindow, you'll need:
1) Run win32com's genpy to activate Acrobat activeX support
2) Mod to...
2009-11-14 18:32:22 UTC by ecs1749
-
Can't find any tools, nor examples that do anything but hang the system.
running FC10, Python 2.5.2. I can't get anything to work that resembles the docs. I know Windows (except Vista) and have many Windows clients. Personally, I find Windows very cumbersome and often hostile (unless I spend many thousands of dollars on "products")..
2009-10-11 10:59:20 UTC by bvn
-
Hi,
following the same approach of PythonCard, I tried to add a multiselection list (as opposed to the single selection one avaialable 'List') by simply copy-paste-modify the code for List in list.py under components.
Aside from the type field, which contains LB_MULTIPLE instead of LB_SINGLE, a couple of changes in the getter and setter and the class name not much was needed.
Problems arise...
2009-10-07 16:44:20 UTC by mcaramel