<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en"> 
    <title>Faisal Iqbal's Forum Nokia Blog - Introduction to Faisal Iqbal's Flash Lite and PyS60 blog</title>  
                    <updated>2008-03-29T08:47:02Z</updated>
    <id>http://blogs.forum.nokia.com,8.9/</id>
    <link rel="alternate" type="text/html" hreflang="en" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog" />
    <rights>Copyright (c) 2008 Nokia</rights> 
    <generator uri="http://www.lifetype.net/" version="1.2">LifeType</generator> 

                                    <entry>
            <title></title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment23329" />
            <id>tag:blogs.forum.nokia.com,2008-03-29:23329</id>
                        <updated>2008-03-29T08:47:02Z</updated>
            <published>2008-03-29T08:47:02Z</published>
            <summary type="html"> Hello Vik, 
 Glad that it helped. 
 I was unable to find any thing about saving Form from code, neither in official reference. I did little online research, sorry about that :| 
 I would ...</summary>
            <author>
                <name>chall3ng3r</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Hello Vik,&lt;/p&gt;
&lt;p&gt;Glad that it helped.&lt;/p&gt;
&lt;p&gt;I was unable to find any thing about saving Form from code, neither in official reference. I did little online research, sorry about that :|&lt;/p&gt;
&lt;p&gt;I would recommend you to post this in PyS60 forms on FN. I sure someone will help you with that.&lt;/p&gt;
&lt;p&gt;// chall3ng3r //&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title>form save..</title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment23325" />
            <id>tag:blogs.forum.nokia.com,2008-03-28:23325</id>
                        <updated>2008-03-28T16:33:37Z</updated>
            <published>2008-03-28T16:33:37Z</published>
            <summary type="html"> Actually, I got one more doubt.. the application I made has a form. Is there any way to save the form instead of pressing &quot;options----&amp;gt;save&quot;. 
 The form also has a &quot;send&quot; option in the menu. I ...</summary>
            <author>
                <name>Vik The Red</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Actually, I got one more doubt.. the application I made has a form. Is there any way to save the form instead of pressing &quot;options----&amp;gt;save&quot;.&lt;/p&gt;
&lt;p&gt;The form also has a &quot;send&quot; option in the menu. I would like the form to save whenever i click send. Is that possible?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Vik&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title>Thanks</title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment23323" />
            <id>tag:blogs.forum.nokia.com,2008-03-28:23323</id>
                        <updated>2008-03-28T16:23:44Z</updated>
            <published>2008-03-28T16:23:44Z</published>
            <summary type="html"> Hi Iqbal, 
         Thanks a lot. It worked. I was missing &quot;iForm&quot; initially in the code below. 
 [code] 
 return self._iForm[0][2].encode( &quot;utf-8&quot; ) 
[/code] 
The link you sent, helped me.  ...</summary>
            <author>
                <name>Vik The Red</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Hi Iqbal,&lt;/p&gt;
&lt;p&gt;        Thanks a lot. It worked. I was missing &quot;iForm&quot; initially in the code below.&lt;/p&gt;
&lt;p&gt;[code]&lt;br /&gt;
 return self._iForm[0][2].encode( &quot;utf-8&quot; )&lt;br /&gt;
[/code]&lt;br /&gt;
The link you sent, helped me.&lt;br /&gt;
Thanks a lot....&lt;br /&gt;
Cheers:)&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title></title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment23322" />
            <id>tag:blogs.forum.nokia.com,2008-03-28:23322</id>
                        <updated>2008-03-28T16:07:59Z</updated>
            <published>2008-03-28T16:07:59Z</published>
            <summary type="html"> Hello Vik, 
 Thanks for writing to me. 
 You can get the index of combo list like this: 
[code] 
Form[1][2][1] 
[/code] 
 Here, I am assuming combo filed is 2nd in the Form. 
 You might also look ...</summary>
            <author>
                <name>chall3ng3r</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Hello Vik,&lt;/p&gt;
