Simo (?),
it's very nice to see your work, I did the same in Anna times (mostly combining Nokia's and TMA's), it's a real help that I don't have to start it all over again... ;-)) Just a quick...
Type: Posts; User: djgtram; Keyword(s):
Simo (?),
it's very nice to see your work, I did the same in Anna times (mostly combining Nokia's and TMA's), it's a real help that I don't have to start it all over again... ;-)) Just a quick...
Settings > App settings > Camera > Image
Settings > App settings > Intranet
File manager empty folder icon (qgn_prop_folder_empty is not used on N8 Anna)
Contacts > Edit > map address icon
After much experimentation, it was the AVKON button text, for both.
As far as all the missing new items are concerned, I tried to extract new IDs from the new firmware. I did find a couple (should...
So, I moved practically everything of interest from TMA to the Anna plugin. There are only two items that I can't get a handle to (well, apart from the missing ones you started to list in the other...
OK, here we go:
- ALL tab icons
- Intranet, Setting wizard in Settings > App settings
- Connectivity > Settings > Destinations and below, and pop-up menus here
- Contacts > Groups
- Log >...
Well, I don't know. First 6600, then N95 8GB, now N8. Three themes, mostly along the same lines. I never thought about sharing that. On the other hand, I do develop applications... :-)
Already...
Thanks a lot, seems to be a wonderful idea (I downloaded and started to convert, not yet tried on the phone but soon). I wasn't aware of it, I never created themes for public consumption, only for my...
There are a couple of items I couldn't find in Carbide.ui 4.2 for Anna (to be used on an N8), no matter how I tried. Somebody might know where they actually hide?
- Search home screen widget...
This is a serious error in Carbide.ui. It should be able to start without admin rights. All applications must run with the least amount of rights possible. Besides, nothing tells the user to start...
I have a QML/C++ application. When I compile for the desktop, the QML files are embedded into the executable (I do exactly as described, .qrc file, adding it to .pro, running qmake; as I wrote, they...
Sadly, not so. I've just checked it out. It fires when a page is loaded all right but it remains completely silent when a link is clicked (unless that link opens another page, of course). I'd also...
Sadly, nothing that I've been able to find so far but it would be badly needed. I also have an app now that can run hours or days in a desktop build without errors but mysteriously crashes on the...
There is only one solution I could find, to downgrade to Perl 5.6.1. Both the help files and the normal development work with this version.
Bye,
Gábor
Yes, fortunately I found one just like that and it does indeed work all right, including the help authoring.
Thanks,
Gábor
Hello,
which is the minimum version of Perl that can still be used with the SDK 2 (version 7.0)? It is very sad that 5.8.x broke the help file creation process for languages requiring Unicode...
Hello,
When creating my help files (using Cshlpcmp.pl of SDK 2), I get lots of "Wide character in print at ...Handle.pm line 399" errors wherever Unicode letters are in the source files. As this...
Hello,
I've just updated my SDK from edition 1 to 2 and I'm trying to reconstruct my earlier ways of operation. As of now, everything works but the final step of creating an ARMI UREL .sis. As it...
My original experience was that when observing the first few bytes of RFile during the reads, the bytes are constantly swapped with every read operation (eg. alternating between 01 40 00 00 and 40 01...
Sorry, unable to do so, that would seriously go against my aesthetic sense... :-)
Well, I certainly didn't expect a fresh upgrade because of this but if it is a bug, it might still be corrected one day... I have reasons to believe that it is a bug and not simply missing big endian...
I was unable to find a single e-mail to Symbian that could be used to report apparent bugs like this in the system. Does somebody know of such an address?
Also, did anybody succeed in finding a...
No, it's already working now (I was just setting a result variable to be returned later, not returning immediately). But the problem was somewhere else, I don't know where but it works now. I had to...
OK, it's much better now, when the processing is finished it dismisses the dialog now. I still have one problem, if I cancel, I get a E32USER-CBase 71. I'm now trying to get rid of this...
Thanks,...
I will try this, however, as far as I could collect from various sources, including NewLC and other forums, the primary reason for CAknWaitDialog is to avoid the need to use CAknWaitNoteWrapper with...
I have a wait dialog set up the standard way:
CAknWaitDialog* WaitDialog = new (ELeave) CAknWaitDialog (REINTERPRET_CAST (CEikDialog**, &WaitDialog), ETrue);
WaitDialog->SetCallback (this);...