Hello Sir,
Thank you but it is still nor woking.I have used this: .
QString msg=ui.txtMsg.toPlainText();
Please help me.
Thanks a lot,
Naveesh
Type: Posts; User: darklord18; Keyword(s):
Hello Sir,
Thank you but it is still nor woking.I have used this: .
QString msg=ui.txtMsg.toPlainText();
Please help me.
Thanks a lot,
Naveesh
Hi everyone,
How do i get the text from a QPlainTextEdit? the text property is not returning anyhthing! Please help!
Regards,
Naveesh
Doolhur
Thank you a lot! So better make it paid? Do you have statistics of paid apps downloads?
If anyone else have more suggestion am totally open.
Thank for all,
Regards,
Naveesh
Doolhur
Hello everyone,
I have developed a game and would like to have some advice or past experience of those who has developed and sold apps before. I am planning to sell my game for $1. ...
Hello everyone,
I am new in flash lite and wanted to create something. Can anyone give me some idea where to begin with. I want a flash lite program(for touch screen mobiles), that...
I am receiving this error :
An internal error occurred during: "Creating Project".
java.lang.NullPointerException
When i am trying to run a blank project! Is that normal? I am new to carbide...
I it possible to create an array of UI objects?
eg
myapp[1]=appuifw.Text(u'first')
myapp[2]=appuifw.Text(u'second')
or for lists or canvas!
Then access them same
Any one has the source code to make a more flexible tab in pys60? I would like to be able to add and remove tabs at runtime and also make them blink! Anyone can help me out?
Reagrds,
Naveesh ...
Thanks a lot! just downloaded it and tried it! It works fine!
Thanks!
Hello everyone! I downloaded Appswitch for my nokia 6630(Symbian 2ed). When i tried to run the example i get the following error:
SymbianError:[Errno: -20]
kErrCorrupt
Please help me out!...
THATS WHAT I NEEDED! THANK YOU TO YOU ALL FOR YOUR HELP! I WILL CHECK IT OUT!
THANKS A LOT!!
But the code:
response = conn.getresponse()
Does not work! I wanted to get the response from the website!eg if the webpage displayed "logged", how can i get this. There is one way.To get the...
No i will send a set of variable. eg
server.php?username=asdas&pass=asd
Now the php page will check if the username is good or not and will echo a reply. Either good or not.
My problem is...
Hi everyone,
How do i get the response given by a php script?After i post the arguments to the website, it will return a response(from the echo command). How can I get this??
Thank you a lot!
Hi! THANK YOU A LOT!! :)
It works!
I also found another code(if that may help other people):
(#)
data="Data1:hello:Data2:hi:Data3:heil"
as=unicode(data)
...
Thank you a lot for the reply, but i didnt meant that!I need two row(one for the name and the other for the detail). You can achieve this by writing this!
entries =...
Hello genius out there!
I have a small problem:
I want to create a double-item listbox from some strings.
Please help me out.
The string will come from a socket.
Hello! I want a way of entering lengthy text. The query is not able to handle lengthy texts. I have you the text UI in the body:
n=appuifw.Text()
appuifw.app.body=n
it works good, but when...
Hi everybody! I would like to know how to work with classes? I don't understand what "this" means in classes, which i see in all examples!
THANKS A LOT FOR YOUR HELP!;)
Try using another IP address, it does not work. But when it executes the listen command, it should not connect to the access point?? It does nothing!
Thx for the reply. I check out the website. It is really good, but it is still not working.
I have used this code:
from socket import *
>>> s = socket(AF_INET, SOCK_STREAM)
>>>...
Hi genius out there! I am new to pys60! I am trying to make a connection to listen to a port and capture the data as soon as it receives it. I have searched a lot but any of the codes are working!...