SourceForge logo
SourceForge logo
Menu

pythoncard-users — PythonCard Users and Developers

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
S M T W T F S



1
2
3
4
5
6
7
8
9
10
11
12
13
14
(1)
15
16
17
18
(1)
19
20
21
22
23
(2)
24
25
26
27
28
29
30
31

Showing 3 results of 3

From: Alec B. <wry...@gm...> - 2010年12月23日 11:13:43
Maybe with wx.Yield() or wx.SafeYield()?
On Thu, Dec 23, 2010 at 3:09 AM, Teuvo Eloranta <te...@gm...> wrote:
> Hello,
>
> I have a problem with updating TextArea component's content.
>
> I have a loop inside a button's _mouseClick handler, in which I update
> MultiColumn and StaticText component's contents -> these are updated in real
> time ok.
> However when in that very same loop I try update a content of TextArea
> component (with any of it's methods) the Textarea is updated AFTER I exit
> the _mouseClick handler?
> All text fed (in a loop) to the TextArea component appears at once, after I
> have exited the _mouseClick handler.
>
> Can I avoid this behavior somehow? I need to be able to update the TextArea
> inside the loop, real time.
>
> Thanks for any help,
>
> Teuvo
>
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Pythoncard-users mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/pythoncard-users
>
>
From: Teuvo E. <te...@gm...> - 2010年12月23日 11:09:34
Hello,
I have a problem with updating TextArea component's content.
I have a loop inside a button's _mouseClick handler, in which I update
MultiColumn and StaticText component's contents -> these are updated in real
time ok.
However when in that very same loop I try update a content of TextArea
component (with any of it's methods) the Textarea is updated AFTER I exit
the _mouseClick handler?
All text fed (in a loop) to the TextArea component appears at once, after I
have exited the _mouseClick handler.
Can I avoid this behavior somehow? I need to be able to update the TextArea
inside the loop, real time.
Thanks for any help,
Teuvo
From: <phi...@ac...> - 2010年12月14日 15:18:27
Hello,
I have written a script for the chemical transformations. It runs very well on win xp.
I'm trying to run this script on ubuntu 10.10.
One error appears
Traceback (most recent call last):
 File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14636, in <lambda>
 lambda event: event.callable(*event.args, **event.kw) )
 File "avancement.py", line 116, in on_initialize
 self.Update()
 File "avancement.py", line 232, in Update
 self.GenerateImage(self.strM,'M')
 File "avancement.py", line 139, in GenerateImage
 self.components.ImageButtonM._setBitmap( self.components.ImageButtonM._getBitmap() )
 File "/usr/lib/pymodules/python2.6/PythonCard/components/image.py", line 87, in _setBitmap
 self.SetBitmap( aValue.getBits() )
AttributeError: 'Bitmap' object has no attribute 'getBits'
I create a image bitmap which cannot be loaded on pythoncard on linux. 
getBits is not an attribute of the bitmap object.
ftp://ftp-champo.ac-toulouse.fr/pub/pdalet/python/Avancement-0.6.zip
Thanks a lot for your answers.
Ph DALET
1 message has been excluded from this view by a project administrator.

Showing 3 results of 3

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /