hiding a mobgui browser then showing again...browser no show
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 83
- Joined: Mon Oct 31, 2011 5:28 am
hiding a mobgui browser then showing again...browser no show
hiding a mobgui browser then showing again...the browser is no show on the return, just seems to disappear altogether. Tried setting the loc offscreen then back onscreen and even that seems to make the browser disappear permanently. Is this just the way it is or am I doing something really wrong?
Re: hiding a mobgui browser then showing again...browser no
Can we see your code?
g
g
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.
-
- Posts: 83
- Joined: Mon Oct 31, 2011 5:28 am
Re: hiding a mobgui browser then showing again...browser no
I've since removed it but I think it was:
I tried all sorts of variations on that too like hide gBrowserA["BrowserFIT"], then to show I used set the visible of control ID 1297 to trueon opencard
set the visible of control ID 1297 to false
end opencard
Re: hiding a mobgui browser then showing again...browser no
Try
And make sure you've declared gBrowserA as a global variable in all scripts that reference this control.
Gerry
Code: Select all
iPhoneControlSet gBrowserA["BrowserFIT"],visible,false
And make sure you've declared gBrowserA as a global variable in all scripts that reference this control.
Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.