Problem with open stack

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
info26
Posts: 47
Joined: Tue May 17, 2011 10:14 am

Problem with open stack

Post by info26 » Tue Feb 05, 2013 3:25 pm

My application and has three stacks, main and two secondary connected with the main. When, form the main stack, I open with OpenStack secondary stack , it opens but then freezes everything, and no part of the screen is no longer usable. At the opening of the secondary stack there is a procedure to send the user to a specific page, but this does not work.
Do you have suggestions?

thanks

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Problem with open stack

Post by Klaus » Tue Feb 05, 2013 3:51 pm

We need to take a look at the script(s) of the substack!
Guessing is a waste of time 8)

info26
Posts: 47
Joined: Tue May 17, 2011 10:14 am

Re: Problem with open stack

Post by info26 » Tue Feb 05, 2013 4:46 pm

Main stack has a buttn with

Code: Select all

  go to card 8 of stack  "Scheda_clinica" 

but the application in the emulator open "Schede_cliniche" stack but open only first page and freeze

the card 8 have this code in the card script

Code: Select all

on preopencard
   --set the visible of button "Tab Menu" to false
   
   set the dgData of group "DataGrid 2" to empty
   set the dgData of group "DataGridAni" to empty 
   
   
         put empty into field "codclie"
      
      put empty into field "cognome"
      put empty into field "nome"
      
            put empty into field "identif"
            put empty into field "specie"
            put empty into field "razza"
            put empty into field "nomeani"
            put empty into field "peso"
            put empty into field "cercacli"
end preopencard
If you need some other thing tell me

Thank's

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Problem with open stack

Post by Klaus » Tue Feb 05, 2013 7:44 pm

Hi,

nothing unusual in the script!
Are you sure all these fields and datagrids really exist on that 8th card?


Best

Klaus

info26
Posts: 47
Joined: Tue May 17, 2011 10:14 am

Re: Problem with open stack

Post by info26 » Thu Feb 14, 2013 4:52 pm

Thanks for the response.

I also do not see anything strange, all the fields and data grid are present.

I can not seem to understand

bye

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Problem with open stack

Post by Klaus » Thu Feb 14, 2013 6:26 pm

Hi,

did you try to debug the "preopencard" script?
That might give at least a hint on WHERE it crashes...


Best

Klaus

Post Reply