- Posts: 15
- Thank you received: 0
×
CodeTyphon Android Development, LAMW, etc, discussions and problems
Question ComboEditText / Memo / Spinner
- Rafał
- Topic Author
- Offline
- New Member
-
Less
More
6 days 9 hours ago #17192
by Rafał
ComboEditText / Memo / Spinner was created by Rafał
Hello,
I have problem with inserting items do ComboBox / Spinner or Memo dynamically.
On the form i have ComboEditText and Button, when i click Button i have below instructions:After that nothing change in ComboEditText, i trayed Items.Insert and the same, nothing changed. Items.Count shows "0";
I have problem with inserting items do ComboBox / Spinner or Memo dynamically.
On the form i have ComboEditText and Button, when i click Button i have below instructions:
procedure TAM.Button8Click(Sender: TObject);
begin
ComboEditText1.Items.Add('1');
ComboEditText1.Items.Add('2');
end;
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
6 days 6 hours ago - 6 days 6 hours ago #17195
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic ComboEditText / Memo / Spinner
Sir
CodeTyphon don't have any ComboEditText component
Please, can you give us more info ?
CodeTyphon don't have any ComboEditText component
Please, can you give us more info ?
PilotLogic Architect and Core Programmer
Last edit: 6 days 6 hours ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- Rafał
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
5 days 11 hours ago #17199
by Rafał
Replied by Rafał on topic ComboEditText / Memo / Spinner
I use Codetyphon64 and there on the tab "Android Bridges" are jComboEditText. Please see attachment.
Attachments:
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
5 days 10 hours ago #17200
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic ComboEditText / Memo / Spinner
Your project is Android application ?
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- Rafał
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
5 days 10 hours ago #17201
by Rafał
Replied by Rafał on topic ComboEditText / Memo / Spinner
Yes.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
5 days 10 hours ago - 5 days 10 hours ago #17202
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic ComboEditText / Memo / Spinner
PilotLogic Core Programmer
Last edit: 5 days 10 hours ago by Matis A..
Please Log in or Create an account to join the conversation.