RE: How to call a python plugin in UI

2007-08-15 Thread Spencer, Bob
ping -- were you able to successfully launch your app? I'd love to see a screenshot of your application running. Bob Ian wrote: Ola, Mobile player is also a python application. Maybe it's not the best way to launch python application, but it can be a reference. 1. create an exe file under

RE: How to call a python plugin in UI

2007-08-15 Thread Ian
Ola ping -- were you able to successfully launch your app? I'd love to see a screenshot of your application running. yes, it launched my app inside the browser using the bash script approach Cathy mentioned. It seems unfortunately not very robust at the moment but I am unsure whether this is

RE: How to call a python plugin in UI

2007-07-30 Thread Ian
Ola, Mobile player is also a python application. Maybe it's not the best way to launch python application, but it can be a reference. 1. create an exe file under /usr/bin -- mobile-player #!/bin/sh Cd /usr/share/mobile-player Python media_gui.py 2. add mobile-player in

RE: How to call a python plugin in UI

2007-07-28 Thread Spencer, Bob
If I understand, you've created a statusbar plugin. The statusbar has a feature that allows it to show a 2nd row of icons if the original area fills up. The conf.xml file shows the icon for the application. This is independent of the statusbar. If you want your statusbar to appear you need to