Skip to content
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

Open
andrecampestre opened this issue Jul 29, 2019 · 5 comments
Open

Get parameters from a Frame #47

andrecampestre opened this issue Jul 29, 2019 · 5 comments

Comments

@andrecampestre
Copy link

(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?

@abritolda
Copy link

I think you can do what you want using CommonActions

@andrecampestre
Copy link
Author

@abritolda, Could you show a sample? I appreciate it.

@checkdigits
Copy link

@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. 😃 👍

@abritolda
Copy link

@andrecampestre you can see an example in https://youtu.be/Z6_ZvnCmFCw?t=2119

@EndErr
Copy link

EndErr commented Jul 30, 2019

I used to create public parameters in the frame declaration and then use them from outside, from MainForm for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants