I am using a third party calendar (they give us licenses for the semester) for about the 5th year in my course. The demo I downloaded worked fine in just the browser (using it’s .html home page).
However, when I take it apart and put it into Appstudio, I get nothing on the screen. Here is what I’m doing - I’m following the tutorial they have on their site for the eventcalendar-mobile-month-viewdemo.zip.
I copy the 2 header files and paste them in my project extraheaders property:
I copied 2 folders (css and js) that contained css and a js file and added them to my project folder. I also added their names to the extrafiles property:
I copied the css from the .html homepage and put it in a styles.css file in the css folder of my project.
I put an HTMLview control on the form and in it’s .innerHTML property put the html the tutorial gave me. I also tried just using the html out of the .html homepage file.
The tutorial supplied javascript - I put it on the code side of the form. Tried it with no event and tried inside a form .onshow() event.
So far nothinig works. Can you think of anything that I might have missed on the Appstudio side? These are free demos so don’t need a key or license code.
Tip: If you’re pasting code, html or config files, surround the code with triple back ticks (```), before the first line and after the last one. It will be formatted properly. (We fixed it for you this time)
Thanks. I also tried embedding another set of html dubs and one header. Exact same outcome. Makes me wonder if it’s a header problem. Could that be possible?
I tried your app. The MobiScroll code is loading properly, so that’s not the problem.
Since the app is accessing data outside the local browser, you need to run it using Deploy to Local Folder.
Next, you should have a look at the code in the eventcalendar_mobile-month-view.html sample. Make sure that everything that is needed there is in the AppStudio version. (It isn’t now).
This looks like it should work, if it is set up properly.
Thanks! Oh, and when I deploy to Volt it started giving me an error message that APP Disabled, am I using the demo, etc. I have signed up in Appstudio - is there a limit? Advice? Thanks
When will this happen? The term is almost over, and I need to help students with their projects. Right now that means getting the Doordash API to work. But I am getting the App Disabled message again. Anything that can be done? Thanks