Can't assign value to view variables
Posted: Sat Oct 08, 2011 6:27 am
I am trying to set a variable in view.
I've tried
view->variable (ERROR: Pointer Required)
view.variable (ERROR: Illegal Structure Operation)
getclone("view")->variable (ERROR)
getclone("view.0")->variable (ERROR)
I need access to the view variable or I am going to have to set a global variable which will do the same thing but.... I'd need to access view directly later anyway.
I've tried
view->variable (ERROR: Pointer Required)
view.variable (ERROR: Illegal Structure Operation)
getclone("view")->variable (ERROR)
getclone("view.0")->variable (ERROR)
I need access to the view variable or I am going to have to set a global variable which will do the same thing but.... I'd need to access view directly later anyway.