Re: [PythonCE] tkinter for dell axim x30

2010-05-09 Thread Ron Harris
for your invaluable help and encouragement.  Without it I would have held this task to be impossible. Bye. From: Antonio Tovar To: pythonce@python.org Sent: Mon, May 3, 2010 1:54:28 AM Subject: Re: [PythonCE] tkinter for dell axim x30 Ron, >I looked

Re: [PythonCE] tkinter for dell axim x30

2010-05-03 Thread Antonio Tovar
Ron, >I looked into this option before posting to this list.? I couldn't determine >what to do with the zip file.? Windows did not recognize the extension >.patch >that is on the two files in the zip file patch-for-tctlk846.zip nor could I >find installation instructions on the download page.?

Re: [PythonCE] tkinter for dell axim x30

2010-04-27 Thread Ron Harris
page.  Any suggestions on how to install? Ron From: Antonio Tovar To: pythonce@python.org Sent: Mon, April 26, 2010 4:09:18 AM Subject: Re: [PythonCE] tkinter for dell axim x30 Hello, tkinter works in wm5 and wm6.5 but you have to install Tcl/Tk also. Thei

Re: [PythonCE] tkinter for dell axim x30

2010-04-26 Thread Antonio Tovar
Hello, tkinter works in wm5 and wm6.5 but you have to install Tcl/Tk also. Their are not installed with pythonce. http://sourceforge.net/projects/tcltkce/files/ I'm using it. Cheers, Antonio ___ PythonCE mailing list PythonCE@python.org http://mail.py

Re: [PythonCE] tkinter for dell axim x30

2010-04-26 Thread Adam Walley
tons to gather data for the application. I suppose > I could use a text interface if need be but I want input to require no more > effort or time than selecting and pushing a button. > > Cheers, > > Ron > > -- > *From:* David McNab >

Re: [PythonCE] tkinter for dell axim x30

2010-04-25 Thread Ron Harris
___ From: David McNab To: Ron Harris Cc: pythonce@python.org Sent: Sun, April 25, 2010 12:56:48 PM Subject: Re: [PythonCE] tkinter for dell axim x30 On Sun, 2010-04-25 at 12:45 -0700, Ron Harris wrote: > I'm wouldn't consider recompiling python or tkinter since it would > probabl

Re: [PythonCE] tkinter for dell axim x30

2010-04-25 Thread David McNab
On Sun, 2010-04-25 at 12:45 -0700, Ron Harris wrote: > I'm wouldn't consider recompiling python or tkinter since it would > probably be easier to write the application in C using the Windows > Mobile Edition SDK. If you're looking in that direction, perhaps it would be easier to use Cython to bui

[PythonCE] tkinter for dell axim x30