&lt;p&gt;Thanks for writing to me.&lt;/p&gt;
&lt;p&gt;You can get the index of combo list like this:&lt;br /&gt;
[code]&lt;br /&gt;
Form[1][2][1]&lt;br /&gt;
[/code]&lt;/p&gt;
&lt;p&gt;Here, I am assuming combo filed is 2nd in the Form.&lt;/p&gt;
&lt;p&gt;You might also look at the following example:&lt;br /&gt;
http://lfdm.net/thesis/index.php/2007/03/26/46-use-of-form&lt;/p&gt;
&lt;p&gt;I guess you need to make a custom Listbox to include in the Form. I have seen some examples of custom listbox on FN.Wiki. Check them out.&lt;/p&gt;
&lt;p&gt;Hope it helps,&lt;/p&gt;
&lt;p&gt;// chall3ng3r //&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title>Python S60 combo</title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment23320" />
            <id>tag:blogs.forum.nokia.com,2008-03-28:23320</id>
                        <updated>2008-03-28T13:34:44Z</updated>
            <published>2008-03-28T13:34:44Z</published>
            <summary type="html"> Hi Iqbal, 
         I am developing a mobile application using Python S60. The application consists of a form with text fields and combo boxes. The application has to read the values from the ...</summary>
            <author>
                <name>Vik The Red</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Hi Iqbal,&lt;/p&gt;
&lt;p&gt;        I am developing a mobile application using Python S60. The application consists of a form with text fields and combo boxes. The application has to read the values from the fields of the form and send an SMS.&lt;br /&gt;
       I am able to extract values from the text fields, however i am unable to access the selected item of the combo box. I&#039;ve searched the net, discussion forums but in vain.&lt;br /&gt;
       Is there a way to access the selected item or index of a combo box? Also, is it possible to embed a listbox within a form? &lt;/p&gt;
&lt;p&gt;Thank you&lt;br /&gt;
Vik&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title></title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment22959" />
            <id>tag:blogs.forum.nokia.com,2008-01-23:22959</id>
                        <updated>2008-01-23T18:00:04Z</updated>
            <published>2008-01-23T18:00:04Z</published>
            <summary type="html"> Thanks Bogdan, 
 Yes, i have some PyS60 stuff to share :) 
 stay tuned. 
 // chall3ng3r // 
</summary>
            <author>
                <name>chall3ng3r</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Thanks Bogdan,&lt;/p&gt;
&lt;p&gt;Yes, i have some PyS60 stuff to share :)&lt;/p&gt;
&lt;p&gt;stay tuned.&lt;/p&gt;
&lt;p&gt;// chall3ng3r //&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title>Welcome</title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment22956" />
            <id>tag:blogs.forum.nokia.com,2008-01-23:22956</id>
                        <updated>2008-01-23T16:17:29Z</updated>
            <published>2008-01-23T16:17:29Z</published>
            <summary type="html"> Welcome to the Forum Nokia Blogs. Nice to see more and more professionals discuss things with the community. I am especially looking forward yo your PyS60 posts. 
Hope to hear more from you soon. 
</summary>
            <author>
                <name>bogdan.galiceanu</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Welcome to the Forum Nokia Blogs. Nice to see more and more professionals discuss things with the community. I am especially looking forward yo your PyS60 posts.&lt;br /&gt;
Hope to hear more from you soon.&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title></title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment22955" />
            <id>tag:blogs.forum.nokia.com,2008-01-23:22955</id>
                        <updated>2008-01-23T13:53:50Z</updated>
            <published>2008-01-23T13:53:50Z</published>
            <summary type="html"> Ciao, 
 Thanks Alessandro. 
 // chall3ng3r // 
</summary>
            <author>
                <name>chall3ng3r</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Ciao,&lt;/p&gt;
&lt;p&gt;Thanks Alessandro.&lt;/p&gt;
&lt;p&gt;// chall3ng3r //&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title></title>
            <link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/01/22/introduction-to-faisal-iqbal-s-flash-lite-and-pys60-blog#comment22952" />
            <id>tag:blogs.forum.nokia.com,2008-01-23:22952</id>
                        <updated>2008-01-23T00:40:00Z</updated>
            <published>2008-01-23T00:40:00Z</published>
            <summary type="html"> Ciao Faisal, 
 nice to see you posting here too!! 
Alessandro 
</summary>
            <author>
                <name>biskero</name>
                <uri>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog">
                &lt;p&gt;Ciao Faisal,&lt;/p&gt;
&lt;p&gt;nice to see you posting here too!!&lt;br /&gt;
Alessandro&lt;/p&gt;

            </content>
        </entry>
    </feed>