Hi,
Thanks for u reply i got the solution.
Thanks,
kumarkk.
Type: Posts; User: kumarkkk; Keyword(s):
Hi,
Thanks for u reply i got the solution.
Thanks,
kumarkk.
Hi,
So any body have solution for this problem( I.e how to get the connection type of active connection).
Is there any other way to get connection type.
please suggest .
Thanks,
kumarkk.
hi,
As u said i changed the code and tried like this .here is my code.
RConnectionMonitor Monitor;
TInt iAccessPointId ;
Monitor.ConnectL ();
// get number of active connections...
I tried the code by using RConnectionMonitor,d here is my code
/////////////////////////////////////////////////////////////////////
RConnectionMonitor iConnMonitor;
iConnMonitor.ConnectL ();...
Hi,
Thanks for your reply.
I already checked the link ,this is used to detect wlan indicator is there are not and to get device default mac address.
and how i will use this code in my...
Hi All,
How to get the active connection connection type(I.e WLAN or GPRS).
In my application by using the below code i am trying to connect with the default active access point.
It is working...
Hi,
I did not get any solution for above issue.
Can any body please suggest me where i am doing wrong.As i mentioned my code above.
Thanks,
kumarkk.
Hi,
Thanks for reply.
I tried the code same as u told but it displaying extra cancel button as right soft key and how to disable it?
Now it i taking characters also but cancel button it is...
Hi,
I tried the code as you said it is not working.
Again it is showing numbers in search filed.
How to solve this problem any help plz.
Thanks,
kumarkkk.
Hi,
yes i am deriving class from CCoeControl .
I changed the code and here is the error i got it.
error: invalid static_cast from type `CAknDoubleGraphicStyleListBox*' to type...
Hi,
I changed the code as u said and here is the error code.
error: no matching function for call to `AknFind::HandleFixedFindSizeChanged(CListBox* const, CAknDoubleGraphicStyleListBox*&,...
Hi,
In my application on press of red key i am handling call(VOIP Call) ending.
The code is working fine in n95 and e51 and e61 devices.But in E71 red key is not working properly .
Is any...
Hi,
Here is my code .
void CListBox::InitializeControlsL()
{
iListBox = new ( ELeave ) CAknDoubleGraphicStyleListBox;
iListBox->SetContainerWindowL( *this );
{
TResourceReader...
Hi,
Thanks for your reply.
CAknSearchField* searchField =
CAknSearchField::NewL( *this, CAknSearchField::EFixed, 0, 40 );
if i add this line it not displaying the search filed (search filed...
Hi,
iListBoxSearchField->SetFocus(ETrue);.If i add this code it is showing right soft key button ( cancel button)extra and my default button.
so how to disable the cancel button of search filed....
Hi,
Thanks for your reply .Still i am facing the same problem.In my code i am using CAknDoubleGraphicStyleListBox with search file.
CAknSearchField* searchField =
CAknSearchField::NewL(...
Hi,
Did you get any answer, how to disable cancel button in search field..I am also facing the same problem.
please help me on this .
Thanks,
kumarkk.
Hi,
In my sample code Loginprofile()method , i am doing sip registration .if the registration was success then removing the wait dialog.
Any way i changed my code (Instead of cancel i changed to...
Hi,
Thanks for your reply .
I modified the code(as you suggested) and checked the application now it is not throwing the error but wait dialog is not canceled.
I.e when first i cancel the wait...
Hi,
here is my modified code.I tried the code same as you said.
void CSampleAppUi::ExecuteAppUiWaitDialogLD (const TDesC * aOverrideText)
{
iAppUiWaitDialog = new ( ELeave ) CAknWaitDialog (...
hi,
I tired the code(suggested by you) but it is not working.
Some times wait dialog is not canceling and some times it is showing KERN-EXEC 3.
can any body please suggest me where i am doing...
hi,
Thanks for your reply.
I will modify the code and check.
Regards,
kumarkk
Hi,
I am getting KERN-EXEC 3 error when i am canceling the wait dialog,and i am not able to find out where exactly it is throwing the error.
Here is my code.(i added the wait dialog from UI...
If you are looking for retrieving contact details from device you can refer to Contacts example in s60 examples.
Hi,
Thanks for your reply i have gone through the links.
But in my project i am using more than 80 ui designs and how to seperate them to make static library?
Is there any limit to ui designs...