Results 1 to 3 of 3

Thread: App builder closes after using an app for a while

  1. #1

    App builder closes after using an app for a while

    Hi, I was wondering if someone have an idea about what might be the problem. I created an app with 17 pages, and after using it for a while the app builder crashes and closes. I´ve been trying to find an error that might cause the problem but I cant find any. Does anyone know what might be the problem?

  2. #2
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,359
    Blog Entries
    22
    Hi Karla,

    Make sure you are running the latest release. There are bug fixes in every release and it’s difficult for us to support older versions.

    SET DEBUG ON in the console can help us to identify the problem. If you get a crash attach the debug_client file from the lianja\debug directory.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  3. #3
    Hi! thanks for your reply, I attached the debug_client file as a zip file because it exceeded the size of the file allowed

    debug_client_19104.zip

    I realized that after I add a treegrid to some pages, this happened.

    I attached the procedure I use on the click delegate in my treegrid

    m_row = Lianja.getelementByID("page1.section1.field7").act iveRow
    if m_row = 0
    return
    endif
    m_gridrow = Lianja.getelementByID("page1.section1.field7")
    wag_grupo = alltrim(m_gridrow.item(m_gridrow.activerow, 1))
    store "" to wag_nombre,wag_respon
    select sicobi_encgpo
    seek wag_grupo
    if found()
    wag_nombre=eg_nombre
    wag_respon=eg_respon
    endif
    Lianja.get("page1.section3.field6").clear()
    Lianja.get("page1.section3.field6").RowSource = "select mg_grupo,mg_bien,mg_nombre from sicobi_movgpo where mg_grupo=wag_grupo"
    lianja.get("page1.section1.field2").value=wag_grup o
    lianja.get("page1.section1.field4").value=wag_nomb re
    lianja.get("page1.section1.field5").value=wag_resp on
    lianja.get("page1.section1.field4").setfocus()
    lianja.get("page1.section1").refresh()
    lianja.get("page1.section3").refresh()
    Last edited by karlaesponda01; 2022-05-17 at 14:34.

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