=?big5?q?Re=A1G=20MENUITEM=20PREDISPLAY?=
Kevin Wong
kevinwongpl at yahoo.com.hk
Sun Sep 24 20:14:26 CDT 2006
Dear Gildas,
Try adding FIELDMARK to it.
SCREEN xmenu1 from 1,1 TO 22,80 &
menu &
nomode &
noaction &
message on line 24 &
actionbar on line 1 &
FIELDMARK
Kevin
Gildas VIAUD <gildas.viaud at cheops.fr> 說:
Hello Listers,
I would like to use ACTIONMENU and MENUITEM within a "PREDISPLAY" mode, but it doesn't work.
Even on an empty subscreen, you have to press the return key to display the menuitems.
Who have any idea about this issue ?
Thanks in advance for your help.
Gildas VIAUD.
Here are two small programs for tests :
SCREEN xmenu1 from 1,1 TO 22,80 &
menu &
nomode &
noaction &
message on line 24 &
actionbar on line 1
SET MENUKEYS
ACTIONMENU label "Options"
MENUITEM label "Option 1" action designer OPT1
MENUITEM label "Option 2" action designer OPT2
MENUITEM label "Option 3" action designer OPT3
MENUITEM label "Exit" action RETURN
PROCEDURE DESIGNER OPT1;
BEGIN
RUN SCREEN xopt1
END;
PROCEDURE DESIGNER OPT2
BEGIN
RUN SCREEN xopt2
END;
PROCEDURE DESIGNER OPT3
BEGIN
RUN SCREEN xopt3
END
BUILD
SCREEN xopt1 FROM 2,1 to 23,36 &
menu &
nomode &
noaction &
message on line 24 &
actionbar on line 1
SET MENUKEYS
ACTIONMENU label "Your action"
MENUITEM label "First" action DESIGNER ACT1
MENUITEM label "Second" action DESIGNER ACT2
MENUITEM label "Third" action DESIGNER ACT3
MENUITEM label "Exit" action RETURN
PROCEDURE DESIGNER ACT1
BEGIN
RUN SCREEN xact1
END
PROCEDURE DESIGNER ACT2
BEGIN
RUN SCREEN xact2
END
PROCEDURE DESIGNER ACT3
BEGIN
RUN SCREEN xact3
END
BUILD
--
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l at lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request at lists.sowder.com
Unsubscribe: "unsubscribe <password>" in message body to powerh-l-request at lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
Add 'site:lists.sowder.com powerh-l' to your search terms to search the list archive at Google.
_______________________________________
YM - 離線訊息
就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。
http://messenger.yahoo.com.hk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20060925/432b401d/attachment.htm
More information about the powerh-l
mailing list