Alaska Software Inc. - Popup() and MenuItem() equivalent
Username: Password:
AuthorTopic: Popup() and MenuItem() equivalent
Kovary Adam Popup() and MenuItem() equivalent
on Sat, 01 Jan 2011 00:25:44 +0100
Hi All,

In old 5.3 clipper app we used the Popup() and MenuItem() functions,
which were used to create some kind of popup menus (PopupMenu class).

What should I use in the xbase++ migrated CRT application? I can't figure
it out.

http://www.itlnet.net/programming/program/Reference/c53g01c/ngfb937.html


Thanks in advance,
Koadam
James Loughner Re: Popup() and MenuItem() equivalent
on Fri, 31 Dec 2010 20:04:46 -0500
Xbase++ is 5.2 compliant not 5.3 So it may not have functions from 5.3

Now You can compile the CRT program as hybrid and then you can also use
most Windows function to do popup ets and graphics that would not be
available in purr CRT


Jim

On 12/31/2010 06:25 PM, Kovary Adam wrote:
> Hi All,
> 
> In old 5.3 clipper app we used the Popup() and MenuItem() functions,
> which were used to create some kind of popup menus (PopupMenu class).
> 
> What should I use in the xbase++ migrated CRT application? I can't figure
> it out.
> 
> http://www.itlnet.net/programming/program/Reference/c53g01c/ngfb937.html
> 
> 
> Thanks in advance,
> Koadam
>