I see that there is also this: https://www.npmjs.com/package/v-offline . I will play with Navigator first though.
PeteSorry to be a pest but it seems that every step of the conversion from old ab to new ab is a learning curve. In the app I need to know the online status of the user at various points throughout the app. In the old version I declared a variable and then referred to it:
Is there a Vue alternative to App.Online?
PeteI have not been able to replicate the issue but the issue still exists in my app that I am just getting started with. If I clear the compiled folder out, it works properly but that is not needed in the frame example. Here is the app that doesn't want to play nicely.
Thanks!, it must have been some kind of caching issue as I had to compile it several times before it would start working. Anyway, glad to know that I was on the right track. It looks like I could use your new resource manager to do much the same thing with the advantage that I can find them all in one place?
Speaking of finding things, will you be putting the Tools/Text Search feature into the new version, I found it really handy in the old version.
Cheers, PeteHi David,
I have spent some time going through the samples and the vuejs documentation and am ready to start creating my app in the new AB from the one that I have in the old AB.
I am having a challenge placing a variable into an html component, no doubt, I just have the wrong syntax. In the old AB I have a header container which contains an html component that displays the title of each view. I define the html in the component as:
In the 'show' code for each view I redefine the AppHeaderTitle e.g: SetVar "[AppHeaderTitle]" "My Profile" "String"
In the new AB I am using a frame called `HeaderFrame` and have placed an html component in the frame called `HeaderTitle`. I have tried different values in the html field with no luck. e.g:
(I imagine that this is where I am wrong).
In the show view event for a profile view I have set the value of the variable and confirmed that it is writing to the console:
Any help greatly appreciated
Pete
As first steps in determining whether I will migrate the app that I am working on over to the new AB I am checking to see if there is anything that is going to cause me issues. I have been looking at the new documentation and am comparing actions in the old AB to methods in the new AB. (i.e. AlertBox = app.showToast() )
There seem to be a few actions that I have been using fairly extensively that I have not found a corresponding method for in the new AB. For example, how is local storage handled such as SetOption and GetOption? Do I need to reference VueJS documentation in order to find the right syntax?
Thanks, PeteEverybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.
This website uses some useful cookies to store your preferences.