DrawNow on the tab group is not working.
But if I set the tab width after I create the 2nd tab(iTabGroup->SetTabFixedWidthL()), I'm able to see the text.
Type: Posts; User: nagneeth; Keyword(s):
DrawNow on the tab group is not working.
But if I set the tab width after I create the 2nd tab(iTabGroup->SetTabFixedWidthL()), I'm able to see the text.
I'm facing a strange issue with 3.0 devices. I have a view with dynamic tabs with tab width set as KTabWidthWithTwoLongTabs using the SetTabFixedWidthL(). By default, there is a single tab. When I...
Hi wizard,
I have implemented the AO on my main thread and am using RTimer for sending the data after a fixed interval. And I'm following the AO implementation tips.
On the listening...
Hi,
I tried using the ShareAuto function and now it seems to work. I'm making the main thread to send data to a socket(with localhost ip : 127.0.0.1) at a regular interval(using an AO) and...
Does ShareAuto allows sockets to be shared or just the session?
Hi,
From what I heard and tried myself, sockets are not sharable between threads. Sockets opened in one thread cannot be used by another thread in the same process.
But how come we can do this...
Ya... I did.. For 3.2, it still has VAS 1.0. :(
And the VAS 1.0 doesnt sound good on N78. I even tried updating the phone firmware. The incoming voice sounds like it comes from a long distance...
Hi,
Is VAS 2.0 for 3.2 released? From where can I download the same?:confused:
Hi,
I have want to send message in UDP mode to a remote device(which has a ip address) from a s60 device(I'm haveing a E51 with a 3G enables SIM card).
I'm starting a 3G connection using the...