What abt using CAknMessageQuery dialog?
Type: Posts; User: SymbianSandy; Keyword(s):
What abt using CAknMessageQuery dialog?
u may have icon there...so u may have one checked icon n another unchecked icon. In this way u can simulate wht u want
Hi Juggle4Evr1,
Did u find any answer?
I am facing same problem
Is there any winner?
You may like to have a glance at http://www.arvindgupta.net/ to get some ideas.
will u plz post the code written in handleforegroundevent()?
Finally I got the answer. There is problem with Airtel operator only.
Read http://discussion.forum.nokia.com/forum/showthread.php?p=303084#post303084
for more information.
Extract:
We have...
Hi moschous ,
you r absolutely right about pre-negotiation stuff. Helix client uses auto-negotaition alogrithm and hence streaming works on helix client but it doesn't work on real player or VRex...
Hi Ashish,
R u doing testing in India? If yes, which operator u r using.
I used 20kbps video file for streaming using helix server. It just times out on real player. [I am sure it connects to...
which SDK u r targetting?
if u r using v9.2, u may use OpenC apis
In lower versions, u can take help of POSIX library
Hi Mayur,
Did u find any working solution. We r also facing the same problem...Loading and then timed-out. We're also using Airtel GPRS connection on N6681.
Streaming file is 1.rv and it is of...
well, in my app, there are 15 containters and 3 views. And it is working fine.
which control r u using?
Try it in draw()...just a guess
I'm not sure whether u can customized setting list but u can try this:
if u want marquee effect when item is selected then ....
When item is selected, draw a label on da position and do scrolling...
Not sure but u can try.
U can have one scripting page which can read posted data. Then call GET method n request this scripting page. U can download posted data.
Create 1 view and have 4 containers. Based on some index, u can decide which container to be displayed. In this way u can reduce view-stack.
I dont know if there is any better solution
Create CBA resource
Create object of CPbkMultipleEntryFetchDlg::TParams
pass CBA resource id to CPbkMultipleEntryFetchDlg::TParams::iCbaId
And it's done
CCoeControl::OverrideColorL()
Check TLogicalColor
U can also create ur own custom listbox. But text-wrapping functionality consumes battery power significantly.
S60 SDK :)
Reads a resource from a resource file and sets its resource reader.
Well, not compulsory. But it is good practice as it separates ur source-code from resources. And hence source...
ApplicationRect() : search SDK
Do u want to make ur app in full-screen mode?
Have u tried this:
http://discussion.forum.nokia.com/forum/showthread.php?t=94390&highlight=uninstallation
Why CopyF? why not Copy?
What r u destroying using CleanupStack::PopAndDestroy();?
I think SYSTEMINCLUDE \epoc32\include\libc should solve your problem
.
Please read sdk , path provided by Symbian_Neil.
I guess u may be missing something else.
BTW, have you re-imported...