DC_Achoice() and DC_GuiAchoice() and Win11

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
slobodan1949
Posts: 94
Joined: Mon Apr 25, 2011 8:57 am
Location: SERBIA
Contact:

DC_Achoice() and DC_GuiAchoice() and Win11

#1 Post by slobodan1949 »

Roger,
under windows 11 DC_GuiAchoice() does not work (picture 1)
and DC_achoice() does not work well (picture 2)
It's a good program. What needs to be fixed?
( Alaska Xbase++ 2.0.1503 , eXpress++ 2.0.268 )

aMenuItems := {"title1","title2","title3","title4"}
cTitle := "LIST (Esc=Exit)"
lCenter := .T.
cFontName := "11.Consolas"

* (picture 1)
nn := DC_GuiAchoice( 5,10,20,30,;
aMenuItems,;
;//aSelItems,;
;//"achoice_func";
;//nInitialitem,;
;//nWindowrow,;
cTitle,;
;//aHelpCodes,;
;//aMenu,;
cFontName,;
;//@oList,;
;//lDestroy,;
;//aMessage,;
;//cHeader,;
lCenter)

* (picture 2)
nn := DC_Achoice( 5,10,20,30, aMenuItems )
Attachments
Picture1and2_DC_Achoice.png
Picture1and2_DC_Achoice.png (18.33 KiB) Viewed 2622 times

Post Reply