Button to navigate frame inside a frame already navigated to. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Button to navigate frame inside a frame already navigated to.

I have a splitview with a frame inside. when I'm in that page I want to navigate to a different page by pressing a button in the frame loaded by the splitview. I tried using the code that would navigate to a frame if the button was outside the split view and the error I got was "page is inaccessible due to its protection level" any idea on how I can get around this would be helpful

11th Jun 2017, 11:00 PM
Martin Nowak
Martin Nowak - avatar
1 Answer
0
Something I do sometimes is make another class where I can just "pass" my private variables on. You'll need to make a class where you can make the left frame and right frame public with a list or array. https://code.sololearn.com/cBHbUsd6OGED/?ref=app
25th Jun 2017, 1:08 PM
Limitless
Limitless - avatar