i'm displaying a FullCanvas and issues a Thread.sleep() to display it for a while. i want to ignore ALL the keypresses during that time.
For example, i want to prevent the following scenario:...
Type: Posts; User: p0werstitch; Keyword(s):
i'm displaying a FullCanvas and issues a Thread.sleep() to display it for a while. i want to ignore ALL the keypresses during that time.
For example, i want to prevent the following scenario:...
is there a way to clear/flush key buffer (if there's such a thing in J2ME) or are there workarounds?
TIA
basing on the resource above, i have this code that
changes the control's value and NOT the control's
prompt (which i initially thought changes the prompt ;)
TBuf<50> iText;...
hi yucca
i have already done that before. i have painstakingly
browsed thru CAknForm, CAknDialog and CEikDialog's
methods (SDK Help's 'list of all members') and found
nothing. Only...
anyone who can shed light on this? thanks in advance
how do i dynamically change the prompt (runtime) in a form, this really got me stumped. help!
my resource file looks something like this:
RESOURCE DIALOG r_dialog
{
flags =...
- make the changes on the yourappname_caption.rss
(short and long captions)
- also apply the necessary changes on your .pkg file
1. #{"yourappname"},(uid_here),1,0,0
2. you may also want to...
thanks for the reply Lauri
>Ask your service provider for internet access point settings.
our application works fine when using the internet access point, and there's no problem with the...
hello chrala,
>Take care, coz there are some diferences
>between direct connection and connection
>to the WAP Gateway.
what exactly are their differences? we have
an application that cant...
thanks!
i've already seen it and had it working (checkbox)
anyway, my question is how to combine both resources in one "form" (A textbox and a checkbox at the bottom)
Im making a form that has three "fields", two text boxes (AVKON_DATA_QUERY) and a checkbox. The thing is how to deal with checkbox. What do i add to the resource file? (see below), and what are the...
Im making a form that has three "fields", two text boxes (AVKON_DATA_QUERY) and a checkbox. The thing is how to deal with checkbox. What do i add to the resource file? (see below), and what are the...
Had the same problem, barely noticed CFbBitmap's include file and library in the SDK. But got it fixed now :) Thanks Denever!
One way is through infrared if your laptop has an infrared port. In the 7650 goto Connect->Infrared, align the 7650's infrared port the with laptop's. Your laptop should be able to detect it and an...
double post. double reply. lol
I have a midlet that extends FullCanvas too, and obfuscation doesnt work inside wtk104. But packaging with obfuscation in the command line worked for me, and it ran...
same here. you can barely hear the sound with FORMAT_TONE (i read that it's buggy with init()). i use FORMAT_WAV instead, the volume's acceptable.