Post Reply 
Quadratic Explorer App
11-21-2016, 09:12 PM
Post: #6
RE: Quadratic Explorer App
startview(1); in the code above does not change between views =(

I think there must be a way to switch since "Terminal_View" to another view STARTAPP("Terminal_View");, and "freeze" the current application, For now no dynamic link, only switch between views.

Also without arguments should return the current app as string, so that at the end of the program restore the initial view
STARTAPP(); -> "Quadratic_Explorer"


PHP Code:
currentAPP := STARTAPP(); // store the begin app
...
 
STARTAPP(currentAPP); // restore the begin app 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Quadratic Explorer App - compsystems - 11-10-2016, 02:36 PM
RE: Quadratic Explorer App - Carlos295pz - 11-10-2016, 08:52 PM
RE: Quadratic Explorer App - Jean-Michel - 11-14-2016, 12:17 PM
RE: Quadratic Explorer App - compsystems - 11-21-2016 09:12 PM



User(s) browsing this thread: 1 Guest(s)