2010-04-25 Thread Ron Harris
Using the latest download (i think it's 2.5 from 2007) of pythonce, most features work properly on my PocketPC but Tkinter or _tkinter, as it seems to be known in the list of modules, doesn't work. The PocketPC device is a Dell Axim X30 with Windows Mobile 2003 Second Edition. The question woul

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-04-09 Thread Frédéric
Le 8/4/2008, "Frédéric Mantegazza a écrit: >My root window is normaly shown with its title bar visible. But if I open a >second window, defined as a Toplevel widget with my root window as parent, >then this window does not have a title bar, or it is under the WinCE bar >(I don't know)... I di

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-04-08 Thread Frédéric Mantegazza
On jeudi 06 mars 2008, Jim Walsh wrote: > I want my pythonce Tkinter window to look like all good WindowsCE > windows: using the top of the screen as the title bar and the little X > up there. I have a similar question, but at the opposite way... My root window is normaly shown with

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-03-09 Thread Mark Doukidis
On Thu, Mar 6, 2008 at 10:53 PM, Jim Walsh <[EMAIL PROTECTED]> wrote: > > I think my problem is the use of overrideredirect. > > I want my pythonce Tkinter window to look like all good WindowsCE windows: > using the top of the screen as the title bar and the little X up

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-03-06 Thread Jim Walsh
I think my problem is the use of overrideredirect. I want my pythonce Tkinter window to look like all good WindowsCE windows: using the top of the screen as the title bar and the little X up there. If I use: root=Tk() root.wm_state('zoomed') I get a pretty big window but st

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-03-05 Thread Frédéric Mantegazza
On mercredi 05 mars 2008, Jim Walsh wrote: > I want to do something when the user taps the little "X" in the upper > right hand corner. Can we do the default action of hiding the app? I use something like: self.protocol("WM_DELETE_WINDOW", self._quit) to bind the X close button to my _quit

[PythonCE] Tkinter captures the little "X" close window button?

2008-03-05 Thread Jim Walsh
I remember something about capturing Windows events with Tkinter but can't seem to find it now. I want to do something when the user taps the little "X" in the upper right hand corner. Can we do the default action of hiding the app? I use SmallMenu to switch apps and it shows the PythonCE windo

Re: [PythonCE] Tkinter installation problem

2008-01-20 Thread Pietro Battiston
Rens Duijsens ha scritto: > Hi, > > thanks for your responce. > No... I got the files from > http://www.murkworks.com/Research/Python/PocketPCPython/PPCPythonR2Notes > > I have de-installed all of it, and installed the files you directed me to. > Now it works. Thanks! > > Do I have to do the se

Re: [PythonCE] Tkinter installation problem

2008-01-20 Thread Rens Duijsens
onderstand this second part. Thank you for your assistance. Rens Verzonden: zo 20-1-2008 21:34 Aan: Rens Duijsens Onderwerp: Re: [PythonCE] Tkinter installation problem Rens Duijsens ha scritto: > > Hello, > > I'm trying to install Tkint

[PythonCE] Tkinter installation problem

2008-01-20 Thread Rens Duijsens
Hello, I'm trying to install Tkinter on my HTC Bleu Angel. After installation I tried some code: # from sys import exit from Tkinter import * root = Tk() Button(root, text='Test', command=exit).pack() root.mainloop() #-

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-07 Thread Massimo Di Pierro
Please ignore. It was a problem with relative paths. sqlite3 works great. Massimo On Dec 7, 2007, at 6:14 PM, Massimo Di Pierro wrote: > Hello everybody, > > I managed to run Gluon on my phone with very minor tweaks (there is > file locking on windows ce?). Here is a screenshot. > > http:

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-07 Thread Massimo Di Pierro
Hello everybody, I managed to run Gluon on my phone with very minor tweaks (there is file locking on windows ce?). Here is a screenshot. http://mdp.cti.depaul.edu/examples/static/gluonce.jpg but only applications that do not use sqlite3 seem to work even if the module is there. Not sure

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-03 Thread Alexandre Delattre
> Hi everybody, > where can find downloads and instructions for installing pythonce? For PythonCE instructions, the wiki is your friend : http://pythonce.sourceforge.net/Wikka/HomePage > does it come with the thread module? Yes. Limitations and differences of pythonce from regular Python are s

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-03 Thread Massimo Di Pierro
Hi everybody, where can find downloads and instructions for installing pythonce? does it come with the thread module? if so, do you think I may be able to run Gluon (http:// mdp.cti.depaul.edu) or should I expect any major obstacle? Thank you Massimo

[PythonCE] Tkinter gif problem on PythonCE

2007-12-03 Thread Jose Ignacio Gisbert
Hi all, I am using PythonCE 2.5 in my PDA, and Python2.5 in my desktop pc. When I see Tkinter buttons with gif images on my desktop, everything is seen normally, but when I try to see the same on my pda, gif images are completely unrecognizable. However, if I try to open any of this gif images

Re: [PythonCE] tkinter

2006-11-11 Thread infopazo
> copy PythonCE-2.5-20061012-_tkinter\_tkinter.pyd into Program > Files\Python25\Lib directory of your pda. sorry... into Python25\DLLs dir. best regards PAZO ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/python

Re: [PythonCE] tkinter

2006-11-11 Thread infopazo
Download PythonCE-2.5-20061012-_tkinter.zip from sourceforge http://sourceforge.net/project/showfiles.php?group_id=104228&package_id=112011 copy PythonCE-2.5-20061012-_tkinter\_tkinter.pyd into Program Files\Python25\Lib directory of your pda. That's it. You can read about TKinter package install

[PythonCE] tkinter

2006-11-10 Thread dave_welch
I just installed pythonce 2.5 for windows mobile 5.0 on my ipaq. But I am having a difficult time installing tkinter. I have looked at many of the mailing lists archives, but it seems there is no clear cut way to install it (with many people having a difficult time to get it installed). Could so

[PythonCE] Tkinter

2006-07-06 Thread ahmad adel rldardiry
  السلام عليكم ورحمة الله وبركاتهMay peace and Allah Mercy and Blessings be upon you,       I have installed the Tkinter-Files into my ppc following the instructions in:   http://tkinter.unpythonic.net/wiki/How_20to_20install_20Tkinter   Then when testing with: TkSample1.py from: http://www.tr

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Luke Dunstan
- Original Message - From: "Michael Foord" <[EMAIL PROTECTED]> To: "Patrick Kramer" <[EMAIL PROTECTED]> Cc: Sent: Sunday, April 30, 2006 5:57 PM Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory > Patrick Kramer wrote: >>

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Gonzalo Monzón
Patrick Kramer escribió: > > > >>You can tell Python using os.chdir(), but that will not necessarily have any >>effect on Tkinter because the operating system has no concept of a "current >>directory", so it depends on whether the image file is opened in the Python >>code or the C code. >> >>Luk

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Michael Foord
Patrick Kramer wrote: > > >> You can tell Python using os.chdir(), but that will not necessarily have any >> effect on Tkinter because the operating system has no concept of a "current >> directory", so it depends on whether the image file is opened in the Python >> code or the C code. >> >> Lu

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Patrick Kramer
> > You can tell Python using os.chdir(), but that will not necessarily have any > effect on Tkinter because the operating system has no concept of a "current > directory", so it depends on whether the image file is opened in the Python > code or the C code. > > Luke > So there is no way for pyt

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-29 Thread Luke Dunstan
- Original Message - From: "Patrick Kramer" <[EMAIL PROTECTED]> To: Sent: Saturday, April 29, 2006 10:28 AM Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory > That worked, thanks... So is there a way to tell pythonce were the current > direc

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-28 Thread Patrick Kramer
> Patrick Kramer wrote: >> I have two files which are both in the PyGlucoCE directory off of root. >> >> Tkintertest.py >> BtnGluco.gif >> >> >> >> Here is my code: >> >> import sys >> >> sys.path.append('\\Program Files\\Python24\\python24.zip\\lib-tk') >> sys.path.append('\\PyGlucoCE') >> > > T

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-28 Thread Michael Foord
Patrick Kramer wrote: > I have two files which are both in the PyGlucoCE directory off of root. > > Tkintertest.py > BtnGluco.gif > > > > Here is my code: > > import sys > > sys.path.append('\\Program Files\\Python24\\python24.zip\\lib-tk') > sys.path.append('\\PyGlucoCE') > This appends the Py

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-28 Thread Luke Dunstan
- Original Message - From: "Patrick Kramer" <[EMAIL PROTECTED]> To: Sent: Friday, April 28, 2006 3:30 PM Subject: [PythonCE] Tkinter PhotoImage, no such file or directory >I have two files which are both in the PyGlucoCE directory off of root. > > Tkin

[PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-28 Thread Patrick Kramer
I have two files which are both in the PyGlucoCE directory off of root. Tkintertest.py BtnGluco.gif Here is my code: import sys sys.path.append('\\Program Files\\Python24\\python24.zip\\lib-tk') sys.path.append('\\PyGlucoCE') from Tkinter import * root = Tk() ImgGlucose = PhotoImage(file =

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
On 1/23/06, geoff <[EMAIL PROTECTED]> wrote: > > > Are you saying that the python23.zip should contain lib-tk? When I copy > it back to a pc and open, no such file or directory exists. yep, that's what I'm saying. That's what's on my PDA, anyway. cheers, -- Stewart Midwinter [EMAIL PROTECTED] [E

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread geoff
> Date: Mon, 23 Jan 2006 01:23:36 -0700 > From: Stewart Midwinter <[EMAIL PROTECTED]> > Subject: Re: [PythonCE] Tkinter and easygui > To: [EMAIL PROTECTED] > Cc: pythonce@python.org > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; cha

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
note that on the PocketPC, there is often a problem with the windows you create being stuck behind other windows. there's a freeware utility you can get (try http://pocketpcfreewares.com/) that allows you to Alt-Tab between apps by pressing a button - I mapped my Record button on the side of my To

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
try telling the interpreter explicitly where your Tkinter is. sys.path.append('/path/to/Tkinter files') in my case it's in '\SD Card\Program Files\Python\Lib\python23.zip\lib-tk' S On 1/23/06, geoff <[EMAIL PROTECTED]> wrote: > the Python error screen hides the first screen, but it says some

[PythonCE] Tkinter and easygui

2006-01-23 Thread geoff
Hi again, still trying to get a simple python programme working. Have uninstalled everything, then: installed PythonCE-2.3.5-20051223-setup to the default location. ie /Program Files/Python run setup-registry this works great thanks. copied easygui.py to /Program Files/Python the Python er

[PythonCE] Tkinter binaries

2006-01-17 Thread Andy Baker
With the nice shiny new installer for PythonCE 2.3.5 this is the only dependency. How can we make it as painless as possible for people to get these when they download the installer? Can we have them appear on the Sourceforge download page? ___ PythonCE

[PythonCE] TKinter for iPAQ

2006-01-11 Thread J. Nielsen
Hi,   Does anybody around know how to colorise a line on the PDA display? I run Python  with tcl8.4.3 and on a canvas (w) object created a line with:   w.create_line(w, startpoint,endpoint,width=1)   w.configure(,fill='red')   This strip is working fine making a single red line. But if I

Re: [PythonCE] Tkinter in pythonce...

2006-01-08 Thread Brian Brown
I had the TKinter stuff working and built a couple of apps that worked on Pocket PC... You have to go get the TK for Pocket PC binaries from them and install them on the pocket pc, then it all works, assuming your sys.path and such is set up correctly Brian On Jan 6, 2006, at 12:28 PM, Ro

Re: [PythonCE] Tkinter in pythonce...

2006-01-07 Thread Fuzzyman
Luke Dunstan wrote: - Original Message - From: "Stewart Midwinter" <[EMAIL PROTECTED]> To: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 07, 2006 11:49 AM Subject: Re: [PythonCE] Tkinter in pythonce... Rodri

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
I'll get a copy of 2.3.5 installed over the next few days, then post my steps of what it took to get Tkinter going. cheers S -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad AIM:midtoad1 ___ Pytho

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 3:28 AM Subject: [PythonCE] Tkinter in pythonce... > Hi. > > I installed the CAB file in my PDA. > The first thing I wanted to test was the GUI

Re: [PythonCE] Tkinter in pythonce 2.3.5...

2006-01-06 Thread Luke Dunstan
quot;Luke Dunstan" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 07, 2006 12:13 PM Subject: Re: [PythonCE] Tkinter in pythonce... thanks for the extra details on 2.3.5. I can see now that it's different from 2.3.4. and more compatible with the desktop version. I'd better i

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
thanks for the extra details on 2.3.5. I can see now that it's different from 2.3.4. and more compatible with the desktop version. I'd better install it and find out more! my comments about osce.py were directed at 2.3.4. Perhaps the newer version doesn't need it, or may not be able to use it.

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Stewart Midwinter" <[EMAIL PROTECTED]> To: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 07, 2006 11:49 AM Subject: Re: [PythonCE] Tkinter in pythonce... > Rodrigo, no desesperes! > &

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
Rodrigo, no desesperes! Where do you have your python located? You probably need to add some code that tells python where to look for modules. you can do that with: sys.path.append('\\SD Card\\Program Files\\Python\\Lib') sys.path.append('\\SD Card\\Program Files\\Python\\Lib\\python23.zip\\lib-t

[PythonCE] Tkinter in pythonce...

2006-01-06 Thread Rodrigo Contreras Köbrich
Hi. I installed the CAB file in my PDA. The first thing I wanted to test was the GUI capabilities, so I tried to run the following code (which compiles nicely in the PC version): from Tkinter import * root = Tk() myContainer1 = Frame(root) ### (1) myContainer1.pack() ### (2) root.mai

[PythonCE] Tkinter radiobutton problem

2005-09-27 Thread Andrew Booth
Thanks. In the end I set indicatoron=False. This gave buttons instead of radiobuttons. It seems to work OK and the buttons are easier to hit with the stylus. Andrew G Booth Professor of On-Line Learning and Associate Professor of Biochemistry School of

Re: [PythonCE] Tkinter radiobutton problem

2005-09-19 Thread Edward Fewell
I've sent the same problem using Tkinter on my phone. I don't know of a fix for the real problem, but you might be able to work around the issue. Can you respond to check events on the check boxes? If so, then use check boxes for your radio buttons and programmatically simulate radio button beha

[PythonCE] Tkinter radiobutton problem

2005-09-18 Thread Andrew Booth
I'm writing a simulation program using PythonCE and Tkinter. One of my dialogs has a group of radiobuttons. On my Linux box, these are rendered correctly, but on PythonCE they display as checkboxes. They behave like radiobuttons - when one is activated, the others are de-activated, but they look l

Re: [PythonCE] Tkinter installation

2005-01-30 Thread Warren Focke
On Sat, 29 Jan 2005, Stewart Midwinter wrote: > On Sat, 29 Jan 2005 16:41:05 -0800 (PST), Warren Focke > <[EMAIL PROTECTED]> wrote: > > > I hit on, which was to modify python23.zip to move the contents of lib-tk > > up to the top level. > > what exactly were your modifications? you took the co

Re: [PythonCE] Tkinter installation

2005-01-29 Thread Stewart Midwinter
On Sat, 29 Jan 2005 16:41:05 -0800 (PST), Warren Focke <[EMAIL PROTECTED]> wrote: > I hit on, which was to modify python23.zip to move the contents of lib-tk > up to the top level. what exactly were your modifications? you took the contents of the lib-tk folder inside python23.zip and moved the

Re: [PythonCE] Tkinter installation

2005-01-29 Thread James Burkert
Yep, I saw that he did, he was kind enough to respond to my question. In order to get lib-tk in the sys.path, I just added sys.path.append('') to the bootup py script for Python 2.3.4, called pythonrc.py, located in \Temp\. This runs every time the interpreter starts, so I have not had trouble wit

Re: [PythonCE] Tkinter installation

2005-01-29 Thread Warren Focke
On Sat, 29 Jan 2005, James Burkert wrote: > Out of curiosity, what did you need to change to get Python to run > properly from your SD card? Stewart already posted how to get Python running off flash. You've still got the fact that python23.zip/lib-tk isn't in sys.path to deal with. I've seen

Re: [PythonCE] Tkinter installation

2005-01-29 Thread Stewart Midwinter
to get Python to run on the SD card, I edited setup_registry.py and Setup Registry.lnk to point to the location on the SD card where the python.exe lives, i.e. \\SD Card\\Program Files\\Python\\Lib. To confirm that my registry was in fact set up correctly, I used Advanced Explorer, went into the R

Re: [PythonCE] Tkinter installation

2005-01-29 Thread James Burkert
Hey Stewart, Finally something I can be helpful with! I have tcl8.4.3 in the root directory \My Device\, next to Windows, Program files, etc. It works just fine there. I guess its just because thats how tcl is referenced in some file or another. Out of curiosity, what did you need to change to g

[PythonCE] Tkinter installation

2005-01-29 Thread Stewart Midwinter
I had PythonCE and Tkinter working on my PocketPC, but then suffered a hard reset. I decided to install them on the SD Card, but now I can't Python to find Tkinter. What am I doing wrong? I've got Python in \\SD Card\\Program Files\\Python\\Lib. I ran the Setup Registry shortcut (adjusting the pa

[PythonCE] Tkinter issues

2005-01-04 Thread Anne Wangnick
Dear all, my application is based on Tkinter, not wxPython, so please excuse when I'm asking a question about good ole Tkinter here ... I was annoyed by the fact that the Tkinter Toplevel windows on the PDA all come sizeable and with that additional titlebar, eating up valuable screen estate. So