Alaska Software Inc. - aChoice replacement in xbase++
Username: Password:
AuthorTopic: aChoice replacement in xbase++
Nevzat Kanbur aChoice replacement in xbase++
on Tue, 18 Jan 2005 22:26:59 +0200
Hi,
What is the exact replacement of Clipper's ACHOICE in xbase++?

Anybody done it ?

Regards
Nevzat
Pablo BotellaRe: aChoice replacement in xbase++
on Tue, 18 Jan 2005 21:46:39 +0100
Also exist in Xbase++
Joe Carrick Re: aChoice replacement in xbase++
on Tue, 18 Jan 2005 13:56:21 -0800
Nevzat Kanbur wrote:
> Hi,
> What is the exact replacement of Clipper's ACHOICE in xbase++?
> 
> Anybody done it ?
> 
> Regards
> Nevzat

GUI or Console App?

For Console App use ACHOICE just like in Clipper.

For GUI App use XbpListBox() or XbpComboBox()

hth, Joe
Nevzat Kanbur Re: aChoice replacement in xbase++
on Fri, 04 Feb 2005 00:38:33 +0200
Joe Carrick wrote:
> Nevzat Kanbur wrote:
> 
>> Hi,
>> What is the exact replacement of Clipper's ACHOICE in xbase++?
>>
>> Anybody done it ?
>>
>> Regards
>> Nevzat
> 
> 
> GUI or Console App?
> 
> For Console App use ACHOICE just like in Clipper.
> 
> For GUI App use XbpListBox() or XbpComboBox()
> 
> hth, Joe
Hi,
I have tried both of XbpListBox() or XbpComboBox() in GUI but aChioce has 
aEnableItems which any of selections can be enabled or disabled.

I could not get success on XbpListBox() or XbpComboBox()

regards
Nevzat
Joe Carrick Re: aChoice replacement in xbase++
on Mon, 07 Feb 2005 11:13:18 -0800
Nevzat Kanbur wrote:

> Joe Carrick wrote:
> 
>> Nevzat Kanbur wrote:
>>
>>> Hi,
>>> What is the exact replacement of Clipper's ACHOICE in xbase++?
>>>
>>> Anybody done it ?
>>>
>>> Regards
>>> Nevzat
>>
>>
>>
>> GUI or Console App?
>>
>> For Console App use ACHOICE just like in Clipper.
>>
>> For GUI App use XbpListBox() or XbpComboBox()
>>
>> hth, Joe
> 
> Hi,
> I have tried both of XbpListBox() or XbpComboBox() in GUI but aChioce 
> has aEnableItems which any of selections can be enabled or disabled.
> 
> I could not get success on XbpListBox() or XbpComboBox()
> 
> regards
> Nevzat

Hi Nevzat,

It sounds like what you need is a Popup Menu.  Take a look at XbpMenu, 
XbpMenubar, etc.

-Joe