简体   繁体   English

如何在实现框架后重新定位框架,或者将浏览分配给Progress ABL中的另一个框架?

[英]How to either relocate a frame after it's been realized or assign a browse to another frame in Progress ABL?

Ok Progress Virtuoso's, Ok Progress Virtuoso's,

I'm trying to create a character UI that consists of 6 browses and 6 frames. 我正在尝试创建一个由6个浏览和6个框架组成的角色UI。 The vision I currently have is to fire off an ON tab trigger for browse 1 that cues events - show/focus browse 2. Then on tab of browse 2 show/focus browse 3. The next tab trigger is where I am stuck because I want to do the exact same thing with some additional changes to the trigger. 我目前的目标是为浏览1的事件触发一个“打开”选项卡触发器-显示/焦点浏览2。然后在浏览器2的选项卡上显示/焦点浏览3。下一个选项卡触发器是我停留的位置,因为我想要通过对触发器进行一些其他更改来执行完全相同的操作。 Those differences to the trigger involve shifting the location of browse 2/frame 2 to the position of browse 1/frame 1, shifting browse 3/frame3 to the previous position of browse 2/frame, and browse 4/ frame 4 would take 3's position. 触发器的那些差异包括将浏览器2 / frame 2的位置移至浏览器1 / frame 1的位置,将浏览器3 / frame3移至浏览器2 / frame的先前位置,并且浏览器4 / frame 4将占据3的位置。

Users View = 用户视图=
1 (trigger) 1 (触发)
1 2 (trigger) 1 2 (触发)
1 2 3 (trigger) 1 2 3 (触发)
2 3 4 (trigger) 2 3 4 (触发)
3 4 5 (trigger) 3 4 5 (触发)
4 5 6 (trigger) 4 5 6 (触发)
Bold indicates which frame is in focus. 粗体表示焦点对准哪个帧。

I'm fairly sure that's it not possible to assign a static browse to more than one frame. 我相当确定这不可能将静态浏览器分配给多个框架。 Error 3475 states exactly that...however I want to be sure that is the case? 错误3475确切地表明...但是我想确定确实是这种情况? Is it possible to reposition a frame after it's realized? 框架实现后是否可以重新定位? Alternatives approaches/suggestions or any insight would be greatly appreciated. 替代方法/建议或任何见解将不胜感激。

Sorry everyone, but I was able to solve this after looking at frame attributes. 对不起,每个人,但查看框架属性后我就能解决此问题。 Turns out you can reposition a frame with column and row attributes. 原来,您可以使用列和行属性重新定位框架。 If you read this...sincere apologies for wasting your time! 如果您阅读此文章...真诚的歉意浪费您的时间!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM