Thread: PyGTKEditor
View Single Post
pipeline's Avatar
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#18
This is the first app i am coding to build up my 'snippet' arsenal.

Its just a file runner so i can open any file with program like mplayer or leafpad (pygtkeditor doesnt support command line arguments?).

I'm a c# coder and this is my first program in python/gtk... but its copy/paste/run (correction: file save from browser.. then run) which is kinda new to maemo... but brings back nostalgia of older solid state computers with basic.

Hopefully theres something in there worth copy/pasting It uses the gtk file dialog, very simplistic use of gtk.ComboBoxEntry, and launching programs using os.system()

http://wardenclyffetower.com/MaemoFiles/SampleAssoc.txt

If someone sees anything wrong with it, let me know... wouldnt want someone to copy paste bad code.

Last edited by pipeline; 2007-09-12 at 23:07.