Results 1 to 4 of 4

Thread: Hamburger Menu and Edit Record don't work for WebApp

  1. #1
    Senior Member
    Join Date
    Feb 2012
    Location
    Germany, near Jena and Weimar
    Posts
    264

    Hamburger Menu and Edit Record don't work for WebApp

    There is an app for the web with 10 pages.
    The third page ("persons") is a TabView with 2 canvas sections and 1 form section.
    Suddenly (no idea what change that caused) the Hamburger menu (a) and the "Edit Record" (pencil) (b) no longer work on this page.

    (a) You can get to all pages, but if you are on the third page ("persons"), then you can not get to any other side.
    (b) When I click "Edit Record" there appears no "Save Changes" symbol.

    Where could I look for this error?

    Thank you
    Georg

  2. #2
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,842
    Hi Georg,

    Ctrl + Shift + i

    Will open the browser developer tools. Check the Console and Network (may need to redo an operation for Network to log) tabs.

    Regards,

    Yvonne

  3. #3
    Senior Member
    Join Date
    Feb 2012
    Location
    Germany, near Jena and Weimar
    Posts
    264
    Thank you, Yvonne,

    this helped, many thanks!

    An js function for the TabView Section was missing.
    This happened because I was looking for an event to fill an EditBox in one of the canvas sections once with a constant value (many lines) when the page was started.

    What kind of event (and where) do I use best for? (WebApp)

    Keep healthy!
    Georg

  4. #4
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,842
    Hi Georg,

    You can use the Page ready event delegate if you want something to happen once when the App is loaded.

    Event Delegate Sequences: Open Web/Mobile App

    You can use the Page activate event delegate if you want something to happen every time the Page is selected.

    Event Delegate Sequences: Navigating between Pages for Web/Mobile App.

    All Event Sequences

    Regards,

    Yvonne

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