Status | ID | Priority | Type |
Closed | 25813 | Blocker | Question |
Profile | Reply |
nickcoleClient | I want to learn how to use Popup Container Show Action, so I do from scratch as your document:Popup Container Show Action. Getting Started. Please check my step and tell me what's wrong with my step. If possible, please give me a simple about how to use Popup Container Show Action. Your demo Center work fine. I want to know how to use Popup Container Show Action from scratch . |
User | Description | Posted On |
Sasha (Xafari Support)Client | Hello nicole, Thanks for the provided information Best regards, | |
Sasha (Xafari Support)Client | Hi, The behavior was added for FeatureCenter using XAF ability. We are going to edit documentation for this actions in next documentation version. Let us know if you need any further assistance on this subject. | |
nickcole | Thanks for your help. Can you give me a sample about how to use PopupContainerShowAction ? | |
nickcole | Hello! | |
Sasha (Xafari Support)Client | Hello, You can include any action in DetailView using the XAF instruction How to: Include an Action to a Detail View Layout. Sorry for the delay with the answer. | |
nickcole | If you fixed the bug,please tell me. | |
nickcole | I think you misunderstand my question. Attached is my sample picture. I do as you documention. Attached files: | |
Sasha (Xafari Support)Client | We repeated the scenario and got SimpleAction too. Once we find a solution to this problem, we'll inform you about it. Best regards, | |
nickcole | Thank you very much. I think the XAF Solution Wizard problely have some problem. Attached files: | |
Sasha (Xafari Support)Client | Thanks for the additional information! Thank you! | |
Sasha (Xafari Support)Client | Hello nickcole, Thanks for your patience! var winApplication = new Solution15WindowsFormsApplication(); winApplication.CreateCustomTemplate += winApplication_CreateCustomTemplate; ........... private static void winApplication_CreateCustomTemplate(object sender, CreateCustomTemplateEventArgs e) { if (e.Context == TemplateContext.ApplicationWindow) e.Template = new MainForm(); else if (e.Context == TemplateContext.View) e.Template = new DetailViewForm(); } More detailed instructions you can see in the file PopupContainer.zip. But we are still investigating the behavior of our containers with new templates DevExpress. Let us know if you need further assistance. | |
nickcole | Thank you Sasha! |