leijian / aster

Automatically exported from code.google.com/p/aster
Other
0 stars 0 forks source link

Need OpRecall, OpType, OpPress #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OpRecall: Show a file selector to let user select a *.ast file.
OpType: Show a input widget to let user input text.
OpPress: Show a widget to let user select keycode.

Original issue reported on code.google.com by aitjcize on 18 Aug 2011 at 6:45

GoogleCodeExporter commented 9 years ago
Type and Press finished

https://code.google.com/p/aster/source/detail?r=2942143558fc3946b8e4ff91cd912f06
d06dbe53&name=walkingice/impl_cmds

https://code.google.com/p/aster/source/detail?r=57133781c6af4cdccbd2b850856b32c8
2d1b505c&name=walkingice/impl_cmds

Original comment by walkingi...@gmail.com on 18 Aug 2011 at 9:58

GoogleCodeExporter commented 9 years ago
These two commands doesn't seemed to call FillListener

Original comment by aitjcize on 18 Aug 2011 at 3:24

GoogleCodeExporter commented 9 years ago
actually it does not have to.

For example
1. once OpType finished, it call operationFinished to listener (AsterWorkspace)
2. If each needed operations completed, AsterWorkspace enable button Done.
3. Click button Done cause FillListener.

Original comment by walkingi...@gmail.com on 18 Aug 2011 at 4:42

GoogleCodeExporter commented 9 years ago
oh, I see. I didn't notice that I have to click 'Done' after I done typing :)

Original comment by aitjcize on 18 Aug 2011 at 5:13

GoogleCodeExporter commented 9 years ago
OK, there is a input box to asking for filename of Recall.

Original comment by walkingi...@gmail.com on 19 Aug 2011 at 10:59