Code::Blocks Forums
User forums => Help => Topic started by: carra on May 01, 2012, 01:59:28 pm
-
Hi again. I have been teaching myself some Code::Blocks script and it allows for some really cool things ;D
I have noticed, however, a couple of issues (experience in Nightly 7925) and I'd like to know if other people are having them as well:
- After some script commands have been executed (either in the console or elsewhere) the Script Consoles' print commands stop working. For instance: executing "print(1);" will no longer print anything.
- CallMenu() command is not working for me at all. As an example, command "CallMenu( _T("/Help/Tips") );" will display a message box telling me that calling menu with ID 778 failed. This happens with all valid menu routes, the message box is not shown for invalid routes.
Any insights will be appreciated
-
- CallMenu() command is not working for me at all. As an example, command "CallMenu( _T("/Help/Tips") );" will display a message box telling me that calling menu with ID 778 failed. This happens with all valid menu routes, the message box is not shown for invalid routes.
Works fine here, linux rev7920 or 7950
-
OK, I will wait till the next nightly to try if these problems persist.
Is there any date scheduled, or are nightly releases unplanned?
-
hello,
here is my experience ...
http://forums.codeblocks.org/index.php/topic,15539.0.html (http://forums.codeblocks.org/index.php/topic,15539.0.html)
-
Hi, Letartare. I did see your thread about it. I just wanted to make another thread since this happens in a version much more recent than the one you were using. Also, since I am doing a lot of scripting, if something new happens I will reuse this same thread.