Author: remi
Date: 2009-03-16 16:18:57 +0100 (Mon, 16 Mar 2009)
New Revision: 4089
Modified:
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/03_advanced_api/resourceTestGadgetMessage.py
Log:
* fixed notification messages list
Modified:
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/03_advanced_api/resourceTestGadgetMessage.py
===================================================================
---
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/03_advanced_api/resourceTestGadgetMessage.py
2009-03-16 15:18:23 UTC (rev 4088)
+++
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/03_advanced_api/resourceTestGadgetMessage.py
2009-03-16 15:18:57 UTC (rev 4089)
@@ -37,7 +37,9 @@
gadgetTtsLocutor = spl[2]
gadgetTtsPitch = spl[3]
notificationType = spl[4]
- text = spl[5]
+ text = ""
+ for line in spl[5:]:
+ text += line
resourceTTS.stackPush(text, gadgetTtsLocutor, int(gadgetTtsPitch),
gadgetUuid)
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn