-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get parameters from a Frame #47
Comments
I think you can do what you want using CommonActions |
@abritolda, Could you show a sample? I appreciate it. |
@andrecampestre - how far have you got with your own code? If you post us the code which you haven't quite got working yet maybe we can suggest some corrections or show you how to do it better? Your question is a bit vague - it all really depends on what you have on your frame and how you've populated the controls. For example, are you using data binding - or are you using objects with a kind of Model/View arrangement? Post an example of what you're trying to do and we can all pitch in and help you. 😃 👍 |
@andrecampestre you can see an example in https://youtu.be/Z6_ZvnCmFCw?t=2119 |
I used to create public parameters in the frame declaration and then use them from outside, from MainForm for example. |
(Sorry for the dummy question)
I have two frames:
Frame_1
Frame_2
In the Frame_1, I call (Frame_2). I need to go back to FRAME_1, but I need values from FRAME_2.
Somebody could to help me?
The text was updated successfully, but these errors were encountered: