I completed the development of my application over 4 weeks ago and it was submitted to SymbianSigned.com for signing. It is going to be a freeware application. However, I have received no reply and...
Type: Posts; User: ianratcliffe; Keyword(s):
I completed the development of my application over 4 weeks ago and it was submitted to SymbianSigned.com for signing. It is going to be a freeware application. However, I have received no reply and...
Hi,
I am trying to compile any Open C example and get it working on the phone but get the same problem with every example I try to build.
I am trying to add the Open C sis files into the pkg...
Hi All,
We have experienced an 'interesting' problem with the 'Simple Client' application which does an http get or post from within a client application.
Basically, when we run the application...
Is it possible to have a menu separator in J2ME?
Thanks.
Yep - saw that.
Emailed for a registration code. Email ignored.
I sent feedback and received no reply.
How much longer do we have to wait? Its been 7 days now.
Hi,
Can anyone advise me what I have to put in a .pkg file in order to get the SISUPGRADE flag to work? Here are my lines in the .pkg file.......
#{"MyApp"},(0x20001953),1,0,702,TYPE=SISUPGRADE...
Hi,
We have an application which can be sent to the background to continue in a hidden mode. However, the app uses a wait dialog which causes the backlight to come on whenever the wait dialog is...
Many thanks. I'll give it a try.
Much appreciated.
Does anyone know of a quick and easy way of finding out your own bluetooth name ?
Thanks in advance.
Hi,
I am using a listbox with icons. The icons are consructed from bitmaps and the bitmaps are of size 40x30.
Does anyone know the largest size of icon that can be placed into a list box?
...
Hi,
I have a stupid problem. I am trying to add a feature into my game so that a user can select a menu option and the sis file for the game gets sent over, say, bluetooth into the users Inbox...
Hi there,
Having got a list of bluetooth devices during device discovery, I would like to find out what type of device they are. I know to look at certain parts of the BT address to extract the...
Hi,
I have taken the BT point to multipoint example and implemented a wait dialog during the device discovery. The wait dialog sits in the appui.
However, I get a callback when the user presses...
Hi,
Does anyone have a code snippet how to call recvoneormore on an rsocket using an active object and keep appending to a buffer so that all the data is recved from the socket and not just some....
No this not a windup.
I have spent hours writing a Series 60 application and have now reached the end. I need to send a bitmap over bluetooth. The size of the bitmap is 40x30 and all I get is the...
Hi,
I'm trying to send a bitmap over bluetooth. I'm certain I have a working RSocket. I use CFbsBitmap's externaliser:
I create a CBufFlat and an RBufWriteStream on the buffer.
I then...
Thanks for that.
However, I don't want to delete the old bitmap - simply make a copy. Will deleting the device context delete the associated bitmap?
Please can someone post a snippet that would allow me to take a pointer to a bitmap and copy its contents to another bitmap?
How do I create a new CFbsBitmap? The size is fine but how do I get to...
Bizarre. I have just installed the series60_v21 and it compiles. The btmanclient.h file corresponds to yours. With the 8.0s version I definitely have a 'B' on the end. Perhaps I have downloaded the...
It has problems here:
RBTSecuritySettings iSecSettingsSession;
I #include btmanclient.h but i still get an error during compile that it cant find this RBTSecuritySettings. Looking in...
Hi,
I am still having problems trying to compile a bluetooth app. I am trying to use a variable of type RBTSecuritySettings and therefore #include <btmanclient.h> at the top of the cpp file. But...
Please could someone help. I have just installed the latest Symbian C++ SDK and am trying to compile a bluetooth program and get the following error in Visual C++ 6.0 (SP6):
Bluetoothserver.cpp...
tabbed views directly using views derived from CCoeControl rather than CAknView-derived classes?
e.g. in a gui app the appui uses the call addtostackl to add the view. In a tabbed view using...