非常感谢,这是票。
test : dialog { label = "List_Box Example";
spacer;
: list_box { label = "Select Item"; key = "lst"; }
spacer;
ok_cancel;
}
李,
我仍然看到这种安排发生了一些奇怪的事情。我确信您提供了正确的使用程序。我将更完整地查看示例代码并进行一些实验。
我会告诉你我发现了什么。 祝你好运 李,
在仔细检查了您的代码并了解如何将其应用于我的代码后,我发现这只是两种不同的情况。您正在显示的代码有一个列表,没有任何内容控制,例如单选按钮或其他列表。我的情况是单选按钮控制第一个列表的内容,第一个列表控制第二个列表的内容。每次对这些控制器中的任何一个执行操作时,高亮显示就会消失。必须有另一种方法来做到这一点,但什么都没有想到。为了克服这些障碍,我已经更改了这段代码好几天了。我想我会让这一个休息一下,直到我能找到类似的情况。
无论如何,谢谢你的帮助,
秃鹰 嗨,Buzzard,我发布了一个尽可能简单的示例-我将尝试发布一个适用于您的情况的示例。 秃鹰,
玩得开心点
实例lsp
实例dcl Lee,
After careful review of looking over your code and seeing how I could apply it to mine, I found that these are just two different situations. The code you are showing has one list with nothing controlling its contents such as a radio button or another list. My situation has radio buttons controlling the contents of the first list and the first list contolling the contents of the second list. Each time something is done to any of these controllers the highlighting disappears. There must be another way to do this, But nothing comes to mind. I have been changing this code around for days just to get past these obstacles. I guess i will let this one rest a while till I can find something similar to this situation.
Thanks for your help anyway,
The Buzzard Hi Buzzard, I posted my example to be the simplest possible - I shall try to post an example that would apply to your situation. Buzzard,
Have fun playing around with this one
Example.lsp
Example.dcl
页:
1
[2]