I found the following note in Internet
<Observation> The reason for using the 402 status-code instead of 401 is that Opera and Safari do not pass the 401 status-code back to the application if...
Type: Posts; User: ferranhalden; Keyword(s):
I found the following note in Internet
<Observation> The reason for using the 402 status-code instead of 401 is that Opera and Safari do not pass the 401 status-code back to the application if...
any updates about this issue..thanks
:)
I mean images within the wgz package.
cheers
Hi guys,
I am facing that after cancelling "Allow connection to network", no images are loaded. Does anybody experiment the same?
Thanks
Thanks for your suggestion.
I have setup the following environment:
- firefox 2.0.0.17
- firebug 1.0.5
- greasemonkey 0.7.20070607.0
- XMlhttprequest - bypass security script
I have...
this is working!!!
My question is the following: if a send the wrong combination of username/password the framework will prompt the dialog for authorization. Is any possibility to avoid that dialog?
Hi,
I have just opened this thread to get some feedback about the debugging environment you are using. From some of the WRT presentations, the following approaches are suggested:
- Firefox
...
thats fine! thanks for the information
We are speaking about different issues. Basically I am interested about the below API
/*
* ==============================================================================
* Name :...
do you know where I can get some information about this API? How can you develop widset widget?
thanks
I tried that API some time ago. As far as I remember, You are right It is possible to track current being played track.
However, I think It was not possible get any playlist information about the...
I fixed the bug. It was realted to another item. ppppsss :(
I am getting the following panic
Setting Item Lis 6
This is the most common of these. It will happen if you create an enumerated text setting item and you set its input as a value that is not...
Hi guys,
Does anybody know whether mobbler is using the CMPRecentList list?
http://www.symbian-guru.com/welcome/2008/04/mobbler-scrobble-your-heart-away.html
I have been testing the...
Hi guys,
Does anybody know whether mobbler is using the CMPRecentList list?
http://www.symbian-guru.com/welcome/2008/04/mobbler-scrobble-your-heart-away.html
I have been testing the...
upppsss...I read it too fast...
I just saw this application to scrobbler your tracks from your native player
http://code.google.com/p/mobbler/
According to them, it has been developed in Python. I was wondering if you could...
Thanks..
this is really good discussion
hi guys,
The other day was thinking about that possibility.
I was wondering if it was possible to use this approach of using a transparent control on s60 3rd edition. Maybe, there was any API...
Dear guys,
I have developed an application which sometimes downloads JPEG images through a HTTP connection to the application's private folder. However, when I close the application and I go to...
You can use a Form ;)
Do you mean?
MWlanMgmtInterface::GetAvailableIaps (RArray< TUint > & aAvailableIaps)
I am not sure what this method does. Does it return all WLAN IAPs at the DBCommunication?
Hi guys,
I was wondering if you have any experience with this API which returns the WLAN IAPs. I have been using it and most of the time returns an empty array.
I was trying to get the IAP and...
The start point of the control is different from 9.1 to 9.2
To display the horizontal scroll, I think you have to use the following
iBrCtlInterface->SetBrowserSettingL(TBrCtlDefs::ESettingsSmallScreen, 0);//Series 60 3rd edtion
I hope It works....