| Reply | « Previous Thread | Next Thread » |
|
How can i create a multiline textbox the same as the textbox thats when writing new sms? and now can i put a limitation of characters to the textbox?
Thenks. |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
as far as i know we cant create textbox in Python for S60. Instead you can open a new text file and save it. Enjoy Pythoning Gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Quote:
Code:
import appuifw
def query_text():
# create a single-field dialog (text input field):
appuifw.query(label, type)
data = appuifw.query(u"Type a word:", "text")
print data
query_text()
there is limitation for this input (about 82 letters approximately.) |
|
Quote:
I want to create a form that looks like the sms sending form, for this i need a muliline text field as i said. Im writing application that sends sms thru the web so i need to create a form that looks similar to the built in sms sending form. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| how to display log on TextBox...? | smart_aju2007 | Mobile Java General | 1 | 2007-01-31 06:41 |
| Multiline Query in 3rd edition sdk | parag_purkar | Symbian User Interface | 1 | 2006-09-26 04:54 |
| Left Sofkey during textbox entry | wrlannen | Mobile Java General | 0 | 2006-06-08 21:55 |
| Command Button on TextBox Issue in 6230i/3510i | manasmchex | Other Programming Discussion 关于其他编程技术的讨论 | 3 | 2006-02-03 18:13 |
| 6600 - line break in TextBox | wiertek | Mobile Java General | 0 | 2004-12-23 10:39 |