Page 1 of 1

Checkbox control

Posted: Tue Mar 14, 2006 8:05 am
by pawelu
Antonio,

I found probably this same effect as in button action control . Checkbox status is still this same. Sample code:

Code: Select all

#Include 'FwCe.Ch'

Function TestCheck ()

   Local oWnd := Nil
   Local lVal := .F.

   Define Window oWnd Title 'Test Check'
   @ 100, 20 CheckBox lVal Prompt 'Test checkbox' Size 120, 20 Pixel Of oWnd On Change MsgInfo ('Checkbox changed')
   Activate Window oWnd

Return .T.
Regards
Pawel

Posted: Tue Mar 14, 2006 12:02 pm
by Antonio Linares
Pawel,

Yes, it was the same bug and also the same in TRadio. Fixed.

A new FWPPC build is already available to download.

many thanks for your feedback,