Hi,
If I'm looking to covert a JPG to GIF format do I have to convert via a Symbian bitmap using CImageDecoder, or is there a direct convert using CImageEncoder?
Thanks!
Type: Posts; User: PrinceAlbertz; Keyword(s):
Hi,
If I'm looking to covert a JPG to GIF format do I have to convert via a Symbian bitmap using CImageDecoder, or is there a direct convert using CImageEncoder?
Thanks!
One more update - The code works perfectly with GIF images. JPGs simply leave a blank space where they should be shown. As JPGS works on the 5800, it is only the N97 that is proving problematic
A quick update:
Tried writing a seperate link resolver, which worked on N95 and 5800, but still doesn't work on the N97. Additionally the N97 emulator doesn't display the image.
Anyone point...
Hi chaps,
I've used the browser engine a number of times now. However, I've tried it on an N97, displaying static text and an image located in c:\data. The text displays ok, but the image never...
The Wikipedia has an example using CBasicAnimation to display a GIF file (it works great) However, I was looking to get the size of the GIF using CBasicAnimation's Size() function in order to draw...
Thanks guys - a lot of changes to make it seems.
Hi,
I'm looking to develop an app that can have different flavours on device at the same time. IE Multiple installs
I've obtained UIDs but was wondering what else needs to change:-
1)If the...
I'm asking because every SDK I've tried with it on has problems. For example, some of the menu items do not load, and leave a white screen instead when running on WINS.
One specific instance I'm...
Hi,
Other than using powersaver::InactivityTime() (and getting increments) is there any way to read
1) Whether the powersaver is on
2) The value the user has put in the settings app for the...
Thanks Wizard. Alas, I'm using TConMonBearerType right now, and it is giving me enum 5, GPRS, for 3g, 2g etc connections.
I've asked this question before, and finally used the RConnectionMonitor class to work out the bearer after gettint the IAP id. However, the code informs me that my connection is GPRS for both WCDMA...
One last bump for posterity... :)
Anyone? Perhaps the UI section isn't the best place for this question....
Hi,
I've created a browser control which shows three links. In portrait there are two links on one line and one below. Navigation works perfectly (I turned cursor navigation off, and use the blue...
Hi,
I've built a browser control on a 3rd 9.1 device and use it to go back and forward through a list of urls. I want to be able to clear every page that has been loaded at a certain point,...
Hi,
I've written some code to draw direct to the screen which works fine when the E90 is open. However, when iDirectScreenBitmap->EndUpdate(iStatus) is run the RunL is called with -44 (Hardware...
Yes, use RConnectionMonitor its GetIntSetting, filtering on KBearer I believe
Thanks Itomuta. I'm trying a slightly different approach now, which seems promising, although I'm checking the WIKI etc to see exactly what the values mean and whether they can be relied on.
...
Hi,
I've used RConnection::GetIntSetting to get info on a connection bearer using "IAP\\<the fields as above>"
When running on device through WLAN I get 8,1,0 returned respectively; Orange GPRS...
Hi again,
I tried a different approach: I used the RConnection my code has, enumerated it, and tried:-
TPckgBuf<TConnectionInfoV2> connectionInfo;
iConnection.GetConnectionInfo(<the index>,...
Thanks guys. I'll have to figure out another way of figuring out what connections my app is using... (the user chooses the bearer)
Hi,
Quick question:-
I ennumerated a list of connections using RConnectionMonitor, but when I tried to filter them based on UIDs I got -46. Is this a security capability problem? (I have...
Hi,
I've had a quick look at SymbianYucca's connection monitor code but I'm wondering whether there are any other examples of how to get connection info (commdb?) Essentially I need to know what...
Thanks for the quick answer Yucca.
I noticed you wrote some connection monitor code, but do you know If there is any way to find the network strength, current network type (3g, 2g etc) using the...
Hi,
Does anyone know where I can find a complete list of keys available to use with the central repository and Pub&Subscribe? I found a document entitled "S60 platform initiated events" which had...