[PythonCE] Pythonce on windows mobile smartphone adition.

2007-05-08 Thread Igor Kaplan
Hello! Could someone please tell me if it is pocible to install pythonce on the windows smartphone? Thanks so much. Igor ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] Programaticly moving cursor in multi-line edit control

2008-08-13 Thread Igor Kaplan
Hello, I would like to ask a little advice. Already several days I am trying to figure out the following problem using ppygui: How to move the cursor in the edit field to the top of that field. In my code I create the frame and then Edit control: Self.text_entry = gui.Edit(multiline=True)

Re: [PythonCE] Programaticly moving cursor in multi-line edit

2008-08-14 Thread Igor Kaplan
Hi Alexandre, Thanks a lot for your suggestion, it worked, so now moving to the beginning and to the end of the edit control works perfectly fine. Ppygui is being such a wonderful library, just love it! Many thanks and all the best. Igor. From: Alexandre Delattre [EMAIL PROTECTED]

[PythonCE] Can I execute external programs from PythonCe?

2008-09-04 Thread Igor Kaplan
Hi pythonce experts, [Igor Kaplan] Would like to ask for the suggestion, is there any way to execute the external process from pythonce code? There is the os.exec* functions, however as I understand, they will terminate the current python process and run the external application. I would need

Re: [PythonCE] Can I execute external programs from PythonCe?

2008-09-07 Thread Igor Kaplan
Thanks Alexandre and all for the help. The os.StartFile and os.systema are exactly what I needed, specially since systema takes arguments. Thanks so much. -- Date: Sat, 06 Sep 2008 13:29:25 +0200 From: Alexandre Delattre