Im new to nokia image SDK, I ahve installed the latest version(1.0.272.0 ) for windows phone .Whenever I try to use EditingSession, I get error as
"EditingSession is not found.Are you missing an assembly directive?"
I have included the following namespace
using Nokia.Graphics.Imaging;
using Nokia.InteropServices;
Please help..
Image SDK has changed significantly in the RTM version (compared to Beta versions) and in RTM, editing session is gone. With a lot of samples around are still referring to beta code, you can take a look at differences between Beta and RTM versions here (http://developer.nokia.com/Resources/Library/Lumia/#!nokia-imaging-sdk/how-to-upgrade.html) or consult RTM core concepts at Nokia's Imaging SDK site (http://developer.nokia.com/Resources/Library/Lumia/#!nokia-imaging-sdk/core-concepts.html).
Related
i bumped into issue when I wanted to use EventHandlerList in Windows Phone application. Errro occured telling me it was not found even though msdn claims it is supposed to exist on WP platform. http://msdn.microsoft.com/pl-pl/library/system.componentmodel.eventhandlerlist%28v=vs.110%29.aspx Do you happen to know what I;m doing wrong?
The link you provided does not mention support of Windows Phone anywhere in the documentation.
Please be aware that Windows Phone 8 uses a subset of the .NET 4.5 framework, so not everything is present.
I understood Silverlight was drop by MS.
I create my first app permitting to read RSS in WindowsPhone and I need to add a reference to System.ServiceModel.Syndication.dll. In the doc http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh487167(v=vs.105).aspx, I need to find this lib in Microsoft SDKs/Silverlight/v4.0/Libraries/Client/.Why should I do it? Why I can't add directly a lib from the standard .net4?
Can you help me to understand.
[UPDATE]
When I add the lib from C:\Program Files (x86)\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\
Visual Studio shows a windows "Adding reference to Windows Phone XNA assembly is safe. However adding reference to a silverlight assembly may lead to unexpexted application behavior. Do you want to continue.
So my assumption is this lib shoudn't be use but I don't find another way.
Maybe by add a ref from .Net 4 or 4.5.
Best regards,
Alexandre
The Windows Phone 7 SDK was built on top of Silverlight. For Windows Phone 8 this was changed so that there isn't a direct history with Silverlight but it was based on WinRT instead. Lots of functionality was made available to Silverlight controls to support backwards compatibility with apps written for 7.
Because WinRT is not compatible with classes written for the full version of the framework you cannot use these in your Windows Phone apps.
The warning you are getting is just a warning. It's telling you that your doing something that isn't an ideal and so you may have issues. Unfortunately there are no other versions of the SyndicationFeed object available to Windows Phone apps so you'll need to use this library if you want the functionality of SyndicationFeed without recreating it yourself. The good news is that there are no issue with using this class in your app. Just be sure to test carefully, on real devices, if you start to use other functionality from that assembly because, as the warning says: "there may be unexpected behaviour".
Using Microsoft Windows 7 and either Visual studio 2010 or 2012, how should I program for Windows Phone 8?
Assuming it is not possible, when does Microsoft plan to fix that?
Asked a different but related question, and got this answer, which if correct gives me the answer I was looking for.
You can't - you'll need Windows 8 64-bit to develop for Windows Phone 8, and additionally you'll want the Professional version of Windows 8 to leverage the emulator.
See http://www.microsoft.com/en-us/download/details.aspx?id=35471 for details.
I don't think the following is a recommended approach but I don't see any compelling reason for why that is so feel free to read on.
According to this answer it seems that you can make programs that are runnable on Windows Phone 8 (WP8) although it won't have all the features but probably most, and maybe the developer experience will not be the same. Also it does not seem to be an officially supported way ( I am not sure about that point ).
So it seems like you could use SDK 7.1 for example and update it to SDK 7.8. According to the System Requirements it runs on Windows 7. Keep in mind that I don't know if it is officially supported.
I'm working my way through the MMVMCross Tip Calculator tutorial.
Got an Android instance up and running and have now turned my attention to Windows Phone 8.
So far, I can't find the Cirrious.MvvmCross.Plugins.Json assembly in the WindowsPhone bin folder, and I'm also having issues with the CreateApp() method not being able to resolve the Core.App class (there are a bunch of suggestions for chasing down the Core namespace but none of them have an App class inside that I can see).
When I comb through the docs it seems WP7 is supported explicitly, but no mention of 8. Anybody have any luck getting this scenario going? Is there a hack I'm missing?
After installing the Nuget package (The HotTuna Startup) in an Andriod project, I was unable to build and was getting the same problem in the CreateApp() where Core is not resolved. I had missed adding the package MVVMCross.Core and MvvmCross - Hot Tuna Libraries (which added the app.cs) to my core PCL library. Those Nuget packages are a great way to get started!
It's obvious now, but maybe this will help someone else.
Yes, Windows Phone 8 is supported, but there's no specific extensions for WP8 yet (e.g. we still use the Community C# SQLite code)
The Core.App class should be in your Core/application project. e.g. in the tutorial it's in https://github.com/slodge/MvvmCross/tree/vnext/Sample%20-%20Tutorial/Tutorial/Tutorial.Core
I would like to hear if anybody has had luck with installing HgEclipse on IBM RAD (Rational Application Developer for WebSphere) 7.0? I'm asking this on behalf of my coworkers, who want to use Mercurial, but who cannot make HgEclipse work. Does anybody use this combination, perhaps with an older version of HgEclipse?
RAD 7.0 is built on top of Eclipse 3.2 -- I know this is neither the newest version of RAD nor the newest version of Eclipse but that's the versions they have to work with.
I doubt Eclipse 3.2 is supported.
Actually, ticket 10420 reports Eclipse 3.4 is not supported!...
Even the latest IBM RAD 7.5.5.1 is based only on Eclipse3.4 and would propably not support HgEclipse.
You can try with Rational Application Developer 8.0 Beta.
You find more information on this page.
http://www.ibm.com/developerworks/wikis/display/rad/Rational+Application+Developer+Version+8.0+Open+Beta
FYI: The help does not list Mercurial as compatible software.
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM