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 <[EMAI

[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] 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]> Sub

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

2008-08-14 Thread Igor Kaplan
, August 14, 2008 7:41 AM To: Igor Kaplan Cc: pythonce@python.org Subject: Re: [PythonCE] Programaticly moving cursor in multi-line edit control The way to preserve linebreaks is tp replace "\n" with "\r\n" so: self.text_entry.text = fl.read().replace("\n","\r\n

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

2008-08-14 Thread Igor Kaplan
Hi Alexandre, Thanks a lot for your reply. I'll try to attach the source file to this message, however not sure if this mailing list allows attachments, so I have uploaded it also to my ftp side: ftp://ftp.uliy.com/pub/python/te.py I tried to run this file on the smartphone and on PocketPc, t

[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)

[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