Checkbox control

Post Reply
pawelu
Posts: 126
Joined: Thu Oct 06, 2005 10:18 pm
Location: Poland
Contact:

Checkbox control

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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,
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply