hi cheryl,
you can try going to
Settings -> Connections -> Access Points -> Options
and you should be able to add a new access point.
Hope this helps!
Type: Posts; User: whitemoon; Keyword(s):
hi cheryl,
you can try going to
Settings -> Connections -> Access Points -> Options
and you should be able to add a new access point.
Hope this helps!
What about the header file fbs.h?
Did u try to recompile the application again using abld makefile vc6?
Hi! did u add fbscli.lib in your MMP file? try to recompile everything again after adding.
Hope this helps.
hi, replying to your earlier post. i don't know if this is the right way to do it, but i did it and it's working.
there's a aif folder in your application folder right? there are 4 icons inside....
hi! i created a grid and wants it to change views when clicked on a button, but i'm getting system error -21 when ActivateLocalViewL() is called.
This is my code in OfferKeyEventL in my app...
I changed my app icon by just overwriting the 4 default icon files in the application's aif folder. Change your icons name to the same as the default icons, eg context_pane_icon.bmp. then run abld...
hi! i did this
iVerticalScrollingType = CAknGridView::EScrollFollowsItemsAndStops;
iGrid->SetLayoutL( iVerticalOrientation, iLeftToRight, iTopToBottom, iNumOfColumns, iNumOfRows, iSizeOfItems );...
Hi, you would need to use all of them.
Use them in the following order:
1. open
2. connect
3. write
4. close
The Sockets example given in the Series 60 SDK 1.2 gives a good example on...
nope. you don't need to enter the username and password.
hi! i've done a grid but it does not scroll down. the images are there and the selection moves down and can select but the screen does not show the images as it scrolls down. the screen always show...
hey! thanks a million! it works! :)
hi! i'm facing the same problem, the first row of my grid starts one row below. i tried several methods to move the rect to start from point 0, 0, but it can't work. Below is my code and it shows the...
ok thanks.
i have some jpg files which i want to send to the phone and display them into the grid, so the files are not fixed. They are only sent to the phone when the application starts. How can...
hi! i know this has been asked several times in this forum, but i still can't find the ans to this problem.
i have done a grid to display the icons in a MBM file. I want the grid to display...
Hey! i can see the grid now. u r great! thank you! :)
ohhh.. thank you. now i see it. it's AVKON 0 error. where can i find the reference to what error is this? i searched the libs provided in the SDK, but can't find.
Hi, didn't know that this exist. :p
i've created the file C:\Symbian\6.1\Series60\Epoc32\Wins\c\system\Bootdata\ErrRd.txt. but it shows nothing after my program closed.
am i doing the right...
Sorry, u mean when i execute iGrid->DrawNow() i think.
After the app starts, it exits with "Program Closed".
Thanks for your fast reply, i hope you know where to problem lies.
There is no error. The program starts with the gray screen. Then it does nothing. The grid is not drawn.
Now i can get the code to compile and show the gray background when i comment out iGrid->DrawNow() without error.
if iGrid->DrawNow() is executed, it'll show error.
Anyone knows how to solve...
Hi, so did u manage to get the grid working? i tried your code but the program shows error when the last sentence iGrid->DrawNow() is called and when i commented it out, the program exits after...
If you r using SDK 1.2, there's no API to do it. you have to implement your own http stack. There's a sample code posted by somebody in this forum.
If you r using SDK 2.0, there's a HTTP stack...
Hi, i implemented a list box and i've checked the component control as suggested by yucca, but my list box is still invisible.
Below is my code in Container class:
void...
To get IMEI number, do the following:
In MMP file:
LIBRARY plpvariant.lib
In your class:
#include "plpvariant.h"
oh, thanks a lot!