I've just installed the new iOS SDK and the View Based Application template has disappeared. Any ideas as to how to get it back?
Now it's called "Single View Application". Take this template and it should work :-)
Related
My app brings up a window that has a Web Control inside it. The web control is passed an html page to display. On the page is a tag that loads an OCX. The ocx is located in the same folder as the application. In the non UWP version this all worked because the OCX is registered and the appropriate entries are made in the System Registery. As we know the registery works differently in a UWP Bridge App. It appears the converter caught and made the correct entries in the "Registry.data" file. If I retrieve the entries (using the GUID of the OCX) using code inside the app the values look correct. I suspect that the App is looking inside the "Registry.data" file but the Web Control is looking in the System registry and does not find the OCX. Any advice would be greatly appreciated. Neil
I am developing an application with navigation drawer activity, using the default options in android studio, and then i created fragments and linked it to the navigation activity.
Now, I want to use a button in that fragment and clicking that button will have to open an activity, but I can't achieve this.
The onclicklistener, switch case ,i tried everything but none of them working when i click the button the application just stopped working
And the another problem is that, the whole application just crashes if i generate this as an apk and use it in a real device ,while this was working fine with an emulator.
Help me with this
Thanks for your time:
I just solved the issue, as being a beginner I forgot to mention my activity in the manifest file, after adding that to the manifest file its working fine now.
I have somehow ended with a corrupt "2SXC App" in one of my Portals...
All the other Portals work fine but in this one portal as soon as I add a "2SXC App" and try and use the "blueImp" Gallery, the page crashes with an error...
My question is... Is there way to repair this one portal? I have tried disabling and re-enabling the 2SXC App and Content modules but that did not fix the problem... Ideas PLEASE? Here is the error...
Error: ToSic.SexyContent.SexyContentException:
The template file '/Portals/1/2sxc/blueimp Gallery/_Gallery Tiles with Lightbox.cshtml' does not exist. at ToSic.SexyContent.Engines.EngineBase.Init(Template template, App app, ModuleInfo hostingModule, IDataSource dataSource, InstancePurposes instancePurposes, SxcInstance sexy)
in C:\Projects\2SexyContent\Web\DesktopModules\ToSIC_SexyContent\SexyContent\Engines\EngineBase.cs:line 40 at ToSic.SexyContent.SxcInstance.GetRenderingEngine(InstancePurposes renderingPurpose)
in C:\Projects\2SexyContent\Web\DesktopModules\ToSIC_SexyContent\SexyContent\SxcInstance.cs:line 244 at ToSic.SexyContent.SxcInstance.Render()
in C:\Projects\2SexyContent\Web\DesktopModules\ToSIC_SexyContent\SexyContent\SxcInstance.cs:line 202
you can see form the error that you are missing this file:
/Portals/1/2sxc/blueimp Gallery/_Gallery Tiles with Lightbox.cshtml
if you have blue imp installed in another portal then go to that file and copy it into the same directory in the original portal.
I have a basic question
I started to work with asp for a client, and I built some pages with buttons and grids and so on, and now I want to give him the result of the work.
How do I do it?
In a "normal" application - I give him the exe file and all the dlls, but in asp I didn't found any of this, so what I give to him?
thanks
Continue from comment ...
Right click on web project, and click on Publish...
Then create a new profile, and select File System at Publish method.
I just created my first MVC2 project using the standard template. I need to be able to change the default browser for my project to test in IE (I use chrome as the default on my OS).
Unfortunately, the right click on default.aspx suggestion which worked in MVC1 can't work with these new projects as they don't have that file.
I was able to click on the Default.aspx (this is a MVC2 project) file and choose any of the browsers installed in my system. Are you sure it's not working for you?
If for some reason you don't have Default.aspx you can also add one, can you not?
If not, you can add a static .html page and use that as well.