Welcome, Guest
Username: Password: Remember me
CodeTyphon Android Development, LAMW, etc, discussions and problems
  • Page:
  • 1

TOPIC:

ComboEditText / Memo / Spinner 1 year 8 months ago #17192

  • Rafał
  • Rafał's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
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:
procedure TAM.Button8Click(Sender: TObject);
begin
  ComboEditText1.Items.Add('1');
  ComboEditText1.Items.Add('2');
end;  
After that nothing change in ComboEditText, i trayed Items.Insert and the same, nothing changed. Items.Count shows "0";

 

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

ComboEditText / Memo / Spinner 1 year 8 months ago #17195

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
CodeTyphon don't have any ComboEditText component
Please, can you give us more info ?
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

ComboEditText / Memo / Spinner 1 year 8 months ago #17199

  • Rafał
  • Rafał's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
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.

ComboEditText / Memo / Spinner 1 year 8 months ago #17200

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
Your project is Android application ?
PilotLogic Core Programmer

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

ComboEditText / Memo / Spinner 1 year 8 months ago #17201

  • Rafał
  • Rafał's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
Yes. 

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

ComboEditText / Memo / Spinner 1 year 8 months ago #17202

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
My suggestion is to ask

at  github.com/jmpessoa/lazandroidmodulewizard

LAMW develop GIT
PilotLogic Core Programmer

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

Last edit: by Matis A..
  • Page:
  • 1