Hi All,
I face a problem like when my application is launched the first screen is shown, touch events on status pane like bluetooth,new msg icon, doesnt work. THose events are not handled...
Type: Posts; User: smanikandan14; Keyword(s):
Hi All,
I face a problem like when my application is launched the first screen is shown, touch events on status pane like bluetooth,new msg icon, doesnt work. THose events are not handled...
I have tried to set the criteria as below. But it didnt work.
var criteria = new Object();
criteria.Type = "Sent";
criteria.Filter = new Object();
criteria.Filter.MessageTypeList =...
Hi ,
Is there a way to delete a sms from sent items.
http://wiki.forum.nokia.com/index.php/CS001241_-_Removing_message_from_Inbox_in_WRT
This link explains about removing sms from inbox. ...
Has anyone tried like this ?
- mani
Hi all,
index.html:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script...
Hi All,
I have a form button in my view. I have increase the size of the button. How do i do that ? Is there a way do that ?
helloButton = new FormButton(null, "Locate Your Friend");
...
Hi all,
Is there a way to retrieve to contacts from SIM memory.
Right now device.getServiceObject("Service.Contact", "IDataSource") api retrieves only phonebook memory contacts.
thanks,...
hi all,
I am a newbie to javascript.
Doing sample programs in widgets with the help of sample programs available in Wiki forum nokia.
I am in need to display a images and name in a list...
Thanks..
may i know where can i find the mobile paint example in wiki.
- mani
Hi all,
I went through wiki forum touch tour examples and implemented toolbar from that link in my sample application....
I went through the link. And tried like below.
But it didnt work .
1 Way:
aGroupID.Copy(namebuf));
2 nd way:
TPtrC ptr1(namebuf);
HBufC* About = ptr1.AllocLC();
Thanks for the info Kiran & all.
How do i copy a TBuf to TDes.?
namebuf to aGroupID?
void GetGroupID(const TDesC& aGroupID)
{
TBuf<20> namebuf;
namebuf.Copy(Myview.ColDes(1));
Hi All,
My need is to copy a TBuf value to TDesc descriptor.
TBuf<256> GroupID;
GetGroupID(GroupID);
// Prototype of GetGroupID
void GetGroupID(const TDesC& aGroupID)
Hi...
Can anyone help me on this... How to send an email to gmail server.?
Have anyone succeeded in sending mail to gmail.
Thanks,
- mani
Hi Dvir,
Thats a good thing that u can able to send email with that code.
may i know which smpt server u used... I mean which email server u have used and send email.
have u used the same...
Yes, the gmail configurations say it to set the port number to 467.
Pls chk this link.
http://mail.google.com/support/bin/answer.py?hl=en&answer=13287
thanks,
mani
Hi All,
I am new to MTMs & email usage in s60.
For one of our self project implementation we have a trigger a email based on certain events.
To send a email, i went through the...
Hi All,
I have a container class which has two labels in it.
My number of labels in the screen is going to increase by more than 10 so that all will not fit into a screen.
- How to bring a...
hi krish,
- I can draw multiple rectangles and make look like a table but if in case when the number of rows exceeds the screen size i need to display the data with a scroll bar.
- how can...
Hi All,
I am trying to display a table where in values of certain commodities.
|--------------------------------------|
| Sugar | Rs 30\kg |
...
still i couldnt copy the value.
Can anyone suggest some ways to do it.
Thanks,
Mani
Hi remesh...
May i know what is that actually performed on the line you gave.?
I tried the same line as u gave.. but it says 'expression syntax error'.
Could you brief what was the issue and...
Hi All,
I wanted to copy a data from a DB into a TBuf variable.
The database column type is as below.
void CMyDBClass::CreateTableL(RDbDatabase& aDatabase)
{
// Create a table...
Hi Stenlink...
thanks.,.. i changed it worked. Now i could able to create db and update the msg.
- mani
Hi All,
I tried to read a db file and populate the list items in CAknSelectionList.
For checking for writing large contents like a sms i increased the size of the coulmn maximum length to...