Page 1 of 1
WHEN option in REDEFINE MENUITEM
Posted: Tue Oct 25, 2005 10:17 am
by GWard
I need to enable/disable various MENUITEMs dependant on the data situation at the time of display.
I note that as yet the WHEN statement is apparently not implemented in FWPPC.
Will this ability be added and if so when.
Posted: Tue Oct 25, 2005 6:10 pm
by Antonio Linares
GWard,
We are testing standard API EnableMenuItem() function but it looks as it does not work on Pocket PC. We need to find a function that may do the same work
Posted: Wed Oct 26, 2005 9:09 am
by GWard
Antonio Linares wrote:GWard,
We are testing standard API EnableMenuItem() function but it looks as it does not work on Pocket PC. We need to find a function that may do the same work
Antonio,
This is not my area of expertise but does the below have any relevance.
http://tinyurl.com/buno9
Posted: Wed Oct 26, 2005 4:57 pm
by Antonio Linares
GWard,
Thanks for your help, but we finally found at Microsoft forums some info that helped us to implement the WHEN clause for MenuItems. It is working ok
You may already download a new FWPPC build that implements it. Please check samples\tutor03.prg for a working sample. On the sample we just use .f. to disable, but remember you may call any expression or function to evaluate the WHEN state.
We appreciate your feedback,
Posted: Wed Oct 26, 2005 9:52 pm
by GWard
Antonio Linares wrote:GWard,
Thanks for your help, but we finally found at Microsoft forums some info that helped us to implement the WHEN clause for MenuItems. It is working ok
Antonio,
Downloading new version now.
Many thanks indeed