User forums > Using Code::Blocks
Script CB : CallMenu ?
LETARTARE:
/ *** Translated by GOOGLE ***/
hello,
I try to use 'CallMenu ()'.
From the script console, I type "CallMenu (_T ("/Help /Tips"))', but nothing happens.
What is the syntax ?.
Best regards.
- OS: Vista Basic Pack 2
Mingw32 with TDM-GCC 4.4/4.5 Series
- Tools: Code:: Blocks 10.5 rev 6283 with wxWidgets unicode 2.8.10
MortenMacFly:
--- Quote from: LETARTARE on November 15, 2011, 04:33:42 pm ---CallMenu (_T ("/Help /Tips"))
--- End quote ---
If the space between Help and the slash (/) is also in your implementation that's why it cannot work.
LETARTARE:
No, it's an error writting !!
'CallMenu (_T ("/Help/Tips"))' ...
MortenMacFly:
--- Quote from: LETARTARE on November 15, 2011, 05:31:26 pm ---'CallMenu (_T ("/Help/Tips"))' ...
--- End quote ---
Did you consider the shortcuts? Namely:
--- Code: ---CallMenu(_T("/&Help/&Tips"))
--- End code ---
(Just a wild guess - I have no access to c::B at the moment...)
LETARTARE:
I try
--- Code: ---CallMenu(_T("/&Help/&Tips"))
--- End code ---
but no !
I try
--- Code: --- CallMenu(_T("/&Help/Tips"))
--- End code ---
no ...
Navigation
[0] Message Index
[#] Next page
Go to full version