找回密码 注册 QQ登录
一站式解决方案

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 16429|回复: 3
打印 上一主题 下一主题

CAA高手帮忙看看状态转移的问题

[复制链接]
跳转到指定楼层
1
发表于 2006-2-23 17:00:14 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
AddTransition( stState2, stState3,
                 IsOutputSetCondition (_ElementAgent1),
                 Action ((ActionMethod) &SimAnglePlaneCmd::SelectLine));
   AddTransition( stState3, NULL,
                 IsOutputSetCondition (_OKAgent),
                 Action ((ActionMethod) &SimAnglePlaneCmd::OkAction));
这样点击ok时 程序没有反映 ?是不是状态转移的有问题?
多谢
想了n久
用这个办法我做成了线的复制 但这样做面的旋转时 就不行了
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2006-2-23 17:03:28 | 只看该作者

state 是这样设置的

CATDialogState *stState1 = GetInitialState("Surface");
    stState1 -> AddDialogAgent (_ElementAgent);
   
    CATDialogState *stState2 = AddDialogState("Line");
    stState2 -> AddDialogAgent (_ElementAgent1);

    CATDialogState *stState3 = AddDialogState("OK ");
    stState3 -> AddDialogAgent (_OKAgent);

    CATDialogState *stState4 = AddDialogState("CONCEAL ");  
    stState1 -> AddDialogAgent (_CancelAgent);
3
发表于 2006-2-23 17:37:44 | 只看该作者
Did you add any callback for the OK button for your dialog? (in your source file of the dialog/panel)
if yes, the transaction won't work.
4
发表于 2006-2-24 09:43:28 | 只看该作者
yeah.i have added the callback function for OK button.
the problem have been solved. Thanks Saeba.
because i do other executing function in Dlg.cpp. so delete them . then it's ok.

thanks very much!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-24 01:10 , Processed in 0.023191 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表