xboxscene.org forums

Author Topic: Python, Scripting  (Read 42 times)

Tigermilk

  • Archived User
  • Newbie
  • *
  • Posts: 4
Python, Scripting
« on: March 10, 2004, 05:06:00 AM »

Hi y'all!

Is there a  tutorial/introduction written for us XBOX-Python beginners.

For example; how would this snippet look if i would port it to XBOX?

d = Dialog()
d.setBackgroundTitle('dialog.py demo')

day = d.menu("What's your favorite day of the week?",
            list=["Monday", "Tuesday", "Wednesday", "Thursday",
                  "Friday (The best day of all)", "Saturday", "Sunday"])


Oh, and by the way, is there a way to call the virtual keyboard from inside a python-script?

This post has been edited by Tigermilk: Mar 10 2004, 01:09 PM <
Logged

alx5962

  • Archived User
  • Full Member
  • *
  • Posts: 108
Python, Scripting
« Reply #1 on: March 10, 2004, 08:07:00 AM »

the only tutorials available are the scripts included.
no virtual keyboard available yet.
dialog is not working this way on xbmc, check included scripts.

and there's no real documentation about python xbox.

Check a previous topic where I put my scripts if you want more examples.  <
Logged

Tigermilk

  • Archived User
  • Newbie
  • *
  • Posts: 4
Python, Scripting
« Reply #2 on: March 10, 2004, 08:16:00 AM »

:beer:  Hats off to you Alx
 <
Logged

Beelzabub

  • Archived User
  • Full Member
  • *
  • Posts: 114
Python, Scripting
« Reply #3 on: March 10, 2004, 08:33:00 AM »

hey alex you think it would be possible for you to write a script that will listen for YAC and display its info YAC is a ID Caller program that runs on pc and is able to broadcast the Name and Number of incoming calls to stuff that can support it via network/lan here is my thread on more info http://forums.xbox-scene.com/index.php?showtopic=185220  <
Logged