Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

TRadiogroup 9 years 2 months ago #6815

  • Francisco Carlos Rodrigues
  • Francisco Carlos Rodrigues's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 21
  • Thank you received: 0
Hi.
Thank you for the great job.
I´m testing codethyphon 5.2 in win 7 /64:
In a project i put a radiogroup and 2 bottons and a set the radiogroup.itemindex = - 1 and the bottons like below.
procedure TForm1.Button1Click(Sender: TObject);
begin
Radiogroup1.Enabled:= false;
end;

procedure TForm1.Button2Click(Sender: TObject);
begin
Radiogroup1.Enabled:= true;
end;
I run the project and selected a item Radiogroup1, after clicked button1(enabled = false). The item selected changed to unselected.
Then clicked button2(enabled = true) and i selected the itens and they Radiogroup1 works fine.
After i run the project with lazarus.No problem.
In codethyphon 5.2 if radiogroup.itemindex = 0 no problem too.
Is there something wrong ?
Thanks
Fco

Please Log in or Create an account to join the conversation.

TRadiogroup 9 years 2 months ago #6816

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Sir
can you attach (zip first) a sample project ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

TRadiogroup 9 years 2 months ago #6822

  • Francisco Carlos Rodrigues
  • Francisco Carlos Rodrigues's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 21
  • Thank you received: 0
Ok
Here is.
thanks
Fco
Attachments:

Please Log in or Create an account to join the conversation.

TRadiogroup 9 years 2 months ago #6823

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Thanks Sir
we working on this now
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1