bell() trick :)
John W. Baxter
jwbaxter at olympus.net
Wed Apr 25 13:13:41 EDT 2001
In article <FmCF6.637769$f36.18383627 at news20.bellglobal.com>, Elliott
Chapin <echapin at sympatico.ca> wrote:
> I had asked about a way to get the functionality of bell() outside its
> normal context. Although I'm not running any dialogs (yet) in my current
> (really first) project, I just verified that I can borrow it from a Pmw
> EntryField. Suggestions like "print chr(7)" don't work.
print "\a" sounds the "bell" here. (But I'm unfamiliar with bell(),
so I don't know if that is exactly what you want.
--John (whose "bell" is actually a bell-like sound at the moment)
More information about the Python-list
mailing list