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 )
DC_Achoice() and DC_GuiAchoice() and Win11
- slobodan1949
- Posts: 94
- Joined: Mon Apr 25, 2011 8:57 am
- Location: SERBIA
- Contact:
DC_Achoice() and DC_GuiAchoice() and Win11
- Attachments
-
- Picture1and2_DC_Achoice.png (18.33 KiB) Viewed 2622 times