Results 1 to 3 of 3

Thread: [Answers] Development setting

  1. #1
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135

    [Answers] Development setting

    For development purposes you can create a config.db in the .\Lianja\conf\ directory and put your SET commands there.



    You can test whether your App running in desktop Web App View mode or live in a browser using Lianja.isDevMode()

    Code:
    if (Lianja.isDevMode())
    {
        // running in Web App View
    }
    else
    {
      // running live in a browser
    }


    All topics in [Answers] alphabetically: http://www.lianja.com/community/show...ll=1#post12352

    Last edited by josipradnik; 2016-03-04 at 08:32.

  2. #2
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135
    new command line line switch,
    --homepageapp yourapp

    In runtime apps, after logging in the "yourapp" App will be displayed rather than the app center.
    From thereon, clicking the "Home" icon in the page header causes the "yourapp" to be displayed rather than the App Center.

    There is a new "Settings" attribute that specifies the app to load when the home icon is clicked in that specific App too.
    This can be used very effectively with the new Carousel Section menu to provide a seamless user experience that is customized better to your needs.
    And as Yvonne has already documented, the
    --tenancy S:\ command line switch can be used to map into a "tenancy" on your LAN where your Apps, Library and Data reside.



    All topics in [Answers] alphabetically: http://www.lianja.com/community/show...ll=1#post12352
    Last edited by josipradnik; 2016-03-04 at 08:31.

  3. #3
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135
    Q:
    I've 3 or 4 Lianja App builder open at the same time...
    I have an app to keep my work projects
    an app that I would try to sell to a customer
    an app builder to peer at the various solutions in the various examples ..
    A:
    How do you have 3 or 4 open at the same time? Are you running with shared data access?
    You reallyshouldn't be running multiple instances of the app builder.
    It may produce unpredictable behavior as it uses an
    http server internally, shared memory and has exclusive database access.
    It also reads and writes
    settings to one place in your user directory.



    in the app
    builder tables are opened exclusive and in the app center runtime they are opened shared automatically.



    All topics in [Answers] alphabetically: http://www.lianja.com/community/show...p?2717-Answers
    Last edited by josipradnik; 2016-10-26 at 01:33.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us